<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet href="/static/style.xsl" type="text/xsl"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title>Most recent sightings.</title>
    <link>https://vulnerability.circl.lu</link>
    <description>Contains only the most 10 recent sightings.</description>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <generator>python-feedgen</generator>
    <language>en</language>
    <lastBuildDate>Mon, 14 Sep 2026 21:56:14 +0000</lastBuildDate>
    <item>
      <title>89a59dc7-25e8-45b9-af9c-20a435e67934</title>
      <link>https://vulnerability.circl.lu/sighting/89a59dc7-25e8-45b9-af9c-20a435e67934/export</link>
      <description>{"uuid": "89a59dc7-25e8-45b9-af9c-20a435e67934", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-53721", "type": "seen", "source": "https://bsky.app/profile/cvemon.bsky.social/post/3muxoag6ho62f", "content": "CVE-2026-53721 is trending. Hype score 4, currently #9 on cvemon.\n\nNuxt is an open-source web development framework for Vue.js. From versions 3.11.0 to before 3.21.7 and 4.0.0 to before 4.4.7, there is a route-rule middleware bypass via\u2026\n\nhttps://cvemon.intruder.io/cves/CVE-2026-53721", "creation_timestamp": "2026-09-07T23:33:48.901164Z"}</description>
      <content:encoded>{"uuid": "89a59dc7-25e8-45b9-af9c-20a435e67934", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-53721", "type": "seen", "source": "https://bsky.app/profile/cvemon.bsky.social/post/3muxoag6ho62f", "content": "CVE-2026-53721 is trending. Hype score 4, currently #9 on cvemon.\n\nNuxt is an open-source web development framework for Vue.js. From versions 3.11.0 to before 3.21.7 and 4.0.0 to before 4.4.7, there is a route-rule middleware bypass via\u2026\n\nhttps://cvemon.intruder.io/cves/CVE-2026-53721", "creation_timestamp": "2026-09-07T23:33:48.901164Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/89a59dc7-25e8-45b9-af9c-20a435e67934/export</guid>
      <pubDate>Mon, 07 Sep 2026 23:33:48 +0000</pubDate>
    </item>
    <item>
      <title>e42d8265-0755-4c88-98e8-4dec55cad306</title>
      <link>https://vulnerability.circl.lu/sighting/e42d8265-0755-4c88-98e8-4dec55cad306/export</link>
      <description>{"uuid": "e42d8265-0755-4c88-98e8-4dec55cad306", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-53721", "type": "seen", "source": "https://gist.github.com/alon710/75a8da6231b4389c07987c60b53a1e91", "content": "# CVE-2026-71315: CVE-2026-71315: Nuxt route rules silently dropped for mixed-case paths, bypassing appMiddleware auth gates (incomplete fix for CVE-2026-53721)\n\n&amp;gt; **CVSS Score:** 8.2\n&amp;gt; **Published:** 2026-08-05\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-71315\n\n## Summary\nAn security bypass vulnerability exists in Nuxt frameworks where route rules containing mixed-case characters are silently dropped during case-insensitive routing. This occurs because lookups are folded to lowercase, but keys are stored in their original casing in the route-matching trie. As a result, critical authorization middleware, such as appMiddleware, is bypassed, allowing unauthorized access to restricted pages.\n\n## TL;DR\nNuxt route rules are silently bypassed for mixed-case paths due to a key-matching case mismatch, allowing unauthenticated attackers to skip authorization checks.\n\n## Technical Details\n\n- **CWE ID**: CWE-178 / CWE-863\n- **Attack Vector**: Network (AV:N)\n- **CVSS Severity**: 8.2 (High)\n- **Exploit Status**: No public PoC or active exploitation\n- **Impact**: Authorization Bypass &amp;amp; Data Disclosure\n- **Vulnerable Component**: Nuxt Route Rules Matcher\n\n## Affected Systems\n\n- Nuxt Framework\n- **Nuxt**: &amp;gt;= 3.21.7, &amp;lt; 3.21.10 (Fixed in: `3.21.10`)\n- **Nuxt**: &amp;gt;= 4.4.7, &amp;lt; 4.5.1 (Fixed in: `4.5.1`)\n\n## Mitigation\n\n- Upgrade Nuxt framework\n- Normalize routeRules to lowercase\n- Enable router.options.sensitive\n- Implement component-level auth guards\n\n**Remediation Steps:**\n1. Identify administrative or sensitive routes protected via routeRules.\n2. Update Nuxt dependency in package.json to ^3.21.10 or ^4.5.1.\n3. Verify and convert existing routeRules keys to lowercase as a defense-in-depth measure.\n4. Run npm install or yarn install to apply the framework updates.\n\n## References\n\n- [GitHub Security Advisory GHSA-hxvh-4h3w-prp9](https://github.com/nuxt/nuxt/security/advisories/GHSA-hxvh-4h3w-prp9)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-71315) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-08-06T05:31:22.251164Z"}</description>
      <content:encoded>{"uuid": "e42d8265-0755-4c88-98e8-4dec55cad306", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-53721", "type": "seen", "source": "https://gist.github.com/alon710/75a8da6231b4389c07987c60b53a1e91", "content": "# CVE-2026-71315: CVE-2026-71315: Nuxt route rules silently dropped for mixed-case paths, bypassing appMiddleware auth gates (incomplete fix for CVE-2026-53721)\n\n&amp;gt; **CVSS Score:** 8.2\n&amp;gt; **Published:** 2026-08-05\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-71315\n\n## Summary\nAn security bypass vulnerability exists in Nuxt frameworks where route rules containing mixed-case characters are silently dropped during case-insensitive routing. This occurs because lookups are folded to lowercase, but keys are stored in their original casing in the route-matching trie. As a result, critical authorization middleware, such as appMiddleware, is bypassed, allowing unauthorized access to restricted pages.\n\n## TL;DR\nNuxt route rules are silently bypassed for mixed-case paths due to a key-matching case mismatch, allowing unauthenticated attackers to skip authorization checks.\n\n## Technical Details\n\n- **CWE ID**: CWE-178 / CWE-863\n- **Attack Vector**: Network (AV:N)\n- **CVSS Severity**: 8.2 (High)\n- **Exploit Status**: No public PoC or active exploitation\n- **Impact**: Authorization Bypass &amp;amp; Data Disclosure\n- **Vulnerable Component**: Nuxt Route Rules Matcher\n\n## Affected Systems\n\n- Nuxt Framework\n- **Nuxt**: &amp;gt;= 3.21.7, &amp;lt; 3.21.10 (Fixed in: `3.21.10`)\n- **Nuxt**: &amp;gt;= 4.4.7, &amp;lt; 4.5.1 (Fixed in: `4.5.1`)\n\n## Mitigation\n\n- Upgrade Nuxt framework\n- Normalize routeRules to lowercase\n- Enable router.options.sensitive\n- Implement component-level auth guards\n\n**Remediation Steps:**\n1. Identify administrative or sensitive routes protected via routeRules.\n2. Update Nuxt dependency in package.json to ^3.21.10 or ^4.5.1.\n3. Verify and convert existing routeRules keys to lowercase as a defense-in-depth measure.\n4. Run npm install or yarn install to apply the framework updates.\n\n## References\n\n- [GitHub Security Advisory GHSA-hxvh-4h3w-prp9](https://github.com/nuxt/nuxt/security/advisories/GHSA-hxvh-4h3w-prp9)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-71315) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-08-06T05:31:22.251164Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/e42d8265-0755-4c88-98e8-4dec55cad306/export</guid>
      <pubDate>Thu, 06 Aug 2026 05:31:22 +0000</pubDate>
    </item>
    <item>
      <title>4bd50ce6-0465-4b0d-9d87-c7e2fd2bd1c0</title>
      <link>https://vulnerability.circl.lu/sighting/4bd50ce6-0465-4b0d-9d87-c7e2fd2bd1c0/export</link>
      <description>{"uuid": "4bd50ce6-0465-4b0d-9d87-c7e2fd2bd1c0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-53721", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/g56cs2qf35unw", "content": "CVE-2026-71315 - Nuxt route rules silently dropped for mixed-case paths, bypassing appMiddleware auth gates (incomplete fix for CVE-2026-53721)\nCVE ID : CVE-2026-71315\n \n Published : Aug. 5, 2026, 9:16 p.m. | 33\u00a0minutes ago\n \n Description : Nuxt is an open-source web developme...", "creation_timestamp": "2026-08-05T22:14:21.904050Z"}</description>
      <content:encoded>{"uuid": "4bd50ce6-0465-4b0d-9d87-c7e2fd2bd1c0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-53721", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/g56cs2qf35unw", "content": "CVE-2026-71315 - Nuxt route rules silently dropped for mixed-case paths, bypassing appMiddleware auth gates (incomplete fix for CVE-2026-53721)\nCVE ID : CVE-2026-71315\n \n Published : Aug. 5, 2026, 9:16 p.m. | 33\u00a0minutes ago\n \n Description : Nuxt is an open-source web developme...", "creation_timestamp": "2026-08-05T22:14:21.904050Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/4bd50ce6-0465-4b0d-9d87-c7e2fd2bd1c0/export</guid>
      <pubDate>Wed, 05 Aug 2026 22:14:21 +0000</pubDate>
    </item>
    <item>
      <title>7a08111e-404f-407c-9721-ef1906040153</title>
      <link>https://vulnerability.circl.lu/sighting/7a08111e-404f-407c-9721-ef1906040153/export</link>
      <description>{"uuid": "7a08111e-404f-407c-9721-ef1906040153", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-53727", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/3mquydfuuou2q", "content": "CVE-2026-53727 - css_parser: SSRF and Local File Disclosure in `CssParser::Parser#read_remote_file`\nCVE ID : CVE-2026-53727\n \n Published : July 17, 2026, 9:17 p.m. | 2\u00a0hours, 21\u00a0minutes ago\n \n Description : css_parser is a Ruby CSS parser. From 2.2.0 until 3.0.0, CssParser::Pa...", "creation_timestamp": "2026-07-18T00:15:40.920738Z"}</description>
      <content:encoded>{"uuid": "7a08111e-404f-407c-9721-ef1906040153", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-53727", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/3mquydfuuou2q", "content": "CVE-2026-53727 - css_parser: SSRF and Local File Disclosure in `CssParser::Parser#read_remote_file`\nCVE ID : CVE-2026-53727\n \n Published : July 17, 2026, 9:17 p.m. | 2\u00a0hours, 21\u00a0minutes ago\n \n Description : css_parser is a Ruby CSS parser. From 2.2.0 until 3.0.0, CssParser::Pa...", "creation_timestamp": "2026-07-18T00:15:40.920738Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/7a08111e-404f-407c-9721-ef1906040153/export</guid>
      <pubDate>Sat, 18 Jul 2026 00:15:40 +0000</pubDate>
    </item>
    <item>
      <title>e98b45a9-933b-4bb1-a35a-0b32029bacf8</title>
      <link>https://vulnerability.circl.lu/sighting/e98b45a9-933b-4bb1-a35a-0b32029bacf8/export</link>
      <description>{"uuid": "e98b45a9-933b-4bb1-a35a-0b32029bacf8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-53727", "type": "published-proof-of-concept", "source": "https://github.com/premailer/css_parser/security/advisories/GHSA-9pmc-p236-855h", "content": "", "creation_timestamp": "2026-07-09T14:35:05.696751Z"}</description>
      <content:encoded>{"uuid": "e98b45a9-933b-4bb1-a35a-0b32029bacf8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-53727", "type": "published-proof-of-concept", "source": "https://github.com/premailer/css_parser/security/advisories/GHSA-9pmc-p236-855h", "content": "", "creation_timestamp": "2026-07-09T14:35:05.696751Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/e98b45a9-933b-4bb1-a35a-0b32029bacf8/export</guid>
      <pubDate>Thu, 09 Jul 2026 14:35:05 +0000</pubDate>
    </item>
    <item>
      <title>c953a31c-4031-44e4-9ad6-7adbda60261c</title>
      <link>https://vulnerability.circl.lu/sighting/c953a31c-4031-44e4-9ad6-7adbda60261c/export</link>
      <description>{"uuid": "c953a31c-4031-44e4-9ad6-7adbda60261c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-53729", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/3mq3qpdpbgf2l", "content": "CVE-2026-53729 - DataEase ExportCenter IDOR allows cross-user export task access\nCVE ID : CVE-2026-53729\n \n Published : July 7, 2026, 9:17 p.m. | 1\u00a0hour, 57\u00a0minutes ago\n \n Description : DataEase is an open source data visualization and analysis tool. Prior to 2.10.24, any auth...", "creation_timestamp": "2026-07-07T23:22:37.923584Z"}</description>
      <content:encoded>{"uuid": "c953a31c-4031-44e4-9ad6-7adbda60261c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-53729", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/3mq3qpdpbgf2l", "content": "CVE-2026-53729 - DataEase ExportCenter IDOR allows cross-user export task access\nCVE ID : CVE-2026-53729\n \n Published : July 7, 2026, 9:17 p.m. | 1\u00a0hour, 57\u00a0minutes ago\n \n Description : DataEase is an open source data visualization and analysis tool. Prior to 2.10.24, any auth...", "creation_timestamp": "2026-07-07T23:22:37.923584Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/c953a31c-4031-44e4-9ad6-7adbda60261c/export</guid>
      <pubDate>Tue, 07 Jul 2026 23:22:37 +0000</pubDate>
    </item>
    <item>
      <title>fd8931aa-1c36-4ebd-9ea5-9bd07de6a5c0</title>
      <link>https://vulnerability.circl.lu/sighting/fd8931aa-1c36-4ebd-9ea5-9bd07de6a5c0/export</link>
      <description>{"uuid": "fd8931aa-1c36-4ebd-9ea5-9bd07de6a5c0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-53722", "type": "seen", "source": "https://gist.github.com/alon710/aedd4394e8d823981bff81789fa6dc8a", "content": "# CVE-2026-53722: CVE-2026-53722: Reflected DOM-based Cross-Site Scripting (XSS) in Nuxt \n\n&amp;gt; **CVSS Score:** 5.4\n&amp;gt; **Published:** 2026-06-16\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-53722\n\n## Summary\nA reflected DOM-based Cross-Site Scripting (XSS) vulnerability was identified in Nuxt's core  component. Prior to the patched versions, the component failed to validate or sanitize the target URI schemes before directly rendering them into the 'href' attribute of native HTML anchor elements. An attacker who controls the input bound to the 'to' or 'href' properties can inject executable URI schemes, such as 'javascript:' or 'data:', leading to arbitrary script execution in the context of the user's browser session.\n\n## TL;DR\nNuxt `` components prior to versions 3.21.7 and 4.4.7 fail to sanitize URL schemes, enabling DOM-based XSS when binding untrusted, attacker-controlled navigation targets.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-79\n- **Attack Vector**: Network\n- **CVSS Score**: 5.4 (Medium)\n- **EPSS Score**: 0.00198\n- **Impact**: Reflected DOM-based Cross-Site Scripting (XSS)\n- **Exploit Status**: Proof-of-Concept (PoC)\n- **KEV Status**: Not Listed\n\n## Affected Systems\n\n- Nuxt Framework v3 (before version 3.21.7)\n- Nuxt Framework v4 (before version 4.4.7)\n- **Nuxt**: &amp;lt; 3.21.7 (Fixed in: `3.21.7`)\n- **Nuxt**: &amp;gt;= 4.0.0, &amp;lt; 4.4.7 (Fixed in: `4.4.7`)\n\n## Mitigation\n\n- Upgrade the Nuxt framework to a non-vulnerable version.\n- Enforce strict URI validation on user-controlled redirect targets before routing.\n- Implement a robust Content Security Policy (CSP) restricting execution of inline scripts.\n\n**Remediation Steps:**\n1. Open your package management configuration file (package.json).\n2. Locate the 'nuxt' dependency entry.\n3. Update the version definition to '^3.21.7' for Nuxt v3 projects or '^4.4.7' for Nuxt v4 projects.\n4. Execute your package manager upgrade command (e.g., 'npm install', 'yarn install', or 'pnpm install') to retrieve and link the updated package assets.\n5. Deploy the updated application to production environments and verify that the 'sanitizeExternalHref' logic blocks any 'javascript:' injection attempts.\n\n## References\n\n- [Nuxt Security Advisory GHSA-934w-87qh-qr26](https://github.com/nuxt/nuxt/security/advisories/GHSA-934w-87qh-qr26)\n- [CVE-2026-53722 Official Record](https://www.cve.org/CVERecord?id=CVE-2026-53722)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-53722) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-06-16T14:21:22.000000Z"}</description>
      <content:encoded>{"uuid": "fd8931aa-1c36-4ebd-9ea5-9bd07de6a5c0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-53722", "type": "seen", "source": "https://gist.github.com/alon710/aedd4394e8d823981bff81789fa6dc8a", "content": "# CVE-2026-53722: CVE-2026-53722: Reflected DOM-based Cross-Site Scripting (XSS) in Nuxt \n\n&amp;gt; **CVSS Score:** 5.4\n&amp;gt; **Published:** 2026-06-16\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-53722\n\n## Summary\nA reflected DOM-based Cross-Site Scripting (XSS) vulnerability was identified in Nuxt's core  component. Prior to the patched versions, the component failed to validate or sanitize the target URI schemes before directly rendering them into the 'href' attribute of native HTML anchor elements. An attacker who controls the input bound to the 'to' or 'href' properties can inject executable URI schemes, such as 'javascript:' or 'data:', leading to arbitrary script execution in the context of the user's browser session.\n\n## TL;DR\nNuxt `` components prior to versions 3.21.7 and 4.4.7 fail to sanitize URL schemes, enabling DOM-based XSS when binding untrusted, attacker-controlled navigation targets.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-79\n- **Attack Vector**: Network\n- **CVSS Score**: 5.4 (Medium)\n- **EPSS Score**: 0.00198\n- **Impact**: Reflected DOM-based Cross-Site Scripting (XSS)\n- **Exploit Status**: Proof-of-Concept (PoC)\n- **KEV Status**: Not Listed\n\n## Affected Systems\n\n- Nuxt Framework v3 (before version 3.21.7)\n- Nuxt Framework v4 (before version 4.4.7)\n- **Nuxt**: &amp;lt; 3.21.7 (Fixed in: `3.21.7`)\n- **Nuxt**: &amp;gt;= 4.0.0, &amp;lt; 4.4.7 (Fixed in: `4.4.7`)\n\n## Mitigation\n\n- Upgrade the Nuxt framework to a non-vulnerable version.\n- Enforce strict URI validation on user-controlled redirect targets before routing.\n- Implement a robust Content Security Policy (CSP) restricting execution of inline scripts.\n\n**Remediation Steps:**\n1. Open your package management configuration file (package.json).\n2. Locate the 'nuxt' dependency entry.\n3. Update the version definition to '^3.21.7' for Nuxt v3 projects or '^4.4.7' for Nuxt v4 projects.\n4. Execute your package manager upgrade command (e.g., 'npm install', 'yarn install', or 'pnpm install') to retrieve and link the updated package assets.\n5. Deploy the updated application to production environments and verify that the 'sanitizeExternalHref' logic blocks any 'javascript:' injection attempts.\n\n## References\n\n- [Nuxt Security Advisory GHSA-934w-87qh-qr26](https://github.com/nuxt/nuxt/security/advisories/GHSA-934w-87qh-qr26)\n- [CVE-2026-53722 Official Record](https://www.cve.org/CVERecord?id=CVE-2026-53722)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-53722) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-06-16T14:21:22.000000Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/fd8931aa-1c36-4ebd-9ea5-9bd07de6a5c0/export</guid>
      <pubDate>Tue, 16 Jun 2026 14:21:22 +0000</pubDate>
    </item>
    <item>
      <title>0d550e2d-82b7-4425-848d-a2abfaf1a435</title>
      <link>https://vulnerability.circl.lu/sighting/0d550e2d-82b7-4425-848d-a2abfaf1a435/export</link>
      <description>{"uuid": "0d550e2d-82b7-4425-848d-a2abfaf1a435", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-53721", "type": "seen", "source": "https://bsky.app/profile/thehackerwire.bsky.social/post/3mocc5g5lzr2c", "content": "\ud83d\udfe0 CVE-2026-53721 - High (8.2)\n\nNuxt is an open-source web development framework for Vue.js. From versions 3.11.0 to before 3.21....\n\nhttps://www.thehackerwire.com/vulnerability/CVE-2026-53721/\n\n#infosec #cybersecurity #CVE #vulnerability #security #patchstack", "creation_timestamp": "2026-06-15T03:00:19.981471Z"}</description>
      <content:encoded>{"uuid": "0d550e2d-82b7-4425-848d-a2abfaf1a435", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-53721", "type": "seen", "source": "https://bsky.app/profile/thehackerwire.bsky.social/post/3mocc5g5lzr2c", "content": "\ud83d\udfe0 CVE-2026-53721 - High (8.2)\n\nNuxt is an open-source web development framework for Vue.js. From versions 3.11.0 to before 3.21....\n\nhttps://www.thehackerwire.com/vulnerability/CVE-2026-53721/\n\n#infosec #cybersecurity #CVE #vulnerability #security #patchstack", "creation_timestamp": "2026-06-15T03:00:19.981471Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/0d550e2d-82b7-4425-848d-a2abfaf1a435/export</guid>
      <pubDate>Mon, 15 Jun 2026 03:00:19 +0000</pubDate>
    </item>
  </channel>
</rss>
