<?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>Thu, 17 Sep 2026 05:47:24 +0000</lastBuildDate>
    <item>
      <title>3674100e-cc05-4c58-a8a8-c0b7127e621c</title>
      <link>https://vulnerability.circl.lu/sighting/3674100e-cc05-4c58-a8a8-c0b7127e621c/export</link>
      <description>{"uuid": "3674100e-cc05-4c58-a8a8-c0b7127e621c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-83612", "type": "published-proof-of-concept", "source": "https://github.com/xmldom/xmldom/security/advisories/GHSA-6mj3-qw4j-hgrw", "content": "", "creation_timestamp": "2026-09-08T22:35:37.697713Z"}</description>
      <content:encoded>{"uuid": "3674100e-cc05-4c58-a8a8-c0b7127e621c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-83612", "type": "published-proof-of-concept", "source": "https://github.com/xmldom/xmldom/security/advisories/GHSA-6mj3-qw4j-hgrw", "content": "", "creation_timestamp": "2026-09-08T22:35:37.697713Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/3674100e-cc05-4c58-a8a8-c0b7127e621c/export</guid>
      <pubDate>Tue, 08 Sep 2026 22:35:37 +0000</pubDate>
    </item>
    <item>
      <title>9b83bdde-4d81-4781-ae88-103e765dc5a0</title>
      <link>https://vulnerability.circl.lu/sighting/9b83bdde-4d81-4781-ae88-103e765dc5a0/export</link>
      <description>{"uuid": "9b83bdde-4d81-4781-ae88-103e765dc5a0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-83612", "type": "seen", "source": "https://gist.github.com/alon710/6001224d6aa2414b1f8b69a0a75f3dac", "content": "# CVE-2026-83612: CVE-2026-83612: Algorithmic Complexity and Denial of Service via Output Amplification in xmldom\n\n&amp;gt; **CVSS Score:** 8.7\n&amp;gt; **Published:** 2026-09-08\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-83612\n\n## Summary\nA Denial of Service (DoS) vulnerability exists in the xmldom library when parsing HTML-mode documents with mixed-case closing tags for raw-text or escapable raw-text elements like script, style, textarea, or title. This leads to algorithmic complexity issues and quadratic output amplification during DOM serialization.\n\n## TL;DR\nUnauthenticated Denial of Service via quadratic output amplification triggered by parsing HTML with case-mismatched closing raw-text tags in xmldom.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-178 / CWE-400\n- **Attack Vector**: Network (Unauthenticated)\n- **CVSS Score**: 8.7\n- **EPSS Score**: 0.00301 (22.45th percentile)\n- **Impact**: Denial of Service (CPU &amp;amp; Memory exhaustion)\n- **Exploit Status**: Proof-of-Concept Available\n- **KEV Status**: Not Listed\n\n## Affected Systems\n\n- Node.js applications using @xmldom/xmldom for HTML parsing\n- Services processing untrusted XML/HTML documents via standard DOMParser in version range 0.9.0-beta.1 to 0.9.11\n- **@xmldom/xmldom**: &amp;gt;= 0.9.0-beta.1 &amp;lt; 0.9.12 (Fixed in: `0.9.12`)\n\n## Mitigation\n\n- Upgrade @xmldom/xmldom to version 0.9.12 or later.\n- Use package overrides to force dependencies to version 0.9.12.\n- Avoid parsing untrusted HTML documents with legacy versions of the parser.\n\n**Remediation Steps:**\n1. Verify vulnerability with npm ls @xmldom/xmldom.\n2. Execute npm install @xmldom/xmldom@0.9.12 to upgrade.\n3. Add overrides to package.json if it is a transitive dependency.\n\n## References\n\n- [GitHub Security Advisory](https://github.com/xmldom/xmldom/security/advisories/GHSA-6mj3-qw4j-hgrw)\n- [Official GitHub Fixing Commit](https://github.com/xmldom/xmldom/commit/7ced40c06c28d151e996a97045018c3559ae4707)\n- [Official Pull Request](https://github.com/xmldom/xmldom/pull/1071)\n- [Release Release Notes for v0.9.12](https://github.com/xmldom/xmldom/releases/tag/0.9.12)\n- [National Vulnerability Database (NVD) Entry](https://nvd.nist.gov/vuln/detail/CVE-2026-83612)\n- [CVE.org Record](https://www.cve.org/CVERecord?id=CVE-2026-83612)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-83612) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-09-08T21:33:08.476376Z"}</description>
      <content:encoded>{"uuid": "9b83bdde-4d81-4781-ae88-103e765dc5a0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-83612", "type": "seen", "source": "https://gist.github.com/alon710/6001224d6aa2414b1f8b69a0a75f3dac", "content": "# CVE-2026-83612: CVE-2026-83612: Algorithmic Complexity and Denial of Service via Output Amplification in xmldom\n\n&amp;gt; **CVSS Score:** 8.7\n&amp;gt; **Published:** 2026-09-08\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-83612\n\n## Summary\nA Denial of Service (DoS) vulnerability exists in the xmldom library when parsing HTML-mode documents with mixed-case closing tags for raw-text or escapable raw-text elements like script, style, textarea, or title. This leads to algorithmic complexity issues and quadratic output amplification during DOM serialization.\n\n## TL;DR\nUnauthenticated Denial of Service via quadratic output amplification triggered by parsing HTML with case-mismatched closing raw-text tags in xmldom.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-178 / CWE-400\n- **Attack Vector**: Network (Unauthenticated)\n- **CVSS Score**: 8.7\n- **EPSS Score**: 0.00301 (22.45th percentile)\n- **Impact**: Denial of Service (CPU &amp;amp; Memory exhaustion)\n- **Exploit Status**: Proof-of-Concept Available\n- **KEV Status**: Not Listed\n\n## Affected Systems\n\n- Node.js applications using @xmldom/xmldom for HTML parsing\n- Services processing untrusted XML/HTML documents via standard DOMParser in version range 0.9.0-beta.1 to 0.9.11\n- **@xmldom/xmldom**: &amp;gt;= 0.9.0-beta.1 &amp;lt; 0.9.12 (Fixed in: `0.9.12`)\n\n## Mitigation\n\n- Upgrade @xmldom/xmldom to version 0.9.12 or later.\n- Use package overrides to force dependencies to version 0.9.12.\n- Avoid parsing untrusted HTML documents with legacy versions of the parser.\n\n**Remediation Steps:**\n1. Verify vulnerability with npm ls @xmldom/xmldom.\n2. Execute npm install @xmldom/xmldom@0.9.12 to upgrade.\n3. Add overrides to package.json if it is a transitive dependency.\n\n## References\n\n- [GitHub Security Advisory](https://github.com/xmldom/xmldom/security/advisories/GHSA-6mj3-qw4j-hgrw)\n- [Official GitHub Fixing Commit](https://github.com/xmldom/xmldom/commit/7ced40c06c28d151e996a97045018c3559ae4707)\n- [Official Pull Request](https://github.com/xmldom/xmldom/pull/1071)\n- [Release Release Notes for v0.9.12](https://github.com/xmldom/xmldom/releases/tag/0.9.12)\n- [National Vulnerability Database (NVD) Entry](https://nvd.nist.gov/vuln/detail/CVE-2026-83612)\n- [CVE.org Record](https://www.cve.org/CVERecord?id=CVE-2026-83612)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-83612) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-09-08T21:33:08.476376Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/9b83bdde-4d81-4781-ae88-103e765dc5a0/export</guid>
      <pubDate>Tue, 08 Sep 2026 21:33:08 +0000</pubDate>
    </item>
  </channel>
</rss>
