Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-j8r3-cghj-9jhg

Опубликовано: 15 мая 2025
Источник: github
Github: Не прошло ревью
CVSS4: 5.9

Описание

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.

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.

EPSS

Процентиль: 4%
0.00021
Низкий

5.9 Medium

CVSS4

Дефекты

CWE-416

Связанные уязвимости

ubuntu
3 месяца назад

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.

CVSS3: 5.1
redhat
3 месяца назад

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.

nvd
3 месяца назад

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.

msrc
около 1 месяца назад

Описание отсутствует

debian
3 месяца назад

There is an issue in CPython when using `bytes.decode("unicode_escape" ...

EPSS

Процентиль: 4%
0.00021
Низкий

5.9 Medium

CVSS4

Дефекты

CWE-416