Lucene search
K

205478 matches found

CNNVD
CNNVD
added 2026/04/11 12:0 a.m.2 views

Adobe Acrobat Reader 安全漏洞

Adobe Acrobat Reader is a PDF viewer developed by Adobe Inc. in the United States. This software is used for printing, signing, and annotating PDF documents. Versions of Adobe Acrobat Reader such as 24.001.30356, 26.001.21367, and earlier versions have security vulnerabilities. These...

8.6CVSS7.7AI score0.11034EPSS
Exploits4References1
CNNVD
CNNVD
added 2026/04/11 12:0 a.m.1 views

Labcenter Electronics Proteus 缓冲区错误漏洞

Labcenter Electronics Proteus is an electronic engineering software developed by the British company Labcenter, used for circuit design and embedded system simulation. Labcenter Electronics Proteus has a buffer error vulnerability, which stems from insufficient validation of the data provided by...

7.8CVSS7.5AI score0.00069EPSS
Exploits0References1
Tenable Nessus
Tenable Nessus
added 2026/04/11 12:0 a.m.1 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.11034EPSS
Exploits4References2
Tenable Nessus
Tenable Nessus
added 2026/04/11 12:0 a.m.1 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.11034EPSS
Exploits4References2
Debian
Debian
added 2026/04/10 11:25 p.m.4 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.00071EPSS
Exploits0
OSV
OSV
added 2026/04/10 10:10 p.m.2 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.00048EPSS
Exploits0References8
RedhatCVE
RedhatCVE
added 2026/04/10 9:26 p.m.5 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.00019EPSS
Exploits0References2
Snyk
Snyk
added 2026/04/10 7:32 p.m.0 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.00141EPSS
Exploits1References3
Github Security Blog
Github Security Blog
added 2026/04/10 7:32 p.m.5 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.00012EPSS
Exploits1References4Affected Software2
OSV
OSV
added 2026/04/10 7:32 p.m.3 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.00012EPSS
Exploits1References4
EUVD
EUVD
added 2026/04/10 7:26 p.m.0 views

EUVD-2026-21508

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

7.8CVSS5.8AI score0.00027EPSS
Exploits0References3
Github Security Blog
Github Security Blog
added 2026/04/10 7:26 p.m.1 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.00027EPSS
Exploits0References4Affected Software1
OSV
OSV
added 2026/04/10 7:26 p.m.0 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.00027EPSS
Exploits0References4
OSV
OSV
added 2026/04/10 7:25 p.m.1 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.00013EPSS
Exploits1References4
Github Security Blog
Github Security Blog
added 2026/04/10 7:25 p.m.3 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.00013EPSS
Exploits1References4Affected Software1
Snyk
Snyk
added 2026/04/10 7:25 p.m.1 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.00013EPSS
Exploits1References2
RedhatCVE
RedhatCVE
added 2026/04/10 7:12 p.m.2 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.0002EPSS
Exploits0References5
Snyk
Snyk
added 2026/04/10 6:8 p.m.1 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.00027EPSS
Exploits0References2
NVD
NVD
added 2026/04/10 5:17 p.m.0 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.00027EPSS
Exploits0References1
NVD
NVD
added 2026/04/10 5:17 p.m.0 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.00013EPSS
Exploits1References1
Rows per page
Query Builder