-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Vulnerable Library - community-0.3.57.tgz
Path to dependency file: /package.json
Path to vulnerable library: /package.json
Vulnerabilities
| Vulnerability | Severity | Exploit Maturity | EPSS | Dependency | Type | Fixed in (community version) | Remediation Possible** | |
|---|---|---|---|---|---|---|---|---|
| CVE-2025-12735 | 9.8 | Not Defined | 0.1% | expr-eval-2.0.2.tgz | Transitive | N/A* | ❌ | |
| CVE-2025-13204 | 7.3 | Not Defined | 0.1% | expr-eval-2.0.2.tgz | Transitive | N/A* | ❌ | |
| CVE-2025-64718 | 5.3 | Not Defined | 0.0% | js-yaml-4.1.0.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-12735
Vulnerable Library - expr-eval-2.0.2.tgz
Mathematical expression evaluator
Library home page: https://registry.npmjs.org/expr-eval/-/expr-eval-2.0.2.tgz
Path to dependency file: /package.json
Path to vulnerable library: /package.json
Dependency Hierarchy:
- community-0.3.57.tgz (Root Library)
- ❌ expr-eval-2.0.2.tgz (Vulnerable Library)
Found in base branch: main
Vulnerability Details
The expr-eval library is a JavaScript expression parser and evaluator designed to safely evaluate mathematical expressions with user-defined variables. However, due to insufficient input validation, an attacker can pass a crafted context object or use MEMBER of the context object into the evaluate() function and trigger arbitrary code execution.
Publish Date: 2025-11-05
URL: CVE-2025-12735
Threat Assessment
Exploit Maturity: Not Defined
EPSS: 0.1%
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
CVE-2025-13204
Vulnerable Library - expr-eval-2.0.2.tgz
Mathematical expression evaluator
Library home page: https://registry.npmjs.org/expr-eval/-/expr-eval-2.0.2.tgz
Path to dependency file: /package.json
Path to vulnerable library: /package.json
Dependency Hierarchy:
- community-0.3.57.tgz (Root Library)
- ❌ expr-eval-2.0.2.tgz (Vulnerable Library)
Found in base branch: main
Vulnerability Details
npm package "expr-eval" is vulnerable to Prototype Pollution. An attacker with access to express eval interface can use JavaScript prototype-based inheritance model to achieve arbitrary code execution. The npm expr-eval-fork package resolves this issue.
Publish Date: 2025-11-14
URL: CVE-2025-13204
Threat Assessment
Exploit Maturity: Not Defined
EPSS: 0.1%
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
Suggested Fix
Type: Upgrade version
Origin: https://www.cve.org/CVERecord?id=CVE-2025-13204
Release Date: 2025-11-14
Fix Resolution: expr-eval-fork - 3.0.0
CVE-2025-64718
Vulnerable Library - js-yaml-4.1.0.tgz
YAML 1.2 parser and serializer
Library home page: https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz
Path to dependency file: /package.json
Path to vulnerable library: /package.json
Dependency Hierarchy:
- community-0.3.57.tgz (Root Library)
- ❌ js-yaml-4.1.0.tgz (Vulnerable Library)
Found in base branch: main
Vulnerability Details
js-yaml is a JavaScript YAML parser and dumper. In js-yaml 4.1.0 and below, it's possible for an attacker to modify the prototype of the result of a parsed yaml document via prototype pollution ("proto"). All users who parse untrusted yaml documents may be impacted. The problem is patched in js-yaml 4.1.1. Users can protect against this kind of attack on the server by using "node --disable-proto=delete" or "deno" (in Deno, pollution protection is on by default).
Publish Date: 2025-11-13
URL: CVE-2025-64718
Threat Assessment
Exploit Maturity: Not Defined
EPSS: 0.0%
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
Suggested Fix
Type: Upgrade version
Origin: GHSA-mh29-5h37-fv8m
Release Date: 2025-11-13
Fix Resolution: js-yaml - 4.1.1,js-yaml - 3.14.2