opensearch-build icon indicating copy to clipboard operation
opensearch-build copied to clipboard

CVE-2022-1471 (High) detected in snakeyaml-1.29.jar

Open mend-for-github-com[bot] opened this issue 2 years ago • 4 comments

CVE-2022-1471 - High Severity Vulnerability

Vulnerable Library - snakeyaml-1.29.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: /tmp/containerbase/cache/.gradle/caches/modules-2/files-2.1/org.yaml/snakeyaml/1.29/6d0cdafb2010f1297e574656551d7145240f6e25/snakeyaml-1.29.jar

Dependency Hierarchy:

  • :x: snakeyaml-1.29.jar (Vulnerable Library)

Found in base branch: main

Vulnerability Details

SnakeYaml's Constructor() class does not restrict types which can be instantiated during deserialization. Deserializing yaml content provided by an attacker can lead to remote code execution. We recommend using SnakeYaml's SafeConsturctor when parsing untrusted content to restrict deserialization. We recommend upgrading to version 2.0 and beyond.

Publish Date: 2022-12-01

URL: CVE-2022-1471

CVSS 3 Score Details (8.3)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: Low
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: High
    • Availability Impact: Low
For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://bitbucket.org/snakeyaml/snakeyaml/issues/561/cve-2022-1471-vulnerability-in#comment-64634374

Release Date: 2022-12-01

Fix Resolution: 2.0


  • [ ] Check this box to open an automated fix PR

Looks like 1.33 is the latest release version. Need fix from dependency end. https://mvnrepository.com/artifact/org.yaml/snakeyaml

zelinh avatar Feb 03 '23 23:02 zelinh

Hey @zelinh! Core has fixed the CVE by upgrading to the latest version of snakeyaml i.e. 2.0. You can do the same for the repo to fix the CVE. Thanks

owaiskazi19 avatar Mar 02 '23 23:03 owaiskazi19

:information_source: This issue was automatically re-opened by Mend because the vulnerable library in the specific branch(es) has been detected in the Mend inventory.

Catch All Triage - 1, 2, 3

krisfreedain avatar Jan 27 '25 17:01 krisfreedain

:heavy_check_mark: 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.