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

Vulnerabilities of dependency "gopkg.in/yaml.v2" #660

Open
datablitz7 opened this issue Oct 26, 2023 · 0 comments
Open

Vulnerabilities of dependency "gopkg.in/yaml.v2" #660

datablitz7 opened this issue Oct 26, 2023 · 0 comments
Labels

Comments

@datablitz7
Copy link

The below vulnerabilities are found in the gopkg.in/yaml.v2 dependency:

CVE-2022-3064- Parsing malicious or large YAML documents can consume excessive amounts of CPU or memory.
CVE-2021-4235 - Due to unbounded alias chasing, a maliciously crafted YAML file can cause the system to consume significant system resources. If parsing user input, this may be used as a denial of service vector.
CVE-2022-29526 - Go before 1.17.10 and 1.18.x before 1.18.2 has Incorrect Privilege Reporting in syscall. When called with a non-zero flags parameter, the Faccessat function could incorrectly report that a file is accessible.

Looks like the version that patches all three is 2.2.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants