Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vulnerability patching #872

Closed
wants to merge 3 commits into from
Closed

Conversation

thien1212381
Copy link

I used safetycli to scan and found some vulnerabilities.
16 vulnerabilities were found in 7 packages
....
-> Vulnerability found in pyspark version 3.0.0
Vulnerability ID: 54370
Affected spec: >=0,<3.1.3
ADVISORY: Apache Spark supports end-to-end encryption of RPC
connections via "spark.authenticate" and "spark.network.crypto.enabled"....
CVE-2021-38296
For more information, please visit
https://data.safetycli.com/v/54370/f17

-> Vulnerability found in pyspark version 3.0.0
Vulnerability ID: 54576
Affected spec: >=0,<3.2.2
ADVISORY: A stored cross-site scripting (XSS) vulnerability in Apache
Spark 3.2.1 and earlier, and 3.3.0, allows remote attackers to execute...
CVE-2022-31777
For more information, please visit
https://data.safetycli.com/v/54576/f17

-> Vulnerability found in pyspark version 3.0.0
Vulnerability ID: 54694
Affected spec: <=3.0.3
ADVISORY: The Apache Spark UI offers the possibility to enable ACLs
via the configuration option spark.acls.enable. With an authentication...
CVE-2022-33891
For more information, please visit
https://data.safetycli.com/v/54694/f17

@emeli-dral emeli-dral requested a review from mou November 30, 2023 12:38
@thien1212381
Copy link
Author

can we update python version image in github action jobs (for install dependencies step) to 3.9? @mou

@mike0sv
Copy link
Collaborator

mike0sv commented Dec 1, 2023

Hey @thien1212381 ! You updated dependencies in requirements.min.txt, which is used only for testing for backward-compatibility in CI. Can you run this tool for actual requirements that are in setup.py?

@emeli-dral emeli-dral requested review from mike0sv and removed request for mou December 1, 2023 15:37
@rxm7706
Copy link

rxm7706 commented Dec 5, 2023

Additionally - Currently an Open CVE on Pyarrow https://nvd.nist.gov/vuln/detail/CVE-2023-47248 is flagged with evidently - because of pyarrow <14.0.1
Reference : #862 (comment)

@emeli-dral
Copy link
Contributor

Hey!
pydantic version is already upgraded to be >=1.10.14;
pyspark will be upgraded as well in #1008

@emeli-dral emeli-dral closed this Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants