pysec-2021-333
Vulnerability from pysec
Published
2021-09-20 17:15
Modified
2023-04-09 10:46
Details
sqlparse is a non-validating SQL parser module for Python. In sqlparse versions 0.4.0 and 0.4.1 there is a regular Expression Denial of Service in sqlparse vulnerability. The regular expression may cause exponential backtracking on strings containing many repetitions of '\r\n' in SQL comments. Only the formatting feature that removes comments from SQL statements is affected by this regular expression. As a workaround don't use the sqlformat.format function with keyword strip_comments=True or the --strip-comments command line flag when using the sqlformat command line tool. The issues has been fixed in sqlparse 0.4.2.
Aliases
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "sqlparse", "purl": "pkg:pypi/sqlparse" }, "ranges": [ { "events": [ { "introduced": "1499cffcd7c4d635b4297b44d48fb4fe94cf988e" }, { "fixed": "8238a9e450ed1524e40cb3a8b0b3c00606903aeb" } ], "repo": "https://github.com/andialbrecht/sqlparse", "type": "GIT" }, { "events": [ { "introduced": "0.4.0" }, { "fixed": "0.4.2" } ], "type": "ECOSYSTEM" } ], "versions": [ "0.4.0", "0.4.1" ] } ], "aliases": [ "CVE-2021-32839", "GHSA-p5w8-wqhj-9hhf" ], "details": "sqlparse is a non-validating SQL parser module for Python. In sqlparse versions 0.4.0 and 0.4.1 there is a regular Expression Denial of Service in sqlparse vulnerability. The regular expression may cause exponential backtracking on strings containing many repetitions of \u0027\\r\\n\u0027 in SQL comments. Only the formatting feature that removes comments from SQL statements is affected by this regular expression. As a workaround don\u0027t use the sqlformat.format function with keyword strip_comments=True or the --strip-comments command line flag when using the sqlformat command line tool. The issues has been fixed in sqlparse 0.4.2.", "id": "PYSEC-2021-333", "modified": "2023-04-09T10:46:38.256842Z", "published": "2021-09-20T17:15:00Z", "references": [ { "type": "FIX", "url": "https://github.com/andialbrecht/sqlparse/commit/8238a9e450ed1524e40cb3a8b0b3c00606903aeb" }, { "type": "ADVISORY", "url": "https://github.com/andialbrecht/sqlparse/security/advisories/GHSA-p5w8-wqhj-9hhf" } ] }
Loading...
Loading...
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.