CVE-2026-0864
Received
Received - Intake
ConfigParser Multi-Line Injection via Carriage Return
Publication date: 2026-06-23
Last updated on: 2026-06-23
Assigner: Python Software Foundation
Description
Description
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.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| python | configparser | From 3.10 (inc) to 3.15 (inc) |
| python | python | From 3.10 (inc) to 3.15 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-74 | The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component. |