Lucene search
+L

1089 matches found

Vulnrichment
Vulnrichment
added 2026/03/20 3:07 a.m.6 views

CVE-2026-31805 Discourse has a poll authorization bypass via post_id array parameter

Discourse is an open-source discussion platform. Prior to versions 2026.3.0-latest.1, 2026.2.1, and 2026.1.2, an authorization bypass in the poll plugin allowed authenticated users to vote on, remove votes from, or toggle the open/closed status of polls they did not have access to. By passing...

5.3CVSS5.8AI score0.00229EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/03/20 12:00 a.m.21 views

PT-2026-26593

Summary Qwik City improperly inferred arrays from dotted form field names during FormData parsing. By submitting mixed array-index and object-property keys for the same path, an attacker could cause user-controlled properties to be written onto values that application code expected to be arrays...

7.5CVSS5.9AI score0.00427EPSS
SaveExploits0References7
OSV
OSV
added 2026/03/19 5:43 p.m.24 views

GHSA-RF6F-7FWH-WJGH Prototype Pollution via parse() in NodeJS flatted

--- Summary The parse function in flatted can use attacker-controlled string values from the parsed JSON as direct array index keys, without validating that they are numeric. Since the internal input buffer is a JavaScript Array, accessing it with the key "\proto\" returns Array.prototype via the...

9.3CVSS6.1AI score0.00808EPSS
SaveExploits1References5
OSV
OSV
added 2026/03/18 1:19 a.m.12 views

CVE-2026-28499 LeafKit's HTML escaping may be skipped for Collection values, enabling XSS

LeafKit is a templating language with Swift-inspired syntax. Prior to version 1.14.2, HTML escaping doesn't work correctly when a template prints a collection Array / Dictionary via value. This can result in XSS, allowing potentially untrusted input to be rendered unescaped. Version 1.14.2 fixes...

6.9CVSS5.8AI score
SaveExploits0References5
CNNVD
CNNVD
added 2026/03/18 12:00 a.m.16 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the failure to release page arrays, potentially leading to memory leaks...

5.5CVSS5.8AI score0.001EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/03/16 4:22 p.m.18 views

LeafKit's HTML escaping may be skipped for Collection values, enabling XSS

Summary LeafKit HTML-escaping is not working correctly when a template prints a collection Array / Dictionary via value. This can result in XSS, allowing potentially untrusted input to be rendered unescaped. Details LeafKit attempts to escape expressions during serialization, but due to...

6.9CVSS5.6AI score0.00265EPSS
SaveExploits1References5Affected Software1
Positive Technologies
Positive Technologies
added 2026/03/16 12:00 a.m.33 views

PT-2026-25815

Summary LeafKit HTML-escaping is not working correctly when a template prints a collection Array / Dictionary via value. This can result in XSS, allowing potentially untrusted input to be rendered unescaped. Details LeafKit attempts to escape expressions during serialization, but due to...

6.9CVSS5.6AI score0.00265EPSS
SaveExploits1References11
Cvelist
Cvelist
added 2026/03/13 3:51 p.m.41 views

CVE-2026-26954 SandboxJS has a Sandbox Escape

SandboxJS is a JavaScript sandboxing library. Prior to 0.8.34, it is possible to obtain arrays containing Function, which allows escaping the sandbox. Given an array containing Function, and Object.fromEntries, it is possible to construct p: Function where p is any constructible property. This...

10CVSS0.00547EPSS
SaveExploits1References1
CVE
CVE
added 2026/03/13 3:51 p.m.39 views

CVE-2026-26954

SandboxJS is a JavaScript sandboxing library. Before version 0.8.34, it can leak arrays containing Function, enabling sandbox escape when used with Object.fromEntries to construct {[p]: Function} for any constructible property. This leads to Sandbox Escape with potential RCE as described in multi...

10CVSS5.8AI score0.00547EPSS
SaveExploits1References1Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/13 1:46 p.m.16 views

SandboxJS affected by a Sandbox Escape

Summary It is possible to obtain arrays containing Function, which allows escaping the sandbox. Details There are various ways to get an array containing Function, e.g. js Object.entriesthis.at1 // 'Function', Function: Function Object.valuesthis.slice1, 2 // Function: Function Given an array...

10CVSS5.8AI score0.00547EPSS
SaveExploits1References5Affected Software1
CNNVD
CNNVD
added 2026/03/13 12:00 a.m.19 views

SandboxJS 代码注入漏洞

SandboxJS is a security assessment tool developed by nyariv. Versions of SandboxJS prior to 0.8.34 contained a code injection vulnerability. This vulnerability stemmed from the possibility of accessing arrays containing functions, which could lead to sandbox escape...

10CVSS5.9AI score0.00547EPSS
SaveExploits1References1
RedHat Linux
RedHat Linux
added 2026/03/12 4:34 p.m.28 views

php: heap-based buffer overflow in array_merge()

A flaw was found in PHP. A heap-based buffer overflow occurs in the arraymerge function when the total element count of packed arrays exceeds the 32-bit limit or the internal HTMAXSIZE due to an integer overflow in the precomputation of element counts using the zendhashnumelements function, causi...

8.2CVSS6AI score0.00465EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2026/03/12 3:31 p.m.15 views

php: heap-based buffer overflow in array_merge()

A flaw was found in PHP. A heap-based buffer overflow occurs in the arraymerge function when the total element count of packed arrays exceeds the 32-bit limit or the internal HTMAXSIZE due to an integer overflow in the precomputation of element counts using the zendhashnumelements function, causi...

8.2CVSS6AI score0.00465EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2026/03/10 5:34 p.m.12 views

php: heap-based buffer overflow in array_merge()

A flaw was found in PHP. A heap-based buffer overflow occurs in the arraymerge function when the total element count of packed arrays exceeds the 32-bit limit or the internal HTMAXSIZE due to an integer overflow in the precomputation of element counts using the zendhashnumelements function, causi...

8.2CVSS6AI score0.00465EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2026/03/09 2:43 p.m.20 views

php: heap-based buffer overflow in array_merge()

A flaw was found in PHP. A heap-based buffer overflow occurs in the arraymerge function when the total element count of packed arrays exceeds the 32-bit limit or the internal HTMAXSIZE due to an integer overflow in the precomputation of element counts using the zendhashnumelements function, causi...

8.2CVSS6AI score0.00465EPSS
SaveExploits1References5
OSV
OSV
added 2026/02/28 12:03 a.m.20 views

OSV-2026-324 Security exception in java.base/java.util.Arrays.copyOfRange

OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=488130836 Crash type: Security exception Crash state: java.base/java.util.Arrays.copyOfRange java.base/java.lang.StringUTF16.newString java.base/java.lang.StringBuilder.toString...

5.8AI score
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/02/21 7:29 p.m.12 views

CVE-2025-68854

Improper Neutralization of Input During Web Page Generation 'Cross-site Scripting' vulnerability in harman79 ID Arrays id-arrays allows DOM-Based XSS.This issue affects ID Arrays: from n/a through = 2.1.2...

7.1CVSS5.5AI score0.00245EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/02/21 1:30 a.m.12 views

CVE-2026-27007

OpenClaw is a personal AI assistant. Prior to version 2026.2.15, normalizeForHash in src/agents/sandbox/config-hash.ts recursively sorted arrays that contained only primitive values. This made order-sensitive sandbox configuration arrays hash to the same value even when order changed. In OpenClaw...

4.8CVSS5.5AI score0.00163EPSS
SaveExploits0References1
NVD
NVD
added 2026/02/20 4:22 p.m.12 views

CVE-2025-68854

Improper Neutralization of Input During Web Page Generation 'Cross-site Scripting' vulnerability in harman79 ID Arrays id-arrays allows DOM-Based XSS.This issue affects ID Arrays: from n/a through = 2.1.2...

7.1CVSS0.00245EPSS
SaveExploits0References1
CVE
CVE
added 2026/02/20 3:46 p.m.31 views

CVE-2025-68854

CVE-2025-68854 is a WordPress plugin vulnerability in ID Arrays (id-arrays)

7.1CVSS5.5AI score0.00245EPSS
SaveExploits0References1
Rows per page
Query Builder