<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>CVE Daily – Vue</title>
  <link>https://cvedaily.com/pages/tags/vue.html</link>
  <atom:link href="https://cvedaily.com/feed-tags/vue.xml" rel="self" type="application/rss+xml"/>
  <description>CVE Daily – Vue</description>
  <language>en</language>
  <lastBuildDate>Wed, 03 Jun 2026 21:26:37 +0000</lastBuildDate>
  <item>
    <title>[Medium] CVE-2026-10173 – A weakness has been identified in Orthanc Explorer 2 up to 1.12.0. The impacted ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-10173</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-10173</guid>
    <pubDate>Sun, 31 May 2026 08:16:17 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-10173</strong></p>
  <p>A weakness has been identified in Orthanc Explorer 2 up to 1.12.0. The impacted element is an unknown function of the file WebApplication/src/components/StudyList.vue of the component URL Handler. This manipulation of the argument remote-source causes cross site scripting. It is possible to initiate the attack remotely. The exploit has been made available to the public and could be used for attac…</p>
  <p><strong>CVSS:</strong> 4.3 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-10173">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-9374 – A vulnerability was found in yangzongzhuan RuoYi-Vue up to 3.9.2. Impacted is th...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-9374</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-9374</guid>
    <pubDate>Sun, 24 May 2026 11:16:34 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-9374</strong></p>
  <p>A vulnerability was found in yangzongzhuan RuoYi-Vue up to 3.9.2. Impacted is the function FileUploadUtils.upload of the file /common/upload of the component Common Upload Endpoint. Performing a manipulation results in unrestricted upload. The attack is possible to be carried out remotely. The vendor was contacted early about this disclosure but did not respond in any way.</p>
  <p><strong>CVSS:</strong> 6.3 · <strong>CWE:</strong> CWE-284</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-9374">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-23695 – Cockpit CMS through version 2.14.0, patched in commit 72a83fc, contains a stored...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23695</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23695</guid>
    <pubDate>Fri, 15 May 2026 17:16:45 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-23695</strong></p>
  <p>Cockpit CMS through version 2.14.0, patched in commit 72a83fc, contains a stored cross-site scripting vulnerability in the Set field type's Display template option, where the template string is processed by the $interpolate function using new Function() and rendered via Vue's v-html directive without sanitization. An attacker with content/:models/manage permission can inject arbitrary JavaScript…</p>
  <p><strong>CVSS:</strong> 5.4 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23695">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2026-44589 – Nuxt OG Image generates OG Images with Vue templates in Nuxt. The isBlockedUrl()...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-44589</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-44589</guid>
    <pubDate>Thu, 14 May 2026 19:16:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2026-44589</strong></p>
  <p>Nuxt OG Image generates OG Images with Vue templates in Nuxt. The isBlockedUrl() denylist introduced in nuxt-og-image@6.2.5 to remediate GHSA-pqhr-mp3f-hrpp (Dmitry Prokhorov / Positive Technologies, March 2026) is incomplete. It has an incomplete IPv6 prefix list and is missing redirect re-validation. This vulnerability is fixed in 6.4.9.</p>
  <p><strong>CVSS:</strong> 3.7 · <strong>CWE:</strong> CWE-918</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-44589">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-45228 – Quark Drive before 0.8.5 contains a stored cross-site scripting vulnerability in...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-45228</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-45228</guid>
    <pubDate>Wed, 13 May 2026 21:16:49 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-45228</strong></p>
  <p>Quark Drive before 0.8.5 contains a stored cross-site scripting vulnerability in the System Configuration page where the template renders push_config key names using Vue.js's v-html directive without escaping. Authenticated attackers can inject HTML or JavaScript payloads as key names through the POST /update endpoint, which are persisted to disk and executed in the browsers of all authenticated…</p>
  <p><strong>CVSS:</strong> 5.4 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-45228">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-44245 – Kyverno is a policy engine designed for cloud native platform engineering teams...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-44245</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-44245</guid>
    <pubDate>Tue, 12 May 2026 23:16:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-44245</strong></p>
  <p>Kyverno is a policy engine designed for cloud native platform engineering teams. Prior to 2.5.2, Vue 3's v-html directive is the framework-documented mechanism for injecting raw HTML, and it intentionally disables the auto-escaping that {{ }} interpolation provides. The PropertyCard.vue component uses v-html for the else branch of the URL check, meaning any non-URL string value flows directly int…</p>
  <p><strong>CVSS:</strong> 6.1 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-44245">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-43900 – DeepChat is an open-source artificial intelligence agent platform that unifies m...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43900</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43900</guid>
    <pubDate>Mon, 11 May 2026 23:20:21 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-43900</strong></p>
  <p>DeepChat is an open-source artificial intelligence agent platform that unifies models, tools, and agents. Prior to v1.0.4-beta.1, a Cross-Site Scripting (XSS) vulnerability exists due to a discrepancy between the backend validation layer and the frontend browser rendering engine. The SVGSanitizer (src/main/lib/svgSanitizer.ts) restricts script execution by scrubbing javascript: protocols using pl…</p>
  <p><strong>CVSS:</strong> 9.3 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43900">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-7710 – A security flaw has been discovered in YunaiV yudao-cloud up to 3.8.0. This affe...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-7710</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-7710</guid>
    <pubDate>Mon, 04 May 2026 00:16:39 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-7710</strong></p>
  <p>A security flaw has been discovered in YunaiV yudao-cloud up to 3.8.0. This affects the function doFilterInternal of the file JwtAuthenticationTokenFilter.java of the component Ruoyi-Vue-Pro. Performing a manipulation of the argument mock-token results in improper authentication. Remote exploitation of the attack is possible. The exploit has been released to the public and may be used for attacks…</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-7710">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-41239 – DOMPurify is a DOM-only cross-site scripting sanitizer for HTML, MathML, and SVG...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-41239</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-41239</guid>
    <pubDate>Thu, 23 Apr 2026 16:16:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-41239</strong></p>
  <p>DOMPurify is a DOM-only cross-site scripting sanitizer for HTML, MathML, and SVG. Starting in version 1.0.10 and prior to version 3.4.0, `SAFE_FOR_TEMPLATES` strips `{{...}}` expressions from untrusted HTML. This works in string mode but not with `RETURN_DOM` or `RETURN_DOM_FRAGMENT`, allowing XSS via template-evaluating frameworks like Vue 2. Version 3.4.0 patches the issue.</p>
  <p><strong>CVSS:</strong> 6.8 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-41239">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-39426 – MaxKB is an open-source AI assistant for enterprise. Versions 2.7.1 and below co...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-39426</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-39426</guid>
    <pubDate>Tue, 14 Apr 2026 02:16:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-39426</strong></p>
  <p>MaxKB is an open-source AI assistant for enterprise. Versions 2.7.1 and below contain a Stored Cross-Site Scripting (XSS) vulnerability where the frontend's MdRenderer.vue component parses custom <iframe_render> tags from LLM responses or Application Prologue configurations, bypassing standard Markdown sanitization and XSS filtering. The unsanitized HTML content is passed to the IframeRender.vue…</p>
  <p><strong>CVSS:</strong> 5.4 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-39426">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2026-5254 – A security vulnerability has been detected in welovemedia FFmate up to 2.0.15. A...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-5254</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-5254</guid>
    <pubDate>Wed, 01 Apr 2026 05:15:59 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2026-5254</strong></p>
  <p>A security vulnerability has been detected in welovemedia FFmate up to 2.0.15. Affected by this issue is some unknown functionality of the file /ui/app/components/AppJsonTreeView.vue of the component Webhook Handler. The manipulation leads to cross site scripting. The attack may be initiated remotely. The exploit has been disclosed publicly and may be used. The vendor was contacted early about th…</p>
  <p><strong>CVSS:</strong> 3.5 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-5254">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2026-5253 – A weakness has been identified in bufanyun HotGo 1.0/2.0. Affected by this vulne...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-5253</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-5253</guid>
    <pubDate>Wed, 01 Apr 2026 04:17:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2026-5253</strong></p>
  <p>A weakness has been identified in bufanyun HotGo 1.0/2.0. Affected by this vulnerability is an unknown functionality of the file /web/src/layout/components/Header/MessageList.vue of the component editNotice Endpoint. Executing a manipulation can lead to cross site scripting. The attack can be launched remotely. The exploit has been made available to the public and could be used for attacks. The v…</p>
  <p><strong>CVSS:</strong> 3.5 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-5253">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-34405 – Nuxt OG Image generates OG Images with Vue templates in Nuxt. Prior to version 6...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-34405</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-34405</guid>
    <pubDate>Tue, 31 Mar 2026 22:16:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-34405</strong></p>
  <p>Nuxt OG Image generates OG Images with Vue templates in Nuxt. Prior to version 6.2.5, the image‑generation component by the URI: /_og/d/ (and, in older versions, /og-image/) contains a vulnerability that allows injection of arbitrary attributes into the HTML page body. This issue has been patched in version 6.2.5.</p>
  <p><strong>CVSS:</strong> 6.1 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-34405">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-34404 – Nuxt OG Image generates OG Images with Vue templates in Nuxt. Prior to version 6...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-34404</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-34404</guid>
    <pubDate>Tue, 31 Mar 2026 22:16:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-34404</strong></p>
  <p>Nuxt OG Image generates OG Images with Vue templates in Nuxt. Prior to version 6.2.5, the image‑generation component by the URI: /_og/d/ (and, in older versions, /og-image/) contains a Denial of Service (DoS) vulnerability. The issue arises because there is no restriction on the width and height parameters of the generated image. The vulnerability was reproduced using the standard configuration a…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-34404">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-33664 – Kestra is an open-source, event-driven orchestration platform Versions up to and...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33664</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33664</guid>
    <pubDate>Thu, 26 Mar 2026 22:16:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-33664</strong></p>
  <p>Kestra is an open-source, event-driven orchestration platform Versions up to and including 1.3.3 render user-supplied flow YAML metadata fields — description, inputs[].displayName, inputs[].description — through the Markdown.vue component instantiated with html: true. The resulting HTML is injected into the DOM via Vue's v-html without any sanitization. This allows a flow author to embed arbitrar…</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33664">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-33336 – Vikunja is an open-source self-hosted task management platform. Starting in vers...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33336</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33336</guid>
    <pubDate>Tue, 24 Mar 2026 16:16:33 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-33336</strong></p>
  <p>Vikunja is an open-source self-hosted task management platform. Starting in version 0.21.0 and prior to version 2.2.0, the Vikunja Desktop Electron wrapper enables `nodeIntegration` in the main BrowserWindow and does not restrict same-window navigations. An attacker who can place a link in user-generated content (task descriptions, comments, project descriptions) can cause the BrowserWindow to na…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-94</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33336">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-2707 – The weForms plugin for WordPress is vulnerable to Stored Cross-Site Scripting vi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-2707</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-2707</guid>
    <pubDate>Wed, 11 Mar 2026 06:17:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-2707</strong></p>
  <p>The weForms plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the REST API entry submission endpoint in all versions up to, and including, 1.6.27. This is due to inconsistent input sanitization between the frontend AJAX handler and the REST API endpoint. When entries are submitted via the REST API (`/wp-json/weforms/v1/forms/{id}/entries/`), the `prepare_entry()` method in `cl…</p>
  <p><strong>CVSS:</strong> 6.4 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-2707">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2026-3720 – A security flaw has been discovered in 1024-lab/lab1024 SmartAdmin up to 3.29. I...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-3720</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-3720</guid>
    <pubDate>Sun, 08 Mar 2026 08:15:59 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2026-3720</strong></p>
  <p>A security flaw has been discovered in 1024-lab/lab1024 SmartAdmin up to 3.29. Impacted is an unknown function of the file smart-admin-web-javascript/src/views/business/oa/notice/components/notice-form-drawer.vue of the component Notice Module. The manipulation results in cross site scripting. The attack can be launched remotely. The exploit has been released to the public and may be used for att…</p>
  <p><strong>CVSS:</strong> 3.5 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-3720">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-29082 – Kestra is an event-driven orchestration platform. In versions from 1.1.10 and pr...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-29082</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-29082</guid>
    <pubDate>Fri, 06 Mar 2026 17:16:34 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-29082</strong></p>
  <p>Kestra is an event-driven orchestration platform. In versions from 1.1.10 and prior, Kestra’s execution-file preview renders user-supplied Markdown (.md) with markdown-it instantiated as html:true and injects the resulting HTML with Vue’s v-html without sanitisation. At time of publication, there are no publicly available patches.</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-29082">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-2819 – A vulnerability was identified in Dromara RuoYi-Vue-Plus up to 5.5.3. This vulne...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-2819</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-2819</guid>
    <pubDate>Fri, 20 Feb 2026 02:16:55 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-2819</strong></p>
  <p>A vulnerability was identified in Dromara RuoYi-Vue-Plus up to 5.5.3. This vulnerability affects the function SaServletFilter of the file /workflow/instance/deleteByInstanceIds of the component Workflow Module. The manipulation leads to missing authorization. The attack may be initiated remotely. The exploit is publicly available and might be used. The vendor was contacted early about this disclo…</p>
  <p><strong>CVSS:</strong> 6.3 · <strong>CWE:</strong> CWE-862</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-2819">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-25935 – Vikunja is a todo-app to organize your life. Prior to 1.1.0, TaskGlanceTooltip.v...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-25935</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-25935</guid>
    <pubDate>Wed, 11 Feb 2026 21:16:20 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-25935</strong></p>
  <p>Vikunja is a todo-app to organize your life. Prior to 1.1.0, TaskGlanceTooltip.vue temporarily creates a div and sets the innerHtml to the description. Since there is no escaping on either the server or client side, a malicious user can share a project, create a malicious task, and cause an XSS on hover. This vulnerability is fixed in 1.1.0.</p>
  <p><strong>CVSS:</strong> 5.4 · <strong>CWE:</strong> CWE-80</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-25935">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-61648 – Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-61648</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-61648</guid>
    <pubDate>Tue, 03 Feb 2026 01:15:58 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-61648</strong></p>
  <p>Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') vulnerability in Wikimedia Foundation CheckUser. This vulnerability is associated with program files modules/ext.CheckUser.TempAccounts/components/ShowIPButton.Vue, modules/ext.CheckUser.TempAccounts/SpecialBlock.Js.  This issue affects CheckUser: from * before 1.44.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-61648">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-22786 – Gin-vue-admin is a backstage management system based on vue and gin. Gin-vue-adm...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-22786</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-22786</guid>
    <pubDate>Mon, 12 Jan 2026 22:16:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-22786</strong></p>
  <p>Gin-vue-admin is a backstage management system based on vue and gin. Gin-vue-admin <= v2.8.7 has a path traversal vulnerability in the breakpoint resume upload functionality. Attacker can upload any files on any directory. In the breakpoint_continue.go file, the MakeFile function accepts a fileName parameter through the /fileUploadAndDownload/breakpointContinueFinish API endpoint and directly con…</p>
  <p><strong>CVSS:</strong> 7.2 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-22786">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-66916 – The snailjob component in RuoYi-Vue-Plus versions 5.5.1 and earlier, interface /...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-66916</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-66916</guid>
    <pubDate>Thu, 08 Jan 2026 20:15:44 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-66916</strong></p>
  <p>The snailjob component in RuoYi-Vue-Plus versions 5.5.1 and earlier, interface /snail-job/workflow/check-node-expression can execute QLExpress expressions, but it does not filter user input, allowing attackers to use the File class to perform arbitrary file reading and writing.</p>
  <p><strong>CVSS:</strong> 9.4 · <strong>CWE:</strong> CWE-94</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-66916">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2025-15372 – A weakness has been identified in youlaitech vue3-element-admin up to 3.4.0. Thi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-15372</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-15372</guid>
    <pubDate>Wed, 31 Dec 2025 03:15:53 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2025-15372</strong></p>
  <p>A weakness has been identified in youlaitech vue3-element-admin up to 3.4.0. This issue affects some unknown processing of the file src/views/system/notice/index.vue of the component Notice Handler. This manipulation causes cross site scripting. It is possible to initiate the attack remotely. The exploit has been made available to the public and could be exploited. The vendor was contacted early…</p>
  <p><strong>CVSS:</strong> 2.4 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-15372">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-65442 – DOM-based Cross-Site Scripting (XSS) vulnerability in 201206030 novel V3.5.0 all...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-65442</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-65442</guid>
    <pubDate>Mon, 29 Dec 2025 15:16:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-65442</strong></p>
  <p>DOM-based Cross-Site Scripting (XSS) vulnerability in 201206030 novel V3.5.0 allows remote attackers to execute arbitrary JavaScript code or disclose sensitive information (e.g., user session cookies) via a crafted "wvstest" parameter in the URL or malicious script injection into window.localStorage. The vulnerability arises from insufficient validation and encoding of user-controllable data in t…</p>
  <p><strong>CVSS:</strong> 6.1 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-65442">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-66481 – DeepChat is an open-source AI chat platform that supports cloud models and LLMs...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-66481</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-66481</guid>
    <pubDate>Tue, 09 Dec 2025 01:16:55 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-66481</strong></p>
  <p>DeepChat is an open-source AI chat platform that supports cloud models and LLMs. Versions 0.5.1 and below are vulnerable to XSS attacks through improperly sanitized Mermaid content. The recent security patch for MermaidArtifact.vue is insufficient and can be bypassed using unquoted HTML attributes combined with HTML entity encoding. Remote Code Execution is possible on the victim's machine via th…</p>
  <p><strong>CVSS:</strong> 9.6 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-66481">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-66470 – NiceGUI is a Python-based UI framework. Versions 3.3.1 and below are subject to ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-66470</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-66470</guid>
    <pubDate>Tue, 09 Dec 2025 01:16:54 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-66470</strong></p>
  <p>NiceGUI is a Python-based UI framework. Versions 3.3.1 and below are subject to a XSS vulnerability through the ui.interactive_image component of NiceGUI. The component renders SVG content using Vue's v-html directive without any sanitization. This allows attackers to inject malicious HTML or JavaScript via the SVG <foreignObject> tag whenever the image component is rendered or updated. This is p…</p>
  <p><strong>CVSS:</strong> 6.1 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-66470">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-66410 – Gin-vue-admin is a backstage management system based on vue and gin. In 2.8.6 an...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-66410</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-66410</guid>
    <pubDate>Mon, 01 Dec 2025 23:15:53 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-66410</strong></p>
  <p>Gin-vue-admin is a backstage management system based on vue and gin. In 2.8.6 and earlier, attackers can delete any file on the server at will, causing damage or unavailability of server resources. Attackers can control the 'FileMd5' parameter to delete any file and folder.</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-66410">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-62798 – Sharp is a content management framework built for Laravel as a package. Prior to...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-62798</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-62798</guid>
    <pubDate>Tue, 28 Oct 2025 21:15:40 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-62798</strong></p>
  <p>Sharp is a content management framework built for Laravel as a package. Prior to 9.11.1, a Cross-Site Scripting (XSS) vulnerability was discovered in code16/sharp when rendering content using the SharpShowTextField component. In affected versions, expressions wrapped in {{ & }} were evaluated by Vue. This allowed attackers to inject arbitrary JavaScript or HTML that executes in the browser when t…</p>
  <p><strong>CVSS:</strong> 5.4 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-62798">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-60354 – Unauthorized modification of arbitrary articles vulnerability exists in blog-vue...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-60354</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-60354</guid>
    <pubDate>Tue, 28 Oct 2025 18:15:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-60354</strong></p>
  <p>Unauthorized modification of arbitrary articles vulnerability exists in blog-vue-springboot.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-284</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-60354">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-12246 – A security flaw has been discovered in chatwoot up to 4.7.0. This issue affects ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-12246</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-12246</guid>
    <pubDate>Mon, 27 Oct 2025 08:15:37 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-12246</strong></p>
  <p>A security flaw has been discovered in chatwoot up to 4.7.0. This issue affects some unknown processing of the file app/javascript/shared/components/IframeLoader.vue of the component Admin Interface. The manipulation of the argument Link results in cross site scripting. The attack can be executed remotely. The vendor was contacted early about this disclosure but did not respond in any way.</p>
  <p><strong>CVSS:</strong> 4.3 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-12246">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-10988 – A vulnerability was identified in YunaiV ruoyi-vue-pro up to 2025.09. This affec...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-10988</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-10988</guid>
    <pubDate>Fri, 26 Sep 2025 01:15:36 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-10988</strong></p>
  <p>A vulnerability was identified in YunaiV ruoyi-vue-pro up to 2025.09. This affects an unknown part of the file /crm/business/transfer. Such manipulation leads to improper authorization. It is possible to launch the attack remotely. The exploit is publicly available and might be used. The vendor was contacted early about this disclosure but did not respond in any way.</p>
  <p><strong>CVSS:</strong> 6.3 · <strong>CWE:</strong> CWE-266</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-10988">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2025-59414 – Nuxt is an open-source web development framework for Vue.js. Prior to 3.19.0 and...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-59414</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-59414</guid>
    <pubDate>Wed, 17 Sep 2025 19:15:47 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2025-59414</strong></p>
  <p>Nuxt is an open-source web development framework for Vue.js. Prior to 3.19.0 and 4.1.0, A client-side path traversal vulnerability in Nuxt's Island payload revival mechanism allowed attackers to manipulate client-side requests to different endpoints within the same application domain when specific prerendering conditions are met. The vulnerability occurs in the client-side payload revival process…</p>
  <p><strong>CVSS:</strong> 3.1 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-59414">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-10278 – A flaw has been found in YunaiV ruoyi-vue-pro up to 2025.09. Impacted is an unkn...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-10278</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-10278</guid>
    <pubDate>Fri, 12 Sep 2025 04:15:58 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-10278</strong></p>
  <p>A flaw has been found in YunaiV ruoyi-vue-pro up to 2025.09. Impacted is an unknown function of the file /crm/contact/transfer. This manipulation of the argument ids/newOwnerUserId causes improper authorization. The attack is possible to be carried out remotely. The exploit has been published and may be used. The vendor was contacted early about this disclosure but did not respond in any way.</p>
  <p><strong>CVSS:</strong> 6.3 · <strong>CWE:</strong> CWE-266</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-10278">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-10276 – A security vulnerability has been detected in YunaiV ruoyi-vue-pro up to 2025.09...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-10276</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-10276</guid>
    <pubDate>Fri, 12 Sep 2025 03:15:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-10276</strong></p>
  <p>A security vulnerability has been detected in YunaiV ruoyi-vue-pro up to 2025.09. This vulnerability affects unknown code of the file /crm/contract/transfer. The manipulation of the argument id/newOwnerUserId leads to improper authorization. Remote exploitation of the attack is possible. The exploit has been disclosed publicly and may be used. The vendor was contacted early about this disclosure…</p>
  <p><strong>CVSS:</strong> 6.3 · <strong>CWE:</strong> CWE-266</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-10276">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-59053 – AIRI is a self-hosted, artificial intelligence based Grok Companion. In v0.7.2-b...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-59053</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-59053</guid>
    <pubDate>Thu, 11 Sep 2025 19:15:34 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-59053</strong></p>
  <p>AIRI is a self-hosted, artificial intelligence based Grok Companion. In v0.7.2-beta.2 in the `packages/stage-ui/src/components/MarkdownRenderer.vue` path, the Markdown content is processed using the useMarkdown composable, and the processed HTML is rendered directly into the DOM using v-html. An attacker creates a card file containing malicious HTML/JavaScript, then simply processes it using the…</p>
  <p><strong>CVSS:</strong> 9.6 · <strong>CWE:</strong> CWE-94</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-59053">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-54075 – MDC is a tool to take regular Markdown and write documents interacting deeply wi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-54075</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-54075</guid>
    <pubDate>Fri, 18 Jul 2025 16:15:30 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-54075</strong></p>
  <p>MDC is a tool to take regular Markdown and write documents interacting deeply with a Vue component. Prior to version 0.17.2, a remote script-inclusion / stored cross-site scripting vulnerability in @nuxtjs/mdc lets a Markdown author inject a `<base href="https://attacker.tld">` element. The `<base>` tag rewrites how all subsequent relative URLs are resolved, so an attacker can make the page load…</p>
  <p><strong>CVSS:</strong> 8.3 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-54075">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-53892 – Vue I18n is the internationalization plugin for Vue.js. The escapeParameterHtml:...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-53892</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-53892</guid>
    <pubDate>Wed, 16 Jul 2025 14:15:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-53892</strong></p>
  <p>Vue I18n is the internationalization plugin for Vue.js. The escapeParameterHtml: true option in Vue I18n is designed to protect against HTML/script injection by escaping interpolated parameters. However, starting in version 9.0.0 and prior to versions 9.14.5, 10.0.8, and 11.1.0, this setting fails to prevent execution of certain tag-based payloads, such as <img src=x onerror=...>, if the interpol…</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-53892">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-6925 – A vulnerability has been found in Dromara RuoYi-Vue-Plus 5.4.0 and classified as...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-6925</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-6925</guid>
    <pubDate>Mon, 30 Jun 2025 18:15:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-6925</strong></p>
  <p>A vulnerability has been found in Dromara RuoYi-Vue-Plus 5.4.0 and classified as critical. Affected by this vulnerability is an unknown functionality of the file /src/main/java/org/dromara/demo/controller/MailController.java of the component Mail Handler. The manipulation of the argument filePath leads to path traversal. The attack can be launched remotely. The exploit has been disclosed to the p…</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-6925">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-6099 – A vulnerability was found in szluyu99 gin-vue-blog up to 61dd11ccd296e8642a318ad...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-6099</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-6099</guid>
    <pubDate>Mon, 16 Jun 2025 01:15:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-6099</strong></p>
  <p>A vulnerability was found in szluyu99 gin-vue-blog up to 61dd11ccd296e8642a318ada3ef7b3f7776d2410. It has been declared as critical. This vulnerability affects unknown code of the file gin-blog-server/internal/manager.go of the component PATCH Request Handler. The manipulation leads to improper authorization. The attack can be initiated remotely. The exploit has been disclosed to the public and m…</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-266</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-6099">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-5897 – A vulnerability was found in vuejs vue-cli up to 5.0.8. It has been rated as pro...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-5897</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-5897</guid>
    <pubDate>Mon, 09 Jun 2025 21:15:47 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-5897</strong></p>
  <p>A vulnerability was found in vuejs vue-cli up to 5.0.8. It has been rated as problematic. This issue affects the function HtmlPwaPlugin of the file packages/@vue/cli-plugin-pwa/lib/HtmlPwaPlugin.js of the component Markdown Code Handler. The manipulation leads to inefficient regular expression complexity. The attack may be initiated remotely.</p>
  <p><strong>CVSS:</strong> 4.3 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-5897">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2025-4537 – A vulnerability was found in yangzongzhuan RuoYi-Vue up to 3.8.9 and classified ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-4537</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-4537</guid>
    <pubDate>Sun, 11 May 2025 10:15:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2025-4537</strong></p>
  <p>A vulnerability was found in yangzongzhuan RuoYi-Vue up to 3.8.9 and classified as problematic. Affected by this issue is some unknown functionality of the file ruoyi-ui/jsencrypt.js and ruoyi-ui/login.vue of the component Password Handler. The manipulation leads to cleartext storage of sensitive information in a cookie. The attack may be launched remotely. The complexity of an attack is rather h…</p>
  <p><strong>CVSS:</strong> 3.1 · <strong>CWE:</strong> CWE-312</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-4537">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2025-3850 – A vulnerability, which was classified as problematic, has been found in YXJ2018 ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-3850</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-3850</guid>
    <pubDate>Tue, 22 Apr 2025 01:15:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2025-3850</strong></p>
  <p>A vulnerability, which was classified as problematic, has been found in YXJ2018 SpringBoot-Vue-OnlineExam 1.0. This issue affects some unknown processing of the component API. The manipulation leads to improper authentication. The attack may be initiated remotely. The complexity of an attack is rather high. The exploitation is known to be difficult. The exploit has been disclosed to the public an…</p>
  <p><strong>CVSS:</strong> 3.7 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-3850">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-3849 – A vulnerability classified as problematic was found in YXJ2018 SpringBoot-Vue-On...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-3849</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-3849</guid>
    <pubDate>Tue, 22 Apr 2025 00:15:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-3849</strong></p>
  <p>A vulnerability classified as problematic was found in YXJ2018 SpringBoot-Vue-OnlineExam 1.0. This vulnerability affects unknown code of the file /api/studentPWD. The manipulation of the argument studentId leads to unverified password change. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used.</p>
  <p><strong>CVSS:</strong> 4.3 · <strong>CWE:</strong> CWE-620</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-3849">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-30150 – Shopware 6 is an open commerce platform based on Symfony Framework and Vue. Thro...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-30150</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-30150</guid>
    <pubDate>Tue, 08 Apr 2025 14:15:34 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-30150</strong></p>
  <p>Shopware 6 is an open commerce platform based on Symfony Framework and Vue. Through the store-api it is possible as a attacker to check if a specific e-mail address has an account in the shop. Using the store-api endpoint /store-api/account/recovery-password you get the response, which indicates clearly that there is no account for this customer. In contrast you get a success response if the acco…</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-204</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-30150">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2024-55028 – A template injection vulnerability in the Dashboard of NASA Fprime v3.4.3 allows...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-55028</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-55028</guid>
    <pubDate>Tue, 25 Mar 2025 21:15:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2024-55028</strong></p>
  <p>A template injection vulnerability in the Dashboard of NASA Fprime v3.4.3 allows attackers to execute arbitrary code via uploading a crafted Vue file.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-94</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-55028">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-2744 – A vulnerability, which was classified as critical, was found in zhijiantianya ru...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-2744</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-2744</guid>
    <pubDate>Tue, 25 Mar 2025 07:15:39 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-2744</strong></p>
  <p>A vulnerability, which was classified as critical, was found in zhijiantianya ruoyi-vue-pro 2.4.1. Affected is an unknown function of the file /admin-api/mp/material/upload-news-image of the component Material Upload Interface. The manipulation of the argument File leads to path traversal. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used.…</p>
  <p><strong>CVSS:</strong> 5.4 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-2744">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-2743 – A vulnerability, which was classified as problematic, has been found in zhijiant...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-2743</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-2743</guid>
    <pubDate>Tue, 25 Mar 2025 07:15:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-2743</strong></p>
  <p>A vulnerability, which was classified as problematic, has been found in zhijiantianya ruoyi-vue-pro 2.4.1. This issue affects some unknown processing of the file /admin-api/mp/material/upload-temporary of the component Material Upload Interface. The manipulation of the argument File leads to path traversal. The attack may be initiated remotely. The exploit has been disclosed to the public and may…</p>
  <p><strong>CVSS:</strong> 4.3 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-2743">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-2742 – A vulnerability classified as critical was found in zhijiantianya ruoyi-vue-pro ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-2742</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-2742</guid>
    <pubDate>Tue, 25 Mar 2025 07:15:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-2742</strong></p>
  <p>A vulnerability classified as critical was found in zhijiantianya ruoyi-vue-pro 2.4.1. This vulnerability affects unknown code of the file /admin-api/mp/material/upload-permanent of the component Material Upload Interface. The manipulation of the argument File leads to path traversal. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used. The vendor wa…</p>
  <p><strong>CVSS:</strong> 5.4 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-2742">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-2708 – A vulnerability, which was classified as critical, was found in zhijiantianya ru...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-2708</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-2708</guid>
    <pubDate>Mon, 24 Mar 2025 20:15:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-2708</strong></p>
  <p>A vulnerability, which was classified as critical, was found in zhijiantianya ruoyi-vue-pro 2.4.1. This affects an unknown part of the file /admin-api/infra/file/upload of the component Backend File Upload Interface. The manipulation of the argument path leads to path traversal. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used. The vendo…</p>
  <p><strong>CVSS:</strong> 5.4 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-2708">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-2707 – A vulnerability, which was classified as critical, has been found in zhijiantian...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-2707</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-2707</guid>
    <pubDate>Mon, 24 Mar 2025 19:15:50 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-2707</strong></p>
  <p>A vulnerability, which was classified as critical, has been found in zhijiantianya ruoyi-vue-pro 2.4.1. Affected by this issue is some unknown functionality of the file /app-api/infra/file/upload of the component Front-End Store Interface. The manipulation of the argument path leads to path traversal. The attack may be launched remotely. The exploit has been disclosed to the public and may be use…</p>
  <p><strong>CVSS:</strong> 5.4 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-2707">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-27415 – Nuxt is an open-source web development framework for Vue.js. Prior to 3.16.0, by...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-27415</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-27415</guid>
    <pubDate>Wed, 19 Mar 2025 19:15:47 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-27415</strong></p>
  <p>Nuxt is an open-source web development framework for Vue.js. Prior to 3.16.0, by sending a crafted HTTP request to a server behind an CDN, it is possible in some circumstances to poison the CDN cache and highly impacts the availability of a site. It is possible to craft a request, such as https://mysite.com/?/_payload.json which will be rendered as JSON. If the CDN in front of a Nuxt site ignores…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-349</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-27415">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-27597 – Vue I18n is the internationalization plugin for Vue.js. @intlify/message-resolve...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-27597</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-27597</guid>
    <pubDate>Fri, 07 Mar 2025 16:15:39 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-27597</strong></p>
  <p>Vue I18n is the internationalization plugin for Vue.js. @intlify/message-resolver and @intlify/vue-i18n-core are vulnerable to Prototype Pollution through the entry function: handleFlatJson. An attacker can supply a payload with Object.prototype setter to introduce or modify properties within the global prototype chain, causing denial of service (DoS) a the minimum consequence. Moreover, the cons…</p>
  <p><strong>CVSS:</strong> 8.9 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-27597">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-2040 – A vulnerability classified as critical was found in zhijiantianya ruoyi-vue-pro ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-2040</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-2040</guid>
    <pubDate>Thu, 06 Mar 2025 20:15:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-2040</strong></p>
  <p>A vulnerability classified as critical was found in zhijiantianya ruoyi-vue-pro 2.4.1. Affected by this vulnerability is an unknown functionality of the file /admin-api/bpm/model/deploy. The manipulation leads to improper neutralization of special elements used in a template engine. The attack can be launched remotely. The exploit has been disclosed to the public and may be used.</p>
  <p><strong>CVSS:</strong> 6.3 · <strong>CWE:</strong> CWE-791</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-2040">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-25570 – Vue Vben Admin 2.10.1 allows unauthorized login to the backend due to an issue w...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-25570</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-25570</guid>
    <pubDate>Thu, 27 Feb 2025 22:15:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-25570</strong></p>
  <p>Vue Vben Admin 2.10.1 allows unauthorized login to the backend due to an issue with hardcoded credentials.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-522</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-25570">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-11628 – In Progress® Telerik® Kendo UI for Vue versions v2.4.0 through v6.0.1, an attack...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-11628</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-11628</guid>
    <pubDate>Wed, 12 Feb 2025 17:15:22 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-11628</strong></p>
  <p>In Progress® Telerik® Kendo UI for Vue versions v2.4.0 through v6.0.1, an attacker can introduce or modify properties within the global prototype chain which can result in denial of service or command injection.</p>
  <p><strong>CVSS:</strong> 4.1 · <strong>CWE:</strong> CWE-1321</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-11628">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-24981 – MDC is a tool to take regular Markdown and write documents interacting deeply wi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-24981</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-24981</guid>
    <pubDate>Thu, 06 Feb 2025 18:15:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-24981</strong></p>
  <p>MDC is a tool to take regular Markdown and write documents interacting deeply with a Vue component. In affected versions unsafe parsing logic of the URL from markdown can lead to arbitrary JavaScript code due to a bypass to the existing guards around the `javascript:` protocol scheme in the URL. The parsing logic implement in `props.ts` maintains a deny-list approach to filtering potential malici…</p>
  <p><strong>CVSS:</strong> 9.3 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-24981">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-24361 – Nuxt is an open-source web development framework for Vue.js. Source code may be ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-24361</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-24361</guid>
    <pubDate>Sat, 25 Jan 2025 01:15:24 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-24361</strong></p>
  <p>Nuxt is an open-source web development framework for Vue.js. Source code may be stolen during dev when using version 3.0.0 through 3.15.12 of the webpack builder or version 3.12.2 through 3.152 of the rspack builder and a victim opens 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 thei…</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-749</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-24361">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-24360 – Nuxt is an open-source web development framework for Vue.js. Starting in version...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-24360</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-24360</guid>
    <pubDate>Sat, 25 Jan 2025 01:15:24 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-24360</strong></p>
  <p>Nuxt is an open-source web development framework for Vue.js. Starting in version 3.8.1 and prior to version 3.15.3, Nuxt allows any websites to send any requests to the development server and read the response due to default CORS settings. Users with the default server.cors option using Vite builder may get the source code stolen by malicious websites. Version 3.15.3 fixes the vulnerability.</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-24360">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-53274 – Habitica is an open-source habit-building program. Versions prior to 5.28.5 are ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-53274</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-53274</guid>
    <pubDate>Thu, 12 Dec 2024 02:15:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-53274</strong></p>
  <p>Habitica is an open-source habit-building program. Versions prior to 5.28.5 are vulnerable to reflected cross-site scripting. The `register` function in `home.vue` containsa reflected XSS vulnerability due to an incorrect sanitization function. An attacker can specify a malicious `redirectTo` parameter to trigger the vulnerability. Arbitrary javascript can be executed by the attacker in the conte…</p>
  <p><strong>CVSS:</strong> 6.1 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-53274">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-53273 – Habitica is an open-source habit-building program. Versions prior to 5.28.5 are ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-53273</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-53273</guid>
    <pubDate>Thu, 12 Dec 2024 02:15:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-53273</strong></p>
  <p>Habitica is an open-source habit-building program. Versions prior to 5.28.5 are vulnerable to reflected cross-site scripting. The `register` function in `RegisterLoginReset.vue` contains a reflected XSS vulnerability due to an incorrect sanitization function. An attacker can specify a malicious `redirectTo` parameter to trigger the vulnerability, giving the attacker control of the victim’s accoun…</p>
  <p><strong>CVSS:</strong> 6.1 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-53273">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-53272 – Habitica is an open-source habit-building program. Versions prior to 5.28.5 are ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-53272</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-53272</guid>
    <pubDate>Thu, 12 Dec 2024 02:15:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-53272</strong></p>
  <p>Habitica is an open-source habit-building program. Versions prior to 5.28.5 are vulnerable to reflected cross-site scripting. The `login` and `social media` function in `RegisterLoginReset.vue` contains two reflected XSS vulnerabilities due to an incorrect sanitization function. An attacker can specify a malicious `redirectTo` parameter to trigger the vulnerability, giving the attacker control of…</p>
  <p><strong>CVSS:</strong> 6.1 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-53272">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-52809 – vue-i18n  is an internationalization plugin for Vue.js. In affected versions vue...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-52809</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-52809</guid>
    <pubDate>Fri, 29 Nov 2024 19:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-52809</strong></p>
  <p>vue-i18n  is an internationalization plugin for Vue.js. In affected versions vue-i18n can be passed locale messages to `createI18n` or `useI18n`. When locale message ASTs are generated in development mode there is a possibility of Cross-site Scripting attack. This issue has been addressed in versions 9.14.2, and 10.0.5. Users are advised to upgrade. There are no known workarounds for this vulnera…</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-52809">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2024-9506 – Improper regular expression in Vue's parseHTML function leads to a potential reg...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-9506</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-9506</guid>
    <pubDate>Tue, 15 Oct 2024 16:15:06 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2024-9506</strong></p>
  <p>Improper regular expression in Vue's parseHTML function leads to a potential regular expression denial of service vulnerability.</p>
  <p><strong>CVSS:</strong> 3.7 · <strong>CWE:</strong> CWE-1333</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-9506">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-42352 – Nuxt is a free and open-source framework to create full-stack web applications a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-42352</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-42352</guid>
    <pubDate>Mon, 05 Aug 2024 21:15:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-42352</strong></p>
  <p>Nuxt is a free and open-source framework to create full-stack web applications and websites with Vue.js. `nuxt/icon` provides an API to allow client side icon lookup. This endpoint is at `/api/_nuxt_icon/[name]`. The proxied request path is improperly parsed, allowing an attacker to change the scheme and host of the request. This leads to SSRF, and could potentially lead to sensitive data exposur…</p>
  <p><strong>CVSS:</strong> 8.6 · <strong>CWE:</strong> CWE-918</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-42352">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-34344 – Nuxt is a free and open-source framework to create full-stack web applications a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-34344</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-34344</guid>
    <pubDate>Mon, 05 Aug 2024 21:15:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-34344</strong></p>
  <p>Nuxt is a free and open-source framework to create full-stack web applications and websites with Vue.js. Due to the insufficient validation of the `path` parameter in the NuxtTestComponentWrapper, an attacker can execute arbitrary JavaScript on the server side, which allows them to execute arbitrary commands. Users who open a malicious web page in the browser while running the test locally are af…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-94</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-34344">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-34343 – Nuxt is a free and open-source framework to create full-stack web applications a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-34343</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-34343</guid>
    <pubDate>Mon, 05 Aug 2024 21:15:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-34343</strong></p>
  <p>Nuxt is a free and open-source framework to create full-stack web applications and websites with Vue.js. The `navigateTo` function attempts to blockthe `javascript:` protocol, but does not correctly use API's provided by `unjs/ufo`. This library also contains parsing discrepancies.  The function first tests to see if the specified URL has a protocol. This uses the unjs/ufo package for URL parsing…</p>
  <p><strong>CVSS:</strong> 6.3 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-34343">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-23657 – Nuxt is a free and open-source framework to create full-stack web applications a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-23657</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-23657</guid>
    <pubDate>Mon, 05 Aug 2024 21:15:37 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-23657</strong></p>
  <p>Nuxt is a free and open-source framework to create full-stack web applications and websites with Vue.js. Nuxt Devtools is missing authentication on the `getTextAssetContent` RPC function which is vulnerable to path traversal.  Combined with a lack of Origin checks on the WebSocket handler,  an attacker is able to interact with a locally running devtools instance and exfiltrate data abusing this v…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-23657">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-41809 – OpenObserve is an open-source observability platform. Starting in version 0.4.4 ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-41809</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-41809</guid>
    <pubDate>Thu, 25 Jul 2024 21:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-41809</strong></p>
  <p>OpenObserve is an open-source observability platform. Starting in version 0.4.4 and prior to version 0.10.0, OpenObserve contains a cross-site scripting vulnerability in line 32 of `openobserve/web/src/views/MemberSubscription.vue`. Version 0.10.0 sanitizes incoming html.</p>
  <p><strong>CVSS:</strong> 7.2 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-41809">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-41808 – The OpenObserve open-source observability platform provides the ability to filte...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-41808</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-41808</guid>
    <pubDate>Thu, 25 Jul 2024 20:15:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-41808</strong></p>
  <p>The OpenObserve open-source observability platform provides the ability to filter logs in a dashboard by the values uploaded in a given log. However, all versions of the platform through 0.9.1 do not sanitize user input in the filter selection menu, which may result in complete account takeover. It has been noted that the front-end uses `DOMPurify` or Vue templating to escape cross-site scripting…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-41808">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-6783 – A vulnerability has been discovered in Vue, that allows an attacker to perform X...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-6783</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-6783</guid>
    <pubDate>Tue, 23 Jul 2024 15:15:06 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-6783</strong></p>
  <p>A vulnerability has been discovered in Vue, that allows an attacker to perform XSS via prototype pollution. The attacker could change the prototype chain of some properties such as `Object.prototype.staticClass` or `Object.prototype.staticStyle` to execute arbitrary JavaScript code.</p>
  <p><strong>CVSS:</strong> 4.8 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-6783">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2024-23998 – goanother Another Redis Desktop Manager =&lt;1.6.1 is vulnerable to Cross Site Scri...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-23998</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-23998</guid>
    <pubDate>Fri, 05 Jul 2024 16:15:04 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2024-23998</strong></p>
  <p>goanother Another Redis Desktop Manager =<1.6.1 is vulnerable to Cross Site Scripting (XSS) via src/components/Setting.vue.</p>
  <p><strong>CVSS:</strong> 9.6 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-23998">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-37896 – Gin-vue-admin is a backstage management system based on vue and gin. Gin-vue-adm...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-37896</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-37896</guid>
    <pubDate>Mon, 17 Jun 2024 20:15:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-37896</strong></p>
  <p>Gin-vue-admin is a backstage management system based on vue and gin. Gin-vue-admin <= v2.6.5 has SQL injection vulnerability. The SQL injection vulnerabilities occur when a web application allows users to input data into SQL queries without sufficiently validating or sanitizing the input. Failing to properly enforce restrictions on user input could mean that even a basic form input field can be u…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-37896">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-49781 – NocoDB is software for building databases as spreadsheets. Prior to 0.202.9, a s...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-49781</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-49781</guid>
    <pubDate>Tue, 14 May 2024 14:06:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-49781</strong></p>
  <p>NocoDB is software for building databases as spreadsheets. Prior to 0.202.9, a stored cross-site scripting vulnerability exists within the Formula virtual cell comments functionality. The nc-gui/components/virtual-cell/Formula.vue displays a v-html tag with the value of "urls" whose contents are processed by the function replaceUrlsWithLink(). This function recognizes the pattern URI::(XXX) and c…</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-49781">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-31760 – An issue in sanluan flipped-aurora gin-vue-admin 2.4.x allows an attacker to esc...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-31760</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-31760</guid>
    <pubDate>Tue, 16 Apr 2024 23:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-31760</strong></p>
  <p>An issue in sanluan flipped-aurora gin-vue-admin 2.4.x allows an attacker to escalate privileges via the Session Expiration component.</p>
  <p><strong>CVSS:</strong> 4.7 · <strong>CWE:</strong> CWE-266</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-31760">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-31457 – gin-vue-admin is a backstage management system based on vue and gin, which separ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-31457</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-31457</guid>
    <pubDate>Tue, 09 Apr 2024 18:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-31457</strong></p>
  <p>gin-vue-admin is a backstage management system based on vue and gin, which separates the front and rear of the full stack. gin-vue-admin pseudoversion 0.0.0-20240407133540-7bc7c3051067, corresponding to version 2.6.1, has a code injection vulnerability in the backend. In the Plugin System -> Plugin Template feature, an attacker can perform directory traversal by manipulating the `plugName` parame…</p>
  <p><strong>CVSS:</strong> 7.7 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-31457">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-31447 – Shopware 6 is an open commerce platform based on Symfony Framework and Vue. Star...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-31447</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-31447</guid>
    <pubDate>Mon, 08 Apr 2024 16:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-31447</strong></p>
  <p>Shopware 6 is an open commerce platform based on Symfony Framework and Vue. Starting in version 6.3.5.0 and prior to versions 6.6.1.0 and 6.5.8.8, when a authenticated request is made to `POST /store-api/account/logout`, the cart will be cleared, but the User won't be logged out. This affects only the direct store-api usage, as the PHP Storefront listens additionally on `CustomerLogoutEvent` and…</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-613</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-31447">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-27917 – Shopware is an open commerce platform based on Symfony Framework and Vue. The Sy...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-27917</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-27917</guid>
    <pubDate>Wed, 06 Mar 2024 20:15:48 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-27917</strong></p>
  <p>Shopware is an open commerce platform based on Symfony Framework and Vue. The Symfony Session Handler pops the Session Cookie and assigns it to the Response. Since Shopware 6.5.8.0, the 404 pages are cached to improve the performance of 404 pages. So the cached Response which contains a Session Cookie when the Browser accessing the 404 page, has no cookies yet. The Symfony Session Handler is in u…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-524</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-27917">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2023-5718 – The Vue.js Devtools extension was found to leak screenshot data back to a malici...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-5718</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-5718</guid>
    <pubDate>Mon, 23 Oct 2023 15:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2023-5718</strong></p>
  <p>The Vue.js Devtools extension was found to leak screenshot data back to a malicious web page via the standard `postMessage()` API. By creating a malicious web page with an iFrame targeting a sensitive resource (i.e. a locally accessible file or sensitive website), and registering a listener on the web page, the extension sent messages back to the listener, containing the base64 encoded screenshot…</p>
  <p><strong>CVSS:</strong> 4.3 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-5718">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2023-40020 – PrivateUploader is an open source image hosting server written in Vue and TypeSc...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-40020</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-40020</guid>
    <pubDate>Mon, 14 Aug 2023 21:15:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2023-40020</strong></p>
  <p>PrivateUploader is an open source image hosting server written in Vue and TypeScript. In affected versions `app/routes/v3/admin.controller.ts` did not correctly verify whether the user was an administrator (High Level) or moderator (Low Level) causing the request to continue processing. The response would be a 403 with ADMIN_ONLY, however, next() would call leading to any updates/changes in the r…</p>
  <p><strong>CVSS:</strong> 9.9 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-40020">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2022-4902 – A vulnerability classified as problematic has been found in eXo Chat Application...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-4902</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-4902</guid>
    <pubDate>Mon, 06 Feb 2023 19:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2022-4902</strong></p>
  <p>A vulnerability classified as problematic has been found in eXo Chat Application. Affected is an unknown function of the file application/src/main/webapp/vue-app/components/ExoChatMessageComposer.vue of the component Mention Handler. The manipulation leads to cross site scripting. It is possible to launch the attack remotely. Upgrading to version 3.3.0-20220417 is able to address this issue. The…</p>
  <p><strong>CVSS:</strong> 3.5 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-4902">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-47762 – In gin-vue-admin &lt; 2.5.5, the download module has a Path Traversal vulnerability...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-47762</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-47762</guid>
    <pubDate>Fri, 03 Feb 2023 21:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-47762</strong></p>
  <p>In gin-vue-admin < 2.5.5, the download module has a Path Traversal vulnerability.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-47762">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2023-22734 – Shopware is an open source commerce platform based on Symfony Framework and Vue ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-22734</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-22734</guid>
    <pubDate>Tue, 17 Jan 2023 22:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2023-22734</strong></p>
  <p>Shopware is an open source commerce platform based on Symfony Framework and Vue js. The newsletter double opt-in validation was not checked properly, and it was possible to skip the complete double opt in process. As a result operators may have inconsistencies in their newsletter systems. This problem has been fixed with version 6.4.18.1. Users are advised to upgrade. Users unable to upgrade may…</p>
  <p><strong>CVSS:</strong> 4.3 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-22734">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2023-22733 – Shopware is an open source commerce platform based on Symfony Framework and Vue ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-22733</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-22733</guid>
    <pubDate>Tue, 17 Jan 2023 22:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2023-22733</strong></p>
  <p>Shopware is an open source commerce platform based on Symfony Framework and Vue js. In affected versions the log module would write out all kind of sent mails. An attacker with access to either the local system logs or a centralized logging store may have access to other users accounts. This issue has been addressed in version 6.4.18.1. For older versions of 6.1, 6.2, and 6.3, corresponding secur…</p>
  <p><strong>CVSS:</strong> 2.7 · <strong>CWE:</strong> CWE-532</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-22733">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2023-22732 – Shopware is an open source commerce platform based on Symfony Framework and Vue ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-22732</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-22732</guid>
    <pubDate>Tue, 17 Jan 2023 22:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2023-22732</strong></p>
  <p>Shopware is an open source commerce platform based on Symfony Framework and Vue js. The Administration session expiration was set to one week, when an attacker has stolen the session cookie they could use it for a long period of time. In version 6.4.18.1 an automatic logout into the Administration session has been added. As a result the user will be logged out when they are inactive. Users are ad…</p>
  <p><strong>CVSS:</strong> 3.7 · <strong>CWE:</strong> CWE-613</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-22732">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2023-22731 – Shopware is an open source commerce platform based on Symfony Framework and Vue ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-22731</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-22731</guid>
    <pubDate>Tue, 17 Jan 2023 22:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2023-22731</strong></p>
  <p>Shopware is an open source commerce platform based on Symfony Framework and Vue js. In a Twig environment **without the Sandbox extension**, it is possible to refer to PHP functions in twig filters like `map`, `filter`, `sort`. This allows a template to call any global PHP function and thus execute arbitrary code. The attacker must have access to a Twig environment in order to exploit this vulner…</p>
  <p><strong>CVSS:</strong> 9.9 · <strong>CWE:</strong> CWE-94</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-22731">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2023-22730 – Shopware is an open source commerce platform based on Symfony Framework and Vue ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-22730</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-22730</guid>
    <pubDate>Tue, 17 Jan 2023 22:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2023-22730</strong></p>
  <p>Shopware is an open source commerce platform based on Symfony Framework and Vue js. In affected versions It was possible to put the same line item multiple times in the cart using the AP. The Cart Validators checked the line item's individuality and the user was able to bypass quantity limits in sales. This problem has been fixed with version 6.4.18.1. Users on major versions 6.1, 6.2, and 6.3 ma…</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-22730">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2021-39369 – In Philips (formerly Carestream) Vue MyVue PACS through 12.2.x.x, the VideoStrea...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-39369</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-39369</guid>
    <pubDate>Mon, 26 Dec 2022 06:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2021-39369</strong></p>
  <p>In Philips (formerly Carestream) Vue MyVue PACS through 12.2.x.x, the VideoStream function allows Path Traversal by authenticated users to access files stored outside of the web root.</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-39369">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2022-39345 – Gin-vue-admin is a backstage management system based on vue and gin, which separ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-39345</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-39345</guid>
    <pubDate>Tue, 25 Oct 2022 17:15:56 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2022-39345</strong></p>
  <p>Gin-vue-admin is a backstage management system based on vue and gin, which separates the front and rear of the full stack. Gin-vue-admin prior to 2.5.4 is vulnerable to path traversal, which leads to file upload vulnerabilities. Version 2.5.4 contains a patch for this issue. There are no workarounds aside from upgrading to a patched version.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-39345">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2022-39305 – Gin-vue-admin is a backstage management system based on vue and gin, which separ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-39305</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-39305</guid>
    <pubDate>Mon, 24 Oct 2022 14:15:51 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2022-39305</strong></p>
  <p>Gin-vue-admin is a backstage management system based on vue and gin, which separates the front and rear of the full stack. Versions prior to 2.5.4 contain a file upload ability. The affected code fails to validate fileMd5 and fileName parameters, resulting in an arbitrary file being read. This issue is patched in 2.5.4b. There are no known workarounds.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-434</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-39305">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2022-32176 – In "Gin-Vue-Admin", versions v2.5.1 through v2.5.3b are vulnerable to Unrestrict...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-32176</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-32176</guid>
    <pubDate>Mon, 17 Oct 2022 19:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2022-32176</strong></p>
  <p>In "Gin-Vue-Admin", versions v2.5.1 through v2.5.3b are vulnerable to Unrestricted File Upload that leads to execution of javascript code, through the "Compress Upload" functionality to the Media Library. When an admin user views the uploaded file, a low privilege attacker will get access to the admin's cookie leading to account takeover.</p>
  <p><strong>CVSS:</strong> 9.0 · <strong>CWE:</strong> CWE-434</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-32176">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2022-32177 – In "Gin-Vue-Admin", versions v2.5.1 through v2.5.3beta are vulnerable to Unrestr...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-32177</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-32177</guid>
    <pubDate>Fri, 14 Oct 2022 07:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2022-32177</strong></p>
  <p>In "Gin-Vue-Admin", versions v2.5.1 through v2.5.3beta are vulnerable to Unrestricted File Upload that leads to execution of javascript code, through the 'Normal Upload' functionality to the Media Library. When an admin user views the uploaded file, a low privilege attacker will get access to the admin’s cookie leading to account takeover.</p>
  <p><strong>CVSS:</strong> 9.0 · <strong>CWE:</strong> CWE-434</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-32177">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2022-40365 – Cross site scripting (XSS) vulnerability in ouqiang gocron through 1.5.3, allows...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-40365</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-40365</guid>
    <pubDate>Wed, 14 Sep 2022 21:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2022-40365</strong></p>
  <p>Cross site scripting (XSS) vulnerability in ouqiang gocron through 1.5.3, allows attackers to execute arbitrary code via scope.row.hostname in web/vue/src/pages/taskLog/list.vue.</p>
  <p><strong>CVSS:</strong> 6.1 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-40365">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2022-29947 – Woodpecker before 0.15.1 allows XSS via build logs because web/src/components/re...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-29947</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-29947</guid>
    <pubDate>Fri, 29 Apr 2022 21:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2022-29947</strong></p>
  <p>Woodpecker before 0.15.1 allows XSS via build logs because web/src/components/repo/build/BuildLog.vue lacks escaping.</p>
  <p><strong>CVSS:</strong> 6.1 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-29947">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-24872 – Shopware is an open commerce platform based on Symfony Framework and Vue. Permis...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-24872</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-24872</guid>
    <pubDate>Wed, 20 Apr 2022 20:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-24872</strong></p>
  <p>Shopware is an open commerce platform based on Symfony Framework and Vue. Permissions set to sales channel context by admin-api are still usable within normal user session. Users are advised to update to the current version 6.4.10.1. For older versions of 6.1, 6.2, and 6.3, corresponding security measures are also available via a plugin. There are no known workarounds for this issue.</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-732</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-24872">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-24871 – Shopware is an open commerce platform based on Symfony Framework and Vue. In aff...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-24871</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-24871</guid>
    <pubDate>Wed, 20 Apr 2022 19:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-24871</strong></p>
  <p>Shopware is an open commerce platform based on Symfony Framework and Vue. In affected versions an attacker can abuse the Admin SDK functionality on the server to read or update internal resources. Users are advised to update to the current version 6.4.10.1. For older versions of 6.1, 6.2, and 6.3, corresponding security measures are also available via a plugin. There are no known workarounds for…</p>
  <p><strong>CVSS:</strong> 7.2 · <strong>CWE:</strong> CWE-918</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-24871">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-24843 – Gin-vue-admin is a backstage management system based on vue and gin, which separ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-24843</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-24843</guid>
    <pubDate>Wed, 13 Apr 2022 22:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-24843</strong></p>
  <p>Gin-vue-admin is a backstage management system based on vue and gin, which separates the front and rear of the full stack. Gin-vue-admin 2.50 has arbitrary file read vulnerability due to a lack of parameter validation. This has been resolved in version 2.5.1. There are no known workarounds for this issue.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-24843">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-24844 – Gin-vue-admin is a backstage management system based on vue and gin, which separ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-24844</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-24844</guid>
    <pubDate>Wed, 13 Apr 2022 21:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-24844</strong></p>
  <p>Gin-vue-admin is a backstage management system based on vue and gin, which separates the front and rear of the full stack. The problem occurs in the following code in server/service/system/sys_auto_code_pgsql.go, which means that PostgreSQL must be used as the database for this vulnerability to occur. Users must: Require JWT login） and be using PostgreSQL to be affected. This issue has been resol…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-24844">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2021-33024 – Philips Vue PACS versions 12.2.x.x and prior transmits or stores authentication ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-33024</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-33024</guid>
    <pubDate>Fri, 01 Apr 2022 23:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2021-33024</strong></p>
  <p>Philips Vue PACS versions 12.2.x.x and prior transmits or stores authentication credentials, but it uses an insecure method susceptible to unauthorized interception and/or retrieval.</p>
  <p><strong>CVSS:</strong> 3.7 · <strong>CWE:</strong> CWE-522</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-33024">View on NVD</a></p>
]]>
    </description>
  </item>
</channel>
</rss>
