Threats Tagged 'cwe-95'
View all threats tagged with 'cwe-95'. Filter and sort to focus on specific types of threats.
Stop chasing alerts. Route them.
Start free, then upgrade once to turn Radar into an automated delivery engine for your security stack.
Custom feeds / Automations: email, Slack, webhooks, SIEM/MISP / API access (baseline limits)
API access activates after upgrading in Console -> Billing.
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.
Filter Threats
Narrow down the results by type, severity, or affected countries
Threats Tagged 'cwe-95'
Click on any threat for detailed analysis and mitigation recommendations
CVE-2026-69264: CWE-94: Improper Control of Generation of Code ('Code Injection') in FlowiseAI FlowiseCVE-2026-69264 0 Prior to 3.1.3, Flowise CSVAgent interpolates an attacker-controlled segment of the csvFile data URI directly into a Python source-code template that is then executed by Pyodide. Because Pyodide is loaded with the default js bridge to globalThis, which on Node.js exposes eval and dynamic import, the attacker can break out of the Python string literal, hand a JavaScript string to js.eval, dynamically import Node built-in modules such as fs and child_process, and execute arbitrary file I/O or OS commands as the Flowise process. The two validator paths around this code, validatePythonCodeForDataFrame and validateCustomReadCSVFunction, are never applied to the bootstrap template. A workspace user with chatflows:create or agentflows/chatflows update permission can plant a CSV Agent node with a crafted csvFile; once the chatflow is exposed via POST /api/v1/prediction/:id, any unauthenticated request triggers host remote code execution. This issue is fixed in version 3.1.3. Join the discussion | CVE Database V5 | 08/04/2026, 17:22:36 UTC Added: 08/04/2026, 17:57:25 UTC |
CVE-2026-69253: CWE-95: Improper Neutralization of Directives in Dynamically Evaluated Code ('Eval Injection') in FlowiseAI FlowiseCVE-2026-69253 0 Flowise is a drag-and-drop user interface for building customized large language model (LLM) flows. Prior to version 3.1.3, several custom-tool components — AgentAsTool, ChatflowTool, and ExecuteFlow — ran code in the in-process vm2 sandbox. To build that code, they inserted a user-controlled baseURL value straight into the JavaScript source, for example const url = "${baseURL}/..."; . The only check on baseURL was isValidURL , but a valid-looking URL can still contain characters that break out of a code string. An authenticated user could craft a baseURL that passed this check, closed the surrounding string, and injected their own JavaScript into the sandboxed script (code injection, CWE-94). The vm2 sandbox runs in the same Node.js process as Flowise and exposes risky dependencies. As a result, the injected code could escape the sandbox and run arbitrary code on the Flowise server as the Flowise process user. Exploitation only requires an authenticated session. The issue is fixed in version 3.1.3, which passes the URL to the sandbox as data instead of inserting it into code and adds stricter URL validation. Join the discussion | CVE Database V5 | 08/04/2026, 15:13:39 UTC Added: 08/04/2026, 15:42:05 UTC |
CVE-2026-48317: Improper Neutralization of Directives in Dynamically Evaluated Code ('Eval Injection') (CWE-95) in Adobe Adobe Campaign ClassicCVE-2026-48317 0 Adobe Campaign Classic (ACC) is affected by an Improper Neutralization of Directives in Dynamically Evaluated Code ('Eval Injection') vulnerability that could result in arbitrary code execution in the context of the current user. A low-privileged attacker could exploit this vulnerability to execute arbitrary code. Exploitation of this issue does not require user interaction. Scope is changed. Join the discussion | CVE Database V5 | 08/03/2026, 22:37:05 UTC Added: 08/03/2026, 23:03:49 UTC |
CVE-2026-55415: CWE-94: Improper Control of Generation of Code ('Code Injection') in koxudaxi datamodel-code-generatorCVE-2026-55415 0 datamodel-code-generator generates Pydantic v2 models, dataclasses, TypedDict, and msgspec.Struct from OpenAPI, JSON Schema, GraphQL, Avro, Protobuf, and raw JSON, YAML, or CSV. From 0.11.6 until 0.64.0, datamodel-code-generator allows attacker-controlled x-python-import or customTypePath schema extensions to reach src/datamodel_code_generator/parser/jsonschema.py and generated import handling through Import.from_full_path and Imports.create_line in src/datamodel_code_generator/imports.py, allowing a newline to break out of an import statement and execute Python code when the generated model is imported. This issue is fixed in version 0.64.0. Join the discussion | CVE Database V5 | 07/28/2026, 21:37:55 UTC Added: 07/28/2026, 21:52:41 UTC |
CVE-2026-45293: CWE-95: Improper Neutralization of Directives in Dynamically Evaluated Code ('Eval Injection') in WordPress WordPress-Coding-StandardsCVE-2026-45293 0 WordPress Coding Standards is a set of PHP_CodeSniffer rules (sniffs) that enforce WordPress coding conventions. From 0.14.1 until 3.4.1, the WordPress.WP.EnqueuedResourceParameters sniff (active in the WordPress and WordPress-Extra rulesets) reconstructed the $ver argument passed to functions such as wp_enqueue_script() and ran it through eval() inside its is_falsy() method, so a maliciously crafted argument such as 'system'('id') would execute during a scan; as a result, running PHPCS with WordPressCS over untrusted PHP (for example a CI pipeline that lints pull requests, or a developer reviewing third-party code) could lead to arbitrary command execution on the scanning host. The WordPress-Core and WordPress-Docs rulesets are not affected. This issue is fixed in version 3.4.1. Join the discussion | CVE Database V5 | 07/28/2026, 15:34:45 UTC Added: 07/28/2026, 16:22:55 UTC |
CVE-2026-47391: CWE-95: Improper Neutralization of Directives in Dynamically Evaluated Code ('Eval Injection') in MervinPraison PraisonAICVE-2026-47391 0 CVE-2026-47391 is a critical remote code execution vulnerability in MervinPraison PraisonAI prior to version 4.6.40. The vulnerability arises from an unauthenticated JSON-RPC endpoint that exposes a tool using Python's eval(), allowing arbitrary code execution. This affects deployments using the official A2A example or similar unauthenticated configurations. The flaw also exposes task history and cancellation APIs, increasing confidentiality and integrity risks. Version 4.6.40 includes a patch for this issue. Join the discussion | CVE Database V5 | 07/21/2026, 15:21:22 UTC Added: 07/21/2026, 15:57:38 UTC |
CVE-2026-64193: CWE-95 Improper Neutralization of Directives in Dynamically Evaluated Code ('Eval Injection') in NLNETLABS Net::DNSCVE-2026-64193 0 Net::DNS for Perl versions up to 1.55 contain a critical vulnerability (CVE-2026-64193) involving improper neutralization of directives in dynamically evaluated code, specifically in the handling of the EDNS EXTENDED-ERROR option. The vulnerability arises because the EXTRA-TEXT field is parsed and passed to Perl's eval with insufficient escaping, allowing remote attackers to execute arbitrary commands. This can lead to full system compromise without requiring authentication. Join the discussion | CVE Database V5 | 07/20/2026, 17:54:42 UTC Added: 07/20/2026, 18:42:27 UTC |
Showing 1 to 7 of 7 results