<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>CVE Daily – Svelte (High+Critical)</title>
  <link>https://cvedaily.com/pages/tags/svelte.html</link>
  <atom:link href="https://cvedaily.com/feed-tags/svelte-severe.xml" rel="self" type="application/rss+xml"/>
  <description>CVE Daily – Svelte (High+Critical)</description>
  <language>en</language>
  <lastBuildDate>Wed, 03 Jun 2026 21:26:41 +0000</lastBuildDate>
  <item>
    <title>[High] CVE-2026-48149 – Budibase is an open-source low-code platform. Prior to 3.39.0, the Budibase Text...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-48149</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-48149</guid>
    <pubDate>Wed, 27 May 2026 18:16:27 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-48149</strong></p>
  <p>Budibase is an open-source low-code platform. Prior to 3.39.0, the Budibase Text component renders markdown by assigning marked.parse(markdown) straight to innerHTML with no sanitizer (packages/bbui/src/Markdown/MarkdownViewer.svelte:22). Any column a builder binds to a Text component in Markdown mode is a stored-XSS sink writable by every BASIC app user with WRITE on the underlying table. This v…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-48149">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-40074 – SvelteKit is a framework for rapidly developing robust, performant web applicati...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-40074</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-40074</guid>
    <pubDate>Fri, 10 Apr 2026 17:17:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-40074</strong></p>
  <p>SvelteKit is a framework for rapidly developing robust, performant web applications using Svelte. Prior to 2.57.1, redirect, when called from inside the handle server hook with a location parameter containing characters that are invalid in a HTTP header, will cause an unhandled TypeError. This could result in DoS on some platforms, especially if the location passed to redirect contains unsanitize…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-755</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-40074">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-40073 – SvelteKit is a framework for rapidly developing robust, performant web applicati...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-40073</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-40073</guid>
    <pubDate>Fri, 10 Apr 2026 17:17:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-40073</strong></p>
  <p>SvelteKit is a framework for rapidly developing robust, performant web applications using Svelte. Prior to 2.57.1, under certain circumstances, requests could bypass the BODY_SIZE_LIMIT on SvelteKit applications running with adapter-node. This bypass does not affect body size limits at other layers of the application stack, so limits enforced in the WAF, gateway, or at the platform level are unaf…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-770</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-40073">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-35218 – Budibase is an open-source low-code platform. Prior to version 3.32.5, Budibase'...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-35218</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-35218</guid>
    <pubDate>Fri, 03 Apr 2026 16:16:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-35218</strong></p>
  <p>Budibase is an open-source low-code platform. Prior to version 3.32.5, Budibase's Builder Command Palette renders entity names (tables, views, queries, automations) using Svelte's {@html} directive without any sanitization. An authenticated user with Builder access can create a table, automation, view, or query whose name contains an HTML payload (e.g. <img src=x onerror=alert(document.domain)>).…</p>
  <p><strong>CVSS:</strong> 8.7 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-35218">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>[High] CVE-2026-22803 – SvelteKit is a framework for rapidly developing robust, performant web applicati...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-22803</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-22803</guid>
    <pubDate>Thu, 15 Jan 2026 19:16:06 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-22803</strong></p>
  <p>SvelteKit is a framework for rapidly developing robust, performant web applications using Svelte. From 2.49.0 to 2.49.4, the experimental form remote function uses a binary data format containing a representation of submitted form data. A specially-crafted payload can cause the server to allocate a large amount of memory, causing DoS via memory exhaustion. This vulnerability is fixed in 2.49.5.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-789</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-22803">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-22775 – Svelte devalue is a JavaScript library that serializes values into strings when ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-22775</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-22775</guid>
    <pubDate>Thu, 15 Jan 2026 19:16:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-22775</strong></p>
  <p>Svelte devalue is a JavaScript library that serializes values into strings when JSON.stringify isn't sufficient for the job. From 5.1.0 to 5.6.1, certain inputs can cause devalue.parse to consume excessive CPU time and/or memory, potentially leading to denial of service in systems that parse input from untrusted sources. This affects applications using devalue.parse on externally-supplied data. T…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-405</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-22775">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-22774 – Svelte devalue is a JavaScript library that serializes values into strings when ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-22774</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-22774</guid>
    <pubDate>Thu, 15 Jan 2026 19:16:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-22774</strong></p>
  <p>Svelte devalue is a JavaScript library that serializes values into strings when JSON.stringify isn't sufficient for the job. From 5.3.0 to 5.6.1, certain inputs can cause devalue.parse to consume excessive CPU time and/or memory, potentially leading to denial of service in systems that parse input from untrusted sources. This affects applications using devalue.parse on externally-supplied data. T…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-405</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-22774">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-67647 – SvelteKit is a framework for rapidly developing robust, performant web applicati...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-67647</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-67647</guid>
    <pubDate>Thu, 15 Jan 2026 19:16:03 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-67647</strong></p>
  <p>SvelteKit is a framework for rapidly developing robust, performant web applications using Svelte. Prior to 2.49.5, SvelteKit is vulnerable to a server side request forgery (SSRF) and denial of service (DoS) under certain conditions. From 2.44.0 through 2.49.4, the vulnerability results in a DoS when your app has at least one prerendered route (export const prerender = true). From 2.19.0 through 2…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-248</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-67647">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-26260 – Plenti &lt;= 0.7.16 is vulnerable to code execution. Users uploading '.svelte' file...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-26260</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-26260</guid>
    <pubDate>Wed, 12 Mar 2025 16:15:23 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-26260</strong></p>
  <p>Plenti <= 0.7.16 is vulnerable to code execution. Users uploading '.svelte' files with the /postLocal endpoint can define the file name as javascript codes. The server executes the uploaded file name in host, and cause code execution.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-94</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-26260">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-29261 – The unofficial Svelte extension before 104.8.0 for Visual Studio Code allows att...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-29261</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-29261</guid>
    <pubDate>Mon, 05 Apr 2021 07:15:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-29261</strong></p>
  <p>The unofficial Svelte extension before 104.8.0 for Visual Studio Code allows attackers to execute arbitrary code via a crafted workspace configuration.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-29261">View on NVD</a></p>
]]>
    </description>
  </item>
</channel>
</rss>
