Cyber Posture

CVE-2024-57084

High

Published: 05 February 2025

Published
05 February 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0019 40.6th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-57084 is a high-severity Prototype Pollution (CWE-1321) vulnerability. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked at the 40.6th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Application or System Exploitation (T1499.004). What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Requires validation of inputs to the lib.parse function to block crafted payloads that trigger prototype pollution and DoS.

prevent

Mandates identification, reporting, and correction of flaws like the prototype pollution vulnerability in dot-properties v1.0.1 to eliminate the DoS risk.

prevent

Limits the effects of DoS attacks, including those from prototype pollution causing application crashes or resource exhaustion.

MITRE ATT&CK Enterprise TechniquesAI

T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

Prototype pollution input directly triggers application crash or resource exhaustion DoS via remote exploitation of the parsing function.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

A prototype pollution in the function lib.parse of dot-properties v1.0.1 allows attackers to cause a Denial of Service (DoS) via supplying a crafted payload.

Deeper analysisAI

CVE-2024-57084 is a prototype pollution vulnerability in the lib.parse function of the dot-properties package version 1.0.1. This issue allows attackers to supply a crafted payload that triggers a Denial of Service (DoS) condition. The vulnerability is associated with CWE-1321 and carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H), highlighting its potential for significant availability disruption.

Remote attackers can exploit this vulnerability over the network without authentication or user interaction, requiring only low complexity. By providing a specially crafted input to the affected parsing function, they can pollute the JavaScript prototype chain, leading to application crashes or excessive resource consumption that denies service to legitimate users.

Advisories and further details are available in the referenced GitHub Gist at https://gist.github.com/tariqhawis/3dbeb208c3e22f90a601818ccd06a948.

Details

CWE(s)

CVEs Like This One

CVE-2025-70956Shared CWE-1321
CVE-2024-57065Shared CWE-1321
CVE-2024-57071Shared CWE-1321
CVE-2024-57063Shared CWE-1321
CVE-2024-57086Shared CWE-1321
CVE-2026-32886Shared CWE-1321
CVE-2025-57350Shared CWE-1321
CVE-2024-57072Shared CWE-1321
CVE-2024-57078Shared CWE-1321
CVE-2025-57321Shared CWE-1321

References