CVE-2026-0864
Analyzed
Analyzed - Analysis Complete
ConfigParser Multi-Line Injection via Carriage Return
Vulnerability report for CVE-2026-0864, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-06-23
Last updated on: 2026-08-18
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 | python | 3.15.0 |
| python | python | 3.15.0 |
| python | python | 3.15.0 |
| python | python | 3.15.0 |
| python | python | 3.15.0 |
| python | python | 3.15.0 |
| python | python | 3.15.0 |
| python | python | 3.15.0 |
| python | python | 3.15.0 |
| python | python | to 3.10.21 (exc) |
| python | python | From 3.11.0 (inc) to 3.11.16 (exc) |
| python | python | From 3.12.0 (inc) to 3.12.14 (exc) |
| python | python | From 3.13.0 (inc) to 3.13.15 (exc) |
| python | python | From 3.14.0 (inc) to 3.14.7 (exc) |
| python | python | 3.15.0 |
| python | python | 3.15.0 |
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. |