Filtered by vendor Editorconfig Subscriptions
Filtered by product Editorconfig Subscriptions
Total 2 CVE
CVE Vendors Products Updated CVSS v3.1
CVE-2024-53849 1 Editorconfig 1 Editorconfig 2024-11-27 N/A
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. There are no known workarounds for this vulnerability.
CVE-2023-0341 1 Editorconfig 1 Editorconfig 2024-11-21 7.8 High
A stack buffer overflow exists in the ec_glob function of editorconfig-core-c before v0.12.6 which allowed an attacker to arbitrarily write to the stack and possibly allows remote code execution. editorconfig-core-c v0.12.6 resolved this vulnerability by bound checking all write operations over the p_pcre buffer.