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

exploitDog

Количество 126

Количество 126

suse-cvrf логотип

SUSE-SU-2026:1296-1

5 месяцев назад

Security update for python39

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:1206-1

5 месяцев назад

Security update for python

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:1530-1

5 месяцев назад

Security update for python311

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:1417-1

5 месяцев назад

Security update for python

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:1385-1

5 месяцев назад

Security update for python3

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:1376-1

5 месяцев назад

Security update for python310

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:1345-1

5 месяцев назад

Security update for python36

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:1292-1

5 месяцев назад

Security update for python312

EPSS: Низкий
suse-cvrf логотип

openSUSE-SU-2026:20517-1

5 месяцев назад

Security update for python313

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:1354-1

5 месяцев назад

Security update for python313

EPSS: Низкий
github логотип

GHSA-pg25-7cx5-cvcm

5 месяцев назад

Use-after-free (UAF) was possible in the `lzma.LZMADecompressor`, `bz2.BZ2Decompressor`, and `gzip.GzipFile` when a memory allocation fails with a `MemoryError` and the decompression instance is re-used. This scenario can be triggered if the process is under memory pressure. The fix cleans up the dangling pointer in this specific error condition. The vulnerability is only present if the program re-uses decompressor instances across multiple decompression calls even after a `MemoryError` is raised during decompression. Using the helper functions to one-shot decompress data such as `lzma.decompress()`, `bz2.decompress()`, `gzip.decompress()`, and `zlib.decompress()` are not affected as a new decompressor instance is used per call. If the decompressor instance is not re-used after an error condition, this usage is similarly not vulnerable.

CVSS3: 8.1
EPSS: Низкий
fstec логотип

BDU:2026-05838

5 месяцев назад

Уязвимость функций lzma.LZMADecompressor(), bz2.BZ2Decompressor() и gzip.GzipFile() интерпретатора языка программирования Python (CPython), позволяющая нарушителю вызвать отказ в обслуживании

CVSS3: 8.7
EPSS: Низкий
redos логотип

ROS-20260623-80-0025

3 месяца назад

Уязвимость python3.13

CVSS3: 7.1
EPSS: Низкий
redos логотип

ROS-20260623-80-0024

3 месяца назад

Уязвимость python3.12

CVSS3: 7.1
EPSS: Низкий
redos логотип

ROS-20260623-80-0023

3 месяца назад

Уязвимость python3.11

CVSS3: 7.1
EPSS: Низкий
redos логотип

ROS-20260623-80-0022

3 месяца назад

Уязвимость python3.10

CVSS3: 7.1
EPSS: Низкий
redos логотип

ROS-20260623-80-0021

3 месяца назад

Уязвимость python3.9

CVSS3: 7.1
EPSS: Низкий
redos логотип

ROS-20260623-80-0020

3 месяца назад

Уязвимость python3.8

CVSS3: 7.1
EPSS: Низкий
github логотип

GHSA-cccx-m78h-m3xw

5 месяцев назад

Mitgation of CVE-2026-4519 was incomplete. If the URL contained "%action" the mitigation could be bypassed for certain browser types the "webbrowser.open()" API could have commands injected into the underlying shell. See CVE-2026-4519 for details.

CVSS3: 7.1
EPSS: Низкий
oracle-oval логотип

ELSA-2026-35838

около 2 месяцев назад

ELSA-2026-35838: python3 security update (IMPORTANT)

EPSS: Низкий

Уязвимостей на страницу

Уязвимость
CVSS
EPSS
Опубликовано
suse-cvrf логотип
SUSE-SU-2026:1296-1

Security update for python39

5 месяцев назад
suse-cvrf логотип
SUSE-SU-2026:1206-1

Security update for python

5 месяцев назад
suse-cvrf логотип
SUSE-SU-2026:1530-1

Security update for python311

5 месяцев назад
suse-cvrf логотип
SUSE-SU-2026:1417-1

Security update for python

5 месяцев назад
suse-cvrf логотип
SUSE-SU-2026:1385-1

Security update for python3

5 месяцев назад
suse-cvrf логотип
SUSE-SU-2026:1376-1

Security update for python310

5 месяцев назад
suse-cvrf логотип
SUSE-SU-2026:1345-1

Security update for python36

5 месяцев назад
suse-cvrf логотип
SUSE-SU-2026:1292-1

Security update for python312

5 месяцев назад
suse-cvrf логотип
openSUSE-SU-2026:20517-1

Security update for python313

5 месяцев назад
suse-cvrf логотип
SUSE-SU-2026:1354-1

Security update for python313

5 месяцев назад
github логотип
GHSA-pg25-7cx5-cvcm

Use-after-free (UAF) was possible in the `lzma.LZMADecompressor`, `bz2.BZ2Decompressor`, and `gzip.GzipFile` when a memory allocation fails with a `MemoryError` and the decompression instance is re-used. This scenario can be triggered if the process is under memory pressure. The fix cleans up the dangling pointer in this specific error condition. The vulnerability is only present if the program re-uses decompressor instances across multiple decompression calls even after a `MemoryError` is raised during decompression. Using the helper functions to one-shot decompress data such as `lzma.decompress()`, `bz2.decompress()`, `gzip.decompress()`, and `zlib.decompress()` are not affected as a new decompressor instance is used per call. If the decompressor instance is not re-used after an error condition, this usage is similarly not vulnerable.

CVSS3: 8.1
1%
Низкий
5 месяцев назад
fstec логотип
BDU:2026-05838

Уязвимость функций lzma.LZMADecompressor(), bz2.BZ2Decompressor() и gzip.GzipFile() интерпретатора языка программирования Python (CPython), позволяющая нарушителю вызвать отказ в обслуживании

CVSS3: 8.7
1%
Низкий
5 месяцев назад
redos логотип
ROS-20260623-80-0025

Уязвимость python3.13

CVSS3: 7.1
0%
Низкий
3 месяца назад
redos логотип
ROS-20260623-80-0024

Уязвимость python3.12

CVSS3: 7.1
0%
Низкий
3 месяца назад
redos логотип
ROS-20260623-80-0023

Уязвимость python3.11

CVSS3: 7.1
0%
Низкий
3 месяца назад
redos логотип
ROS-20260623-80-0022

Уязвимость python3.10

CVSS3: 7.1
0%
Низкий
3 месяца назад
redos логотип
ROS-20260623-80-0021

Уязвимость python3.9

CVSS3: 7.1
0%
Низкий
3 месяца назад
redos логотип
ROS-20260623-80-0020

Уязвимость python3.8

CVSS3: 7.1
0%
Низкий
3 месяца назад
github логотип
GHSA-cccx-m78h-m3xw

Mitgation of CVE-2026-4519 was incomplete. If the URL contained "%action" the mitigation could be bypassed for certain browser types the "webbrowser.open()" API could have commands injected into the underlying shell. See CVE-2026-4519 for details.

CVSS3: 7.1
0%
Низкий
5 месяцев назад
oracle-oval логотип
ELSA-2026-35838

ELSA-2026-35838: python3 security update (IMPORTANT)

0%
Низкий
около 2 месяцев назад

Уязвимостей на страницу