You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.yaml/snakeyaml/1.26/a78a8747147d2c5807683e76ec2b633e95c14fe9/snakeyaml-1.26.jar
Dependency Hierarchy:
opensearch-2.3.0-SNAPSHOT.jar (Root Library)
opensearch-x-content-2.3.0-SNAPSHOT.jar
❌ snakeyaml-1.26.jar (Vulnerable Library)
Found in base branch: main
Vulnerability Details
Using snakeYAML to parse untrusted YAML files may be vulnerable to Denial of Service attacks (DOS). If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stackoverflow.
Security plugin gets this dependency transitively from core. Snakeyaml was updated from 1.26 -> 1.31 in core in this PR: opensearch-project/OpenSearch#4341
mend-for-github-combot
changed the title
CVE-2022-38749 (Medium) detected in snakeyaml-1.26.jar
CVE-2022-38749 (Medium) detected in snakeyaml-1.26.jar - autoclosed
Sep 12, 2022
✔️ This issue was automatically closed by Mend because the vulnerable library in the specific branch(es) was either marked as ignored or it is no longer part of the Mend inventory.
CVE-2022-38749 - Medium Severity Vulnerability
Vulnerable Library - snakeyaml-1.26.jar
YAML 1.1 parser and emitter for Java
Library home page: http://www.snakeyaml.org
Path to dependency file: /build.gradle
Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.yaml/snakeyaml/1.26/a78a8747147d2c5807683e76ec2b633e95c14fe9/snakeyaml-1.26.jar
Dependency Hierarchy:
Found in base branch: main
Vulnerability Details
Using snakeYAML to parse untrusted YAML files may be vulnerable to Denial of Service attacks (DOS). If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stackoverflow.
Publish Date: 2022-09-05
URL: CVE-2022-38749
CVSS 3 Score Details (6.5)
Base Score Metrics:
Suggested Fix
Type: Upgrade version
Origin: https://bitbucket.org/snakeyaml/snakeyaml/issues/525/got-stackoverflowerror-for-many-open
Release Date: 2022-09-05
Fix Resolution: org.yaml:snakeyaml:1.31
The text was updated successfully, but these errors were encountered: