Lucene search
+L

210558 matches found

Tenable Nessus
Tenable Nessus
added 2026/04/11 12:00 a.m.8 views

Adobe Acrobat < 24.001.30362 / 26.001.21411 Vulnerability (APSB26-43)

The version of Adobe Acrobat installed on the remote Windows host is a version prior to 24.001.30362 or 26.001.21411. It is, therefore, affected by a vulnerability. - Acrobat Reader versions 24.001.30356, 26.001.21367 and earlier are affected by an Improperly Controlled Modification of Object...

8.6CVSS7.9AI score0.07086EPSS
SaveExploits4References2
Tenable Nessus
Tenable Nessus
added 2026/04/11 12:00 a.m.4 views

Adobe Reader < 26.001.21411 Vulnerability (APSB26-43) (macOS)

The version of Adobe Reader installed on the remote macOS host is a version prior to 26.001.21411. It is, therefore, affected by a vulnerability. - Acrobat Reader versions 24.001.30356, 26.001.21367 and earlier are affected by an Improperly Controlled Modification of Object Prototype Attributes...

8.6CVSS7.9AI score0.07086EPSS
SaveExploits4References2
Debian
Debian
added 2026/04/10 11:25 p.m.20 views

[SECURITY] [DLA 4526-1] firefox-esr security update

------------------------------------------------------------------------- Debian LTS Advisory DLA-4526-1 [email protected] https://www.debian.org/lts/security/ Emilio Pozuelo Monfort April 11, 2026 https://wiki.debian.org/LTS -...

9.8CVSS5.9AI score0.0035EPSS
SaveExploits0
OSV
OSV
added 2026/04/10 10:10 p.m.31 views

GHSA-JVFF-X2QM-6286 mathjs Allows Improperly Controlled Modification of Dynamically-Determined Object Attributes

Impact This security vulnerability allowed executing arbitrary JavaScript via the expression parser of mathjs. You can be affected when you have an application where users can evaluate arbitrary expressions using the mathjs expression parser. Patches The issue was introduced in mathjs v13.1.0, an...

8.8CVSS5.9AI score0.00577EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2026/04/10 9:26 p.m.15 views

CVE-2026-35205

A flaw was found in Helm, a package manager for Kubernetes. A remote attacker could exploit this vulnerability by providing a malicious plugin that lacks a provenance file. Even when signature verification is enabled, Helm would incorrectly install this unverified plugin, bypassing critical...

8.4CVSS6.3AI score0.0022EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/04/10 8:49 p.m.10 views

libtiff: Libtiff Write-What-Where

A flaw was found in Libtiff. This vulnerability is a "write-what-where" condition, triggered when the library processes a specially crafted TIFF image file. By providing an abnormally large image height value in the file's metadata, an attacker can trick the library into writing attacker-controll...

8.8CVSS6.8AI score0.00739EPSS
SaveExploits0References8
Snyk
Snyk
added 2026/04/10 7:32 p.m.6 views

Arbitrary Code Injection

Overview PraisonAI is a PraisonAI is an AI Agents Framework with Self Reflection. PraisonAI application combines PraisonAI Agents, AutoGen, and CrewAI into a low-code solution for building and managing multi-agent LLM systems, focusing on simplicity, customisation, and efficient human-agent...

9.8CVSS6.2AI score0.00609EPSS
SaveExploits1References3
OSV
OSV
added 2026/04/10 7:32 p.m.7 views

GHSA-G985-WJH9-QXXC PraisonAI Vulnerable to RCE via Automatic tools.py Import

PraisonAI automatically imports ./tools.py from the current working directory when launching certain components. This includes call.py, toolresolver.py, and CLI tool-loading paths. A malicious tools.py placed in the process working directory is executed immediately, allowing arbitrary Python code...

8.4CVSS6.4AI score0.00246EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2026/04/10 7:32 p.m.15 views

PraisonAI Vulnerable to RCE via Automatic tools.py Import

PraisonAI automatically imports ./tools.py from the current working directory when launching certain components. This includes call.py, toolresolver.py, and CLI tool-loading paths. A malicious tools.py placed in the process working directory is executed immediately, allowing arbitrary Python code...

8.4CVSS6.4AI score0.00246EPSS
SaveExploits1References4Affected Software2
OSV
OSV
added 2026/04/10 7:26 p.m.9 views

GHSA-2G3W-CPC4-CHR4 PraisonAI Vulnerable to Implicit Execution of Arbitrary Code via Automatic `tools.py` Loading

PraisonAI automatically loads a file named tools.py from the current working directory to discover and register custom agent tools. This loading process uses importlib.util.specfromfilelocation and immediately executes module-level code via spec.loader.execmodule without explicit user consent,...

7.8CVSS6.4AI score0.00209EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/04/10 7:26 p.m.12 views

PraisonAI Vulnerable to Implicit Execution of Arbitrary Code via Automatic `tools.py` Loading

PraisonAI automatically loads a file named tools.py from the current working directory to discover and register custom agent tools. This loading process uses importlib.util.specfromfilelocation and immediately executes module-level code via spec.loader.execmodule without explicit user consent,...

7.8CVSS6.4AI score0.00209EPSS
SaveExploits0References4Affected Software1
EUVD
EUVD
added 2026/04/10 7:26 p.m.9 views

EUVD-2026-21508

PraisonAI Vulnerable to Implicit Execution of Arbitrary Code via Automatic tools.py Loading...

7.8CVSS5.8AI score0.00209EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/04/10 7:25 p.m.6 views

Arbitrary Code Injection

Overview praisonaiagents is a Praison AI agents for completing complex tasks with Self Reflection Agents Affected versions of this package are vulnerable to Arbitrary Code Injection in the executecodedirect function when the AST-based filtering mechanism fails to block dangerous attribute access...

8.6CVSS6.2AI score0.0024EPSS
SaveExploits1References2
OSV
OSV
added 2026/04/10 7:25 p.m.17 views

GHSA-3C4R-6P77-XWR7 PraisonAI Vulnerable to Code Injection and Protection Mechanism Failure

PraisonAI's AST-based Python sandbox can be bypassed using type.getattribute trampoline, allowing arbitrary code execution when running untrusted agent code. Description The executecodedirect function in praisonaiagents/tools/pythontools.py uses AST filtering to block dangerous Python attributes...

8.6CVSS6.5AI score0.0024EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2026/04/10 7:25 p.m.11 views

PraisonAI Vulnerable to Code Injection and Protection Mechanism Failure

PraisonAI's AST-based Python sandbox can be bypassed using type.getattribute trampoline, allowing arbitrary code execution when running untrusted agent code. Description The executecodedirect function in praisonaiagents/tools/pythontools.py uses AST filtering to block dangerous Python attributes...

8.6CVSS6.5AI score0.0024EPSS
SaveExploits1References4Affected Software1
RedhatCVE
RedhatCVE
added 2026/04/10 7:12 p.m.10 views

CVE-2026-40200

A flaw was found in musl libc. This stack-based memory corruption vulnerability occurs when the qsort function processes extremely large arrays due to incorrectly implemented double-word primitives. A local attacker could exploit this by providing a specially crafted, very large array, potentiall...

8.1CVSS6.4AI score0.00166EPSS
SaveExploits0References5
Snyk
Snyk
added 2026/04/10 6:08 p.m.7 views

Arbitrary Code Injection

Overview PraisonAI is a PraisonAI is an AI Agents Framework with Self Reflection. PraisonAI application combines PraisonAI Agents, AutoGen, and CrewAI into a low-code solution for building and managing multi-agent LLM systems, focusing on simplicity, customisation, and efficient human-agent...

7.8CVSS6.3AI score0.00209EPSS
SaveExploits0References2
NVD
NVD
added 2026/04/10 5:17 p.m.9 views

CVE-2026-40156

PraisonAI is a multi-agent teams system. Prior to 4.5.128, PraisonAI automatically loads a file named tools.py from the current working directory to discover and register custom agent tools. This loading process uses importlib.util.specfromfilelocation and immediately executes module-level code v...

7.8CVSS0.00209EPSS
SaveExploits0References1
NVD
NVD
added 2026/04/10 5:17 p.m.9 views

CVE-2026-40158

PraisonAI is a multi-agent teams system. Prior to 4.5.128, PraisonAI's AST-based Python sandbox can be bypassed using type.getattribute trampoline, allowing arbitrary code execution when running untrusted agent code. The executecodedirect function in praisonaiagents/tools/pythontools.py uses AST...

8.6CVSS0.0024EPSS
SaveExploits1References1
NVD
NVD
added 2026/04/10 5:17 p.m.16 views

CVE-2026-35650

OpenClaw before 2026.3.22 contains an environment variable override handling vulnerability that allows attackers to bypass the shared host environment policy through inconsistent sanitization paths. Attackers can supply blocked or malformed override keys that slip through inconsistent validation ...

8.8CVSS0.00489EPSS
SaveExploits0References4
Rows per page
Query Builder