Vulnerability Details
Basic Information
| Title | CVE-2025-4516 |
|---|---|
| Type | cve |
| Published | 2025-05-15T14:15:31 |
| Last Seen | 2025-05-15T14:23:31 |
| CVSS Score | 0.0 () |
CVSS v3 Details
| Attack Vector | |
|---|---|
| Attack Complexity | |
| Privileges Required | |
| User Interaction | |
| Scope | |
| Confidentiality Impact | |
| Integrity Impact | |
| Availability Impact |
CVE Information
| CVE IDs | CVE-2025-4516 |
|---|---|
| CWE | CWE-416 |
| Bulletin Family | cve |
Description
There is an issue in CPython when using `bytes.decode(“unicode_escape”, error=”ignore|replace”)`. If you are not using the “unicode_escape” encoding or an error handler your usage is not affected. To work-around this issue you may stop using the error= handler and instead wrap the bytes.decode() call in a try-except catching the DecodeError.
Impact Assessment
| Base Score | 0.0 |
|---|---|
| Severity |