PT-2023-36097 · Python · Cpython
Publicado
2023-11-14
·
Atualizado
2023-11-14
Nenhuma
Não há classificações de severidade ou métricas disponíveis. Quando houver, atualizaremos as informações correspondentes na página.
Name of the Vulnerable Software and Affected Versions
cpython (affected versions not specified)
python3-sys (affected versions not specified)
python27-sys (affected versions not specified)
Description
The issue concerns the
cpython crate and its underlying crates, python3-sys and python27-sys, which are no longer actively maintained. There are open issues regarding unsound code, including the potential for segmentation faults on big-endian architectures due to incorrect bitfield manipulations and the creation of invalid Python objects. Additionally, Python 3.12 is not supported due to ABI changes, which can result in invalid Python objects and out-of-bounds memory accesses.Recommendations
For
cpython, consider using the pyo3 crate (version 0.19.2 and newer) as an alternative, which is actively maintained and has preliminary support for Python 3.12.
For python3-sys and python27-sys, consider using the pyo3 crate (version 0.19.2 and newer) as an alternative, which is actively maintained and has preliminary support for Python 3.12.
At the moment, there is no information about a newer version that contains a fix for this vulnerability. Encontrou algum problema na descrição? Tem algo a acrescentar? Fique à vontade para nos escrever 👾
Identificadores relacionados
Produtos afetados
Cpython