Lucene search
+L

210656 matches found

EUVD
EUVD
added 2026/08/17 1:32 p.m.10 views

EUVD-2026-60197

In Progress ShareFile Storage Zones Controller v5.12.5 and below versions, unsafe deserialization of untrusted file metadata can allow a user with write access to a Network share to execute arbitrary code on the Storage Zones Controller host...

8CVSS6.3AI score0.00255EPSS
SaveExploits0References1
The Hacker News
The Hacker News
added 2026/08/17 1:23 p.m.7 views

⚡ Weekly Recap: VMware Exploits, Windows 0-Day, MCP Attacks, Browser Hijacks and More

The expensive attacks are not always the clever ones. This week had plenty of proof. Exposed services got hit, old bugs found fresh use, browser sessions became attack paths, and supply-chain problems kept spreading farther than the original compromise. A lot of it came down to access that was...

9.8CVSS8.7AI score0.10431EPSS
SaveExploits2
NVD
NVD
added 2026/08/17 11:16 a.m.6 views

CVE-2026-74896

opensslencrypt versions before 1.4.0 contain a sandbox escape vulnerability in the DangerousPatternVisitor AST analyzer that fails to detect dunder attribute traversal techniques. Attackers can use class, bases, subclasses, and globals chains to access restricted functions and execute arbitrary...

9.8CVSS0.00337EPSS
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
CVE
CVE
added 2026/08/17 11:04 a.m.24 views

CVE-2026-74899

openssl_encrypt (versions before 1.4.0) has a sandbox escape in its IsolatedPluginExecutor component. Restricted exec() builtins expose Python type objects, allowing attackers to traverse the class hierarchy via __class__.__mro__.__subclasses__() to reach system functions and run arbitrary OS com...

9.8CVSS5.7AI score0.00388EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/17 11:04 a.m.10 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
CVE
CVE
added 2026/08/17 11:04 a.m.30 views

CVE-2026-74896

The Python package openssl_encrypt before 1.4.0 ships a DangerousPatternVisitor AST analyzer intended to block dangerous code in plugin scripts, but it fails to recognize dunder attribute traversal chains (__class__, __bases__, __subclasses__(), __globals__). Attackers can use these chains to rea...

9.8CVSS5.8AI score0.00337EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/17 11:04 a.m.14 views

CVE-2026-74896 openssl_encrypt before 1.4.0 Sandbox Escape via Dunder Attribute Traversal

opensslencrypt versions before 1.4.0 contain a sandbox escape vulnerability in the DangerousPatternVisitor AST analyzer that fails to detect dunder attribute traversal techniques. Attackers can use class, bases, subclasses, and globals chains to access restricted functions and execute arbitrary...

9.3CVSS5.9AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/17 11:04 a.m.53 views

CVE-2026-74896 openssl_encrypt before 1.4.0 Sandbox Escape via Dunder Attribute Traversal

opensslencrypt versions before 1.4.0 contain a sandbox escape vulnerability in the DangerousPatternVisitor AST analyzer that fails to detect dunder attribute traversal techniques. Attackers can use class, bases, subclasses, and globals chains to access restricted functions and execute arbitrary...

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

EUVD-2026-60105

opensslencrypt versions before 1.4.0 contain a plugin sandbox bypass vulnerability where the PluginImportGuard blocks a different set of modules than the AST analyzer's DANGEROUSMODULES set. Attackers can bypass AST analysis through string obfuscation or encoding to import unblocked dangerous...

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

CVE-2026-74886 openssl_encrypt before 1.4.0 Plugin Import Guard Bypass

opensslencrypt versions before 1.4.0 contain a plugin sandbox bypass vulnerability where the PluginImportGuard blocks a different set of modules than the AST analyzer's DANGEROUSMODULES set. Attackers can bypass AST analysis through string obfuscation or encoding to import unblocked dangerous...

9.8CVSS0.00396EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/17 11:04 a.m.23 views

CVE-2026-74886

In openssl_encrypt before 1.4.0, PluginImportGuard blocks a different module set than the AST analyzer's DANGEROUS_MODULES, allowing attackers to bypass AST checks via string obfuscation and import modules like sys, pickle, or multiprocessing for arbitrary code execution. CVSS 9.8 critical. No in...

9.8CVSS5.7AI score0.00396EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/17 11:04 a.m.3 views

CVE-2026-74886 openssl_encrypt before 1.4.0 Plugin Import Guard Bypass

opensslencrypt versions before 1.4.0 contain a plugin sandbox bypass vulnerability where the PluginImportGuard blocks a different set of modules than the AST analyzer's DANGEROUSMODULES set. Attackers can bypass AST analysis through string obfuscation or encoding to import unblocked dangerous...

9.3CVSS5.8AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/17 11:04 a.m.49 views

CVE-2026-74872 openssl_encrypt before 1.4.0 Arbitrary Code Execution via Whirlpool

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
CVE
CVE
added 2026/08/17 11:04 a.m.30 views

CVE-2026-74872

The Python package openssl_encrypt before version 1.4.0 loads native .so modules via a broad glob pattern (whirlpool*py313*.so) without integrity checks, allowing arbitrary code execution. Attackers placing malicious .so files in site-packages trigger native code execution on module load. Fixed i...

9.8CVSS6.2AI score0.0046EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/17 11:04 a.m.6 views

CVE-2026-74872 openssl_encrypt before 1.4.0 Arbitrary Code Execution via Whirlpool

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.3CVSS6.3AI score
SaveExploits0References4
EUVD
EUVD
added 2026/08/17 9:53 a.m.9 views

EUVD-2026-60077

Official Document Management System developed by 2100 Technology has an Arbitrary File Upload vulnerability, allowing authenticated remote attackers to upload and execute web shell backdoors, thereby enabling arbitrary code execution on the server...

8.8CVSS6.4AI score0.0065EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/08/17 7:15 a.m.6 views

CVE-2026-65899

A flaw was found in DOMPurify where the clearConfig function does not properly reset the retained Trusted Types policy. This can lead to a DOMPurify instance, when reused across different security contexts, remaining bound to a previously supplied and potentially unsafe policy. An attacker could...

6.1CVSS5.4AI score0.00266EPSS
SaveExploits1References6
RedhatCVE
RedhatCVE
added 2026/08/17 7:08 a.m.8 views

CVE-2026-19967

A flaw was found in Open Asset Import Library Assimp. A remote attacker could exploit a heap-based buffer overflow vulnerability, which occurs when a program writes more data to a memory block than it was intended to hold. This specific flaw exists within the Assimp::Compression::decompressBlock...

7.5CVSS6.8AI score0.00264EPSS
SaveExploits0References9
RedhatCVE
RedhatCVE
added 2026/08/17 4:23 a.m.6 views

CVE-2026-73072

A heap buffer overflow in Vim allows a local attacker to cause a denial of service or potentially execute arbitrary code. The flaw is triggered by processing a specially crafted spell file, where the setsofo function fails to reset internal data between sections, leading to an out-of-bounds write...

8.5CVSS6.2AI score0.00125EPSS
SaveExploits0References6
Rows per page
Query Builder