Lucene search
+L

514579 matches found

Kitploit
Kitploit
added 2026/08/25 3:31 p.m.4 views

mgo3-rce

MGO3 RCE Questo repository contiene informazioni relative a CVE-2026-19874. documentazione video demo Cronologia 2026-06-26: la vulnerabilità viene scoperta 2026-06-26: primo contatto con Konami 2026-07-01: la vulnerabilità viene segnalata a Konami 2026-08-04: la vulnerabilità viene corretta...

9.1CVSS5.3AI score0.0073EPSS
SaveExploits0References2
Kitploit
Kitploit
added 2026/08/25 3:28 p.m.2 views

CVE-2018-7600-PoC

SAWPOC — CVE-2018-7600 Un Proof of Concept in Python per CVE-2018-7600 , noto anche come Drupalgeddon2. CVE-2018-7600 è una vulnerabilità critica che colpisce alcune versioni di Drupal 7. In configurazioni vulnerabili, un attaccante non autenticato potrebbe essere in grado di iniettare input...

9.8CVSS8AI score0.99991EPSS
SaveExploits49
Kitploit
Kitploit
added 2026/08/25 3:27 p.m.3 views

CVE-2020-9496

CVE-2020-9496 - RCE Poiché le 2 richieste relative a xmlrpc in webtools xmlrpc e ping non utilizzano l'autenticazione, sono vulnerabili a una deserializzazione non sicura. Questo problema è stato segnalato al team di sicurezza da Alvaro Munoz [email protected] del team GitHub Security Lab...

6.1CVSS6.2AI score0.98926EPSS
SaveExploits15References1
Kitploit
Kitploit
added 2026/08/25 3:26 p.m.3 views

cve-2022-41352-zimbra-rce

Questo repository non contiene un README...

9.8CVSS9AI score0.95478EPSS
SaveExploits7
Github Security Blog
Github Security Blog
added 2026/08/25 3:26 p.m.8 views

qwed-mcp has Unsafe SymPy `parse_expr()` Remote Code Execution via Unsanitized Math Expression Input

Summary verifymathexpression in qwed-mcp v0.2.0 passes attacker-controlled strings directly to SymPy's parseexpr without restricting globaldict or validating the expression's AST. Because parseexpr internally calls eval and Python automatically injects the current module's builtins when no explic...

9.8CVSS6.7AI score0.0041EPSS
SaveExploits0References5Affected Software1
Kitploit
Kitploit
added 2026/08/25 3:25 p.m.4 views

CVE-2026-20253-Splunk-Enterprise-Pre-Auth-RCE-

CVE-2026-20253 - Splunk Enterprise Pre-Auth RCE PoC CVE-2026-20253 - Splunk Enterprise Pre-Auth RCE PoC ⚠️ WARNUNG : Dieses Skript dient nur zu Bildungs- und Testzwecken in autorisierten Umgebungen. Die unbefugte Nutzung ist verboten und kann illegal sein. 📋 Beschreibung...

9.8CVSS5.5AI score0.96939EPSS
SaveExploits6
EUVD
EUVD
added 2026/08/25 3:25 p.m.7 views

EUVD-2026-65547

QWED-MCP is a deterministic verification gateway for MCP. Prior to 0.2.1, verifymathexpression in src/qwedmcp/engines/mathengine.py passes attacker-controlled expression and claimedresult strings directly to SymPy's parseexpr after only normalizing caret syntax to Python exponent syntax, without...

9.8CVSS5.9AI score0.0041EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/25 3:25 p.m.3 views

CVE-2026-55546 QWED-MCP: Unsafe SymPy `parse_expr()` Remote Code Execution via Unsanitized Math Expression Input

QWED-MCP is a deterministic verification gateway for MCP. Prior to 0.2.1, verifymathexpression in src/qwedmcp/engines/mathengine.py passes attacker-controlled expression and claimedresult strings directly to SymPy's parseexpr after only normalizing caret syntax to Python exponent syntax, without...

9.8CVSS6.1AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/25 3:25 p.m.26 views

CVE-2026-55546 QWED-MCP: Unsafe SymPy `parse_expr()` Remote Code Execution via Unsanitized Math Expression Input

QWED-MCP is a deterministic verification gateway for MCP. Prior to 0.2.1, verifymathexpression in src/qwedmcp/engines/mathengine.py passes attacker-controlled expression and claimedresult strings directly to SymPy's parseexpr after only normalizing caret syntax to Python exponent syntax, without...

9.8CVSS0.0041EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/25 3:25 p.m.19 views

CVE-2026-55546

QWED-MCP (a deterministic verification gateway for MCP) is affected by a Critical (CVSS 9.8) remote code execution vulnerability in verify_math_expression() within src/qwed_mcp/engines/math_engine.py. Attacker-controlled expression strings are passed directly to SymPy's parse_expr() without restr...

9.8CVSS5.9AI score0.0041EPSS
SaveExploits0References4
Kitploit
Kitploit
added 2026/08/25 3:25 p.m.3 views

CVE-2024-21182---Oracle-WebLogic-Server-JNDI-Injection-RCE

CVE-2024-21182 - Oracle WebLogic Server JNDI Injection → RCE CVE-2024-21182 - Oracle WebLogic Server JNDI Injection → RCE -orange 📋 Descrição CVE-2024-21182 é uma vulnerabilidade de injeção JNDI não autenticada que afeta o componente Core do Oracle WebLogic Server. Permite que um atacante remoto,...

7.5CVSS7.7AI score0.999EPSS
SaveExploits15
Cvelist
Cvelist
added 2026/08/25 3:16 p.m.27 views

CVE-2026-79784 Vocos through 0.1.0 Arbitrary Code Execution via Unrestricted class_path in Model Configuration

Vocos instantiates a class named by a configuration file without restricting which class may be named. instantiateclass in vocos/pretrained.py takes the classpath value from the configuration, splits it into a module and an attribute, imports the module with import, resolves the attribute with...

8.8CVSS0.00322EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/25 3:16 p.m.7 views

EUVD-2026-65542

Vocos instantiates a class named by a configuration file without restricting which class may be named. instantiateclass in vocos/pretrained.py takes the classpath value from the configuration, splits it into a module and an attribute, imports the module with import, resolves the attribute with...

8.8CVSS5.5AI score0.00322EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/25 3:16 p.m.2 views

CVE-2026-79784 Vocos through 0.1.0 Arbitrary Code Execution via Unrestricted class_path in Model Configuration

Vocos instantiates a class named by a configuration file without restricting which class may be named. instantiateclass in vocos/pretrained.py takes the classpath value from the configuration, splits it into a module and an attribute, imports the module with import, resolves the attribute with...

8.6CVSS5.7AI score
SaveExploits0References7
CVE
CVE
added 2026/08/25 3:16 p.m.11 views

CVE-2026-79784

Vocos (through 0.1.0 ), a Python library maintained by gemelo-ai, suffers from arbitrary code execution via an unrestricted class_path field in its model configuration. The vulnerable function instantiate_class in vocos/pretrained.py uses __import__ and getattr on a user-supplied dotted path with...

8.8CVSS5.5AI score0.00322EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/25 3:16 p.m.27 views

CVE-2026-79774 Winter CMS before 1.2.13 Twig Sandbox Escape via SecurityPolicy

Winter CMS versions before 1.2.13 contain an incomplete fix for a Twig sandbox escape vulnerability in System\Twig\SecurityPolicy that allows authenticated backend users with template-editing permissions to bypass sandbox restrictions. Attackers can exploit method forwarding through Eloquent...

9.3CVSS0.0043EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/25 3:16 p.m.17 views

CVE-2026-79774

Winter CMS versions before 1.2.13 contain an incomplete fix for a Twig sandbox escape in System\Twig\SecurityPolicy. Authenticated backend users with template-editing permissions can bypass sandbox restrictions by exploiting method forwarding through Eloquent models and query builders (e.g., save...

9.3CVSS6.6AI score0.0043EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/25 3:16 p.m.9 views

EUVD-2026-65532

Winter CMS versions before 1.2.13 contain an incomplete fix for a Twig sandbox escape vulnerability in System\Twig\SecurityPolicy that allows authenticated backend users with template-editing permissions to bypass sandbox restrictions. Attackers can exploit method forwarding through Eloquent...

9.3CVSS6.6AI score0.0043EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/25 3:16 p.m.2 views

CVE-2026-79774 Winter CMS before 1.2.13 Twig Sandbox Escape via SecurityPolicy

Winter CMS versions before 1.2.13 contain an incomplete fix for a Twig sandbox escape vulnerability in System\Twig\SecurityPolicy that allows authenticated backend users with template-editing permissions to bypass sandbox restrictions. Attackers can exploit method forwarding through Eloquent...

9.3CVSS6.8AI score
SaveExploits0References5
CVE
CVE
added 2026/08/25 3:16 p.m.25 views

CVE-2026-79675

NLTK before 3.10.3 fails to validate JVM options passed through the per-call options parameter in the java() function. Attackers can inject dangerous JVM flags such as -agentpath , -javaagent , or @argfile into Stanford wrapper classes, achieving arbitrary code execution . The vulnerability is ra...

9.8CVSS5.7AI score0.00403EPSS
SaveExploits0References2
Rows per page
Query Builder