When using the "configparser" module to write configuration files containing multi-line text values with carriage return characters (\r)…
[email protected]·CWE-74·Published 2026-06-23
When using the "configparser" module to write configuration files containing multi-line text values with carriage return characters (\r) the resulting file could be injected with unexpected keys and values if the attacker controls the written value.