Lucene search
+L

3099 matches found

CVE
CVE
added 2026/08/26 2:50 p.m.34 views

CVE-2026-75062

Google langfun versions prior to 0.1.2 are vulnerable to Eval Injection in the default lf.query Python protocol. Crafted prompt inputs can cause the language model to generate executable Python expressions that are evaluated without a sandbox , allowing a remote unauthenticated attacker to execut...

9.2CVSS5.9AI score0.00231EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/26 2:50 p.m.9 views

EUVD-2026-66505

Improper Neutralization of Directives in Dynamically Evaluated Code 'Eval Injection' in the default lf.query Python protocol in Google langfun versions prior to 0.1.2 allows remote unauthenticated attackers to execute arbitrary Python code in the context of the host application via crafted prompt...

9.2CVSS5.9AI score0.00231EPSS
SaveExploits0References2
OSSF Malicious Packages
OSSF Malicious Packages
added 2026/08/26 2:19 p.m.17 views

Malicious code in zenntechinc-cli (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 1ab82f90e45185d5e25435ce8fc92501dbf7b7384ec6eea6e6b7416ac9426cfb The npm package ships an obfuscated payload appended to templates/backend/.eslintrc.js, after a legitimate-looking ESLint config. The payload uses...

6.5AI score
SaveExploits0References3
OSV
OSV
added 2026/08/26 2:19 p.m.11 views

MAL-2026-14539 Malicious code in zenntechinc-cli (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 1ab82f90e45185d5e25435ce8fc92501dbf7b7384ec6eea6e6b7416ac9426cfb The npm package ships an obfuscated payload appended to templates/backend/.eslintrc.js, after a legitimate-looking ESLint config. The payload uses...

6.6AI score
SaveExploits0References3
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
added 2026/08/26 12:00 a.m.4 views

CVE-2026-75062: Improper Neutralization of Directives in Dynamically Evaluated Code

Improper Neutralization of Directives in Dynamically Evaluated Code 'Eval Injection' in the default lf.query Python protocol in Google langfun versions prior to 0.1.2 allows remote unauthenticated attackers to execute arbitrary Python code in the context of the host application via crafted prompt...

9.2CVSS0.00231EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/26 12:00 a.m.16 views

PT-2026-82209

Name of the Vulnerable Software and Affected Versions SENAITE.CORE versions 2.0.0 through 2.6.0 Description An unauthenticated remote code execution issue exists in the SENAITE JSON API due to a chain of missing authorization and unsafe evaluation of input. The state-changing routes in...

9.8CVSS6.4AI score0.00776EPSS
SaveExploits0References17
Positive Technologies
Positive Technologies
added 2026/08/26 12:00 a.m.13 views

PT-2026-82206

Name of the Vulnerable Software and Affected Versions langfun versions prior to 0.1.2 Description An Eval Injection occurs in the default lf.query Python protocol. This issue allows remote unauthenticated attackers to execute arbitrary Python code within the host application context. The flaw is...

9.2CVSS6.2AI score0.00231EPSS
SaveExploits0References5
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
added 2026/08/26 12:00 a.m.3 views

CVE-2026-54569: Improper Neutralization of Directives in Dynamically Evaluated Code

SENAITE.CORE is the core framework for the SENAITE laboratory information management system. From 2.0.0 to 2.6.0, the SENAITE.CORE JSON API permits unauthenticated remote code execution through a two-request chain involving missing authorization and unsafe evaluation. The state-changing routes in...

9.8CVSS0.00776EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/25 5:17 p.m.14 views

CVE-2026-55585

QWED is open-source AI verification infrastructure for deterministic verification of LLM outputs, tool calls, code, schemas, and agent state before production execution. Prior to 5.1.2, the qwed package passes caller-controlled math expressions directly to SymPy parseexpr without restricted...

8.8CVSS0.00444EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/25 4:33 p.m.10 views

MAL-2026-14512 Malicious code in tailwind-scrollbar-hider (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector aaa2dba899c9723740dfcc2fe8588bcf695f021442bbe8de1156239029bf7987 dist/index.js exports a small legitimate scrollbarHide Tailwind plugin and then executes evalatob'' at module top level, so the payload runs on any...

5.7AI score
SaveExploits0References4
OSV
OSV
added 2026/08/25 4:25 p.m.10 views

GHSA-Q27Q-98J4-9PFV qwed Vulnerable to Authenticated Remote Code Execution via Unsafe SymPy `parse_expr()`

Summary The qwed package version 5.1.1 passes attacker-controlled input directly to SymPy's parseexpr function without a restricted namespace. Because parseexpr internally calls Python's eval, any authenticated tenant can execute arbitrary Python code inside the API server process. The attack...

8.8CVSS6.3AI score0.00444EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/08/25 4:25 p.m.11 views

qwed Vulnerable to Authenticated Remote Code Execution via Unsafe SymPy `parse_expr()`

Summary The qwed package version 5.1.1 passes attacker-controlled input directly to SymPy's parseexpr function without a restricted namespace. Because parseexpr internally calls Python's eval, any authenticated tenant can execute arbitrary Python code inside the API server process. The attack...

8.8CVSS6.2AI score0.00444EPSS
SaveExploits0References5Affected Software1
NVD
NVD
added 2026/08/25 4:16 p.m.11 views

CVE-2026-55546

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
OSV
OSV
added 2026/08/25 3:26 p.m.7 views

GHSA-MW6R-2HVM-4RP2 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.8AI score0.0041EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/25 3:25 p.m.21 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
Kitploit
Kitploit
added 2026/08/25 6:11 a.m.9 views

PHPUnit-GoScan

🛡️ PHPUnit Go Scanner CVE-2017-9841 Ein schneller, in Go geschriebener Multithread-Scanner zur Erkennung exponierter und verwundbarer eval-stdin.php-Endpunkte in PHPUnit CVE-2017-9841. Unterstützt das Scannen mehrerer Domains mit paralleler Ausführung und automatischer Protokollerkennung. 🖼...

9.8CVSS8AI score0.99999EPSS
SaveExploits20References6
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.16 views

PT-2026-81349

Name of the Vulnerable Software and Affected Versions QWED-MCP versions prior to 0.2.1 Description The verify math expression function in src/qwed mcp/engines/math engine.py passes the expression and claimed result strings directly to SymPy's parse expr function. The implementation only normalize...

9.8CVSS6.3AI score0.0041EPSS
SaveExploits0References12
RedhatCVE
RedhatCVE
added 2026/08/24 3:21 p.m.9 views

CVE-2026-78136

A flaw was found in CHIRP from chirpmyradio. A local attacker can achieve arbitrary code execution by tricking a user into processing a specially crafted Comma Separated Values CSV file. This vulnerability, an eval injection, occurs within the cleantmode function when handling CSV data, leading t...

7.8CVSS6.2AI score0.00188EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.7 views

Astra Linux – Vulnerability in node-thenify

This affects the thenify package before version 3.3.1. The name argument provided to the package can be controlled by users without any sanitization, and this value is passed to the eval function without any sanitization...

9.8CVSS7.2AI score0.02022EPSS
SaveExploits1References1
NVD
NVD
added 2026/08/23 1:17 a.m.17 views

CVE-2026-78136

chirpmyradio CHIRP before 39178db allows eval injection via crafted CSV data. This occurs in cleantmode in drivers/kenwooditm.py...

7.8CVSS0.00188EPSS
SaveExploits0References2
Rows per page
Query Builder