Lucene search
+L

1047 matches found

SUSE CVE
SUSE CVE
added 2026/04/13 11:25 p.m.7 views

SUSE CVE-2026-40190

LangSmith Client SDKs provide SDK's for interacting with the LangSmith platform. Prior to 0.5.18, the LangSmith JavaScript/TypeScript SDK langsmith contains an incomplete prototype pollution fix in its internally vendored lodash set utility. The baseAssignValue function only guards against the...

9.8CVSS5.8AI score0.00313EPSS
SaveExploits1References3
RedhatCVE
RedhatCVE
added 2026/04/13 7:23 p.m.10 views

CVE-2026-40190

LangSmith Client SDKs provide SDK's for interacting with the LangSmith platform. Prior to 0.5.18, the LangSmith JavaScript/TypeScript SDK langsmith contains an incomplete prototype pollution fix in its internally vendored lodash set utility. The baseAssignValue function only guards against the...

5.6CVSS5.8AI score0.00313EPSS
SaveExploits1References1
Veracode
Veracode
added 2026/04/13 6:51 a.m.34 views

Prototype Pollution

LangSmith is vulnerable to Prototype Pollution. The vulnerability is due to an incomplete prototype pollution fix in its internally vendored lodash set utility, where the baseAssignValue function only guards against the proto key, but fails to prevent traversal via constructor.prototype, and...

9.8CVSS5.8AI score0.00313EPSS
SaveExploits1References3Affected Software1
Vulnrichment
Vulnrichment
added 2026/04/10 7:47 p.m.5 views

CVE-2026-40190 LangSmith Client SDKs has Prototype Pollution in langsmith-sdk via Incomplete `__proto__` Guard in Internal lodash `set()`

LangSmith Client SDKs provide SDK's for interacting with the LangSmith platform. Prior to 0.5.18, the LangSmith JavaScript/TypeScript SDK langsmith contains an incomplete prototype pollution fix in its internally vendored lodash set utility. The baseAssignValue function only guards against the...

5.6CVSS5.8AI score0.00313EPSS
SaveExploits1References1
CNNVD
CNNVD
added 2026/04/10 12:0 a.m.12 views

LangSmith Client SDKs 安全漏洞

LangSmith Client SDKs are a developer toolkit open-sourced by LangChain. Versions of LangSmith Client SDKs prior to 0.5.18 contained security vulnerabilities. These vulnerabilities stemmed from incomplete prototype pollution repairs in the lodash set utility provided internally within the LangSmi...

5.6CVSS5.8AI score0.00313EPSS
SaveExploits1References2
EUVD
EUVD
added 2026/04/09 6:31 p.m.13 views

EUVD-2026-20993

Hashgraph Guardian through version 3.5.0 contains an unsandboxed JavaScript execution vulnerability in the Custom Logic policy block worker that allows authenticated Standard Registry users to execute arbitrary code by passing user-supplied JavaScript expressions directly to the Node.js Function...

8.8CVSS6.4AI score0.00545EPSS
SaveExploits0References3
NVD
NVD
added 2026/04/09 6:17 p.m.7 views

CVE-2026-39911

Hashgraph Guardian through version 3.5.1, fixed in commit 45fbe2f, contains an unsandboxed JavaScript execution vulnerability in the Custom Logic policy block worker that allows authenticated Standard Registry users to execute arbitrary code by passing user-supplied JavaScript expressions directl...

8.8CVSS0.00545EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/04/07 5:4 p.m.8 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
NVD
NVD
added 2026/04/06 4:16 p.m.5 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...

10CVSS0.00561EPSS
SaveExploits1References1
CVE
CVE
added 2026/04/06 3:9 p.m.27 views

CVE-2026-34208

CVE-2026-34208 (SandboxJS) affects SandboxJS versions prior to 0.8.36. The vulnerability arises because an exposed constructor path (this.constructor.call(target, attackerObject)) can bypass the global-write protection and cause host global objects to be mutated by attacker-controlled payloads. T...

10CVSS6.1AI score0.00561EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2026/04/06 3:9 p.m.36 views

CVE-2026-34208 SandboxJS: Sandbox integrity escape

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...

10CVSS0.00561EPSS
SaveExploits1References1
CNNVD
CNNVD
added 2026/04/06 12:0 a.m.13 views

SandboxJS 安全漏洞

SandboxJS is a security assessment tool developed by nyariv. Versions of SandboxJS prior to 0.8.36 contained security vulnerabilities; these vulnerabilities stemmed from the ability to bypass global object protection through constructor paths, potentially allowing modification of host global obje...

10CVSS5.8AI score0.00561EPSS
SaveExploits1References1
OSV
OSV
added 2026/04/03 9:45 p.m.3 views

GHSA-HG73-4W7G-Q96W SandboxJS: Sandbox Escape via Prop Object Leak in New Handler

Description A scope modification vulnerability exists in @nyariv/sandboxjs version 0.8.35 and below. The vulnerability allows untrusted sandboxed code to leak internal interpreter objects through the new operator, exposing sandbox scope objects in the scope hierarchy to untrusted code; an...

6.9CVSS6.1AI score0.00292EPSS
SaveExploits1References4
Snyk
Snyk
added 2026/04/03 9:44 p.m.6 views

Improperly Controlled Modification of Dynamically-Determined Object Attributes

Overview @nyariv/sandboxjs is a Javascript sandboxing library. Affected versions of this package are vulnerable to Improperly Controlled Modification of Dynamically-Determined Object Attributes through the constructor process. An attacker can modify host global objects and persist these changes...

10CVSS6.3AI score0.00561EPSS
SaveExploits1References3
Github Security Blog
Github Security Blog
added 2026/04/03 9:44 p.m.43 views

SandboxJS: Sandbox integrity escape

Summary 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.constructor resolves to the internal SandboxGlobal function and...

10CVSS6.2AI score0.00561EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2026/04/03 9:44 p.m.7 views

GHSA-2GG9-6P7W-6CPJ SandboxJS: Sandbox integrity escape

Summary 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.constructor resolves to the internal SandboxGlobal function and...

10CVSS6.2AI score0.00561EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2026/04/03 12:0 a.m.9 views

PT-2026-30272

Name of the Vulnerable Software and Affected Versions SandboxJS versions prior to 0.8.35 Description SandboxJS has a flaw where direct assignment to global objects is blocked, but this protection can be bypassed through a callable constructor path using this.constructor.calltarget, attackerObject...

10CVSS6.2AI score0.00561EPSS
SaveExploits1References13
Snyk
Snyk
added 2026/04/02 11:21 p.m.13 views

Cross-site Scripting (XSS)

Overview telejson is an A library for teleporting rich data to another place. Affected versions of this package are vulnerable to Cross-site Scripting XSS in the parse function. An attacker can execute arbitrary JavaScript code in the new Function context by supplying a crafted JSON payload...

4.2CVSS5.8AI score
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/04/02 11:21 p.m.18 views

TeleJSON: DOM XSS via unsanitised constructor name in `new Function()`

Summary telejson versions prior to 6.0.0 released 2022 are vulnerable to DOM-based Cross-Site Scripting XSS through unsafe deserialisation. Attacker-controlled input from the constructor-name property in parsed JSON is passed directly to new Function without sanitisation, allowing arbitrary...

6.1CVSS6.2AI score0.00358EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/04/02 11:21 p.m.23 views

GHSA-CCGF-5RWJ-J3HV TeleJSON: DOM XSS via unsanitised constructor name in `new Function()`

Summary telejson versions prior to 6.0.0 released 2022 are vulnerable to DOM-based Cross-Site Scripting XSS through unsafe deserialisation. Attacker-controlled input from the constructor-name property in parsed JSON is passed directly to new Function without sanitisation, allowing arbitrary...

6.1CVSS6.2AI score0.00358EPSS
SaveExploits0References5
Rows per page
Query Builder