Lucene search
+L

73 matches found

Cvelist
Cvelist
added 2 days ago25 views

CVE-2026-47399 PraisonAI Platform workspace-scoped routes allow cross-workspace object access by global object ID

PraisonAI Platform is the platform layer for the PraisonAI multi-agent teams system. Prior to version 0.1.4, the workspace-scoped REST routes contain a systemic object-level authorization flaw that allows an authenticated user from one workspace to access, modify, and delete objects belonging to...

8.8CVSS0.00506EPSS
SaveExploits0References3
OSV
OSV
added 2 days ago4 views

CVE-2026-47399 PraisonAI Platform workspace-scoped routes allow cross-workspace object access by global object ID

PraisonAI Platform is the platform layer for the PraisonAI multi-agent teams system. Prior to version 0.1.4, the workspace-scoped REST routes contain a systemic object-level authorization flaw that allows an authenticated user from one workspace to access, modify, and delete objects belonging to...

8.8CVSS5.5AI score0.00506EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/06/18 2:26 p.m.11 views

PraisonAI: Remote Code Execution via Sandbox Escape in `codeMode` Tool

Summary The codeMode tool in src/praisonai-ts/src/tools/builtins/code-mode.ts uses new Function with a withsandbox pattern to execute LLM-generated code. The blocklist-based "sandbox" can be trivially bypassed via Function'return this' to recover the global object, followed by global.require with...

6.5AI score
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/29 10:35 p.m.28 views

PraisonAI Platform workspace-scoped routes allow cross-workspace object access by global object ID

Summary PraisonAI Platform's workspace-scoped REST routes contain a systemic object-level authorization flaw that allows an authenticated user from one workspace to access, modify, and delete objects belonging to another workspace by supplying the victim object's global UUID. The affected pattern...

8.8CVSS5.8AI score0.00506EPSS
SaveExploits0References2Affected Software1
Snyk
Snyk
added 2026/05/29 10:35 p.m.5 views

Authorization Bypass Through User-Controlled Key

Overview praisonai-platform is a Platform layer for PraisonAI — workspace, auth, issues, projects Affected versions of this package are vulnerable to Authorization Bypass Through User-Controlled Key in the process that handles workspace-scoped object access. An attacker can gain unauthorized acce...

8.8CVSS5.8AI score0.00506EPSS
SaveExploits0References3
OSV
OSV
added 2026/05/29 10:35 p.m.11 views

GHSA-6H6V-6M7W-7VXX PraisonAI Platform workspace-scoped routes allow cross-workspace object access by global object ID

Summary PraisonAI Platform's workspace-scoped REST routes contain a systemic object-level authorization flaw that allows an authenticated user from one workspace to access, modify, and delete objects belonging to another workspace by supplying the victim object's global UUID. The affected pattern...

8.8CVSS5.8AI score0.00506EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/05/07 12:0 a.m.16 views

PT-2026-39444

Name of the Vulnerable Software and Affected Versions PHP versions 8.2.0 through 8.2.30 PHP versions 8.3.0 through 8.3.30 PHP versions 8.4.0 through 8.4.20 PHP versions 8.5.0 through 8.5.5 Description A use-after-free issue exists in the SOAP extension's object deduplication mechanism, specifical...

9.8CVSS6.1AI score0.0078EPSS
SaveExploits1References100
RedhatCVE
RedhatCVE
added 2026/04/07 5:4 p.m.4 views

CVE-2026-34208

SandboxJS is a JavaScript sandboxing library. Prior to 0.8.36, SandboxJS blocks direct assignment to global objects for example Math.random = ..., but this protection can be bypassed through an exposed callable constructor path: this.constructor.calltarget, attackerObject. Because this.constructo...

10CVSS6.1AI score0.00561EPSS
SaveExploits1References1
GithubExploit
GithubExploit
added 2026/02/23 9:28 p.m.174 views

lagom-prototype-pollution-poc

Lagom WHMCS Template Prototype Pollution Proof of Concept...

6AI score
SaveExploits0
Veracode
Veracode
added 2026/02/11 6:30 a.m.9 views

Prototype Pollution

Lodash is vulnerable to Prototype Pollution. The vulnerability is due to improper handling of crafted property paths in the .unset and .omit functions, which allows an attacker to delete properties from global object prototypes...

8.2CVSS5.5AI score0.01535EPSS
SaveExploits0References90Affected Software4
Veracode
Veracode
added 2026/02/02 1:27 p.m.8 views

Prototype Pollution

deepHas is vulnerable to Prototype Pollution. The vulnerability is due to unsafe handling of nested object keys, where attacker-controlled input can modify properties on JavaScript prototypes, allowing global object behavior to be altered in applications using deephas...

9.4CVSS5.4AI score0.00717EPSS
SaveExploits4References2Affected Software1
RedhatCVE
RedhatCVE
added 2026/01/31 3:19 a.m.8 views

CVE-2026-25047

deepHas provides a test for the existence of a nested object key and optionally returns that key. A prototype pollution vulnerability exists in version 1.0.7 of the deephas npm package that allows an attacker to modify global object behavior. This issue was fixed in version 1.0.8...

9.4CVSS5.9AI score0.00717EPSS
SaveExploits4References1
ATTACKERKB
ATTACKERKB
added 2026/01/29 9:39 p.m.9 views

CVE-2026-25047

deepHas provides a test for the existence of a nested object key and optionally returns that key. A prototype pollution vulnerability exists in version 1.0.7 of the deephas npm package that allows an attacker to modify global object behavior. This issue was fixed in version 1.0.8...

9.4CVSS5.9AI score0.00717EPSS
SaveExploits4References3Affected Software1
Vulnrichment
Vulnrichment
added 2026/01/29 9:39 p.m.5 views

CVE-2026-25047 deepHas vulnerable to Prototype Pollution via constructor.prototype

deepHas provides a test for the existence of a nested object key and optionally returns that key. A prototype pollution vulnerability exists in version 1.0.7 of the deephas npm package that allows an attacker to modify global object behavior. This issue was fixed in version 1.0.8...

9.4CVSS5.4AI score0.00717EPSS
SaveExploits4References2
OSV
OSV
added 2026/01/28 9:41 p.m.8 views

GHSA-95FF-46G6-6GW9 NocoDB has Prototype Pollution in Connection Test Endpoint, Leading to DoS

Summary An authenticated user with org-level-creator permissions can exploit prototype pollution in the /api/v2/meta/connection/test endpoint, causing all database write operations to fail application-wide until server restart. While the pollution technically bypasses SUPERADMIN authorization...

4.9CVSS5.9AI score0.00348EPSS
SaveExploits1References4
EUVD
EUVD
added 2025/10/07 12:30 a.m.25 views

EUVD-2021-1022

Malware in sbrugna...

7.5CVSS7.5AI score0.01277EPSS
SaveExploits1References6
EUVD
EUVD
added 2025/10/07 12:30 a.m.10 views

EUVD-2016-0954

Malware in sbrugna...

8.8CVSS9.1AI score0.07059EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.4 views

EUVD-2023-1030

Malicious code in bioql PyPI...

9.8CVSS8.5AI score0.01409EPSS
SaveExploits0References12
EUVD
EUVD
added 2025/10/03 8:7 p.m.6 views

EUVD-2023-29638

Malicious code in bioql PyPI...

8.8CVSS8.5AI score0.00557EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.6 views

EUVD-2025-31065

Malicious code in bioql PyPI...

7.5CVSS6.4AI score0.00372EPSS
SaveExploits0References2
Rows per page
Query Builder