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

exploitDog

Количество 104

Количество 104

oracle-oval логотип

ELSA-2026-10950

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

ELSA-2026-10950: python3.12 security update (IMPORTANT)

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

CVE-2026-6100

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

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: Низкий
redhat логотип

CVE-2026-6100

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

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: Низкий
nvd логотип

CVE-2026-6100

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

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: Низкий
msrc логотип

CVE-2026-6100

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

Use-after-free in lzma.LZMADecompressor, bz2.BZ2Decompressor, and gzip.GzipFile after re-use under memory pressure

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

CVE-2026-6100

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

Use-after-free (UAF) was possible in the `lzma.LZMADecompressor`, `bz2 ...

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

CVE-2026-4786

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

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: Низкий
redhat логотип

CVE-2026-4786

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

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: Низкий
nvd логотип

CVE-2026-4786

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

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: Низкий
msrc логотип

CVE-2026-4786

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

Incomplete mitigation of CVE-2026-4519, %action expansion for command injection to webbrowser.open()

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

CVE-2026-4786

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

Mitgation ofCVE-2026-4519 was incomplete. If the URL contained "%actio ...

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

SUSE-SU-2026:1296-1

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

Security update for python39

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

SUSE-SU-2026:1206-1

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

Security update for python

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

SUSE-SU-2026:1530-1

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

Security update for python311

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

SUSE-SU-2026:1417-1

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

Security update for python

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

SUSE-SU-2026:1385-1

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

Security update for python3

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

SUSE-SU-2026:1376-1

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

Security update for python310

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

SUSE-SU-2026:1345-1

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

Security update for python36

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

SUSE-SU-2026:1292-1

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

Security update for python312

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

GHSA-pg25-7cx5-cvcm

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

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: Низкий

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

Уязвимость
CVSS
EPSS
Опубликовано
oracle-oval логотип
ELSA-2026-10950

ELSA-2026-10950: python3.12 security update (IMPORTANT)

3 месяца назад
ubuntu логотип
CVE-2026-6100

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%
Низкий
4 месяца назад
redhat логотип
CVE-2026-6100

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%
Низкий
4 месяца назад
nvd логотип
CVE-2026-6100

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%
Низкий
4 месяца назад
msrc логотип
CVE-2026-6100

Use-after-free in lzma.LZMADecompressor, bz2.BZ2Decompressor, and gzip.GzipFile after re-use under memory pressure

1%
Низкий
3 месяца назад
debian логотип
CVE-2026-6100

Use-after-free (UAF) was possible in the `lzma.LZMADecompressor`, `bz2 ...

CVSS3: 8.1
1%
Низкий
4 месяца назад
ubuntu логотип
CVE-2026-4786

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%
Низкий
4 месяца назад
redhat логотип
CVE-2026-4786

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%
Низкий
4 месяца назад
nvd логотип
CVE-2026-4786

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%
Низкий
4 месяца назад
msrc логотип
CVE-2026-4786

Incomplete mitigation of CVE-2026-4519, %action expansion for command injection to webbrowser.open()

0%
Низкий
3 месяца назад
debian логотип
CVE-2026-4786

Mitgation ofCVE-2026-4519 was incomplete. If the URL contained "%actio ...

CVSS3: 7.1
0%
Низкий
4 месяца назад
suse-cvrf логотип
SUSE-SU-2026:1296-1

Security update for python39

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

Security update for python

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

Security update for python311

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

Security update for python

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

Security update for python3

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

Security update for python310

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

Security update for python36

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

Security update for python312

4 месяца назад
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%
Низкий
4 месяца назад

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