1 results (0.002 seconds)
CVSS: 7.5EPSS: 0%CPEs: 1EXPL: 0
CVE-2024-53849 – Several stack buffer overflows and pointer overflows in editorconfig-core-c
https://notcve.org/view.php?id=CVE-2024-53849
26 Nov 2024 — editorconfig-core-c is theEditorConfig core library written in C (for use by plugins supporting EditorConfig parsing). In affected versions several overflows may occur in switch case '[' when the input pattern contains many escaped characters. The added backslashes leave too little space in the output pattern when processing nested brackets such that the remaining input length exceeds the output capacity. This issue has been addressed in release version 0.12.7. Users are advised to upgrade. • http://editorconfig.org • CWE-121: Stack-based Buffer Overflow •