Lucene search
+L

62048 matches found

CloudLinux
CloudLinux
added 2026/08/17 4:14 p.m.15 views

python: Fix of 2 CVEs

CVE-2026-15308: fix quadratic complexity CPU DoS in the incremental HTMLParser when unterminated markup declarations span many feed calls, by accumulating new data and only rescanning once enough has piled up...

8.7CVSS6.7AI score0.0069EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/17 11:16 a.m.6 views

CVE-2026-74895

opensslencrypt versions before 1.4.0 fail to apply sandbox restrictions in the default process isolation mode for plugin execution. Attackers can execute malicious plugins with unrestricted access to the filesystem, network, subprocess execution, and all Python modules...

9.8CVSS0.00409EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/17 11:16 a.m.7 views

CVE-2026-74872

opensslencrypt versions before 1.4.0 contain an arbitrary code execution vulnerability in the Whirlpool hash implementation that uses broad glob patterns to load .so modules without integrity verification. Attackers can place malicious .so files matching the whirlpoolpy313.so pattern in...

9.8CVSS0.0046EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/17 11:08 a.m.9 views

ROOT-APP-PYPI-CVE-2025-6176 CVE-2025-6176 in Brotli - Patched by Root

Root has patched CVE-2025-6176 in the Brotli package for Root:PyPI. Multiple fixed versions available...

7.5CVSS7.1AI score0.00502EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/17 11:04 a.m.11 views

EUVD-2026-60116

opensslencrypt versions before 1.4.0 contain a sandbox escape vulnerability in IsolatedPluginExecutor that exposes Python type objects in restricted exec builtins. Attackers can traverse the Python class hierarchy via class.mro.subclasses to access system functions and execute arbitrary OS comman...

9.8CVSS5.7AI score0.00388EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/17 11:04 a.m.38 views

CVE-2026-74899 openssl_encrypt before 1.4.0 Sandbox Escape via Type Hierarchy

opensslencrypt versions before 1.4.0 contain a sandbox escape vulnerability in IsolatedPluginExecutor that exposes Python type objects in restricted exec builtins. Attackers can traverse the Python class hierarchy via class.mro.subclasses to access system functions and execute arbitrary OS comman...

9.8CVSS0.00388EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/17 11:04 a.m.8 views

EUVD-2026-60106

opensslencrypt before 1.4.0 imports Python's non-cryptographic 'random' module Mersenne Twister PRNG at line 15 of opensslencrypt/modules/pqc.py. No direct calls to random. were present in the code, so no cryptographic operation is currently affected; however, the import creates a hazard that...

9.3CVSS5.3AI score0.00207EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/17 11:04 a.m.9 views

EUVD-2026-60093

opensslencrypt versions before 1.4.0 use Python's non-cryptographic random module for steganographic pixel selection in the generatepseudorandomsequence function. Attackers who know the password can recover the Mersenne Twister state from approximately 624 outputs and predict pixel locations...

8.7CVSS5.2AI score0.00255EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/17 10:37 a.m.16 views

ROOT-APP-PYPI-CVE-2026-59204 CVE-2026-59204 in pillow - Patched by Root

Root has patched CVE-2026-59204 in the pillow package for Root:PyPI. Multiple fixed versions available...

8.7CVSS7.1AI score0.00393EPSS
SaveExploits1
OSV
OSV
added 2026/08/17 9:57 a.m.12 views

ROOT-APP-PYPI-CVE-2026-53539 CVE-2026-53539 in python-multipart - Patched by Root

Root has patched CVE-2026-53539 in the python-multipart package for Root:PyPI. Multiple fixed versions available...

7.5CVSS5.2AI score0.0046EPSS
SaveExploits0
OSV
OSV
added 2026/08/17 9:57 a.m.9 views

ROOT-APP-PYPI-CVE-2026-53537 CVE-2026-53537 in python-multipart - Patched by Root

Root has patched CVE-2026-53537 in the python-multipart package for Root:PyPI. Multiple fixed versions available...

5.3CVSS5.4AI score0.00291EPSS
SaveExploits0
OSV
OSV
added 2026/08/17 9:55 a.m.16 views

ROOT-APP-PYPI-CVE-2026-42561 CVE-2026-42561 in python-multipart - Patched by Root

Root has patched CVE-2026-42561 in the python-multipart package for Root:PyPI. Multiple fixed versions available...

7.5CVSS5.2AI score0.0074EPSS
SaveExploits0
OSV
OSV
added 2026/08/17 9:27 a.m.14 views

ROOT-APP-PYPI-CVE-2026-59937 CVE-2026-59937 in pypdf - Patched by Root

Root has patched CVE-2026-59937 in the pypdf package for Root:PyPI. Multiple fixed versions available...

7.5CVSS5.4AI score0.0034EPSS
SaveExploits0
OSV
OSV
added 2026/08/17 9:27 a.m.23 views

ROOT-APP-PYPI-GHSA-JM82-FX9C-MX94 GHSA-jm82-fx9c-mx94 in pypdf - Patched by Root

Root has patched GHSA-jm82-fx9c-mx94 in the pypdf package for Root:PyPI. Multiple fixed versions available...

5.5AI score
SaveExploits0
OSV
OSV
added 2026/08/17 5:55 a.m.9 views

BIT-PYTHON-2026-6879 Quadratic Behavior in xml.etree.ElementPath Index Predicates

Element.findall and fully-consumed Element.iterfind exhibit On^2 time complexity when using XPath index predicates e.g. 1, last, last-N on XML documents with many same-tag siblings. Element.find is only affected when the first match is near the end of the sibling list, such as with last or...

2CVSS5.4AI score0.00369EPSS
SaveExploits0References11
OSV
OSV
added 2026/08/17 5:54 a.m.8 views

BIT-PYTHON-MIN-2026-18503 Super-linear CPU usage for unbounded input to csv.Sniffer.sniff()

Attacker-controlled CSV samples can trigger super-linear regular-expression work during dialect sniffing and consume significant CPU when applications pass unbounded input to csv.Sniffer.sniff...

2.4CVSS5.3AI score0.00119EPSS
SaveExploits0References10
OSV
OSV
added 2026/08/17 5:54 a.m.7 views

BIT-PYTHON-2026-18503 Super-linear CPU usage for unbounded input to csv.Sniffer.sniff()

Attacker-controlled CSV samples can trigger super-linear regular-expression work during dialect sniffing and consume significant CPU when applications pass unbounded input to csv.Sniffer.sniff...

2.4CVSS5.3AI score0.00119EPSS
SaveExploits0References10
OSV
OSV
added 2026/08/17 5:47 a.m.8 views

BIT-LIBPYTHON-2026-18503 Super-linear CPU usage for unbounded input to csv.Sniffer.sniff()

Attacker-controlled CSV samples can trigger super-linear regular-expression work during dialect sniffing and consume significant CPU when applications pass unbounded input to csv.Sniffer.sniff...

2.4CVSS5.3AI score0.00119EPSS
SaveExploits0References10
RedHat Linux
RedHat Linux
added 2026/08/17 2:46 a.m.9 views

vim: Vim: Arbitrary code execution via malicious docstrings in Python omni-completion

There is a security flaw in Vim. If you use Vim to open a malicious file written by a hacker, and you use the auto-complete feature while typing, the file can secretly force your computer to run unauthorized commands or malware...

8.4CVSS5.3AI score0.00145EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/08/17 2:46 a.m.10 views

vim: Vim: Arbitrary code execution via Python omni-completion

A flaw was found in Vim, a widely used command-line text editor. This vulnerability allows a local attacker to execute arbitrary code on the system. By opening a specially crafted Python file and then triggering the omni-completion feature, the attacker can cause Vim to run malicious code from a...

7.8CVSS6.1AI score0.00201EPSS
SaveExploits0References7
Rows per page
Query Builder