Lucene search
+L

46 matches found

ATTACKERKB
ATTACKERKB
added 2026/02/06 7:54 p.m.5 views

CVE-2026-25586

SandboxJS is a JavaScript sandboxing library. Prior to 0.8.29, a sandbox escape is possible by shadowing hasOwnProperty on a sandbox object, which disables prototype whitelist enforcement in the property-access path. This permits direct access to proto and other blocked prototype properties,...

10CVSS5.4AI score0.00636EPSS
SaveExploits1References3Affected Software1
Vulnrichment
Vulnrichment
added 2026/02/06 7:54 p.m.4 views

CVE-2026-25586 SandboxJS has a Sandbox Escape via Prototype Whitelist Bypass and Host Prototype Pollution

SandboxJS is a JavaScript sandboxing library. Prior to 0.8.29, a sandbox escape is possible by shadowing hasOwnProperty on a sandbox object, which disables prototype whitelist enforcement in the property-access path. This permits direct access to proto and other blocked prototype properties,...

10CVSS5.4AI score0.00636EPSS
SaveExploits1References2
EUVD
EUVD
added 2026/02/06 7:54 p.m.13 views

EUVD-2026-5592

SandboxJS is a JavaScript sandboxing library. Prior to 0.8.29, a sandbox escape is possible by shadowing hasOwnProperty on a sandbox object, which disables prototype whitelist enforcement in the property-access path. This permits direct access to proto and other blocked prototype properties,...

10CVSS5.4AI score0.00636EPSS
SaveExploits1References2
CVE
CVE
added 2026/02/06 7:54 p.m.30 views

CVE-2026-25586

SandboxJS (JavaScript sandboxing library) is affected by a sandbox-escape vulnerability prior to version 0.8.29. The flaw allows shadowing hasOwnProperty on a sandbox object, disabling prototype whitelist enforcement in the property-access path. This enables direct access to proto and other block...

10CVSS5.4AI score0.00636EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2026/02/06 7:54 p.m.9 views

CVE-2026-25586 SandboxJS has a Sandbox Escape via Prototype Whitelist Bypass and Host Prototype Pollution

SandboxJS is a JavaScript sandboxing library. Prior to 0.8.29, a sandbox escape is possible by shadowing hasOwnProperty on a sandbox object, which disables prototype whitelist enforcement in the property-access path. This permits direct access to proto and other blocked prototype properties,...

10CVSS5.5AI score
SaveExploits0References4
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
CNNVD
CNNVD
added 2026/02/06 12:0 a.m.14 views

SandboxJS 安全漏洞

SandboxJS is a security assessment tool developed by nyariv’s individual developer. Versions of SandboxJS prior to 0.8.29 contained a security vulnerability. This vulnerability stemmed from the use of hasOwnProperty to mask objects in the sandbox, allowing sandbox escape and disabling the prototy...

10CVSS6.6AI score0.00636EPSS
SaveExploits1References3
OSV
OSV
added 2026/02/05 9:4 p.m.6 views

GHSA-JJPW-65FV-8G48 @nyariv/sandboxjs has Sandbox Escape via Prototype Whitelist Bypass and Host Prototype Pollution

Summary A sandbox escape is possible by shadowing hasOwnProperty on a sandbox object, which disables prototype whitelist enforcement in the property-access path. This permits direct access to proto and other blocked prototype properties, enabling host Object.prototype pollution and persistent...

10CVSS5.7AI score0.00636EPSS
SaveExploits1References4
Snyk
Snyk
added 2026/02/05 9:4 p.m.4 views

Prototype Pollution

Overview @nyariv/sandboxjs is a Javascript sandboxing library. Affected versions of this package are vulnerable to Prototype Pollution via prototypeAccess on a shadowed sandbox object's hasOwnProperty. An attacker can execute arbitrary code on the underlying system by bypassing the prototype...

10CVSS6.9AI score0.00636EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2026/02/05 9:4 p.m.12 views

@nyariv/sandboxjs has Sandbox Escape via Prototype Whitelist Bypass and Host Prototype Pollution

Summary A sandbox escape is possible by shadowing hasOwnProperty on a sandbox object, which disables prototype whitelist enforcement in the property-access path. This permits direct access to proto and other blocked prototype properties, enabling host Object.prototype pollution and persistent...

10CVSS5.6AI score0.00636EPSS
SaveExploits1References4Affected Software1
Positive Technologies
Positive Technologies
added 2026/02/05 12:0 a.m.11 views

PT-2026-6652

SandboxJS and Affected Versions SandboxJS versions prior to 0.8.29 Description SandboxJS, a JavaScript sandboxing library, is susceptible to a sandbox escape issue. This occurs because of the ability to shadow the hasOwnProperty method on a sandbox object, which disables prototype whitelist...

10CVSS6.6AI score0.00636EPSS
SaveExploits1References14
OSV
OSV
added 2026/01/29 3:18 p.m.10 views

GHSA-2CP6-34R9-54XX Maker.js has Unsafe Property Copying in makerjs.extendObject

Summary The makerjs.extendObject function copies properties from source objects without proper validation, potentially exposing applications to security risks. The function lacks hasOwnProperty checks and does not filter dangerous keys, allowing inherited properties and potentially malicious...

6.5CVSS5.9AI score0.00879EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2026/01/29 3:18 p.m.15 views

Maker.js has Unsafe Property Copying in makerjs.extendObject

Summary The makerjs.extendObject function copies properties from source objects without proper validation, potentially exposing applications to security risks. The function lacks hasOwnProperty checks and does not filter dangerous keys, allowing inherited properties and potentially malicious...

9.8CVSS5.9AI score0.00879EPSS
SaveExploits1References5Affected Software1
Vulnrichment
Vulnrichment
added 2026/01/28 9:35 p.m.5 views

CVE-2026-24888 Maker.js Vulnerable to Unsafe Property Copying in makerjs.extendObject

Maker.js is a 2D vector line drawing and shape modeling for CNC and laser cutters. In versions up to and including 0.19.1, the makerjs.extendObject function copies properties from source objects without proper validation, potentially exposing applications to security risks. The function lacks...

6.5CVSS5.8AI score0.00879EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2026/01/28 9:35 p.m.34 views

CVE-2026-24888 Maker.js Vulnerable to Unsafe Property Copying in makerjs.extendObject

Maker.js is a 2D vector line drawing and shape modeling for CNC and laser cutters. In versions up to and including 0.19.1, the makerjs.extendObject function copies properties from source objects without proper validation, potentially exposing applications to security risks. The function lacks...

6.5CVSS0.00879EPSS
SaveExploits1References3
ATTACKERKB
ATTACKERKB
added 2026/01/28 9:35 p.m.5 views

CVE-2026-24888

Maker.js is a 2D vector line drawing and shape modeling for CNC and laser cutters. In versions up to and including 0.19.1, the makerjs.extendObject function copies properties from source objects without proper validation, potentially exposing applications to security risks. The function lacks...

6.5CVSS5.8AI score0.00879EPSS
SaveExploits1References4Affected Software1
Positive Technologies
Positive Technologies
added 2026/01/28 12:0 a.m.18 views

PT-2026-5230

Name of the Vulnerable Software and Affected Versions Maker.js versions up to and including 0.19.1 Description Maker.js is a 2D vector line drawing and shape modeling library for CNC and laser cutters. The makerjs.extendObject function copies properties from source objects without proper...

9.8CVSS5.8AI score0.00879EPSS
SaveExploits1References13
SUSE CVE
SUSE CVE
added 2023/02/15 6:14 a.m.3 views

SUSE CVE-2006-5747

Unspecified vulnerability in Mozilla Firefox before 1.5.0.8, Thunderbird before 1.5.0.8, and SeaMonkey before 1.0.6 allows remote attackers to execute arbitrary code via the XML.prototype.hasOwnProperty JavaScript function...

7.5CVSS9AI score0.05675EPSS
SaveExploits0References4
OSV
OSV
added 2021/04/13 3:21 p.m.22 views

GHSA-PMPR-VC5Q-H3JW Exposure of Resource to Wrong Sphere in valib

valib through 2.0.0 allows Internal Property Tampering. A maliciously crafted JavaScript object can bypass several inspection functions provided by valib. Valib uses a built-in function hasOwnProperty from the unsafe user-input to examine an object. It is possible for a crafted payload to overwri...

7.5CVSS5.9AI score0.0144EPSS
SaveExploits1References3
Prion
Prion
added 2021/02/22 5:15 p.m.14 views

Design/Logic Flaw

An issue was discovered in Shinobi through ocean version 1. lib/auth.js has Incorrect Access Control. Valid API Keys are held in an internal JS Object. Therefore an attacker can use JS Proto Method names such as constructor or hasOwnProperty to convince the System that the supplied API Key exists...

7.5CVSS9.2AI score0.01603EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder