<?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</title>
  <link>https://cvedaily.com/pages/tags/proto-pollution.html</link>
  <atom:link href="https://cvedaily.com/feed-tags/proto-pollution.xml" rel="self" type="application/rss+xml"/>
  <description>CVE Daily – Prototype Pollution</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>[Medium] CVE-2026-9101 – Prototype pollution in csv parsing logic during import can lead to untrusted fil...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-9101</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-9101</guid>
    <pubDate>Wed, 20 May 2026 17:16:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-9101</strong></p>
  <p>Prototype pollution in csv parsing logic during import can lead to untrusted file paths (but not arguments) entering shell.openExternal after specific user behavior leading to "1-click" command execution.</p>
  <p><strong>CVSS:</strong> 4.3 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-9101">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>[Medium] CVE-2026-42077 – Evolver is a GEP-powered self-evolving engine for AI agents. Prior to version 1...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42077</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42077</guid>
    <pubDate>Mon, 04 May 2026 17:16:24 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-42077</strong></p>
  <p>Evolver is a GEP-powered self-evolving engine for AI agents. Prior to version 1.69.3, a prototype pollution vulnerability in the mailbox store module allows attackers to modify the behavior of all JavaScript objects by injecting malicious properties into Object.prototype. The vulnerability exists in the _applyUpdate() and _updateRecord() functions which use Object.assign() to merge user-controlle…</p>
  <p><strong>CVSS:</strong> 5.2 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42077">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-42044 – Axios is a promise based HTTP client for the browser and Node.js. From 1.0.0 to ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42044</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42044</guid>
    <pubDate>Fri, 24 Apr 2026 18:16:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-42044</strong></p>
  <p>Axios is a promise based HTTP client for the browser and Node.js. From 1.0.0 to before 1.15.2, he Axios library is vulnerable to a Prototype Pollution "Gadget" attack that allows any Object.prototype pollution in the application's dependency tree to be escalated into surgical, invisible modification of all JSON API responses — including privilege escalation, balance manipulation, and authorizatio…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-915</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42044">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-42042 – 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-42042</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42042</guid>
    <pubDate>Fri, 24 Apr 2026 18:16:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-42042</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, the Axios library's XSRF token protection logic uses JavaScript truthy/falsy semantics instead of strict boolean comparison for the withXSRFToken config property. When this property is set to any truthy non-boolean value (via prototype pollution or misconfiguration), the same-origin check (isURLSameOrigi…</p>
  <p><strong>CVSS:</strong> 5.4 · <strong>CWE:</strong> CWE-183</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42042">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-42041 – 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-42041</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42041</guid>
    <pubDate>Fri, 24 Apr 2026 18:16:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-42041</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, the Axios library is vulnerable to a Prototype Pollution "Gadget" attack that allows any Object.prototype pollution to silently suppress all HTTP error responses (401, 403, 500, etc.), causing them to be treated as successful responses. This completely bypasses application-level authentication and error…</p>
  <p><strong>CVSS:</strong> 4.8 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42041">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>[Medium] CVE-2026-41238 – DOMPurify is a DOM-only cross-site scripting sanitizer for HTML, MathML, and SVG...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-41238</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-41238</guid>
    <pubDate>Thu, 23 Apr 2026 16:16:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-41238</strong></p>
  <p>DOMPurify is a DOM-only cross-site scripting sanitizer for HTML, MathML, and SVG. Versions 3.0.1 through 3.3.3 are vulnerable to a prototype pollution-based XSS bypass. When an application uses `DOMPurify.sanitize()` with the default configuration (no `CUSTOM_ELEMENT_HANDLING` option), a prior prototype pollution gadget can inject permissive `tagNameCheck` and `attributeNameCheck` regex values in…</p>
  <p><strong>CVSS:</strong> 6.9 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-41238">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-5758 – JavaScript is vulnerable to prototype pollution in Mafintosh's protocol-buffers-...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-5758</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-5758</guid>
    <pubDate>Wed, 15 Apr 2026 18:17:24 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-5758</strong></p>
  <p>JavaScript is vulnerable to prototype pollution in Mafintosh's protocol-buffers-schema Version 3.6.0, where an attacker may alter the application logic, bypass security checks, cause a DoS or achieve remote code execution.</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-5758">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-34626 – 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-34626</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-34626</guid>
    <pubDate>Tue, 14 Apr 2026 17:16:51 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-34626</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 file system read 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> 6.3 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-34626">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>[Medium] CVE-2026-40190 – LangSmith Client SDKs provide SDK's for interacting with the LangSmith platform...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-40190</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-40190</guid>
    <pubDate>Fri, 10 Apr 2026 20:16:24 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-40190</strong></p>
  <p>LangSmith Client SDKs provide SDK's for interacting with the LangSmith platform. Prior to 0.5.18, the LangSmith JavaScript/TypeScript SDK (langsmith) contains an incomplete prototype pollution fix in its internally vendored lodash set() utility. The baseAssignValue() function only guards against the __proto__ key, but fails to prevent traversal via constructor.prototype. This allows an attacker w…</p>
  <p><strong>CVSS:</strong> 5.6 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-40190">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-40175 – Axios is a promise based HTTP client for the browser and Node.js. Versions prior...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-40175</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-40175</guid>
    <pubDate>Fri, 10 Apr 2026 20:16:22 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-40175</strong></p>
  <p>Axios is a promise based HTTP client for the browser and Node.js. Versions prior to 1.15.0 and 0.3.1 are vulnerable to a specific gadget-style attack chain in which prototype pollution in a third-party dependency may be leveraged to inject unsanitized header values into outbound requests. This vulnerability is fixed in 1.15.0 and 0.3.1.</p>
  <p><strong>CVSS:</strong> 4.8 · <strong>CWE:</strong> CWE-113</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-40175">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>[Medium] CVE-2026-2950 – Impact:

Lodash versions 4.17.23 and earlier are vulnerable to prototype polluti...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-2950</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-2950</guid>
    <pubDate>Tue, 31 Mar 2026 20:16:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-2950</strong></p>
  <p>Impact:  Lodash versions 4.17.23 and earlier are vulnerable to prototype pollution in the _.unset and _.omit functions. The fix for (CVE-2025-13465: https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg) only guards against string key members, so an attacker can bypass the check by passing array-wrapped path segments. This allows deletion of properties from built-in prototypes…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-2950">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>[Medium] CVE-2026-33916 – Handlebars provides the power necessary to let users build semantic templates. I...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33916</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33916</guid>
    <pubDate>Fri, 27 Mar 2026 21:17:27 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-33916</strong></p>
  <p>Handlebars provides the power necessary to let users build semantic templates. In versions 4.0.0 through 4.7.8, `resolvePartial()` in the Handlebars runtime resolves partial names via a plain property lookup on `options.partials` without guarding against prototype-chain traversal. When `Object.prototype` has been polluted with a string value whose key matches a partial reference in a template, th…</p>
  <p><strong>CVSS:</strong> 4.7 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33916">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>[Medium] CVE-2026-31865 – Elysia is a Typescript framework for request validation, type inference, OpenAPI...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31865</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31865</guid>
    <pubDate>Wed, 18 Mar 2026 04:17:19 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-31865</strong></p>
  <p>Elysia is a Typescript framework for request validation, type inference, OpenAPI documentation, and client-server communication. Prior to version 1.4.27, an Elysia cookie can be overridden by prototype pollution , eg. `__proto__`. This issue is patched in 1.4.27. As a workaround, use t.Cookie validation to enforce validation value and/or prevent iterable over cookie if possible.</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31865">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-27524 – OpenClaw versions prior to 2026.2.21 accept prototype-reserved keys in runtime /...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-27524</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-27524</guid>
    <pubDate>Wed, 18 Mar 2026 02:16:23 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-27524</strong></p>
  <p>OpenClaw versions prior to 2026.2.21 accept prototype-reserved keys in runtime /debug set override object values, allowing prototype pollution attacks. Authorized /debug set callers can inject __proto__, constructor, or prototype keys to manipulate object prototypes and bypass command gate restrictions.</p>
  <p><strong>CVSS:</strong> 4.3 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-27524">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>[Medium] CVE-2026-3884 – Versions of the package spin.js before 3.0.0 are vulnerable to Cross-site Script...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-3884</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-3884</guid>
    <pubDate>Wed, 11 Mar 2026 06:17:15 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-3884</strong></p>
  <p>Versions of the package spin.js before 3.0.0 are vulnerable to Cross-site Scripting (XSS) via the spin() function that allows a creation of more than 1 alert for each 'target' element. An attacker would need to set an arbitrary key-value pair on Object.prototype through a crafted URL achieving a prototype pollution first, before being able to execute arbitrary JavaScript in the context of the use…</p>
  <p><strong>CVSS:</strong> 6.1 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-3884">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>[Medium] CVE-2026-30785 – Improperly Controlled Modification of Object Prototype Attributes ('Prototype Po...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-30785</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-30785</guid>
    <pubDate>Thu, 05 Mar 2026 16:16:19 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-30785</strong></p>
  <p>Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution'), Use of Password Hash With Insufficient Computational Effort vulnerability in rustdesk-client RustDesk Client rustdesk, hbb_common on Windows, MacOS, Linux (Password security module, config encryption, machine UID modules) allows Retrieve Embedded Sensitive Data. This vulnerability is associated with program…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-257</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-30785">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-27837 – Dottie provides nested object access and manipulation in JavaScript. Versions 2...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-27837</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-27837</guid>
    <pubDate>Thu, 26 Feb 2026 01:16:24 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-27837</strong></p>
  <p>Dottie provides nested object access and manipulation in JavaScript. Versions 2.0.4 through 2.0.6 contain an incomplete fix for CVE-2023-26132. The prototype pollution guard introduced in commit `7d3aee1` only validates the first segment of a dot-separated path, allowing an attacker to bypass the protection by placing `__proto__` at any position other than the first. Both `dottie.set()` and `dott…</p>
  <p><strong>CVSS:</strong> 6.3 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-27837">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>[Medium] CVE-2026-24766 – NocoDB is software for building databases as spreadsheets. Prior to version 0.30...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-24766</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-24766</guid>
    <pubDate>Wed, 28 Jan 2026 21:16:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-24766</strong></p>
  <p>NocoDB is software for building databases as spreadsheets. Prior to version 0.301.0, an authenticated user with org-level-creator permissions can exploit prototype pollution in the `/api/v2/meta/connection/test` endpoint, causing all database write operations to fail application-wide until server restart. While the pollution technically bypasses SUPER_ADMIN authorization checks, no practical priv…</p>
  <p><strong>CVSS:</strong> 4.9 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-24766">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>[Medium] CVE-2025-13465 – Lodash versions 4.0.0 through 4.17.22 are vulnerable to prototype pollution in t...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-13465</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-13465</guid>
    <pubDate>Wed, 21 Jan 2026 20:16:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-13465</strong></p>
  <p>Lodash versions 4.0.0 through 4.17.22 are vulnerable to prototype pollution in the _.unset and _.omit functions. An attacker can pass crafted paths which cause Lodash to delete methods from global prototypes.  The issue permits deletion of properties but does not allow overwriting their original behavior.  This issue is patched on 4.17.23</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-13465">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>[Medium] CVE-2025-64718 – js-yaml is a JavaScript YAML parser and dumper. In js-yaml before 4.1.1 and 3.14...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-64718</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-64718</guid>
    <pubDate>Thu, 13 Nov 2025 16:15:57 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-64718</strong></p>
  <p>js-yaml is a JavaScript YAML parser and dumper. In js-yaml before 4.1.1 and 3.14.2, it's possible for an attacker to modify the prototype of the result of a parsed yaml document via prototype pollution (`__proto__`). All users who parse untrusted yaml documents may be impacted. The problem is patched in js-yaml 4.1.1 and 3.14.2. Users can protect against this kind of attack on the server by using…</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-64718">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-62517 – Rollbar.js offers error tracking and logging from Javascript to Rollbar. In vers...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-62517</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-62517</guid>
    <pubDate>Thu, 23 Oct 2025 20:15:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-62517</strong></p>
  <p>Rollbar.js offers error tracking and logging from Javascript to Rollbar. In versions before 2.26.5 and from 3.0.0-alpha1 to before 3.0.0-beta5, there is a prototype pollution vulnerability in merge(). If application code calls rollbar.configure() with untrusted input, prototype pollution is possible. This issue has been fixed in versions 2.26.5 and 3.0.0-beta5. A workaround involves ensuring that…</p>
  <p><strong>CVSS:</strong> 5.9 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-62517">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>[Medium] CVE-2025-57324 – parse is a package designed to parse JavaScript SDK. A Prototype Pollution vulne...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-57324</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-57324</guid>
    <pubDate>Wed, 24 Sep 2025 21:15:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-57324</strong></p>
  <p>parse is a package designed to parse JavaScript SDK. A Prototype Pollution vulnerability in the SingleInstanceStateController.initializeState function of parse version 5.3.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> 6.5 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-57324">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-57320 – json-schema-editor-visual is a package that provides jsonschema editor. A Protot...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-57320</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-57320</guid>
    <pubDate>Wed, 24 Sep 2025 21:15:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-57320</strong></p>
  <p>json-schema-editor-visual is a package that provides jsonschema editor. A Prototype Pollution vulnerability in the setData and deleteData function of json-schema-editor-visual versions thru 1.1.1 allows attackers to inject or delete properties on Object.prototype via supplying a crafted payload, causing denial of service (DoS) as the minimum consequence.</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-57320">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>[Medium] CVE-2025-57351 – A prototype pollution vulnerability exists in the ts-fns package versions prior ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-57351</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-57351</guid>
    <pubDate>Wed, 24 Sep 2025 19:15:40 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-57351</strong></p>
  <p>A prototype pollution vulnerability exists in the ts-fns package versions prior to 13.0.7, where insufficient validation of user-provided keys in the assign function allows attackers to manipulate the Object.prototype chain. By leveraging this flaw, adversaries may inject arbitrary properties into the global object's prototype, potentially leading to application crashes, unexpected code execution…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-57351">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>[Medium] CVE-2025-57354 – A vulnerability exists in the 'counterpart' library for Node.js and the browser ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-57354</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-57354</guid>
    <pubDate>Wed, 24 Sep 2025 18:15:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-57354</strong></p>
  <p>A vulnerability exists in the 'counterpart' library for Node.js and the browser due to insufficient sanitization of user-controlled input in translation key processing. The affected versions prior to 0.18.6 allow attackers to manipulate the library's translation functionality by supplying maliciously crafted keys containing prototype chain elements (e.g., __proto__ ), leading to prototype polluti…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-57354">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-57353 – The Runtime components of messageformat package for Node.js before 3.0.2 contain...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-57353</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-57353</guid>
    <pubDate>Wed, 24 Sep 2025 18:15:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-57353</strong></p>
  <p>The Runtime components of messageformat package for Node.js before 3.0.2 contain a prototype pollution vulnerability. Due to insufficient validation of nested message keys during the processing of message data, an attacker can manipulate the prototype chain of JavaScript objects by providing specially crafted input. This can result in the injection of arbitrary properties into the Object.prototyp…</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-57353">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>[Medium] CVE-2025-53626 – pdfme is a TypeScript-based PDF generator and React-based UI. The expression eva...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-53626</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-53626</guid>
    <pubDate>Thu, 10 Jul 2025 19:15:27 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-53626</strong></p>
  <p>pdfme is a TypeScript-based PDF generator and React-based UI. The expression evaluation feature in pdfme 5.2.0 to 5.4.0 contains critical vulnerabilities allowing sandbox escape leading to XSS and prototype pollution attacks. This vulnerability is fixed in 5.4.1.</p>
  <p><strong>CVSS:</strong> 6.1 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-53626">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-57708 – An issue in OneTrust SDK v.6.33.0 allows a local attacker to cause a denial of s...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-57708</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-57708</guid>
    <pubDate>Wed, 25 Jun 2025 16:15:25 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-57708</strong></p>
  <p>An issue in OneTrust SDK v.6.33.0 allows a local attacker to cause a denial of service via the Object.setPrototypeOf, __proto__, and Object.assign components. NOTE: this is disputed by the Supplier who does not agree it is a prototype pollution vulnerability.</p>
  <p><strong>CVSS:</strong> 5.7 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-57708">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>[Medium] CVE-2025-30359 – webpack-dev-server allows users to use webpack with a development server that pr...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-30359</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-30359</guid>
    <pubDate>Tue, 03 Jun 2025 18:15:25 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-30359</strong></p>
  <p>webpack-dev-server allows users to use webpack with a development server that provides live reloading. Prior to version 5.2.1, webpack-dev-server users' source code may be stolen when they access a malicious web site. Because the request for classic script by a script tag is not subject to same origin policy, an attacker can inject a malicious script in their site and run the script. Note that th…</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-749</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-30359">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-48054 – Radashi is a TypeScript utility toolkit. Prior to version 12.5.1, the set functi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-48054</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-48054</guid>
    <pubDate>Tue, 27 May 2025 05:15:23 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-48054</strong></p>
  <p>Radashi is a TypeScript utility toolkit. Prior to version 12.5.1, the set function within the Radashi library is vulnerable to prototype pollution. If an attacker can control parts of the path argument to the set function, they could potentially modify the prototype of all objects in the JavaScript runtime, leading to unexpected behavior, denial of service, or even remote code execution in some s…</p>
  <p><strong>CVSS:</strong> 6.8 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-48054">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-5150 – A vulnerability was found in docarray up to 0.40.1. It has been rated as critica...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-5150</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-5150</guid>
    <pubDate>Sun, 25 May 2025 15:15:22 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-5150</strong></p>
  <p>A vulnerability was found in docarray up to 0.40.1. It has been rated as critical. Affected by this issue is the function __getitem__ of the file /docarray/data/torch_dataset.py of the component Web API. The manipulation leads to improperly controlled modification of object prototype attributes ('prototype pollution'). The attack may be launched remotely. The exploit has been disclosed to the pub…</p>
  <p><strong>CVSS:</strong> 6.3 · <strong>CWE:</strong> CWE-94</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-5150">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>[Medium] CVE-2025-3982 – A vulnerability, which was classified as problematic, was found in nortikin Sver...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-3982</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-3982</guid>
    <pubDate>Sun, 27 Apr 2025 19:15:15 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-3982</strong></p>
  <p>A vulnerability, which was classified as problematic, was found in nortikin Sverchok 1.3.0. Affected is the function SvSetPropNodeMK2 of the file sverchok/nodes/object_nodes/getsetprop_mk2.py of the component Set Property Mk2 Node. The manipulation leads to improperly controlled modification of object prototype attributes ('prototype pollution'). It is possible to launch the attack remotely. The…</p>
  <p><strong>CVSS:</strong> 4.3 · <strong>CWE:</strong> CWE-94</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-3982">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>
</channel>
</rss>
