<?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>Tue, 08 Sep 2026 05:00:34 +0000</lastBuildDate>
    <item>
      <title>41e2841c-4ec9-43a4-a4f7-22edf48cc961</title>
      <link>https://vulnerability.circl.lu/sighting/41e2841c-4ec9-43a4-a4f7-22edf48cc961/export</link>
      <description>{"uuid": "41e2841c-4ec9-43a4-a4f7-22edf48cc961", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-84371", "type": "seen", "source": "https://gist.github.com/alon710/b64f54e586f64f04282972c26771d917", "content": "# CVE-2026-84371: CVE-2026-84371: Stored XSS via SVG SMIL URI-list Scheme-Policy Bypass in sanitize-html\n\n&amp;gt; **CVSS Score:** 5.4\n&amp;gt; **Published:** 2026-09-01\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-84371\n\n## Summary\nA stored Cross-Site Scripting (XSS) vulnerability exists in sanitize-html from version 1.9.0 up to 2.17.6. The flaw permits attackers to bypass scheme-policy enforcement using SVG SMIL animation elements targeting URL attributes with semicolon-separated URI lists.\n\n## TL;DR\nSVG SMIL animation tags allow bypass of sanitize-html's scheme filtering via semicolon-separated lists in 'values' attributes, leading to arbitrary JavaScript execution.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-79\n- **Attack Vector**: Network (AV:N)\n- **CVSS Severity Score**: 5.4 (Medium)\n- **Exploit Status**: poc\n- **CISA KEV Status**: Not Listed\n- **Impact**: Stored Cross-Site Scripting (XSS)\n\n## Affected Systems\n\n- sanitize-html\n- **sanitize-html**: &amp;gt;= 1.9.0, &amp;lt; 2.17.7 (Fixed in: `2.17.7`)\n\n## Mitigation\n\n- Upgrade sanitize-html to version 2.17.7 or higher\n- Remove SVG animation tags (animate, set) from allowedTags in sanitize-html configurations\n- Deploy Content Security Policy (CSP) headers that disable unsafe-inline javascript execution\n\n**Remediation Steps:**\n1. Identify all service dependencies and update package.json to require sanitize-html &amp;gt;= 2.17.7\n2. Execute `npm update sanitize-html` or `yarn upgrade sanitize-html`\n3. Verify sanitize-html instantiation calls across the codebase to ensure SVG SMIL animation tags are not explicitly enabled\n\n## References\n\n- [Official GitHub Security Advisory](https://github.com/apostrophecms/apostrophe/security/advisories/GHSA-g8qq-57p8-ggw5)\n- [Upstream Fix Commit (Branch Integration)](https://github.com/apostrophecms/apostrophe/commit/1135516a1a4a8f9638641c460488a43d8af20081)\n- [Upstream Fix Commit (Reconciliation &amp;amp; Release)](https://github.com/apostrophecms/apostrophe/commit/38ff1106c8176b16c2da9872acd9b449adcbb949)\n- [Official Pull Request](https://github.com/apostrophecms/apostrophe/pull/5552)\n- [Changelog Documentation](https://github.com/apostrophecms/apostrophe/blob/main/packages/sanitize-html/CHANGELOG.md)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-84371) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-09-02T07:31:58.700819Z"}</description>
      <content:encoded>{"uuid": "41e2841c-4ec9-43a4-a4f7-22edf48cc961", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-84371", "type": "seen", "source": "https://gist.github.com/alon710/b64f54e586f64f04282972c26771d917", "content": "# CVE-2026-84371: CVE-2026-84371: Stored XSS via SVG SMIL URI-list Scheme-Policy Bypass in sanitize-html\n\n&amp;gt; **CVSS Score:** 5.4\n&amp;gt; **Published:** 2026-09-01\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-84371\n\n## Summary\nA stored Cross-Site Scripting (XSS) vulnerability exists in sanitize-html from version 1.9.0 up to 2.17.6. The flaw permits attackers to bypass scheme-policy enforcement using SVG SMIL animation elements targeting URL attributes with semicolon-separated URI lists.\n\n## TL;DR\nSVG SMIL animation tags allow bypass of sanitize-html's scheme filtering via semicolon-separated lists in 'values' attributes, leading to arbitrary JavaScript execution.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-79\n- **Attack Vector**: Network (AV:N)\n- **CVSS Severity Score**: 5.4 (Medium)\n- **Exploit Status**: poc\n- **CISA KEV Status**: Not Listed\n- **Impact**: Stored Cross-Site Scripting (XSS)\n\n## Affected Systems\n\n- sanitize-html\n- **sanitize-html**: &amp;gt;= 1.9.0, &amp;lt; 2.17.7 (Fixed in: `2.17.7`)\n\n## Mitigation\n\n- Upgrade sanitize-html to version 2.17.7 or higher\n- Remove SVG animation tags (animate, set) from allowedTags in sanitize-html configurations\n- Deploy Content Security Policy (CSP) headers that disable unsafe-inline javascript execution\n\n**Remediation Steps:**\n1. Identify all service dependencies and update package.json to require sanitize-html &amp;gt;= 2.17.7\n2. Execute `npm update sanitize-html` or `yarn upgrade sanitize-html`\n3. Verify sanitize-html instantiation calls across the codebase to ensure SVG SMIL animation tags are not explicitly enabled\n\n## References\n\n- [Official GitHub Security Advisory](https://github.com/apostrophecms/apostrophe/security/advisories/GHSA-g8qq-57p8-ggw5)\n- [Upstream Fix Commit (Branch Integration)](https://github.com/apostrophecms/apostrophe/commit/1135516a1a4a8f9638641c460488a43d8af20081)\n- [Upstream Fix Commit (Reconciliation &amp;amp; Release)](https://github.com/apostrophecms/apostrophe/commit/38ff1106c8176b16c2da9872acd9b449adcbb949)\n- [Official Pull Request](https://github.com/apostrophecms/apostrophe/pull/5552)\n- [Changelog Documentation](https://github.com/apostrophecms/apostrophe/blob/main/packages/sanitize-html/CHANGELOG.md)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-84371) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-09-02T07:31:58.700819Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/41e2841c-4ec9-43a4-a4f7-22edf48cc961/export</guid>
      <pubDate>Wed, 02 Sep 2026 07:31:58 +0000</pubDate>
    </item>
    <item>
      <title>dd12274c-4d24-4b75-8c0f-5fc8898a8c42</title>
      <link>https://vulnerability.circl.lu/sighting/dd12274c-4d24-4b75-8c0f-5fc8898a8c42/export</link>
      <description>{"uuid": "dd12274c-4d24-4b75-8c0f-5fc8898a8c42", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-84371", "type": "published-proof-of-concept", "source": "https://github.com/apostrophecms/apostrophe/security/advisories/GHSA-g8qq-57p8-ggw5", "content": "", "creation_timestamp": "2026-09-01T22:35:05.027508Z"}</description>
      <content:encoded>{"uuid": "dd12274c-4d24-4b75-8c0f-5fc8898a8c42", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-84371", "type": "published-proof-of-concept", "source": "https://github.com/apostrophecms/apostrophe/security/advisories/GHSA-g8qq-57p8-ggw5", "content": "", "creation_timestamp": "2026-09-01T22:35:05.027508Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/dd12274c-4d24-4b75-8c0f-5fc8898a8c42/export</guid>
      <pubDate>Tue, 01 Sep 2026 22:35:05 +0000</pubDate>
    </item>
    <item>
      <title>87cd939e-8310-438f-a899-984998597dc9</title>
      <link>https://vulnerability.circl.lu/sighting/87cd939e-8310-438f-a899-984998597dc9/export</link>
      <description>{"uuid": "87cd939e-8310-438f-a899-984998597dc9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-84371", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/brv6imqhpe426", "content": "CVE-2026-84371 - ApostropheCMS: Stored XSS via SVG SMIL URI-list scheme-policy bypass\nCVE ID : CVE-2026-84371\n \n Published : Sept. 1, 2026, 8:51 p.m. | 23\u00a0minutes ago\n \n Description : ApostropheCMS is an open-source Node.js content management system, and sanitize-html provides...", "creation_timestamp": "2026-09-01T21:35:23.810652Z"}</description>
      <content:encoded>{"uuid": "87cd939e-8310-438f-a899-984998597dc9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-84371", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/brv6imqhpe426", "content": "CVE-2026-84371 - ApostropheCMS: Stored XSS via SVG SMIL URI-list scheme-policy bypass\nCVE ID : CVE-2026-84371\n \n Published : Sept. 1, 2026, 8:51 p.m. | 23\u00a0minutes ago\n \n Description : ApostropheCMS is an open-source Node.js content management system, and sanitize-html provides...", "creation_timestamp": "2026-09-01T21:35:23.810652Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/87cd939e-8310-438f-a899-984998597dc9/export</guid>
      <pubDate>Tue, 01 Sep 2026 21:35:23 +0000</pubDate>
    </item>
  </channel>
</rss>
