Lucene search
K

18 matches found

EUVD
EUVD
added 2026/04/01 12:7 a.m.2 views

EUVD-2026-17504

Parse Server has a LiveQuery protected-field guard bypass via array-like logical operator value...

5.3CVSS5.9AI score0.00035EPSS
Exploits0References6
Github Security Blog
Github Security Blog
added 2026/04/01 12:7 a.m.5 views

Parse Server has a LiveQuery protected-field guard bypass via array-like logical operator value

Impact An authenticated user with find class-level permission can bypass the protectedFields class-level permission setting on LiveQuery subscriptions. By sending a subscription with a $or, $and, or $nor operator value as a plain object with numeric keys and a length property an "array-like" obje...

5.3CVSS5.9AI score0.00035EPSS
Exploits0References7Affected Software1
Vulnrichment
Vulnrichment
added 2026/03/31 3:10 p.m.0 views

CVE-2026-34595 Parse Server: LiveQuery protected-field guard bypass via array-like logical operator value

Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to versions 8.6.70 and 9.7.0-alpha.18, an authenticated user with find class-level permission can bypass the protectedFields class-level permission setting on LiveQuery subscriptions. By...

5.3CVSS5.8AI score0.00035EPSS
Exploits0References5
OSV
OSV
added 2026/03/31 3:10 p.m.1 views

CVE-2026-34595 Parse Server: LiveQuery protected-field guard bypass via array-like logical operator value

Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to versions 8.6.70 and 9.7.0-alpha.18, an authenticated user with find class-level permission can bypass the protectedFields class-level permission setting on LiveQuery subscriptions. By...

5.3CVSS5.7AI score0.00035EPSS
Exploits0References7
OSV
OSV
added 2026/03/31 3:15 a.m.1 views

UBUNTU-CVE-2026-34043

Serialize JavaScript to a superset of JSON that includes regular expressions and functions. Prior to version 7.0.5, there is a Denial of Service DoS vulnerability caused by CPU exhaustion. When serializing a specially crafted "array-like" object an object that inherits from Array.prototype but ha...

7.5CVSS5.8AI score0.00018EPSS
Exploits0References6
Vulnrichment
Vulnrichment
added 2026/03/31 1:48 a.m.1 views

CVE-2026-34043 Serialize JavaScript has CPU Exhaustion Denial of Service via crafted array-like objects

Serialize JavaScript to a superset of JSON that includes regular expressions and functions. Prior to version 7.0.5, there is a Denial of Service DoS vulnerability caused by CPU exhaustion. When serializing a specially crafted "array-like" object an object that inherits from Array.prototype but ha...

5.9CVSS5.8AI score0.00018EPSS
Exploits0References3
Cvelist
Cvelist
added 2026/03/31 1:48 a.m.24 views

CVE-2026-34043 Serialize JavaScript has CPU Exhaustion Denial of Service via crafted array-like objects

Serialize JavaScript to a superset of JSON that includes regular expressions and functions. Prior to version 7.0.5, there is a Denial of Service DoS vulnerability caused by CPU exhaustion. When serializing a specially crafted "array-like" object an object that inherits from Array.prototype but ha...

5.9CVSS0.00018EPSS
Exploits0References3
ATTACKERKB
ATTACKERKB
added 2026/03/31 1:48 a.m.1 views

CVE-2026-34043

Serialize JavaScript to a superset of JSON that includes regular expressions and functions. Prior to version 7.0.5, there is a Denial of Service DoS vulnerability caused by CPU exhaustion. When serializing a specially crafted "array-like" object an object that inherits from Array.prototype but ha...

5.9CVSS5.8AI score0.00018EPSS
Exploits0References4Affected Software1
CVE
CVE
added 2026/03/31 1:48 a.m.19 views

CVE-2026-34043

CVE-2026-34043 affects the Node.js module serialize-javascript. The vulnerability causes a DoS via CPU exhaustion when serializing a specially crafted array-like object with a very large length, leading to a 100% CPU loop and hang. This is fixed in version 7.0.5; affected deployments should upgra...

7.5CVSS5.8AI score0.00018EPSS
Exploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/27 6:18 p.m.15 views

Serialize JavaScript has CPU Exhaustion Denial of Service via crafted array-like objects

Impact What kind of vulnerability is it? It is a Denial of Service DoS vulnerability caused by CPU exhaustion. When serializing a specially crafted "array-like" object an object that inherits from Array.prototype but has a very large length property, the process enters an intensive loop that...

7.5CVSS5.8AI score0.00018EPSS
Exploits0References6Affected Software1
OSV
OSV
added 2026/03/27 6:18 p.m.0 views

GHSA-QJ8W-GFJ5-8C6V Serialize JavaScript has CPU Exhaustion Denial of Service via crafted array-like objects

Impact What kind of vulnerability is it? It is a Denial of Service DoS vulnerability caused by CPU exhaustion. When serializing a specially crafted "array-like" object an object that inherits from Array.prototype but has a very large length property, the process enters an intensive loop that...

5.9CVSS5.8AI score0.00018EPSS
Exploits0References6
Snyk
Snyk
added 2024/11/06 9:41 p.m.2 views

Protection Mechanism Failure

Overview twig/twig is a flexible, fast, and secure template language for PHP. Affected versions of this package are vulnerable to Protection Mechanism Failure in a sandbox, an attacker can access attributes of Array-like objects due to improper validation by the security policy. Note: This change...

2.2CVSS6.9AI score0.00072EPSS
Exploits0References2
OSV
OSV
added 2024/11/06 8:15 p.m.1 views

UBUNTU-CVE-2024-51755

Twig is a template language for PHP. In a sandbox, an attacker can access attributes of Array-like objects as they were not checked by the security policy. They are now checked via the property policy and the isset method is now called after the security check. This is a BC break. This issue has...

2.2CVSS5.8AI score0.00072EPSS
Exploits0References4
OSV
OSV
added 2024/11/06 7:52 p.m.11 views

GHSA-JJXQ-FF2G-95VH Twig has unguarded calls to `__isset()` and to array-accesses when the sandbox is enabled

Description In a sandbox, and attacker can access attributes of Array-like objects as they were not checked by the security policy. They are now checked via the property policy and the isset method is now called after the security check. This is a BC break. Resolution The sandbox mode now ensures...

2.2CVSS3.4AI score0.00072EPSS
Exploits0References6
Cvelist
Cvelist
added 2024/11/06 7:27 p.m.17 views

CVE-2024-51755 Unguarded calls to __isset() and to array-accesses when the sandbox is enabled in Twig

Twig is a template language for PHP. In a sandbox, an attacker can access attributes of Array-like objects as they were not checked by the security policy. They are now checked via the property policy and the isset method is now called after the security check. This is a BC break. This issue has...

2.2CVSS0.00072EPSS
Exploits0References2
Vulnrichment
Vulnrichment
added 2024/11/06 7:27 p.m.12 views

CVE-2024-51755 Unguarded calls to __isset() and to array-accesses when the sandbox is enabled in Twig

Twig is a template language for PHP. In a sandbox, an attacker can access attributes of Array-like objects as they were not checked by the security policy. They are now checked via the property policy and the isset method is now called after the security check. This is a BC break. This issue has...

2.2CVSS3.5AI score0.00072EPSS
Exploits0References2
Positive Technologies
Positive Technologies
added 2024/11/06 12:0 a.m.1 views

PT-2024-34886 · Twig +1 · Twig +1

Name of the Vulnerable Software and Affected Versions: Twig versions prior to 3.11.2 Twig versions prior to 3.14.1 Description: In a sandbox, an attacker can access attributes of Array-like objects as they were not checked by the security policy. They are now checked via the property policy and t...

2.2CVSS7AI score0.00072EPSS
Exploits0References20
Prion
Prion
added 2021/06/18 8:15 p.m.11 views

Type confusion

The npm package "striptags" is an implementation of PHP's striptags in Typescript. In striptags before version 3.2.0, a type-confusion vulnerability can cause striptags to concatenate unsanitized strings when an array-like object is passed in as the html parameter. This can be abused by an attack...

5CVSS5.1AI score0.00292EPSS
Exploits0References4Affected Software1
Rows per page
Query Builder