Lucene search
K

16860 matches found

Tenable Nessus
Tenable Nessus
added 2026/02/11 12:0 a.m.4 views

Unity Linux 20.1050e / 20.1060e / 20.1070e Security Update: busybox (UTSA-2026-005338)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-005338 advisory. In netstat in BusyBox through 1.37.0, local users can launch of network application with an argv0 containing an ANSI terminal escape sequence, leading to a denial of...

2.5CVSS5.6AI score0.00238EPSS
Exploits0References4
Vulnrichment
Vulnrichment
added 2026/02/10 4:56 p.m.3 views

CVE-2026-24045 Docmost Affected by Stored XSS in Public Share Page

Docmost is open-source collaborative wiki and documentation software. From 0.20.0 and before 0.25.0, the public share page functionality in Docmost does not properly HTML-escape page titles before inserting them into meta tags and the title tag. This allows Stored Cross-Site Scripting XSS attacks...

7.3CVSS6AI score0.00224EPSS
Exploits1References3
RedHat Linux
RedHat Linux
added 2026/02/10 12:58 p.m.4 views

nodejs: Nodejs file permissions bypass

A flaw in Node.js’s Permissions model allows attackers to bypass --allow-fs-read and --allow-fs-write restrictions using crafted relative symlink paths. By chaining directories and symlinks, a script granted access only to the current directory can escape the allowed path and read sensitive files...

9.1CVSS5.9AI score0.00489EPSS
Exploits2References5
RedHat Linux
RedHat Linux
added 2026/02/10 12:54 p.m.2 views

nodejs: Nodejs file permissions bypass

A flaw in Node.js’s Permissions model allows attackers to bypass --allow-fs-read and --allow-fs-write restrictions using crafted relative symlink paths. By chaining directories and symlinks, a script granted access only to the current directory can escape the allowed path and read sensitive files...

9.1CVSS5.9AI score0.00489EPSS
Exploits2References5
Github Security Blog
Github Security Blog
added 2026/02/10 12:24 a.m.13 views

@nyariv/sandboxjs has host prototype pollution from sandbox via array intermediary (sandbox escape)

Summary A sandbox escape vulnerability allows sandboxed code to mutate host built-in prototypes by laundering the isGlobal protection flag through array literal intermediaries. When a global prototype reference e.g., Map.prototype, Set.prototype is placed into an array and retrieved, the isGlobal...

10CVSS5.8AI score0.00552EPSS
Exploits1References4Affected Software1
OSV
OSV
added 2026/02/10 12:24 a.m.4 views

GHSA-WW7G-4GWX-M7WJ @nyariv/sandboxjs has host prototype pollution from sandbox via array intermediary (sandbox escape)

Summary A sandbox escape vulnerability allows sandboxed code to mutate host built-in prototypes by laundering the isGlobal protection flag through array literal intermediaries. When a global prototype reference e.g., Map.prototype, Set.prototype is placed into an array and retrieved, the isGlobal...

9CVSS5.8AI score0.00552EPSS
Exploits1References4
NVD
NVD
added 2026/02/09 10:16 p.m.4 views

CVE-2026-25881

SandboxJS is a JavaScript sandboxing library. Prior to 0.8.31, a sandbox escape vulnerability allows sandboxed code to mutate host built-in prototypes by laundering the isGlobal protection flag through array literal intermediaries. When a global prototype reference e.g., Map.prototype,...

10CVSS0.00552EPSS
Exploits1References2
Vulnrichment
Vulnrichment
added 2026/02/09 9:12 p.m.3 views

CVE-2026-25881 @nyariv/sandboxjs has host prototype pollution from sandbox via array intermediary (sandbox escape)

SandboxJS is a JavaScript sandboxing library. Prior to 0.8.31, a sandbox escape vulnerability allows sandboxed code to mutate host built-in prototypes by laundering the isGlobal protection flag through array literal intermediaries. When a global prototype reference e.g., Map.prototype,...

9CVSS5.5AI score0.00552EPSS
Exploits1References2
ATTACKERKB
ATTACKERKB
added 2026/02/09 9:12 p.m.7 views

CVE-2026-25881

SandboxJS is a JavaScript sandboxing library. Prior to 0.8.31, a sandbox escape vulnerability allows sandboxed code to mutate host built-in prototypes by laundering the isGlobal protection flag through array literal intermediaries. When a global prototype reference e.g., Map.prototype,...

9CVSS5.5AI score0.00552EPSS
Exploits1References3Affected Software1
Cvelist
Cvelist
added 2026/02/09 9:12 p.m.29 views

CVE-2026-25881 @nyariv/sandboxjs has host prototype pollution from sandbox via array intermediary (sandbox escape)

SandboxJS is a JavaScript sandboxing library. Prior to 0.8.31, a sandbox escape vulnerability allows sandboxed code to mutate host built-in prototypes by laundering the isGlobal protection flag through array literal intermediaries. When a global prototype reference e.g., Map.prototype,...

9CVSS0.00552EPSS
Exploits1References2
CVE
CVE
added 2026/02/09 9:12 p.m.26 views

CVE-2026-25881

SandboxJS prior to version 0.8.31 contains a sandbox-escape vulnerability where sandboxed code can mutate host prototypes by laundering the isGlobal protection flag through array literals. Specifically, a global prototype reference (for example Map.prototype or Set.prototype) stored in an array a...

10CVSS5.5AI score0.00552EPSS
Exploits1References2Affected Software1
OSV
OSV
added 2026/02/09 9:12 p.m.4 views

CVE-2026-25881 @nyariv/sandboxjs has host prototype pollution from sandbox via array intermediary (sandbox escape)

SandboxJS is a JavaScript sandboxing library. Prior to 0.8.31, a sandbox escape vulnerability allows sandboxed code to mutate host built-in prototypes by laundering the isGlobal protection flag through array literal intermediaries. When a global prototype reference e.g., Map.prototype,...

9CVSS5.6AI score0.00552EPSS
Exploits1References4
Github Security Blog
Github Security Blog
added 2026/02/09 8:35 p.m.8 views

Craft CMS Vulnerable to Stored XSS in Number Prefix & Suffix Fields

Summary A stored XSS vulnerability exists in the Number field type settings. The Prefix and Suffix fields are rendered using the |md|raw Twig filter without proper escaping, allowing script execution when the Number field is displayed on users' profiles. Proof of Concept Required Permissions -...

4.8CVSS5.7AI score0.0036EPSS
Exploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/09 5:18 p.m.7 views

Litestar's CORS origin allowlist has a bypass due to unescaped regex metacharacters in allowed origins

Summary CORS origin validation can be bypassed because the allowed-origins allowlist is compiled into a regex without escaping metacharacters notably .. An allowed origin like https://good.example can match https://goodXexample, resulting in Access-Control-Allow-Origin being set for an untrusted...

7.4CVSS5.4AI score0.00383EPSS
Exploits1References6Affected Software1
NCSC
NCSC
added 2026/02/09 10:39 a.m.7 views

Vulnerabilities fixed in n8n

n8n has fixed vulnerabilities in versions 1.114.3, 1.115.0, 1.123.17, 2.5.2, 1.122.5, 1.123.2, 1.123.18, 2.5.0, 1.123.10, 2.5.0, 2.2.1, 1.123.9, 1.123.12, 2.4.0, 1.118.0, 2.4.0, 2.4.8, and 1.120.3. The vulnerabilities include the use of Buffer.allocUnsafe and Buffer.allocUnsafeSlow, which can lea...

9.9CVSS6.9AI score0.01713EPSS
Exploits0References10
RedHat Linux
RedHat Linux
added 2026/02/09 9:34 a.m.1 views

firefox: thunderbird: Sandbox escape due to integer overflow in the Graphics component

A flaw was found in Firefox and Thunderbird. The Mozilla Foundation's Security Advisory describes the following issue: Sandbox escape due to integer overflow in the Graphics component...

8.8CVSS5.8AI score0.00456EPSS
Exploits0References6
RedHat Linux
RedHat Linux
added 2026/02/09 9:34 a.m.1 views

firefox: thunderbird: Sandbox escape due to incorrect boundary conditions in the Graphics component

A flaw was found in Firefox and Thunderbird. The Mozilla Foundation's Security Advisory describes the following issue: Sandbox escape due to incorrect boundary conditions in the Graphics component...

9.8CVSS5.7AI score0.0055EPSS
Exploits0References6
RedHat Linux
RedHat Linux
added 2026/02/09 9:34 a.m.1 views

firefox: thunderbird: Sandbox escape due to incorrect boundary conditions in the Graphics: CanvasWebGL component

A flaw was found in Firefox and Thunderbird. The Mozilla Foundation's Security Advisory describes the following issue: Sandbox escape due to incorrect boundary conditions in the Graphics: CanvasWebGL component...

8CVSS5.7AI score0.00288EPSS
Exploits0References6
Github Security Blog
Github Security Blog
added 2026/02/09 9:30 a.m.6 views

MCP Run Python has a Sandbox Escape & Server Takeover Vulnerability

Impact Critical Sandbox Escape & Server Takeover: A critical security vulnerability exists in mcp-run-python due to a lack of isolation between the Python runtime Pyodide and the host JavaScript environment. The runPython and runPythonAsync functions execute Python code using Pyodide without...

5.8CVSS6.1AI score0.00177EPSS
Exploits0References3Affected Software1
OSV
OSV
added 2026/02/09 9:30 a.m.4 views

GHSA-PFV4-WMPH-5GC6 MCP Run Python has a Sandbox Escape & Server Takeover Vulnerability

Impact Critical Sandbox Escape & Server Takeover: A critical security vulnerability exists in mcp-run-python due to a lack of isolation between the Python runtime Pyodide and the host JavaScript environment. The runPython and runPythonAsync functions execute Python code using Pyodide without...

5.8CVSS6.3AI score0.00177EPSS
Exploits0References3
Rows per page
Query Builder