-
-
Notifications
You must be signed in to change notification settings - Fork 64
Description
Vulnerable Library - mongoose-6.13.8.tgz
Path to dependency file: /blockchain_integration/pi_network/smartship/package.json
Path to vulnerable library: /blockchain_integration/pi_network/smartship/node_modules/fast-xml-parser/package.json
Found in HEAD commit: 3f4e44c5da32bed8968f0821ee76f99874840f22
Vulnerabilities
| Vulnerability | Severity | Dependency | Type | Fixed in (mongoose version) | Remediation Possible** | |
|---|---|---|---|---|---|---|
| CVE-2026-25128 | 7.5 | fast-xml-parser-4.4.1.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-2026-25128
Vulnerable Library - fast-xml-parser-4.4.1.tgz
Library home page: https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz
Path to dependency file: /blockchain_integration/pi_network/smartship/package.json
Path to vulnerable library: /blockchain_integration/pi_network/smartship/node_modules/fast-xml-parser/package.json
Dependency Hierarchy:
- mongoose-6.13.8.tgz (Root Library)
- mongodb-4.17.2.tgz
- credential-providers-3.812.0.tgz
- core-3.812.0.tgz
- ❌ fast-xml-parser-4.4.1.tgz (Vulnerable Library)
- core-3.812.0.tgz
- credential-providers-3.812.0.tgz
- mongodb-4.17.2.tgz
Found in HEAD commit: 3f4e44c5da32bed8968f0821ee76f99874840f22
Found in base branch: main
Vulnerability Details
fast-xml-parser allows users to validate XML, parse XML to JS object, or build XML from JS object without C/C++ based libraries and no callback. In versions 4.3.6 through 5.3.3, a RangeError vulnerability exists in the numeric entity processing of fast-xml-parser when parsing XML with out-of-range entity code points (e.g., "�" or "�"). This causes the parser to throw an uncaught exception, crashing any application that processes untrusted XML input. Version 5.3.4 fixes the issue.
Publish Date: 2026-01-30
URL: CVE-2026-25128
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: None
- Integrity Impact: None
- Availability Impact: High
Suggested Fix
Type: Upgrade version
Release Date: 2026-01-30
Fix Resolution: https://github.com/NaturalIntelligence/fast-xml-parser.git - v5.3.4
Step up your Open Source Security Game with Mend here