mirror of
https://github.com/0xMarcio/cve.git
synced 2025-05-31 02:30:33 +00:00
19 lines
711 B
Markdown
19 lines
711 B
Markdown
### [CVE-2024-4340](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-4340)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Passing a heavily nested list to sqlparse.parse() leads to a Denial of Service due to RecursionError.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://github.com/advisories/GHSA-2m57-hf25-phgg
|
|
- https://research.jfrog.com/vulnerabilities/sqlparse-stack-exhaustion-dos-jfsa-2024-001031292/
|
|
|
|
#### Github
|
|
- https://github.com/fkie-cad/nvd-json-data-feeds
|
|
|