<?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>Sat, 05 Sep 2026 09:08:15 +0000</lastBuildDate>
    <item>
      <title>c2c46d9b-afa8-4fbd-8bc6-1dac6ea44690</title>
      <link>https://vulnerability.circl.lu/sighting/c2c46d9b-afa8-4fbd-8bc6-1dac6ea44690/export</link>
      <description>{"uuid": "c2c46d9b-afa8-4fbd-8bc6-1dac6ea44690", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-84305", "type": "seen", "source": "https://gist.github.com/alon710/342832b227e98d6656ed29633e96b4ab", "content": "# CVE-2026-84305: CVE-2026-84305: Algorithmic Complexity Vulnerability (ReindentFilter CPU Exhaustion) in sqlparse\n\n&amp;gt; **CVSS Score:** 5.1\n&amp;gt; **Published:** 2026-09-01\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-84305\n\n## Summary\nAn algorithmic complexity vulnerability in the python sqlparse library versions before 0.6.0 allows an attacker to cause high CPU usage and denial of service via a crafted SQL statement during formatting.\n\n## TL;DR\nThe sqlparse library contains an O(N^2) complexity flaw in its reindentation filter, allowing small crafted SQL payloads to trigger CPU exhaustion and denial of service.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-407\n- **Attack Vector**: Local / Remote (via untrusted SQL input formatting)\n- **CVSS v4.0 Score**: 5.1\n- **Exploit Maturity**: Proof-of-Concept\n- **KEV Status**: Not Listed\n- **Ransomware Association**: No\n\n## Affected Systems\n\n- sqlparse (Python package)\n- **sqlparse**: &amp;lt; 0.6.0 (Fixed in: `0.6.0`)\n\n## Mitigation\n\n- Upgrade sqlparse to version 0.6.0 or newer.\n- Disable the opt-in 'reindent=True' formatting parameter when handling untrusted user input.\n\n**Remediation Steps:**\n1. Identify all Python environments running sqlparse versions older than 0.6.0.\n2. Execute 'pip install --upgrade sqlparse&amp;gt;=0.6.0' to upgrade the package.\n3. Audit application source code for instances of 'sqlparse.format(..., reindent=True)' and modify configuration if upgrading cannot be done immediately.\n\n## References\n\n- [GitHub Security Advisory GHSA-cfqr-cjx5-5jcm](https://github.com/andialbrecht/sqlparse/security/advisories/GHSA-cfqr-cjx5-5jcm)\n- [Fix Commit a51df6d9e2d31b44be9adb6bc8732517db6bf96b](https://github.com/andialbrecht/sqlparse/commit/a51df6d9e2d31b44be9adb6bc8732517db6bf96b)\n- [sqlparse 0.6.0 Release Notes](https://github.com/andialbrecht/sqlparse/releases/tag/0.6.0)\n- [CVE.org Record](https://www.cve.org/CVERecord?id=CVE-2026-84305)\n- [NVD Vulnerability Detail](https://nvd.nist.gov/vuln/detail/CVE-2026-84305)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-84305) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-09-02T06:32:30.154542Z"}</description>
      <content:encoded>{"uuid": "c2c46d9b-afa8-4fbd-8bc6-1dac6ea44690", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-84305", "type": "seen", "source": "https://gist.github.com/alon710/342832b227e98d6656ed29633e96b4ab", "content": "# CVE-2026-84305: CVE-2026-84305: Algorithmic Complexity Vulnerability (ReindentFilter CPU Exhaustion) in sqlparse\n\n&amp;gt; **CVSS Score:** 5.1\n&amp;gt; **Published:** 2026-09-01\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-84305\n\n## Summary\nAn algorithmic complexity vulnerability in the python sqlparse library versions before 0.6.0 allows an attacker to cause high CPU usage and denial of service via a crafted SQL statement during formatting.\n\n## TL;DR\nThe sqlparse library contains an O(N^2) complexity flaw in its reindentation filter, allowing small crafted SQL payloads to trigger CPU exhaustion and denial of service.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-407\n- **Attack Vector**: Local / Remote (via untrusted SQL input formatting)\n- **CVSS v4.0 Score**: 5.1\n- **Exploit Maturity**: Proof-of-Concept\n- **KEV Status**: Not Listed\n- **Ransomware Association**: No\n\n## Affected Systems\n\n- sqlparse (Python package)\n- **sqlparse**: &amp;lt; 0.6.0 (Fixed in: `0.6.0`)\n\n## Mitigation\n\n- Upgrade sqlparse to version 0.6.0 or newer.\n- Disable the opt-in 'reindent=True' formatting parameter when handling untrusted user input.\n\n**Remediation Steps:**\n1. Identify all Python environments running sqlparse versions older than 0.6.0.\n2. Execute 'pip install --upgrade sqlparse&amp;gt;=0.6.0' to upgrade the package.\n3. Audit application source code for instances of 'sqlparse.format(..., reindent=True)' and modify configuration if upgrading cannot be done immediately.\n\n## References\n\n- [GitHub Security Advisory GHSA-cfqr-cjx5-5jcm](https://github.com/andialbrecht/sqlparse/security/advisories/GHSA-cfqr-cjx5-5jcm)\n- [Fix Commit a51df6d9e2d31b44be9adb6bc8732517db6bf96b](https://github.com/andialbrecht/sqlparse/commit/a51df6d9e2d31b44be9adb6bc8732517db6bf96b)\n- [sqlparse 0.6.0 Release Notes](https://github.com/andialbrecht/sqlparse/releases/tag/0.6.0)\n- [CVE.org Record](https://www.cve.org/CVERecord?id=CVE-2026-84305)\n- [NVD Vulnerability Detail](https://nvd.nist.gov/vuln/detail/CVE-2026-84305)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-84305) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-09-02T06:32:30.154542Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/c2c46d9b-afa8-4fbd-8bc6-1dac6ea44690/export</guid>
      <pubDate>Wed, 02 Sep 2026 06:32:30 +0000</pubDate>
    </item>
    <item>
      <title>f9325f10-ba41-4778-9d4a-cfa3eb83ee73</title>
      <link>https://vulnerability.circl.lu/sighting/f9325f10-ba41-4778-9d4a-cfa3eb83ee73/export</link>
      <description>{"uuid": "f9325f10-ba41-4778-9d4a-cfa3eb83ee73", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-84305", "type": "published-proof-of-concept", "source": "https://github.com/andialbrecht/sqlparse/security/advisories/GHSA-cfqr-cjx5-5jcm", "content": "", "creation_timestamp": "2026-09-01T22:35:02.814081Z"}</description>
      <content:encoded>{"uuid": "f9325f10-ba41-4778-9d4a-cfa3eb83ee73", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-84305", "type": "published-proof-of-concept", "source": "https://github.com/andialbrecht/sqlparse/security/advisories/GHSA-cfqr-cjx5-5jcm", "content": "", "creation_timestamp": "2026-09-01T22:35:02.814081Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/f9325f10-ba41-4778-9d4a-cfa3eb83ee73/export</guid>
      <pubDate>Tue, 01 Sep 2026 22:35:02 +0000</pubDate>
    </item>
  </channel>
</rss>
