<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>CVE Daily – Prototype Pollution (High+Critical)</title>
  <link>https://cvedaily.com/pages/tags/proto-pollution.html</link>
  <atom:link href="https://cvedaily.com/feed-tags/proto-pollution-severe.xml" rel="self" type="application/rss+xml"/>
  <description>CVE Daily – Prototype Pollution (High+Critical)</description>
  <language>en</language>
  <lastBuildDate>Wed, 03 Jun 2026 21:26:32 +0000</lastBuildDate>
  <item>
    <title>[High] CVE-2026-42211 – React Router is a router for React. In versions 7.0.0 through 7.14.1, when using...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42211</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42211</guid>
    <pubDate>Tue, 02 Jun 2026 20:16:36 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-42211</strong></p>
  <p>React Router is a router for React. In versions 7.0.0 through 7.14.1, when using Framework Mode, a combination of steps could potentially allow unauthorized remote code execution (RCE) through external requests. This attack requires the application code to have an existing prototype pollution vulnerability, which can then be leveraged in a 2-step attack where the second step triggers unauthorized…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-502</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42211">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-46510 – form-data-objectizer converts FormData to object. Prior to 1.0.1, form-data-obje...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-46510</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-46510</guid>
    <pubDate>Fri, 29 May 2026 14:16:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-46510</strong></p>
  <p>form-data-objectizer converts FormData to object. Prior to 1.0.1, form-data-objectizer walks bracket-notation form keys (e.g. name[sub]) into nested objects without filtering __proto__, constructor, or prototype. A single HTTP form field whose name starts with __proto__[...] causes the library to mutate Object.prototype, which is a prototype pollution primitive of the entire Node.js process. This…</p>
  <p><strong>CVSS:</strong> 8.2 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-46510">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-46509 – deepobj provides get, set, delete deep objects in javascript. Prior to 1.0.3, pr...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-46509</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-46509</guid>
    <pubDate>Thu, 28 May 2026 19:16:39 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-46509</strong></p>
  <p>deepobj provides get, set, delete deep objects in javascript. Prior to 1.0.3, prototype pollution is possible when property paths contain __proto__/constructor/prototype. The property path must not be exposed as user input. This vulnerability is fixed in 1.0.3.</p>
  <p><strong>CVSS:</strong> 8.2 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-46509">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-44483 – RVF (formerly Remix Validated Form) provides easy form validation and state mana...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-44483</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-44483</guid>
    <pubDate>Wed, 27 May 2026 17:16:39 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-44483</strong></p>
  <p>RVF (formerly Remix Validated Form) provides easy form validation and state management for React. From 6.0.0 to before 6.0.4 and 7.0.2, setPath in @rvf/set-get (used by @rvf/core to flatten incoming form data into a nested object) does not block the keys __proto__, constructor, or prototype when walking a path. Because field names in submitted form data are passed directly to setPath via preproce…</p>
  <p><strong>CVSS:</strong> 8.2 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-44483">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-44966 – Velocity.js is a JavaScript implementation of the Apache Velocity template engin...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-44966</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-44966</guid>
    <pubDate>Tue, 26 May 2026 22:16:43 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-44966</strong></p>
  <p>Velocity.js is a JavaScript implementation of the Apache Velocity template engine. In 2.1.5 and earlier, a prototype pollution vulnerability was discovered in velocityjs. This issue occurs during the processing of #set directives in Velocity templates. If an application renders a template controlled by an attacker, it is possible to modify Object.prototype, potentially leading to Denial of Servic…</p>
  <p><strong>CVSS:</strong> 8.3 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-44966">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-8657 – Versions of the package jsondiffpatch before 0.7.6 are vulnerable to Prototype P...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-8657</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-8657</guid>
    <pubDate>Sat, 16 May 2026 06:16:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-8657</strong></p>
  <p>Versions of the package jsondiffpatch before 0.7.6 are vulnerable to Prototype Pollution via the jsondiffpatch.patch() and jsondiffpatch/formatters/jsonpatch.patch() APIs. An attacker can perform prototype pollution by supplying crafted delta or JSON Patch documents, as attacker-controlled property names and path segments are used to traverse and modify objects without restricting access to speci…</p>
  <p><strong>CVSS:</strong> 8.2 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-8657">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-42264 – Axios is a promise based HTTP client for the browser and Node.js. From version 1...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42264</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42264</guid>
    <pubDate>Fri, 08 May 2026 04:16:20 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-42264</strong></p>
  <p>Axios is a promise based HTTP client for the browser and Node.js. From version 1.0.0 to before version 1.15.2, fFive config properties (auth, baseURL, socketPath, beforeRedirect, and insecureHTTPParser) in the HTTP adapter are read via direct property access without hasOwnProperty guards, making them exploitable as prototype pollution gadgets. When Object.prototype is polluted by another dependen…</p>
  <p><strong>CVSS:</strong> 7.4 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42264">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-63704 – NPM package query-parser-string 1.0.0 is vulnerable to Prototype Pollution. The ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-63704</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-63704</guid>
    <pubDate>Thu, 07 May 2026 16:16:17 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-63704</strong></p>
  <p>NPM package query-parser-string 1.0.0 is vulnerable to Prototype Pollution. The package does not properly sanitize user supplied query parameters and merges them to the newly created object.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-63704">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-63703 – npm package parse-ini v1.0.6 is vulnerable to Prototype Pollution in index.js().</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-63703</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-63703</guid>
    <pubDate>Thu, 07 May 2026 16:16:17 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-63703</strong></p>
  <p>npm package parse-ini v1.0.6 is vulnerable to Prototype Pollution in index.js().</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-63703">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-42232 – n8n is an open source workflow automation platform. Prior to versions 1.123.32, ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42232</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42232</guid>
    <pubDate>Mon, 04 May 2026 19:16:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-42232</strong></p>
  <p>n8n is an open source workflow automation platform. Prior to versions 1.123.32, 2.17.4, and 2.18.1, an authenticated user with permission to create or modify workflows could achieve global prototype pollution via the XML Node leading to RCE when combined with other nodes exploiting the prototype pollution. This issue has been patched in versions 1.123.32, 2.17.4, and 2.18.1.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42232">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-42231 – n8n is an open source workflow automation platform. Prior to versions 1.123.32, ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42231</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42231</guid>
    <pubDate>Mon, 04 May 2026 19:16:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-42231</strong></p>
  <p>n8n is an open source workflow automation platform. Prior to versions 1.123.32, 2.17.4, and 2.18.1, a flaw in the xml2js library used to parse XML request bodies in n8n's webhook handler allowed prototype pollution via a crafted XML payload. An authenticated user with permission to create or modify workflows could exploit this to pollute the JavaScript object prototype and, by chaining the pollut…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42231">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-42035 – Axios is a promise based HTTP client for the browser and Node.js. Prior to 1.15...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42035</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42035</guid>
    <pubDate>Fri, 24 Apr 2026 18:16:30 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-42035</strong></p>
  <p>Axios is a promise based HTTP client for the browser and Node.js. Prior to 1.15.1 and 0.31.1, a prototype pollution gadget exists in the Axios HTTP adapter (lib/adapters/http.js) that allows an attacker to inject arbitrary HTTP headers into outgoing requests. The vulnerability exploits duck-type checking of the data payload, where if Object.prototype is polluted with getHeaders, append, pipe, on,…</p>
  <p><strong>CVSS:</strong> 7.4 · <strong>CWE:</strong> CWE-113</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42035">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-42033 – Axios is a promise based HTTP client for the browser and Node.js. Prior to 1.15...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42033</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42033</guid>
    <pubDate>Fri, 24 Apr 2026 18:16:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-42033</strong></p>
  <p>Axios is a promise based HTTP client for the browser and Node.js. Prior to 1.15.1 and 0.31.1, when Object.prototype has been polluted by any co-dependency with keys that axios reads without a hasOwnProperty guard, an attacker can (a) silently intercept and modify every JSON response before the application sees it, or (b) fully hijack the underlying HTTP transport, gaining access to request creden…</p>
  <p><strong>CVSS:</strong> 7.4 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42033">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-34622 – Acrobat Reader versions 26.001.21411, 24.001.30360, 24.001.30362 and earlier are...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-34622</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-34622</guid>
    <pubDate>Tue, 14 Apr 2026 17:16:51 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-34622</strong></p>
  <p>Acrobat Reader versions 26.001.21411, 24.001.30360, 24.001.30362 and earlier are affected by an Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution') vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.</p>
  <p><strong>CVSS:</strong> 8.6 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-34622">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-34621 – Acrobat Reader versions 24.001.30356, 26.001.21367 and earlier are affected by a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-34621</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-34621</guid>
    <pubDate>Sat, 11 Apr 2026 07:16:03 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-34621</strong></p>
  <p>Acrobat Reader versions 24.001.30356, 26.001.21367 and earlier are affected by an Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution') vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.</p>
  <p><strong>CVSS:</strong> 8.6 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-34621">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-35209 – defu is software that allows uers to assign default properties recursively. Prio...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-35209</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-35209</guid>
    <pubDate>Mon, 06 Apr 2026 18:16:44 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-35209</strong></p>
  <p>defu is software that allows uers to assign default properties recursively. Prior to version 6.1.5, applications that pass unsanitized user input (e.g. parsed JSON request bodies, database records, or config files from untrusted sources) as the first argument to `defu()` are vulnerable to prototype pollution. A crafted payload containing a `__proto__` key can override intended default values in t…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-35209">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-34221 – MikroORM is a TypeScript ORM for Node.js based on Data Mapper, Unit of Work and ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-34221</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-34221</guid>
    <pubDate>Tue, 31 Mar 2026 16:16:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-34221</strong></p>
  <p>MikroORM is a TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Prior to versions 6.6.10 and 7.0.6, a prototype pollution vulnerability exists in the Utils.merge helper used internally by MikroORM when merging object structures. The function did not prevent special keys such as __proto__, constructor, or prototype, allowing attacker-controlled input to modif…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-34221">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-33994 – Locutus brings stdlibs of other programming languages to JavaScript for educatio...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33994</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33994</guid>
    <pubDate>Fri, 27 Mar 2026 23:17:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-33994</strong></p>
  <p>Locutus brings stdlibs of other programming languages to JavaScript for educational purposes. Starting in version 2.0.39 and prior to version 3.0.25, a prototype pollution vulnerability exists in the `parse_str` function of the npm package locutus. An attacker can pollute `Object.prototype` by overriding `RegExp.prototype.test` and then passing a crafted query string to `parse_str`, bypassing the…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33994">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-33993 – Locutus brings stdlibs of other programming languages to JavaScript for educatio...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33993</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33993</guid>
    <pubDate>Fri, 27 Mar 2026 23:17:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-33993</strong></p>
  <p>Locutus brings stdlibs of other programming languages to JavaScript for educational purposes. Prior to version 3.0.25, the `unserialize()` function in `locutus/php/var/unserialize` assigns deserialized keys to plain objects via bracket notation without filtering the `__proto__` key. When a PHP serialized payload contains `__proto__` as an array or object key, JavaScript's `__proto__` setter is in…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33993">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-33696 – n8n is an open source workflow automation platform. Prior to versions 2.14.1, 2...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33696</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33696</guid>
    <pubDate>Wed, 25 Mar 2026 18:16:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-33696</strong></p>
  <p>n8n is an open source workflow automation platform. Prior to versions 2.14.1, 2.13.3, and 1.123.27, an authenticated user with permission to create or modify workflows could exploit a prototype pollution vulnerability in the XML and the GSuiteAdmin nodes. By supplying a crafted parameters as part of node configuration, an attacker could write attacker-controlled values onto `Object.prototype`. An…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33696">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-32878 – Parse Server is an open source backend that can be deployed to any infrastructur...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-32878</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-32878</guid>
    <pubDate>Wed, 18 Mar 2026 22:16:25 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-32878</strong></p>
  <p>Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to 9.6.0-alpha.20 and 8.6.44, an attacker can bypass the default request keyword denylist protection and the class-level permission for adding fields by sending a crafted request that exploits prototype pollution in the deep copy mechanism. This allows injecting fields into class schemas…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-32878">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-30226 – Svelte devalue is a JavaScript library that serializes values into strings when ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-30226</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-30226</guid>
    <pubDate>Wed, 11 Mar 2026 18:16:22 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-30226</strong></p>
  <p>Svelte devalue is a JavaScript library that serializes values into strings when JSON.stringify isn't sufficient for the job. In devalue v5.6.3 and earlier, devalue.parse and devalue.unflatten were susceptible to prototype pollution via maliciously crafted payloads. Successful exploitation could lead to Denial of Service (DoS) or type confusion. This vulnerability is fixed in 5.6.4.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-30226">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-29063 – Immutable.js provides many Persistent Immutable data structures. Prior to versio...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-29063</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-29063</guid>
    <pubDate>Fri, 06 Mar 2026 19:16:21 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-29063</strong></p>
  <p>Immutable.js provides many Persistent Immutable data structures. Prior to versions 3.8.3, 4.3.7, and 5.1.5, Prototype Pollution is possible in immutable via the mergeDeep(), mergeDeepWith(), merge(), Map.toJS(), and Map.toObject() APIs. This issue has been patched in versions 3.8.3, 4.3.7, and 5.1.5.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-29063">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-28794 – oRPC is an tool that helps build APIs that are end-to-end type-safe and adhere t...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-28794</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-28794</guid>
    <pubDate>Fri, 06 Mar 2026 05:16:40 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-28794</strong></p>
  <p>oRPC is an tool that helps build APIs that are end-to-end type-safe and adhere to OpenAPI standards. Prior to version 1.13.6, a prototype pollution vulnerability exists in the RPC JSON deserializer of the @orpc/client package. The vulnerability allows unauthenticated, remote attackers to inject arbitrary properties into the global Object.prototype. Because this pollution persists for the lifetime…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-28794">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-27212 – Swiper is a free and mobile touch slider with hardware accelerated transitions a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-27212</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-27212</guid>
    <pubDate>Sat, 21 Feb 2026 06:17:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-27212</strong></p>
  <p>Swiper is a free and mobile touch slider with hardware accelerated transitions and native behavior. Versions 6.5.1 through 12.1.1 have a Prototype pollution vulnerability. The vulnerability resides in line 94 of shared/utils.mjs, where the indexOf() function is used to check whether user provided input contain forbidden strings. Despite a previous fix that attempted to mitigate prototype pollutio…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-27212">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-26021 – set-in provides the set value of nested associative structure given array of key...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-26021</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-26021</guid>
    <pubDate>Wed, 11 Feb 2026 22:15:52 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-26021</strong></p>
  <p>set-in provides the set value of nested associative structure given array of keys. A prototype pollution vulnerability exists in the the npm package set-in (>=2.0.1, < 2.0.5). Despite a previous fix that attempted to mitigate prototype pollution by checking whether user input contained a forbidden key, it is still possible to pollute Object.prototype via a crafted input using Array.prototype. Thi…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-26021">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-1774 – CASL Ability, versions 2.4.0 through 6.7.4, contains a prototype pollution vulne...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-1774</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-1774</guid>
    <pubDate>Tue, 10 Feb 2026 16:16:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-1774</strong></p>
  <p>CASL Ability, versions 2.4.0 through 6.7.4, contains a prototype pollution vulnerability.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-1774">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-25881 – SandboxJS is a JavaScript sandboxing library. Prior to 0.8.31, a sandbox escape ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-25881</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-25881</guid>
    <pubDate>Mon, 09 Feb 2026 22:16:03 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-25881</strong></p>
  <p>SandboxJS is a JavaScript sandboxing library. Prior to 0.8.31, a sandbox escape vulnerability allows sandboxed code to mutate host built-in prototypes by laundering the isGlobal protection flag through array literal intermediaries. When a global prototype reference (e.g., Map.prototype, Set.prototype) is placed into an array and retrieved, the isGlobal taint is stripped, permitting direct prototy…</p>
  <p><strong>CVSS:</strong> 9.0 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-25881">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-25754 – AdonisJS is a TypeScript-first web framework. Prior to versions 10.1.3 and 11.0...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-25754</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-25754</guid>
    <pubDate>Fri, 06 Feb 2026 23:15:54 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-25754</strong></p>
  <p>AdonisJS is a TypeScript-first web framework. Prior to versions 10.1.3 and 11.0.0-next.9, a prototype pollution vulnerability in AdonisJS multipart form-data parsing may allow a remote attacker to manipulate object prototypes at runtime. This issue has been patched in versions 10.1.3 and 11.0.0-next.9.</p>
  <p><strong>CVSS:</strong> 7.2 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-25754">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-25586 – SandboxJS is a JavaScript sandboxing library. Prior to 0.8.29, a sandbox escape ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-25586</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-25586</guid>
    <pubDate>Fri, 06 Feb 2026 20:16:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-25586</strong></p>
  <p>SandboxJS is a JavaScript sandboxing library. Prior to 0.8.29, a sandbox escape is possible by shadowing hasOwnProperty on a sandbox object, which disables prototype whitelist enforcement in the property-access path. This permits direct access to __proto__ and other blocked prototype properties, enabling host Object.prototype pollution and persistent cross-sandbox impact. This vulnerability is fi…</p>
  <p><strong>CVSS:</strong> 10.0 · <strong>CWE:</strong> CWE-74</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-25586">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-25521 – Locutus brings stdlibs of other programming languages to JavaScript for educatio...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-25521</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-25521</guid>
    <pubDate>Wed, 04 Feb 2026 22:15:59 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-25521</strong></p>
  <p>Locutus brings stdlibs of other programming languages to JavaScript for educational purposes. In versions from 2.0.12 to before 2.0.39, a prototype pollution vulnerability exists in locutus. Despite a previous fix that attempted to mitigate prototype pollution by checking whether user input contained a forbidden key, it is still possible to pollute Object.prototype via a crafted input using Strin…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-25521">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-25150 – Qwik is a performance focused javascript framework. Prior to version 1.19.0, a p...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-25150</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-25150</guid>
    <pubDate>Tue, 03 Feb 2026 22:16:30 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-25150</strong></p>
  <p>Qwik is a performance focused javascript framework. Prior to version 1.19.0, a prototype pollution vulnerability exists in the formToObj() function within @builder.io/qwik-city middleware. The function processes form field names with dot notation (e.g., user.name) to create nested objects, but fails to sanitize dangerous property names like __proto__, constructor, and prototype. This allows unaut…</p>
  <p><strong>CVSS:</strong> 9.3 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-25150">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-25047 – deepHas provides a test for the existence of a nested object key and optionally ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-25047</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-25047</guid>
    <pubDate>Thu, 29 Jan 2026 22:15:55 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-25047</strong></p>
  <p>deepHas provides a test for the existence of a nested object key and optionally returns that key. A prototype pollution vulnerability exists in version 1.0.7 of the deephas npm package that allows an attacker to modify global object behavior. This issue was fixed in version 1.0.8.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-25047">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-61140 – The value function in jsonpath 1.1.1 lib/index.js is vulnerable to Prototype Pol...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-61140</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-61140</guid>
    <pubDate>Wed, 28 Jan 2026 16:16:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-61140</strong></p>
  <p>The value function in jsonpath 1.1.1 lib/index.js is vulnerable to Prototype Pollution.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-61140">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-23736 – seroval facilitates JS value stringification, including complex structures beyon...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23736</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23736</guid>
    <pubDate>Wed, 21 Jan 2026 23:15:52 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-23736</strong></p>
  <p>seroval facilitates JS value stringification, including complex structures beyond JSON.stringify capabilities. In versions 1.4.0 and below, due to improper input validation, a malicious object key can lead to prototype pollution during JSON deserialization. This vulnerability affects only JSON deserialization functionality. This issue is fixed in version 1.4.1.</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23736">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-13158 – Prototype pollution vulnerability in apidoc-core versions 0.2.0 and all subseque...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-13158</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-13158</guid>
    <pubDate>Fri, 26 Dec 2025 16:15:43 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-13158</strong></p>
  <p>Prototype pollution vulnerability in apidoc-core versions 0.2.0 and all subsequent versions allows remote attackers to modify JavaScript object prototypes via malformed data structures, including the “define” property processed by the application, potentially leading to denial of service or unintended behavior in applications relying on the integrity of prototype chains. This affects the preProce…</p>
  <p><strong>CVSS:</strong> 9.3 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-13158">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-68130 – tRPC allows users to build and consume fully typesafe APIs without schemas or co...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-68130</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-68130</guid>
    <pubDate>Tue, 16 Dec 2025 17:16:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-68130</strong></p>
  <p>tRPC allows users to build and consume fully typesafe APIs without schemas or code generation. Starting in version 10.27.0 and prior to versions 10.45.3 and 11.8.0, a A prototype pollution vulnerability exists in `@trpc/server`'s `formDataToObject` function, which is used by the Next.js App Router adapter. An attacker can pollute `Object.prototype` by submitting specially crafted FormData field n…</p>
  <p><strong>CVSS:</strong> 8.5 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-68130">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-8083 – The  Preset configuration https://v2.vuetifyjs.com/en/features/presets  feature ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-8083</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-8083</guid>
    <pubDate>Fri, 12 Dec 2025 20:15:43 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-8083</strong></p>
  <p>The  Preset configuration https://v2.vuetifyjs.com/en/features/presets  feature of Vuetify is vulnerable to  Prototype Pollution https://cheatsheetseries.owasp.org/cheatsheets/Prototype_Pollution_Prevention_Cheat_Sheet.html  due to the internal 'mergeDeep' utility function used to merge options with defaults. Using a specially-crafted, malicious preset can result in polluting all JavaScript objec…</p>
  <p><strong>CVSS:</strong> 8.6 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-8083">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-66456 – Elysia is a Typescript framework for request validation, type inference, OpenAPI...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-66456</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-66456</guid>
    <pubDate>Tue, 09 Dec 2025 20:15:54 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-66456</strong></p>
  <p>Elysia is a Typescript framework for request validation, type inference, OpenAPI documentation and client-server communication. Versions 1.4.0 through 1.4.16 contain a prototype pollution vulnerability in `mergeDeep` after merging results of two standard schema validations with the same key. Due to the ordering of merging, there must be an any type that is set as a standalone guard, to allow for…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-66456">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-13204 – npm package `expr-eval` is vulnerable to Prototype Pollution. An attacker with a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-13204</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-13204</guid>
    <pubDate>Fri, 14 Nov 2025 17:16:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-13204</strong></p>
  <p>npm package `expr-eval` is vulnerable to Prototype Pollution. An attacker with access to express eval interface can use JavaScript prototype-based inheritance model to achieve arbitrary code execution. The npm expr-eval-fork package resolves this issue.</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-13204">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-62410 – In versions before 20.0.2, it was found that --disallow-code-generation-from-str...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-62410</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-62410</guid>
    <pubDate>Wed, 15 Oct 2025 18:15:40 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-62410</strong></p>
  <p>In versions before 20.0.2, it was found that --disallow-code-generation-from-strings is not sufficient for isolating untrusted JavaScript in happy-dom. The untrusted script and the rest of the application still run in the same Isolate/process, so attackers can deploy prototype pollution payloads to hijack important references like "process" in the example below, or to hijack control flow via flip…</p>
  <p><strong>CVSS:</strong> 9.4 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-62410">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-62381 – sveltekit-superforms makes SvelteKit forms a pleasure to use. sveltekit-superfor...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-62381</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-62381</guid>
    <pubDate>Wed, 15 Oct 2025 18:15:40 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-62381</strong></p>
  <p>sveltekit-superforms makes SvelteKit forms a pleasure to use. sveltekit-superforms v2.27.3 and prior are susceptible to a prototype pollution vulnerability within the parseFormData function of formData.js. An attacker can inject string and array properties into Object.prototype, leading to denial of service, type confusion, and potential remote code execution in downstream applications that rely…</p>
  <p><strong>CVSS:</strong> 8.3 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-62381">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-3193 – Versions of the package algoliasearch-helper from 2.0.0-rc1 and before 3.11.2 ar...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-3193</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-3193</guid>
    <pubDate>Sat, 27 Sep 2025 05:15:30 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-3193</strong></p>
  <p>Versions of the package algoliasearch-helper from 2.0.0-rc1 and before 3.11.2 are vulnerable to Prototype Pollution in the _merge() function in merge.js, which allows constructor.prototype to be written even though doing so throws an error. In the "extreme edge-case" that the resulting error is caught, code injected into the user-supplied search parameter may be exeucted.This is related to but…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-3193">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-57317 – apidoc-core is the core parser library to generate apidoc result following the a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-57317</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-57317</guid>
    <pubDate>Thu, 25 Sep 2025 14:15:44 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-57317</strong></p>
  <p>apidoc-core is the core parser library to generate apidoc result following the apidoc-spec. A Prototype Pollution vulnerability in the preProcess function of apidoc-core versions thru 0.15.0 allows attackers to inject properties on Object.prototype via supplying a crafted payload, causing denial of service (DoS) as the minimum consequence.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-57317">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-26278 – A prototype pollution in the lib.set function of dref v0.1.2 allows attackers to...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-26278</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-26278</guid>
    <pubDate>Thu, 25 Sep 2025 14:15:43 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-26278</strong></p>
  <p>A prototype pollution in the lib.set function of dref v0.1.2 allows attackers to cause a Denial of Service (DoS) via supplying a crafted payload.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-26278">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-57319 – fast-redact is a package that provides do very fast object redaction. A Prototyp...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-57319</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-57319</guid>
    <pubDate>Wed, 24 Sep 2025 21:15:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-57319</strong></p>
  <p>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…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-57319">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-57318 – A Prototype Pollution vulnerability in the toCsv function of csvjson versions th...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-57318</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-57318</guid>
    <pubDate>Wed, 24 Sep 2025 21:15:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-57318</strong></p>
  <p>A Prototype Pollution vulnerability in the toCsv function of csvjson versions thru 5.1.0 allows attackers to inject properties on Object.prototype via supplying a crafted payload, causing denial of service (DoS) as the minimum consequence.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-57318">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-57329 – web3-core-method is a package designed to creates the methods on the web3 module...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-57329</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-57329</guid>
    <pubDate>Wed, 24 Sep 2025 20:15:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-57329</strong></p>
  <p>web3-core-method is a package designed to creates the methods on the web3 modules. A Prototype Pollution vulnerability in the attachToObject function of web3-core-method version 1.10.4 and before allows attackers to inject properties on Object.prototype via supplying a crafted payload, causing denial of service (DoS) as the minimum consequence.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-57329">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-57328 – toggle-array is a package designed to enables a property on the object at the sp...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-57328</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-57328</guid>
    <pubDate>Wed, 24 Sep 2025 20:15:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-57328</strong></p>
  <p>toggle-array is a package designed to enables a property on the object at the specified index, while disabling the property on all other objects. A Prototype Pollution vulnerability in the enable and disable function of toggle-array v1.0.1 and before allows attackers to inject properties on Object.prototype via supplying a crafted payload, causing denial of service (DoS) as the minimum consequenc…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-57328">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-57327 – spmrc is a package that provides the rc manager for spm. A Prototype Pollution v...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-57327</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-57327</guid>
    <pubDate>Wed, 24 Sep 2025 20:15:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-57327</strong></p>
  <p>spmrc is a package that provides the rc manager for spm. A Prototype Pollution vulnerability in the set and config function of spmrc version 1.2.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.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-57327">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-57326 – A Prototype Pollution vulnerability in the byGroupAndType function of sassdoc-ex...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-57326</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-57326</guid>
    <pubDate>Wed, 24 Sep 2025 20:15:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-57326</strong></p>
  <p>A Prototype Pollution vulnerability in the byGroupAndType function of sassdoc-extras v2.5.1 and before allows attackers to inject properties on Object.prototype via supplying a crafted payload, causing denial of service (DoS) as the minimum consequence.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-57326">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-57325 – rollbar is a package designed to effortlessly track and debug errors in JavaScri...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-57325</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-57325</guid>
    <pubDate>Wed, 24 Sep 2025 20:15:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-57325</strong></p>
  <p>rollbar is a package designed to effortlessly track and debug errors in JavaScript applications. This package includes advanced error tracking features and an intuitive interface to help you identify and fix issues more quickly. A Prototype Pollution vulnerability in the utility.set function of rollbar v2.26.4 and before allows attackers to inject properties on Object.prototype via supplying a cr…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-57325">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-57323 – mpregular is a package that provides a small program development framework based...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-57323</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-57323</guid>
    <pubDate>Wed, 24 Sep 2025 20:15:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-57323</strong></p>
  <p>mpregular is a package that provides a small program development framework based on RegularJS. A Prototype Pollution vulnerability in the mp.addEventHandler function of mpregular version 0.2.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.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-57323">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-57321 – A Prototype Pollution vulnerability in the util-deps.addFileDepend function of m...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-57321</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-57321</guid>
    <pubDate>Wed, 24 Sep 2025 20:15:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-57321</strong></p>
  <p>A Prototype Pollution vulnerability in the util-deps.addFileDepend function of magix-combine-ex versions thru 1.2.10 allows attackers to inject properties on Object.prototype via supplying a crafted payload, causing denial of service (DoS) as the minimum consequence.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-57321">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-57349 – The messageformat package, an implementation of the Unicode MessageFormat 2 spec...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-57349</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-57349</guid>
    <pubDate>Wed, 24 Sep 2025 19:15:40 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-57349</strong></p>
  <p>The messageformat package, an implementation of the Unicode MessageFormat 2 specification for JavaScript, is vulnerable to prototype pollution due to improper handling of message key paths in versions prior to 2.3.0. The flaw arises when processing nested message keys containing special characters (e.g., __proto__ ), which can lead to unintended modification of the JavaScript Object prototype. Th…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-57349">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-57347 – A vulnerability exists in the 'dagre-d3-es' Node.js package version 7.0.9, speci...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-57347</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-57347</guid>
    <pubDate>Wed, 24 Sep 2025 19:15:39 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-57347</strong></p>
  <p>A vulnerability exists in the 'dagre-d3-es' Node.js package version 7.0.9, specifically within the 'bk' module's addConflict function, which fails to properly sanitize user-supplied input during property assignment operations. This flaw allows attackers to exploit prototype pollution vulnerabilities by injecting malicious input values (e.g., "__proto__"), enabling unauthorized modification of the…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-57347">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-57330 – The web3-core-subscriptions is a package designed to manages web3 subscriptions...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-57330</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-57330</guid>
    <pubDate>Wed, 24 Sep 2025 19:15:39 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-57330</strong></p>
  <p>The web3-core-subscriptions is a package designed to manages web3 subscriptions. A Prototype Pollution vulnerability in the attachToObject function of web3-core-subscriptions version 1.10.4 and before allows attackers to inject properties on Object.prototype via supplying a crafted payload, causing denial of service (DoS) as the minimum consequence.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-57330">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-57350 – The csvtojson package, a tool for converting CSV data to JSON with customizable ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-57350</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-57350</guid>
    <pubDate>Wed, 24 Sep 2025 18:15:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-57350</strong></p>
  <p>The csvtojson package, a tool for converting CSV data to JSON with customizable parsing capabilities, contains a prototype pollution vulnerability in versions prior to 2.0.10. This issue arises due to insufficient sanitization of nested header names during the parsing process in the parser_jsonarray component. When processing CSV input containing specially crafted header fields that reference pro…</p>
  <p><strong>CVSS:</strong> 8.6 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-57350">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-57820 – Svelte devalue is a utility library. Prior to version 5.3.2, a string passed to ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-57820</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-57820</guid>
    <pubDate>Tue, 26 Aug 2025 23:15:35 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-57820</strong></p>
  <p>Svelte devalue is a utility library. Prior to version 5.3.2, a string passed to devalue.parse could represent an object with a __proto__ property and devalue.parse does not check that an index is numeric. This could result in assigning prototypes to objects and properties, leading to prototype pollution. This issue has been fixed in version 5.3.2</p>
  <p><strong>CVSS:</strong> 7.9 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-57820">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-55195 – @std/toml is the Deno Standard Library. Prior to version 1.0.9, an attacker can ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-55195</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-55195</guid>
    <pubDate>Thu, 14 Aug 2025 17:15:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-55195</strong></p>
  <p>@std/toml is the Deno Standard Library. Prior to version 1.0.9, an attacker can pollute the prototype chain in Node.js runtime and Browser when parsing untrusted TOML data, thus achieving Prototype Pollution (PP) vulnerability. This is because the library is merging an untrusted object with an empty object, which by default the empty object has the prototype chain. This issue has been patched in…</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-55195">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-55164 – content-security-policy-parser parses content security policy directives. A prot...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-55164</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-55164</guid>
    <pubDate>Tue, 12 Aug 2025 16:15:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-55164</strong></p>
  <p>content-security-policy-parser parses content security policy directives. A prototype pollution vulnerability exists in versions 0.5.0 and earlier, wherein if a policy name is called __proto__, one can override the Object prototype. This issue has been patched in version 0.6.0. A workaround involves disabling prototype method in NodeJS, neutralizing all possible prototype pollution attacks. Provi…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-55164">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-54803 – js-toml is a TOML parser for JavaScript, fully compliant with the TOML 1.0.0 Spe...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-54803</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-54803</guid>
    <pubDate>Tue, 05 Aug 2025 01:15:42 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-54803</strong></p>
  <p>js-toml is a TOML parser for JavaScript, fully compliant with the TOML 1.0.0 Spec. In versions below 1.0.2, a prototype pollution vulnerability in js-toml allows a remote attacker to add or modify properties of the global Object.prototype by parsing a maliciously crafted TOML input. This is fixed in version 1.0.2.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-54803">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-34146 – A prototype pollution vulnerability exists in @nyariv/sandboxjs versions &lt;= 0.8...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-34146</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-34146</guid>
    <pubDate>Thu, 31 Jul 2025 15:15:36 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-34146</strong></p>
  <p>A prototype pollution vulnerability exists in @nyariv/sandboxjs versions <= 0.8.23, allowing attackers to inject arbitrary properties into Object.prototype via crafted JavaScript code. This can result in a denial-of-service (DoS) condition or, under certain conditions, escape the sandboxed environment intended to restrict code execution. The vulnerability stems from insufficient prototype access…</p>
  <p><strong>CVSS:</strong> 7.0 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-34146">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-8101 – Improperly Controlled Modification of Object Prototype Attributes ('Prototype Po...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-8101</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-8101</guid>
    <pubDate>Fri, 25 Jul 2025 22:15:25 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-8101</strong></p>
  <p>Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution') vulnerability in Linkify (linkifyjs) allows XSS Targeting HTML Attributes and Manipulating User-Controlled Variables.This issue affects Linkify: from 4.3.1 before 4.3.2.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-8101">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-49223 – billboard.js before 3.15.1 was discovered to contain a prototype pollution via t...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-49223</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-49223</guid>
    <pubDate>Wed, 04 Jun 2025 03:15:27 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-49223</strong></p>
  <p>billboard.js before 3.15.1 was discovered to contain a prototype pollution via the function generate, which could allow attackers to execute arbitrary code or cause a Denial of Service (DoS) via injecting arbitrary properties.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-49223">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-26621 – OpenCTI is an open source platform for managing cyber threat intelligence knowle...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-26621</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-26621</guid>
    <pubDate>Mon, 19 May 2025 16:15:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-26621</strong></p>
  <p>OpenCTI is an open source platform for managing cyber threat intelligence knowledge and observables. Prior to version 6.5.2, any user with the capability manage customizations can edit webhook that will execute javascript code. This can be abused to cause a denial of service attack by prototype pollution, making the node js server running the OpenCTI frontend become unavailable. Version 6.5.2 fix…</p>
  <p><strong>CVSS:</strong> 7.6 · <strong>CWE:</strong> CWE-94</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-26621">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-25014 – A Prototype pollution vulnerability in Kibana leads to arbitrary code execution ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-25014</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-25014</guid>
    <pubDate>Tue, 06 May 2025 18:15:37 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-25014</strong></p>
  <p>A Prototype pollution vulnerability in Kibana leads to arbitrary code execution via crafted HTTP requests to machine learning and reporting endpoints.</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-25014">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-12556 – Prototype Pollution in Kibana can lead to code injection via unrestricted file u...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-12556</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-12556</guid>
    <pubDate>Tue, 08 Apr 2025 20:15:19 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-12556</strong></p>
  <p>Prototype Pollution in Kibana can lead to code injection via unrestricted file upload combined with path traversal.</p>
  <p><strong>CVSS:</strong> 8.7 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-12556">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-3197 – Versions of the package expand-object from 0.0.0 are vulnerable to Prototype Pol...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-3197</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-3197</guid>
    <pubDate>Fri, 04 Apr 2025 05:15:46 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-3197</strong></p>
  <p>Versions of the package expand-object from 0.0.0 are vulnerable to Prototype Pollution in the expand() function in index.js. This function expands the given string into an object and allows a nested property to be set without checking the provided keys for sensitive properties like __proto__.</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-3197">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-57083 – A prototype pollution in the component Module.mergeObjects (redoc/bundles/redoc...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-57083</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-57083</guid>
    <pubDate>Fri, 28 Mar 2025 21:15:17 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-57083</strong></p>
  <p>A prototype pollution in the component Module.mergeObjects (redoc/bundles/redoc.lib.js:2) of redoc <= 2.2.0 allows attackers to cause a Denial of Service (DoS) via supplying a crafted payload.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-57083">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2024-38988 – alizeait unflatto &lt;= 1.0.2 was discovered to contain a prototype pollution via t...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-38988</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-38988</guid>
    <pubDate>Fri, 28 Mar 2025 21:15:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2024-38988</strong></p>
  <p>alizeait unflatto <= 1.0.2 was discovered to contain a prototype pollution via the method exports.unflatto at /dist/index.js. This vulnerability allows attackers to execute arbitrary code or cause a Denial of Service (DoS) via injecting arbitrary properties.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-38988">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2024-38985 – janryWang products depath v1.0.6 and cool-path v1.1.2 were discovered to contain...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-38985</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-38985</guid>
    <pubDate>Fri, 28 Mar 2025 21:15:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2024-38985</strong></p>
  <p>janryWang products depath v1.0.6 and cool-path v1.1.2 were discovered to contain a prototype pollution via the set() method at setIn (lib/index.js:90). This vulnerability allows attackers to execute arbitrary code or cause a Denial of Service (DoS) via injecting arbitrary properties.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-38985">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2024-24292 – A Prototype Pollution issue in Aliconnect /sdk v.0.0.6 allows an attacker to exe...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-24292</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-24292</guid>
    <pubDate>Fri, 28 Mar 2025 21:15:15 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2024-24292</strong></p>
  <p>A Prototype Pollution issue in Aliconnect /sdk v.0.0.6 allows an attacker to execute arbitrary code via the aim function in the aim.js component.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-24292">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-30358 – Mesop is a Python-based UI framework that allows users to build web applications...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-30358</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-30358</guid>
    <pubDate>Thu, 27 Mar 2025 15:16:02 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-30358</strong></p>
  <p>Mesop is a Python-based UI framework that allows users to build web applications. A class pollution vulnerability in Mesop prior to version 0.14.1 allows attackers to overwrite global variables and class attributes in certain Mesop modules during runtime. This vulnerability could directly lead to a denial of service (DoS) attack against the server. Additionally, it could also result in other seve…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-915</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-30358">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-27597 – Vue I18n is the internationalization plugin for Vue.js. @intlify/message-resolve...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-27597</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-27597</guid>
    <pubDate>Fri, 07 Mar 2025 16:15:39 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-27597</strong></p>
  <p>Vue I18n is the internationalization plugin for Vue.js. @intlify/message-resolver and @intlify/vue-i18n-core are vulnerable to Prototype Pollution through the entry function: handleFlatJson. An 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. Moreover, the cons…</p>
  <p><strong>CVSS:</strong> 8.9 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-27597">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-25015 – Prototype pollution in Kibana leads to arbitrary code execution via a crafted fi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-25015</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-25015</guid>
    <pubDate>Wed, 05 Mar 2025 10:15:20 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-25015</strong></p>
  <p>Prototype pollution in Kibana leads to arbitrary code execution via a crafted file upload and specifically crafted HTTP requests. In Kibana versions >= 8.15.0 and < 8.17.1, this is exploitable by users with the Viewer role. In Kibana versions 8.17.1 and 8.17.2 , this is only exploitable by users that have roles that contain all the following privileges: fleet-all, integrations-all, actions:execut…</p>
  <p><strong>CVSS:</strong> 9.9 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-25015">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-57086 – A prototype pollution in the function fieldsToJson of node-opcua-alarm-condition...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-57086</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-57086</guid>
    <pubDate>Wed, 05 Feb 2025 22:15:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-57086</strong></p>
  <p>A prototype pollution in the function fieldsToJson of node-opcua-alarm-condition v2.134.0 allows attackers to cause a Denial of Service (DoS) via supplying a crafted payload.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-57086">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-57085 – A prototype pollution in the function deepMerge of @stryker-mutator/util v8.6.0 ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-57085</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-57085</guid>
    <pubDate>Wed, 05 Feb 2025 22:15:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-57085</strong></p>
  <p>A prototype pollution in the function deepMerge of @stryker-mutator/util v8.6.0 allows attackers to cause a Denial of Service (DoS) via supplying a crafted payload.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-57085">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-57084 – A prototype pollution in the function lib.parse of dot-properties v1.0.1 allows ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-57084</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-57084</guid>
    <pubDate>Wed, 05 Feb 2025 22:15:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-57084</strong></p>
  <p>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.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-57084">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-57081 – A prototype pollution in the lib.fromQuery function of underscore-contrib v0.3.0...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-57081</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-57081</guid>
    <pubDate>Wed, 05 Feb 2025 22:15:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-57081</strong></p>
  <p>A prototype pollution in the lib.fromQuery function of underscore-contrib v0.3.0 allows attackers to cause a Denial of Service (DoS) via supplying a crafted payload.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-57081">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-57080 – A prototype pollution in the lib.install function of vxe-table v4.8.10 allows at...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-57080</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-57080</guid>
    <pubDate>Wed, 05 Feb 2025 22:15:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-57080</strong></p>
  <p>A prototype pollution in the lib.install function of vxe-table v4.8.10 allows attackers to cause a Denial of Service (DoS) via supplying a crafted payload.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-57080">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-57079 – A prototype pollution in the lib.deepMerge function of @zag-js/core v0.50.0 allo...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-57079</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-57079</guid>
    <pubDate>Wed, 05 Feb 2025 22:15:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-57079</strong></p>
  <p>A prototype pollution in the lib.deepMerge function of @zag-js/core v0.50.0 allows attackers to cause a Denial of Service (DoS) via supplying a crafted payload.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-57079">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-57078 – A prototype pollution in the lib.merge function of cli-util v1.1.27 allows attac...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-57078</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-57078</guid>
    <pubDate>Wed, 05 Feb 2025 22:15:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-57078</strong></p>
  <p>A prototype pollution in the lib.merge function of cli-util v1.1.27 allows attackers to cause a Denial of Service (DoS) via supplying a crafted payload.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-57078">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2024-57077 – The latest version of utils-extend (1.0.8) is vulnerable to Prototype Pollution ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-57077</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-57077</guid>
    <pubDate>Wed, 05 Feb 2025 22:15:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2024-57077</strong></p>
  <p>The latest version of utils-extend (1.0.8) is vulnerable to Prototype Pollution through the entry function(s) lib.extend. An 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.</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-57077">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-57076 – A prototype pollution in the lib.post function of ajax-request v1.2.3 allows att...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-57076</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-57076</guid>
    <pubDate>Wed, 05 Feb 2025 22:15:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-57076</strong></p>
  <p>A prototype pollution in the lib.post function of ajax-request v1.2.3 allows attackers to cause a Denial of Service (DoS) via supplying a crafted payload.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-57076">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-57075 – A prototype pollution in the lib.Logger function of eazy-logger v4.0.1 allows at...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-57075</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-57075</guid>
    <pubDate>Wed, 05 Feb 2025 22:15:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-57075</strong></p>
  <p>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.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-57075">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-57074 – A prototype pollution in the lib.merge function of xe-utils v3.5.31 allows attac...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-57074</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-57074</guid>
    <pubDate>Wed, 05 Feb 2025 22:15:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-57074</strong></p>
  <p>A prototype pollution in the lib.merge function of xe-utils v3.5.31 allows attackers to cause a Denial of Service (DoS) via supplying a crafted payload.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-57074">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-57072 – A prototype pollution in the lib.requireFromString function of module-from-strin...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-57072</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-57072</guid>
    <pubDate>Wed, 05 Feb 2025 22:15:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-57072</strong></p>
  <p>A prototype pollution in the lib.requireFromString function of module-from-string v3.3.1 allows attackers to cause a Denial of Service (DoS) via supplying a crafted payload.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-57072">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-57071 – A prototype pollution in the lib.combine function of php-parser v3.2.1 allows at...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-57071</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-57071</guid>
    <pubDate>Wed, 05 Feb 2025 22:15:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-57071</strong></p>
  <p>A prototype pollution in the lib.combine function of php-parser v3.2.1 allows attackers to cause a Denial of Service (DoS) via supplying a crafted payload.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-57071">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-57069 – A prototype pollution in the lib function of expand-object v0.4.2 allows attacke...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-57069</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-57069</guid>
    <pubDate>Wed, 05 Feb 2025 22:15:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-57069</strong></p>
  <p>A prototype pollution in the lib function of expand-object v0.4.2 allows attackers to cause a Denial of Service (DoS) via supplying a crafted payload.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-57069">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-57068 – A prototype pollution in the lib.mutateMergeDeep function of @tanstack/form-core...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-57068</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-57068</guid>
    <pubDate>Wed, 05 Feb 2025 22:15:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-57068</strong></p>
  <p>A prototype pollution in the lib.mutateMergeDeep function of @tanstack/form-core v0.35.0 allows attackers to cause a Denial of Service (DoS) via supplying a crafted payload.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-732</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-57068">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-57067 – A prototype pollution in the lib.parse function of dot-qs v0.2.0 allows attacker...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-57067</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-57067</guid>
    <pubDate>Wed, 05 Feb 2025 22:15:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-57067</strong></p>
  <p>A prototype pollution in the lib.parse function of dot-qs v0.2.0 allows attackers to cause a Denial of Service (DoS) via supplying a crafted payload.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-57067">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-57066 – A prototype pollution in the lib.deep function of @ndhoule/defaults v2.0.1 allow...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-57066</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-57066</guid>
    <pubDate>Wed, 05 Feb 2025 22:15:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-57066</strong></p>
  <p>A prototype pollution in the lib.deep function of @ndhoule/defaults v2.0.1 allows attackers to cause a Denial of Service (DoS) via supplying a crafted payload.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-57066">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-57065 – A prototype pollution in the lib.createPath function of utile v0.3.0 allows atta...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-57065</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-57065</guid>
    <pubDate>Wed, 05 Feb 2025 22:15:30 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-57065</strong></p>
  <p>A prototype pollution in the lib.createPath function of utile v0.3.0 allows attackers to cause a Denial of Service (DoS) via supplying a crafted payload.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-57065">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-57064 – A prototype pollution in the lib.setValue function of @syncfusion/ej2-spreadshee...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-57064</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-57064</guid>
    <pubDate>Wed, 05 Feb 2025 22:15:30 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-57064</strong></p>
  <p>A prototype pollution in the lib.setValue function of @syncfusion/ej2-spreadsheet v27.2.2 allows attackers to cause a Denial of Service (DoS) via supplying a crafted payload. NOTE: the Supplier disputes this because they found that the lib.setValue function is not utilized.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-57064">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-57063 – A prototype pollution in the lib function of php-date-formatter v1.3.6 allows at...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-57063</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-57063</guid>
    <pubDate>Wed, 05 Feb 2025 22:15:30 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-57063</strong></p>
  <p>A prototype pollution in the lib function of php-date-formatter v1.3.6 allows attackers to cause a Denial of Service (DoS) via supplying a crafted payload.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-57063">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2024-56059 – Improperly Controlled Modification of Object Prototype Attributes ('Prototype Po...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-56059</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-56059</guid>
    <pubDate>Wed, 18 Dec 2024 12:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2024-56059</strong></p>
  <p>Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution') vulnerability in farinspace Partners partners allows Object Injection.This issue affects Partners: from n/a through <= 0.2.0.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-56059">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-21548 – Versions of the package bun after 0.0.12 and before 1.1.30 are vulnerable to Pro...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-21548</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-21548</guid>
    <pubDate>Wed, 18 Dec 2024 06:15:23 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-21548</strong></p>
  <p>Versions of the package bun after 0.0.12 and before 1.1.30 are vulnerable to Prototype Pollution due to improper input sanitization. An attacker can exploit this vulnerability through Bun's APIs that accept objects.**Note:** This issue relates to the widely known and actively developed 'Bun' JavaScript runtime. The bun package on NPM at versions 0.0.12 and below belongs to a different and older…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-21548">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-0163 – Improperly Controlled Modification of Object Prototype Attributes ('Prototype Po...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-0163</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-0163</guid>
    <pubDate>Tue, 26 Nov 2024 12:15:17 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-0163</strong></p>
  <p>Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution') vulnerability in Mozilla Convict.  This allows an attacker to inject attributes that are used in other components, or to override existing attributes with ones that have incompatible type, which may lead to a crash.   The main use case of Convict is for handling server-side  configurations written by the adm…</p>
  <p><strong>CVSS:</strong> 8.4 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-0163">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2024-52441 – Improperly Controlled Modification of Object Prototype Attributes ('Prototype Po...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-52441</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-52441</guid>
    <pubDate>Wed, 20 Nov 2024 12:15:20 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2024-52441</strong></p>
  <p>Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution') vulnerability in Rajesh Thanoch Quick Learn quick-learn allows Object Injection.This issue affects Quick Learn: from n/a through <= 1.0.1.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-52441">View on NVD</a></p>
]]>
    </description>
  </item>
</channel>
</rss>
