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

exploitDog

debian логотип

CVE-2026-87910

Опубликовано: 11 сент. 2026
Источник: debian

Описание

When tarfile extracts a link on a system that doesn't support links, it falls back to extracting a member from the archive. In this case, the filter function is run twice: once for the extracted member, and once with name set to the location of the link. For one of the calls, the return value was ignored. Instead, the member should be skipped if either call returns None.

Пакеты

ПакетСтатусВерсия исправленияРелизТип
python3.15unfixedpackage
python3.14unfixedpackage
python3.13unfixedpackage
python3.13no-dsatrixiepackage
python3.11not-affectedpackage
pypy3unfixedpackage
pypy3no-dsatrixiepackage
pypy3not-affectedbookwormpackage

Примечания

  • https://mail.python.org/archives/list/security-announce@python.org/thread/57TBTLL2W6APMZR3A25B2YV7GL3EPTDJ/

  • https://github.com/python/cpython/issues/157265

  • https://github.com/python/cpython/pull/157266

  • https://github.com/python/cpython/commit/fb2f0bbc3b35264f09cc2cb2934b7987527a6bc2 (main)

  • Same code situation as with CVE-2025-4435.

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

ubuntu
7 дней назад

When tarfile extracts a link on a system that doesn't support links, it falls back to extracting a member from the archive. In this case, the filter function is run twice: once for the extracted member, and once with name set to the location of the link. For one of the calls, the return value was ignored. Instead, the member should be skipped if either call returns None.

CVSS3: 5.7
redhat
7 дней назад

When tarfile extracts a link on a system that doesn't support links, it falls back to extracting a member from the archive. In this case, the filter function is run twice: once for the extracted member, and once with name set to the location of the link. For one of the calls, the return value was ignored. Instead, the member should be skipped if either call returns None.

nvd
7 дней назад

When tarfile extracts a link on a system that doesn't support links, it falls back to extracting a member from the archive. In this case, the filter function is run twice: once for the extracted member, and once with name set to the location of the link. For one of the calls, the return value was ignored. Instead, the member should be skipped if either call returns None.

github
7 дней назад

When tarfile extracts a link on a system that doesn't support links, it falls back to extracting a member from the archive. In this case, the filter function is run twice: once for the extracted member, and once with name set to the location of the link. For one of the calls, the return value was ignored. Instead, the member should be skipped if either call returns None.