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

CVE-2022-1471 (High) detected in snakeyaml-1.33.jar #1340

Closed
mend-for-github.aaakk.us.kg bot opened this issue Dec 12, 2022 · 4 comments
Closed

CVE-2022-1471 (High) detected in snakeyaml-1.33.jar #1340

mend-for-github.aaakk.us.kg bot opened this issue Dec 12, 2022 · 4 comments
Labels
Mend: dependency security vulnerability Security vulnerability detected by WhiteSource

Comments

@mend-for-github.aaakk.us.kg
Copy link
Contributor

mend-for-github.aaakk.us.kg bot commented Dec 12, 2022

CVE-2022-1471 - High Severity Vulnerability

Vulnerable Library - snakeyaml-1.33.jar

YAML 1.1 parser and emitter for Java

Library home page: https://bitbucket.org/snakeyaml/snakeyaml

Path to dependency file: /build.gradle

Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.yaml/snakeyaml/1.33/2cd0a87ff7df953f810c344bdf2fe3340b954c69/snakeyaml-1.33.jar

Dependency Hierarchy:

  • detekt-cli-1.22.0.jar (Root Library)
    • detekt-core-1.22.0.jar
      • snakeyaml-1.33.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.

Publish Date: 2022-12-01

URL: CVE-2022-1471

CVSS 3 Score Details (9.8)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: High
    • Availability Impact: High

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: org.yaml:snakeyaml:2.0

@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot added the Mend: dependency security vulnerability Security vulnerability detected by WhiteSource label Dec 12, 2022
@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot changed the title CVE-2022-1471 (High) detected in snakeyaml-1.30.jar CVE-2022-1471 (High) detected in snakeyaml-1.32.jar, snakeyaml-1.30.jar Dec 21, 2022
@rupal-bq
Copy link
Contributor

rupal-bq commented Feb 9, 2023

snakeyaml inherited from detekt is resolved in #1353

@ps48 ps48 mentioned this issue Feb 20, 2023
6 tasks
@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot changed the title CVE-2022-1471 (High) detected in snakeyaml-1.32.jar, snakeyaml-1.30.jar CVE-2022-1471 (High) detected in snakeyaml-1.33.jar Feb 20, 2023
@ps48
Copy link
Member

ps48 commented Feb 20, 2023

The current issue comes from upstream OS:

    Dependency Hierarchy:

        opensearch-3.0.0-SNAPSHOT.jar (Root Library)
            opensearch-x-content-3.0.0-SNAPSHOT.jar
                ❌ snakeyaml-1.32.jar (Vulnerable Library)

related: opensearch-project/OpenSearch#5576
Looks like resolution in opensearch was a code change. We can close this as observability does not use snakeyaml directly.

@kavithacm
Copy link
Collaborator

Closing this issue as observability does not use snakeyaml directly as mentioned in the above comment.

@ps48 ps48 reopened this Mar 7, 2023
@Swiddis Swiddis mentioned this issue Mar 9, 2023
6 tasks
@Swiddis
Copy link
Collaborator

Swiddis commented Mar 14, 2023

Resolved by #1465

@Swiddis Swiddis closed this as completed Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Mend: dependency security vulnerability Security vulnerability detected by WhiteSource
Projects
None yet
Development

No branches or pull requests

5 participants