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

exploitDog

rocky логотип

RLSA-2026:6766

Опубликовано: 09 апр. 2026
Источник: rocky
Оценка: Important

Описание

Important: python3.9 security update

Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.

Security Fix(es):

  • python: Python: Command-line option injection in webbrowser.open() via crafted URLs (CVE-2026-4519)

For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.

Затронутые продукты

  • Rocky Linux 9

НаименованиеАрхитектураРелизRPM
python3x86_643.el9_7.2python3-3.9.25-3.el9_7.2.x86_64.rpm
python3-libsi6863.el9_7.2python3-libs-3.9.25-3.el9_7.2.i686.rpm
python3-libsx86_643.el9_7.2python3-libs-3.9.25-3.el9_7.2.x86_64.rpm

Показывать по

Связанные CVE

Исправления

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

CVSS3: 3.3
ubuntu
4 месяца назад

The webbrowser.open() API would accept leading dashes in the URL which could be handled as command line options for certain web browsers. New behavior rejects leading dashes. Users are recommended to sanitize URLs prior to passing to webbrowser.open().

CVSS3: 7.1
redhat
4 месяца назад

The webbrowser.open() API would accept leading dashes in the URL which could be handled as command line options for certain web browsers. New behavior rejects leading dashes. Users are recommended to sanitize URLs prior to passing to webbrowser.open().

CVSS3: 3.3
nvd
4 месяца назад

The webbrowser.open() API would accept leading dashes in the URL which could be handled as command line options for certain web browsers. New behavior rejects leading dashes. Users are recommended to sanitize URLs prior to passing to webbrowser.open().

msrc
4 месяца назад

webbrowser.open() allows leading dashes in URLs

CVSS3: 3.3
debian
4 месяца назад

The webbrowser.open() API would accept leading dashes in the URL which ...