Vulnerable Library - aws-sdk-2.488.0.tgz
AWS SDK for JavaScript
Library home page: https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.488.0.tgz
Path to dependency file: /package.json
Path to vulnerable library: /package.json
Found in HEAD commit: aa914de618a178424105cc38c474133a60c17eeb
Vulnerabilities
*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-41907
Vulnerable Library - uuid-3.3.2.tgz
RFC4122 (v1, v4, and v5) UUIDs
Library home page: https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz
Path to dependency file: /package.json
Path to vulnerable library: /package.json
Dependency Hierarchy:
- aws-sdk-2.488.0.tgz (Root Library)
- ❌ uuid-3.3.2.tgz (Vulnerable Library)
Found in HEAD commit: aa914de618a178424105cc38c474133a60c17eeb
Found in base branch: main
Reachability Analysis
This vulnerability is potentially reachable
amazon-transcribe-call-1.0.0/index.js (Application)
-> aws-sdk-2.492.0/lib/aws.js (Extension)
-> aws-sdk-2.492.0/lib/node_loader.js (Extension)
-> aws-sdk-2.492.0/lib/util.js (Extension)
-> uuid-3.3.2/index.js (Extension)
-> uuid-3.3.2/v1.js (Extension)
-> ❌ uuid-3.3.2/lib/rng.js (Vulnerable Component)
Vulnerability Details
uuid is for the creation of RFC9562 (formerly RFC4122) UUIDs. Prior to 14.0.0, v3, v5, and v6 accept external output buffers but do not reject out-of-range writes (small buf or large offset). This allows silent partial writes into caller-provided buffers. This vulnerability is fixed in 14.0.0.
Publish Date: 2026-04-24
URL: CVE-2026-41907
Threat Assessment
Exploit Maturity: Not Defined
EPSS: 0.311%
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: GHSA-w5hq-g745-h8pq
Release Date: 2026-04-24
Fix Resolution: https://github.com/uuidjs/uuid.git - v11.1.1,https://github.com/uuidjs/uuid.git - v12.0.1,https://github.com/uuidjs/uuid.git - v13.0.1
CVE-2023-0842
Vulnerable Library - xml2js-0.4.19.tgz
Simple XML to JavaScript object converter.
Library home page: https://registry.npmjs.org/xml2js/-/xml2js-0.4.19.tgz
Path to dependency file: /package.json
Path to vulnerable library: /package.json
Dependency Hierarchy:
- aws-sdk-2.488.0.tgz (Root Library)
- ❌ xml2js-0.4.19.tgz (Vulnerable Library)
Found in HEAD commit: aa914de618a178424105cc38c474133a60c17eeb
Found in base branch: main
Reachability Analysis
This vulnerability is potentially reachable
amazon-transcribe-call-1.0.0/index.js (Application)
-> aws-sdk-2.492.0/lib/aws.js (Extension)
-> aws-sdk-2.492.0/lib/node_loader.js (Extension)
-> aws-sdk-2.492.0/lib/xml/node_parser.js (Extension)
-> xml2js-0.4.19/lib/xml2js.js (Extension)
-> xml2js-0.4.19/lib/parser.js (Extension)
-> ❌ xml2js-0.4.19/lib/bom.js (Vulnerable Component)
Vulnerability Details
xml2js version 0.4.23 allows an external attacker to edit or add new properties to an object. This is possible because the application does not properly validate incoming JSON keys, thus allowing the proto property to be edited.
Mend Note: The description of this vulnerability differs from MITRE.
Publish Date: 2023-04-05
URL: CVE-2023-0842
Threat Assessment
Exploit Maturity: Not Defined
EPSS: 1.392%
CVSS 3 Score Details (5.3)
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: 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-2023-0842
Release Date: 2023-04-05
Fix Resolution (xml2js): 0.5.0
Direct dependency fix Resolution (aws-sdk): 2.1354.0
⛑️ Automatic Remediation will be attempted for this issue.
CVE-2020-28472
Vulnerable Library - aws-sdk-2.488.0.tgz
AWS SDK for JavaScript
Library home page: https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.488.0.tgz
Path to dependency file: /package.json
Path to vulnerable library: /package.json
Dependency Hierarchy:
- ❌ aws-sdk-2.488.0.tgz (Vulnerable Library)
Found in HEAD commit: aa914de618a178424105cc38c474133a60c17eeb
Found in base branch: main
Reachability Analysis
The vulnerable code is unreachable
Vulnerability Details
This affects the package @aws-sdk/shared-ini-file-loader before 1.0.0-rc.9; the package aws-sdk before 2.814.0. If an attacker submits a malicious INI file to an application that parses it with loadSharedConfigFiles , they will pollute the prototype on the application. This can be exploited further depending on the context.
Publish Date: 2021-01-19
URL: CVE-2020-28472
Threat Assessment
Exploit Maturity: Proof of concept
EPSS: 2.142%
CVSS 3 Score Details (7.3)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: Low
For more information on CVSS3 Scores, click here.
Suggested Fix
Type: Upgrade version
Origin: GHSA-rrc9-gqf8-8rwg
Release Date: 2021-01-19
Fix Resolution: aws-sdk - 2.814.0,@aws-sdk/shared-ini-file-loader - 1.0.0-rc.9,aws-sdk - 2.814.0
⛑️Automatic Remediation will be attempted for this issue.
AWS SDK for JavaScript
Library home page: https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.488.0.tgz
Path to dependency file: /package.json
Path to vulnerable library: /package.json
Found in HEAD commit: aa914de618a178424105cc38c474133a60c17eeb
Vulnerabilities
*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
Vulnerable Library - uuid-3.3.2.tgz
RFC4122 (v1, v4, and v5) UUIDs
Library home page: https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz
Path to dependency file: /package.json
Path to vulnerable library: /package.json
Dependency Hierarchy:
Found in HEAD commit: aa914de618a178424105cc38c474133a60c17eeb
Found in base branch: main
Reachability Analysis
This vulnerability is potentially reachable
Vulnerability Details
uuid is for the creation of RFC9562 (formerly RFC4122) UUIDs. Prior to 14.0.0, v3, v5, and v6 accept external output buffers but do not reject out-of-range writes (small buf or large offset). This allows silent partial writes into caller-provided buffers. This vulnerability is fixed in 14.0.0.
Publish Date: 2026-04-24
URL: CVE-2026-41907
Threat Assessment
Exploit Maturity: Not Defined
EPSS: 0.311%
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: GHSA-w5hq-g745-h8pq
Release Date: 2026-04-24
Fix Resolution: https://github.com/uuidjs/uuid.git - v11.1.1,https://github.com/uuidjs/uuid.git - v12.0.1,https://github.com/uuidjs/uuid.git - v13.0.1
Vulnerable Library - xml2js-0.4.19.tgz
Simple XML to JavaScript object converter.
Library home page: https://registry.npmjs.org/xml2js/-/xml2js-0.4.19.tgz
Path to dependency file: /package.json
Path to vulnerable library: /package.json
Dependency Hierarchy:
Found in HEAD commit: aa914de618a178424105cc38c474133a60c17eeb
Found in base branch: main
Reachability Analysis
This vulnerability is potentially reachable
Vulnerability Details
xml2js version 0.4.23 allows an external attacker to edit or add new properties to an object. This is possible because the application does not properly validate incoming JSON keys, thus allowing the proto property to be edited.
Mend Note: The description of this vulnerability differs from MITRE.
Publish Date: 2023-04-05
URL: CVE-2023-0842
Threat Assessment
Exploit Maturity: Not Defined
EPSS: 1.392%
CVSS 3 Score Details (5.3)
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: 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-2023-0842
Release Date: 2023-04-05
Fix Resolution (xml2js): 0.5.0
Direct dependency fix Resolution (aws-sdk): 2.1354.0
⛑️ Automatic Remediation will be attempted for this issue.
Vulnerable Library - aws-sdk-2.488.0.tgz
AWS SDK for JavaScript
Library home page: https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.488.0.tgz
Path to dependency file: /package.json
Path to vulnerable library: /package.json
Dependency Hierarchy:
Found in HEAD commit: aa914de618a178424105cc38c474133a60c17eeb
Found in base branch: main
Reachability Analysis
The vulnerable code is unreachable
Vulnerability Details
This affects the package @aws-sdk/shared-ini-file-loader before 1.0.0-rc.9; the package aws-sdk before 2.814.0. If an attacker submits a malicious INI file to an application that parses it with loadSharedConfigFiles , they will pollute the prototype on the application. This can be exploited further depending on the context.
Publish Date: 2021-01-19
URL: CVE-2020-28472
Threat Assessment
Exploit Maturity: Proof of concept
EPSS: 2.142%
CVSS 3 Score Details (7.3)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: Low
For more information on CVSS3 Scores, click here.Suggested Fix
Type: Upgrade version
Origin: GHSA-rrc9-gqf8-8rwg
Release Date: 2021-01-19
Fix Resolution: aws-sdk - 2.814.0,@aws-sdk/shared-ini-file-loader - 1.0.0-rc.9,aws-sdk - 2.814.0
⛑️Automatic Remediation will be attempted for this issue.