Описание
Security update for python313
This update for python313 fixes the following issues:
Update to 3.13.9:
- CVE-2025-6075: Fixed simple quadratic complexity vulnerabilities of os.path.expandvars() (bsc#1252974)
- CVE-2025-8291: Fixed validity of the ZIP64 End of Central Directory (EOCD) not checked by the 'zipfile' module (bsc#1251305)
Other fixes:
- Fix readline history truncation when length is reduced
- Fixing reproducible build for python-nogil (bsc#1244680)
Список пакетов
Container bci/python:latest
SUSE Linux Enterprise Module for Python 3 15 SP7
Ссылки
- Link for SUSE-SU-2025:4277-1
- E-Mail link for SUSE-SU-2025:4277-1
- SUSE Security Ratings
- SUSE Bug 1244680
- SUSE Bug 1251305
- SUSE Bug 1252974
- SUSE CVE CVE-2025-6075 page
- SUSE CVE CVE-2025-8291 page
Описание
If the value passed to os.path.expandvars() is user-controlled a performance degradation is possible when expanding environment variables.
Затронутые продукты
Ссылки
- CVE-2025-6075
- SUSE Bug 1252974
Описание
The 'zipfile' module would not check the validity of the ZIP64 End of Central Directory (EOCD) Locator record offset value would not be used to locate the ZIP64 EOCD record, instead the ZIP64 EOCD record would be assumed to be the previous record in the ZIP archive. This could be abused to create ZIP archives that are handled differently by the 'zipfile' module compared to other ZIP implementations. Remediation maintains this behavior, but checks that the offset specified in the ZIP64 EOCD Locator record matches the expected value.
Затронутые продукты
Ссылки
- CVE-2025-8291
- SUSE Bug 1251305