6.5
MEDIUM CVSS 3.1
CVE-2025-57348
Node-Cube Prototype Pollution Vulnerability
Description

The node-cube package (prior to version 5.0.0) contains a vulnerability in its handling of prototype chain initialization, which could allow an attacker to inject properties into the prototype of built-in objects. This issue, categorized under CWE-1321, arises from improper validation of user-supplied input in the package's resource initialization process. Successful exploitation may lead to denial of service or arbitrary code execution in affected environments. The vulnerability affects versions up to and including 5.0.0-beta.19, and no official fix has been released to date.

INFO

Published Date :

Sept. 24, 2025, 7:15 p.m.

Last Modified :

Oct. 17, 2025, 2:50 p.m.

Remotely Exploit :

Yes !
Affected Products

The following products are affected by CVE-2025-57348 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

ID Vendor Product Action
1 Node-cube node-cube
CVSS Scores
The Common Vulnerability Scoring System is a standardized framework for assessing the severity of vulnerabilities in software and systems. We collect and displays CVSS scores from various sources for each CVE.
Score Version Severity Vector Exploitability Score Impact Score Source
CVSS 3.1 MEDIUM 134c704f-9b21-4f2e-91b3-4a467353bcc0
Solution
Update the node-cube package to a version that addresses prototype pollution vulnerabilities.
  • Update the node-cube package to version 5.0.0 or later.
  • Avoid initializing resources with untrusted user input.
  • Implement strict input validation for resource initialization.
  • Review code for potential prototype pollution vulnerabilities.
References to Advisories, Solutions, and Tools

Here, you will find a curated list of external links that provide in-depth information, practical solutions, and valuable tools related to CVE-2025-57348.

URL Resource
https://github.com/VulnSageAgent/PoCs/tree/main/JavaScript/prototype-pollution/CVE-2025-57348 Third Party Advisory
https://github.com/node-cube/cube/issues/153 Third Party Advisory
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2025-57348 is associated with the following CWEs:

Common Attack Pattern Enumeration and Classification (CAPEC)

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2025-57348 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2025-57348 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • Initial Analysis by [email protected]

    Oct. 17, 2025

    Action Type Old Value New Value
    Added CPE Configuration OR *cpe:2.3:a:node-cube:node-cube:*:*:*:*:*:node.js:*:* versions up to (excluding) 5.0.0 *cpe:2.3:a:node-cube:node-cube:5.0.0:beta0:*:*:*:node.js:*:* *cpe:2.3:a:node-cube:node-cube:5.0.0:beta1:*:*:*:node.js:*:* *cpe:2.3:a:node-cube:node-cube:5.0.0:beta10:*:*:*:node.js:*:* *cpe:2.3:a:node-cube:node-cube:5.0.0:beta11:*:*:*:node.js:*:* *cpe:2.3:a:node-cube:node-cube:5.0.0:beta12:*:*:*:node.js:*:* *cpe:2.3:a:node-cube:node-cube:5.0.0:beta2:*:*:*:node.js:*:* *cpe:2.3:a:node-cube:node-cube:5.0.0:beta3:*:*:*:node.js:*:* *cpe:2.3:a:node-cube:node-cube:5.0.0:beta4:*:*:*:node.js:*:* *cpe:2.3:a:node-cube:node-cube:5.0.0:beta5:*:*:*:node.js:*:* *cpe:2.3:a:node-cube:node-cube:5.0.0:beta13:*:*:*:node.js:*:* *cpe:2.3:a:node-cube:node-cube:5.0.0:beta14:*:*:*:node.js:*:* *cpe:2.3:a:node-cube:node-cube:5.0.0:beta15:*:*:*:node.js:*:* *cpe:2.3:a:node-cube:node-cube:5.0.0:beta16:*:*:*:node.js:*:* *cpe:2.3:a:node-cube:node-cube:5.0.0:beta17:*:*:*:node.js:*:* *cpe:2.3:a:node-cube:node-cube:5.0.0:beta18:*:*:*:node.js:*:* *cpe:2.3:a:node-cube:node-cube:5.0.0:beta19:*:*:*:node.js:*:* *cpe:2.3:a:node-cube:node-cube:5.0.0:beta6:*:*:*:node.js:*:* *cpe:2.3:a:node-cube:node-cube:5.0.0:beta8:*:*:*:node.js:*:* *cpe:2.3:a:node-cube:node-cube:5.0.0:beta9:*:*:*:node.js:*:*
    Added Reference Type MITRE: https://github.com/node-cube/cube/issues/153 Types: Third Party Advisory
    Added Reference Type MITRE: https://github.com/VulnSageAgent/PoCs/tree/main/JavaScript/prototype-pollution/CVE-2025-57348 Types: Third Party Advisory
  • CVE Modified by 134c704f-9b21-4f2e-91b3-4a467353bcc0

    Sep. 25, 2025

    Action Type Old Value New Value
    Added CVSS V3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L
    Added CWE CWE-1321
  • New CVE Received by [email protected]

    Sep. 24, 2025

    Action Type Old Value New Value
    Added Description The node-cube package (prior to version 5.0.0) contains a vulnerability in its handling of prototype chain initialization, which could allow an attacker to inject properties into the prototype of built-in objects. This issue, categorized under CWE-1321, arises from improper validation of user-supplied input in the package's resource initialization process. Successful exploitation may lead to denial of service or arbitrary code execution in affected environments. The vulnerability affects versions up to and including 5.0.0-beta.19, and no official fix has been released to date.
    Added Reference https://github.com/node-cube/cube/issues/153
    Added Reference https://github.com/VulnSageAgent/PoCs/tree/main/JavaScript/prototype-pollution/CVE-2025-57348
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.
Vulnerability Scoring Details
Base CVSS Score: 6.5
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality Impact
Integrity Impact
Availability Impact