Lucene search
+L

7990 matches found

CVE
CVE
added 2026/02/06 9:16 p.m.28 views

CVE-2026-25533

Enclave (enclave-vm) prior to version 2.10.1 contains multiple sandbox weaknesses: AST sanitization can be bypassed with dynamic property accesses; error object hardening does not cover vm module peculiarities; and function constructor access can be circumvented via host object references. The is...

8.8CVSS5.6AI score0.0023EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2026/02/06 9:16 p.m.12 views

CVE-2026-25533 Enclave has a sandbox escape via infinite recursion and error objects

Enclave is a secure JavaScript sandbox designed for safe AI agent code execution. Prior to 2.10.1, the existing layers of security in enclave-vm are insufficient: The AST sanitization can be bypassed with dynamic property accesses, the hardening of the error objects does not cover the peculiar...

6.4CVSS5.7AI score
SaveExploits0References5
CVE
CVE
added 2026/02/06 7:50 p.m.34 views

CVE-2026-25641

SandboxJS has a TOCTOU-like sandbox escape vulnerability: before 0.8.29 there is a mismatch between the validation key and the key used for property access, allowing malicious objects to coerce string keys differently for validation and access. This can enable sandbox escape and potentially remot...

10CVSS5.4AI score0.00489EPSS
SaveExploits1References3Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/02/06 7:50 p.m.6 views

CVE-2026-25641

SandboxJS is a JavaScript sandboxing library. Prior to 0.8.29, there is a sandbox escape vulnerability due to a mismatch between the key on which the validation is performed and the key used for accessing properties. Even though the key used in property accesses is annotated as string, this is...

10CVSS5.4AI score0.00489EPSS
SaveExploits1References4Affected Software1
RedhatCVE
RedhatCVE
added 2026/02/06 1:25 a.m.8 views

CVE-2026-25517

Wagtail is an open source content management system built on Django. Prior to versions 6.3.6, 7.0.4, 7.1.3, 7.2.2, and 7.3, due to a missing permission check on the preview endpoints, a user with access to the Wagtail admin and knowledge of a model's fields can craft a form submission to obtain a...

5.1CVSS5.3AI score0.00343EPSS
SaveExploits0References1
OSV
OSV
added 2026/02/05 5:49 p.m.7 views

GHSA-X39W-8VM5-5M3P Sandbox escape via infinite recursion and error objects

Note: The npm package has moved to @enclave-vm/core formerly enclave-vm. All fixed versions and guidance refer to @enclave-vm/core. Summary The existing layers of security in enclave-vm are insufficient: The AST sanitization can be bypassed with dynamic property accesses, the hardening of the err...

6.4CVSS6.2AI score0.0023EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2026/02/05 5:49 p.m.14 views

Sandbox escape via infinite recursion and error objects

Note: The npm package has moved to @enclave-vm/core formerly enclave-vm. All fixed versions and guidance refer to @enclave-vm/core. Summary The existing layers of security in enclave-vm are insufficient: The AST sanitization can be bypassed with dynamic property accesses, the hardening of the err...

8.8CVSS5.8AI score0.0023EPSS
SaveExploits1References5Affected Software2
GithubExploit
GithubExploit
added 2026/02/04 2:13 p.m.211 views

Exploit for Reliance on Untrusted Inputs in a Security Decision in Microsoft

Detections for the CVE-2026-21509 vulnerability in MS Office...

8.8CVSS5.5AI score0.97242EPSS
SaveExploits51
Github Security Blog
Github Security Blog
added 2026/02/03 6:42 p.m.14 views

Cloudflare Agents SDK has Insecure Direct Object Reference (IDOR) via Header-Based Email Routing

Summary An Insecure Direct Object Reference CWE-639 has been found to exist in createHeaderBasedEmailResolver function within the Cloudflare Agents SDK. The issue occurs because the Message-ID and References headers are parsed to derive the target agentName and agentId without proper validation o...

6.9CVSS5.5AI score0.00366EPSS
SaveExploits0References5Affected Software1
RedhatCVE
RedhatCVE
added 2026/02/03 1:52 p.m.10 views

CVE-2026-24737

A flaw was found in jsPDF, a JavaScript library for generating PDFs. A remote attacker could exploit this vulnerability by providing unsanitized input to specific methods within the Acroform module, such as AcroformChoiceField.addOption or AcroFormCheckBox.appearanceState. This allows the attacke...

8.3CVSS5.9AI score0.00524EPSS
SaveExploits1References6
EUVD
EUVD
added 2026/02/03 11:39 a.m.15 views

EUVD-2026-5307

Summary An Insecure Direct Object Reference has been found to exist in createHeaderBasedEmailResolver function within the Cloudflare Agents SDK. The issue occurs because the Message-ID and References headers are parsed to derive the target agentName and agentId without proper validation or origin...

6.9CVSS5.5AI score0.00366EPSS
SaveExploits0References1
OSV
OSV
added 2026/02/03 11:39 a.m.6 views

CVE-2026-1664 Insecure Direct Object Reference (IDOR) via Header-Based Email Routing

Summary An Insecure Direct Object Reference has been found to exist in createHeaderBasedEmailResolver function within the Cloudflare Agents SDK. The issue occurs because the Message-ID and References headers are parsed to derive the target agentName and agentId without proper validation or origin...

6.9CVSS6AI score
SaveExploits0References3
CVE
CVE
added 2026/02/03 11:39 a.m.40 views

CVE-2026-1664

Summary: CVE-2026-1664 affects Cloudflare Agents SDK prior to 0.3.7, due to an IDOR in header-based email routing. Root cause: createHeaderBasedEmailResolver() parses Message-ID and References to derive target agentName/agentId without cryptographic/origin verification, letting external headers s...

6.9CVSS5.5AI score0.00366EPSS
SaveExploits0References1
NVD
NVD
added 2026/02/02 11:16 p.m.24 views

CVE-2026-24737

jsPDF is a library to generate PDFs in JavaScript. Prior to 4.1.0, user control of properties and methods of the Acroform module allows users to inject arbitrary PDF objects, such as JavaScript actions. If given the possibility to pass unsanitized input to one of the following methods or...

8.3CVSS0.00524EPSS
SaveExploits1References8
Vulnrichment
Vulnrichment
added 2026/02/02 8:29 p.m.6 views

CVE-2026-24737 jsPDF has a PDF Injection in AcroFormChoiceField which allows Arbitrary JavaScript Execution

jsPDF is a library to generate PDFs in JavaScript. Prior to 4.1.0, user control of properties and methods of the Acroform module allows users to inject arbitrary PDF objects, such as JavaScript actions. If given the possibility to pass unsanitized input to one of the following methods or...

8.1CVSS5.5AI score0.00524EPSS
SaveExploits1References3
CNNVD
CNNVD
added 2026/02/02 12:0 a.m.15 views

jsPDF 安全漏洞

jsPDF is a JavaScript-based PDF document generation library developed by Parallax. Versions of jsPDF prior to 4.1.0 contained security vulnerabilities. These vulnerabilities stemmed from the properties and methods of the Acroform module, which allowed users to inject arbitrary PDF objects, such a...

8.1CVSS5.9AI score0.00524EPSS
SaveExploits1References3
CNNVD
CNNVD
added 2026/02/02 12:0 a.m.11 views

MediaTek Chipsets 安全漏洞

MediaTek Chipsets are a series of chips developed by MediaTek Corporation in China. The MediaTek Chipsets contain security vulnerabilities, which stem from the reuse of objects after they are released by imgsys, potentially leading to an increase in local privileges...

6.7CVSS5.8AI score0.00097EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/02/02 12:0 a.m.6 views

PT-2026-6463

Impact User control of properties and methods of the Acroform module allows users to inject arbitrary PDF objects, such as JavaScript actions. If given the possibility to pass unsanitized input to one of the following methods or properties, a user can inject arbitrary PDF objects, such as...

8.1CVSS5.6AI score0.00524EPSS
SaveExploits1References6
Positive Technologies
Positive Technologies
added 2026/02/02 12:0 a.m.17 views

PT-2026-5721

Name of the Vulnerable Software and Affected Versions jsPDF versions prior to 4.1.0 Description A flaw exists in jsPDF, a JavaScript library for generating PDFs, where user control over properties and methods within the Acroform module can lead to the injection of arbitrary PDF objects, including...

9.4CVSS5.9AI score0.00524EPSS
SaveExploits1References11
Tenable Nessus
Tenable Nessus
added 2026/01/31 12:0 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2026-23034

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/amdgpu/userq: Fix fence reference leak on queue teardown v2 The user mode queue keeps a pointer to the most recent fence in userq-lastfence. This pointer...

5.5AI score0.00177EPSS
SaveExploits0References3
Rows per page
Query Builder