Описание
Withdrawn Advisory: fast-redact vulnerable to prototype pollution
Withdrawn Advisory
This advisory has been withdrawn because the issue uses an internal undocumented utility function. This link is maintained to preserve external references.
Original Description
fast-redact is a package that provides do very fast object redaction. A Prototype Pollution vulnerability in the nestedRestore function of fast-redact version 3.5.0 and before allows attackers to inject properties on Object.prototype via supplying a crafted payload, causing denial of service (DoS) as the minimum consequence.
Ссылки
- https://nvd.nist.gov/vuln/detail/CVE-2025-57319
- https://github.com/davidmarkclements/fast-redact/issues/75
- https://github.com/VulnSageAgent/PoCs/blob/main/JavaScript/prototype-pollution/fast-redact%403.5.0/index.js
- https://github.com/VulnSageAgent/PoCs/tree/main/JavaScript/prototype-pollution/CVE-2025-57319
Пакеты
fast-redact
<= 3.5.0
Отсутствует
Связанные уязвимости
fast-redact is a package that provides do very fast object redaction. A Prototype Pollution vulnerability in the nestedRestore function of fast-redact version 3.5.0 and before allows attackers to inject properties on Object.prototype via supplying a crafted payload, causing denial of service (DoS) as the minimum consequence. NOTE: the Supplier disputes this because the reporter only demonstrated access to properties by an internal utility function, and there is no means for achieving prototype pollution via the public API.