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

ibmdotcom-utilities-2.17.1.tgz: 3 vulnerabilities (highest severity is: 7.5) #12215

Open
ibm-mend-app bot opened this issue Feb 20, 2025 · 0 comments
Open
Labels
Mend: dependency security vulnerability Security vulnerability detected by Mend

Comments

@ibm-mend-app
Copy link
Contributor

ibm-mend-app bot commented Feb 20, 2025

Vulnerable Library - ibmdotcom-utilities-2.17.1.tgz

Path to dependency file: /package.json

Path to vulnerable library: /.yarn/cache/dompurify-npm-2.5.6-535512fe69-ef5fdc075e.zip

Found in HEAD commit: 477099049ab84d78d3519b89356824d409634bec

Vulnerabilities

CVE Severity CVSS Dependency Type Fixed in (ibmdotcom-utilities version) Remediation Possible**
CVE-2025-27152 High 7.5 axios-1.7.4.tgz Transitive N/A*
WS-2024-0017 Medium 6.1 dompurify-2.5.6.tgz Transitive N/A*
CVE-2025-26791 Medium 4.5 dompurify-2.5.6.tgz Transitive N/A*

*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-2025-27152

Vulnerable Library - axios-1.7.4.tgz

Library home page: https://registry.npmjs.org/axios/-/axios-1.7.4.tgz

Path to dependency file: /package.json

Path to vulnerable library: /.yarn/cache/axios-npm-1.7.4-cc1c89ddba-7a1429be1e.zip

Dependency Hierarchy:

  • ibmdotcom-utilities-2.17.1.tgz (Root Library)
    • axios-1.7.4.tgz (Vulnerable Library)

Found in HEAD commit: 477099049ab84d78d3519b89356824d409634bec

Found in base branch: main

Vulnerability Details

axios is a promise based HTTP client for the browser and node.js. The issue occurs when passing absolute URLs rather than protocol-relative URLs to axios. Even if ⁠baseURL is set, axios sends the request to the specified absolute URL, potentially causing SSRF and credential leakage. This issue impacts both server-side and client-side usage of axios. This issue is fixed in 1.8.2.

Publish Date: 2025-03-07

URL: CVE-2025-27152

CVSS 3 Score Details (7.5)

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: None
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-jr5f-v2jv-69x6

Release Date: 2025-03-07

Fix Resolution: 1.8.2

WS-2024-0017

Vulnerable Library - dompurify-2.5.6.tgz

Library home page: https://registry.npmjs.org/dompurify/-/dompurify-2.5.6.tgz

Path to dependency file: /package.json

Path to vulnerable library: /.yarn/cache/dompurify-npm-2.5.6-535512fe69-ef5fdc075e.zip

Dependency Hierarchy:

  • ibmdotcom-utilities-2.17.1.tgz (Root Library)
    • isomorphic-dompurify-0.27.0.tgz
      • dompurify-2.5.6.tgz (Vulnerable Library)

Found in HEAD commit: 477099049ab84d78d3519b89356824d409634bec

Found in base branch: main

Vulnerability Details

Insufficient checks in DOMPurify allows an attacker to bypass sanitizers and execute arbitrary JavaScript code. This issue affects versions before 2.5.8 and 3.x before 3.2.3.

Publish Date: 2024-02-08

URL: WS-2024-0017

CVSS 3 Score Details (6.1)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://github.com/cure53/DOMPurify/releases/tag/2.5.8

Release Date: 2024-02-08

Fix Resolution: domPurify - 2.5.8,3.2.3

CVE-2025-26791

Vulnerable Library - dompurify-2.5.6.tgz

Library home page: https://registry.npmjs.org/dompurify/-/dompurify-2.5.6.tgz

Path to dependency file: /package.json

Path to vulnerable library: /.yarn/cache/dompurify-npm-2.5.6-535512fe69-ef5fdc075e.zip

Dependency Hierarchy:

  • ibmdotcom-utilities-2.17.1.tgz (Root Library)
    • isomorphic-dompurify-0.27.0.tgz
      • dompurify-2.5.6.tgz (Vulnerable Library)

Found in HEAD commit: 477099049ab84d78d3519b89356824d409634bec

Found in base branch: main

Vulnerability Details

DOMPurify before 3.2.4 has an incorrect template literal regular expression, sometimes leading to mutation cross-site scripting (mXSS).

Publish Date: 2025-02-14

URL: CVE-2025-26791

CVSS 3 Score Details (4.5)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://www.cve.org/CVERecord?id=CVE-2025-26791

Release Date: 2025-02-14

Fix Resolution: dompurify - 3.2.4

@ibm-mend-app ibm-mend-app bot added the Mend: dependency security vulnerability Security vulnerability detected by Mend label Feb 20, 2025
@ibm-mend-app ibm-mend-app bot changed the title ibmdotcom-utilities-2.17.1.tgz: 2 vulnerabilities (highest severity is: 6.1) ibmdotcom-utilities-2.17.1.tgz: 3 vulnerabilities (highest severity is: 6.1) Mar 9, 2025
@ibm-mend-app ibm-mend-app bot changed the title ibmdotcom-utilities-2.17.1.tgz: 3 vulnerabilities (highest severity is: 6.1) ibmdotcom-utilities-2.17.1.tgz: 3 vulnerabilities (highest severity is: 7.5) Mar 10, 2025
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
Status: No status
Development

No branches or pull requests

0 participants