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

spring-cloud-starter-alibaba-seata-2022.0.0.0-RC2.jar: 1 vulnerabilities (highest severity is: 8.3) reachable #7

Open
dev-mend-for-github-com bot opened this issue Jan 31, 2024 · 0 comments
Labels
Mend: dependency security vulnerability Security vulnerability detected by Mend

Comments

@dev-mend-for-github-com
Copy link

dev-mend-for-github-com bot commented Jan 31, 2024

Vulnerable Library - spring-cloud-starter-alibaba-seata-2022.0.0.0-RC2.jar

Path to dependency file: /spring-cloud-alibaba-coverage/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/yaml/snakeyaml/1.33/snakeyaml-1.33.jar

Found in HEAD commit: 91463d02aa64127c4e3d972d0c4cc792c1e94c55

Vulnerabilities

CVE Severity CVSS Dependency Type Fixed in (spring-cloud-starter-alibaba-seata version) Remediation Possible** Reachability
CVE-2022-1471 High 8.3 snakeyaml-1.33.jar Transitive N/A*

Reachable

*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the "Details" section below to see if there is a version of transitive dependency where vulnerability is fixed.

**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation

Details

CVE-2022-1471

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: /spring-cloud-alibaba-examples/nacos-example/nacos-discovery-example/nacos-discovery-spring-cloud-config-server-example/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/yaml/snakeyaml/1.33/snakeyaml-1.33.jar

Dependency Hierarchy:

  • spring-cloud-starter-alibaba-seata-2022.0.0.0-RC2.jar (Root Library)
    • spring-boot-starter-aop-3.0.2.jar
      • spring-boot-starter-3.0.2.jar
        • snakeyaml-1.33.jar (Vulnerable Library)

Found in HEAD commit: 91463d02aa64127c4e3d972d0c4cc792c1e94c55

Found in base branch: 2022.x

Reachability Analysis

This vulnerability is potentially reachable

com.alibaba.cloud.seata.rest.SeataRestTemplateInterceptorAfterPropertiesSet (Application)
  -> org.springframework.beans.factory.config.YamlPropertiesFactoryBean (Extension)
   -> org.springframework.beans.factory.config.YamlProcessor (Extension)
    -> org.springframework.beans.factory.config.YamlProcessor$FilteringConstructor (Extension)
     -> ❌ org.yaml.snakeyaml.constructor.Constructor (Vulnerable Component)

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

@dev-mend-for-github-com dev-mend-for-github-com bot added the Mend: dependency security vulnerability Security vulnerability detected by Mend label Jan 31, 2024
@dev-mend-for-github-com dev-mend-for-github-com bot changed the title spring-cloud-starter-alibaba-seata-2022.0.0.0-RC2.jar: 1 vulnerabilities (highest severity is: 9.8) reachable spring-cloud-starter-alibaba-seata-2022.0.0.0-RC2.jar: 1 vulnerabilities (highest severity is: 8.3) reachable Jul 3, 2024
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 Mend
Projects
None yet
Development

No branches or pull requests

0 participants