Cyber Resilience

CVE-2024-57075

HighDDoS

Published: 05 February 2025

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

Summary

CVE-2024-57075 is a high-severity Uncontrolled Resource Consumption (CWE-400) 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 26.7th 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).

Deeper analysis

CVE-2024-57075 is a prototype pollution vulnerability in the lib.Logger function of the eazy-logger package version 4.0.1, a JavaScript logging library. This flaw allows attackers to manipulate the prototype chain by supplying a crafted payload, leading to a Denial of Service (DoS) condition. The vulnerability is rated with 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) and is associated with CWE-400 (Uncontrolled Resource Consumption).

The vulnerability can be exploited remotely over the network with low complexity, requiring no authentication, privileges, or user interaction. Any unauthenticated attacker who can supply a malicious payload to an application using the affected lib.Logger function can trigger the prototype pollution, resulting in resource exhaustion and application crashes that disrupt availability without impacting confidentiality or integrity.

Details on exploitation, including a proof-of-concept, and potential mitigations are provided in the advisory at https://gist.github.com/tariqhawis/c601f7f85146510ca899a7406a03aba5, published on 2025-02-05.

EU & UK References

Vulnerability details

A prototype pollution in the lib.Logger function of eazy-logger v4.0.1 allows attackers to cause a Denial of Service (DoS) via supplying a crafted payload.

CWE(s)

Related Threats

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 triggers uncontrolled resource consumption leading to application crashes, directly enabling T1499.004 Application or System Exploitation for DoS.

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

CVEs Like This One

CVE-2024-56921Shared CWE-400
CVE-2026-33538Shared CWE-400
CVE-2026-0517Shared CWE-400
CVE-2026-6051Shared CWE-400
CVE-2026-21945Shared CWE-400
CVE-2026-33750Shared CWE-400
CVE-2024-33618Shared CWE-400
CVE-2025-69534Shared CWE-400
CVE-2025-29487Shared CWE-400
CVE-2025-9278Shared CWE-400

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Remediating the prototype pollution flaw in eazy-logger v4.0.1 by patching, updating, or replacing the library directly prevents exploitation leading to DoS.

prevent

Validating all inputs supplied to the lib.Logger function blocks crafted payloads that trigger prototype pollution and resource exhaustion.

prevent

Denial-of-service protections such as rate limiting and resource quotas mitigate the impact of resource exhaustion from prototype pollution exploitation.

References