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

exploitDog

EPSS

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

Дефекты

CWE-416

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

ubuntu
около 1 года назад

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
около 1 года назад

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 года назад

Use-after-free in "unicode_escape" decoder with error handler

debian
около 1 года назад

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

github
около 1 года назад

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

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

Дефекты

CWE-416