VYPR
Low severityNVD Advisory· Published Sep 24, 2025· Updated Sep 26, 2025

CVE-2025-57329

CVE-2025-57329

Description

web3-core-method is a package designed to creates the methods on the web3 modules. A Prototype Pollution vulnerability in the attachToObject function of web3-core-method version 1.10.4 and before allows attackers to inject properties on Object.prototype via supplying a crafted payload, causing denial of service (DoS) as the minimum consequence.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Prototype Pollution in web3-core-method <=1.10.4 allows attackers to inject properties into Object.prototype, leading to denial of service.

The attachToObject function in web3-core-method versions 1.10.4 and earlier is vulnerable to Prototype Pollution due to improper sanitization of user-supplied input. This allows attackers to inject arbitrary properties, such as __proto__, into the prototype chain of JavaScript objects [2][3].

An attacker can exploit this by supplying a crafted payload to any application using the affected module, without requiring authentication. The vulnerability arises from the insecure handling of constructor arguments in the method initialization process [3].

The minimum consequence is denial of service (DoS), but depending on the application context, it may lead to arbitrary code execution or unintended behavior. The vulnerability is classified under CWE-1321 (Improperly Controlled Modification of Object Prototype Attributes) [3].

web3.js version 1.x entered an end-of-maintenance phase starting January 1, 2024, with no new bug fixes after April 1, 2024, and security fixes discontinued after July 1, 2024 [1]. Users are strongly advised to upgrade to version 4.x to mitigate this vulnerability.

AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
web3-core-methodnpm
<= 1.10.3

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

5

News mentions

0

No linked articles in our index yet.