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

Dependency PyYAML 5.3.* has vulnerability issues #1738

Closed
fhpriamo opened this issue Jul 26, 2021 · 0 comments · Fixed by #1742
Closed

Dependency PyYAML 5.3.* has vulnerability issues #1738

fhpriamo opened this issue Jul 26, 2021 · 0 comments · Fixed by #1742

Comments

@fhpriamo
Copy link

Expected Behavior

According to CVE-2020-14343:

A vulnerability was discovered in the PyYAML library in versions before 5.4, where it is susceptible to arbitrary code execution when it processes untrusted YAML files through the full_load method or with the FullLoader loader. Applications that use the library to process untrusted input may be vulnerable to this flaw. This flaw allows an attacker to execute arbitrary code on the system by abusing the python/object/new constructor. This flaw is due to an incomplete fix for CVE-2020-1747. See CVE-2020-14343.

Current Behavior

Feast Python SDK requires PyYAML==5.3.* version.

This not only affects Feast, but also any app depending on it, since dependencies are shared.

Steps to reproduce

N/A

Specifications

N/A

Possible Solution

Bump PyYAML to a ">=5.4" version.

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 a pull request may close this issue.

1 participant