Lucene search
+L

78 matches found

Snyk
Snyk
added 2026/07/24 4:14 p.m.10 views

Access of Resource Using Incompatible Type ('Type Confusion')

Overview seroval is a Stringify JS values Affected versions of this package are vulnerable to Access of Resource Using Incompatible Type 'Type Confusion' in the fromJSON process. An attacker can achieve unintended server-side invocation and potentially execute arbitrary code by supplying speciall...

9.8CVSS6.2AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/07/24 4:14 p.m.25 views

seroval: `seroval.fromJSON()` Promise resolver type confusion invokes attacker-controlled methods during deserialization

Summary A type confusion issue in seroval.fromJSON allowed attacker-controlled JSON input to cause Promise control nodes to operate on values from the general deserialization reference table without first verifying that those values were genuine internal promise resolver records. In applications...

6.6AI score
SaveExploits0References3Affected Software1
Patchstack
Patchstack
added 2026/07/24 4:14 p.m.6 views

NPM: seroval: `seroval.fromJSON()` Promise resolver type confusion invokes attacker-controlled methods during deserialization

NPM: seroval: seroval.fromJSON Promise resolver type confusion invokes attacker-controlled methods during deserialization vulnerability discovered by ? in WordPress Npm seroval versions = 1.5.2...

5.8AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/07/24 4:14 p.m.8 views

GHSA-MV8W-475R-VWQW seroval: `seroval.fromJSON()` Promise resolver type confusion invokes attacker-controlled methods during deserialization

Summary A type confusion issue in seroval.fromJSON allowed attacker-controlled JSON input to cause Promise control nodes to operate on values from the general deserialization reference table without first verifying that those values were genuine internal promise resolver records. In applications...

9.8CVSS6.6AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/24 12:0 a.m.19 views

PT-2026-64440

Summary A type confusion issue in seroval.fromJSON allowed attacker-controlled JSON input to cause Promise control nodes to operate on values from the general deserialization reference table without first verifying that those values were genuine internal promise resolver records. In applications...

9.8CVSS6.6AI score
SaveExploits0References4
OSV
OSV
added 2026/07/22 5:0 p.m.8 views

ROOT-APP-NPM-CVE-2026-59940 CVE-2026-59940 in @rootio/seroval - Patched by Root

Root has patched CVE-2026-59940 in the @rootio/seroval package for Root:npm. Multiple fixed versions available...

5.3AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2026/05/14 4:37 p.m.90 views

TanStack Start - Server Core: Inbound server-function request deserialization could invoke a sibling client-referenced server function

Summary A type-confusion bug in seroval ≤ 1.5.2 upstream advisory allowed a crafted JSON body sent to one TanStack Start server function to trigger invocation of a different client-referenced server function as a side effect of deserializing the request payload. This is not an authentication bypa...

6.1AI score
SaveExploits0References3Affected Software1
Snyk
Snyk
added 2026/05/14 4:37 p.m.6 views

Access of Resource Using Incompatible Type ('Type Confusion')

Overview Affected versions of this package are vulnerable to Access of Resource Using Incompatible Type 'Type Confusion' through an upstream type-confusion bug in seroval package. An attacker can trigger unintended execution of a different client-referenced server function by sending a specially...

6.3CVSS5.9AI score
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/01/23 12:24 a.m.9 views

SUSE CVE-2026-23736

seroval facilitates JS value stringification, including complex structures beyond JSON.stringify capabilities. In versions 1.4.0 and below, due to improper input validation, a malicious object key can lead to prototype pollution during JSON deserialization. This vulnerability affects only JSON...

9.8CVSS5.7AI score0.00246EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/01/23 12:24 a.m.9 views

SUSE CVE-2026-23956

seroval facilitates JS value stringification, including complex structures beyond JSON.stringify capabilities. In versions 0.2.0 through 1.4.0, overriding RegExp serialization with extremely large patterns can exhaust JavaScript runtime memory during deserialization. Additionally, overriding RegE...

7.5CVSS5.7AI score0.00481EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/01/23 12:24 a.m.6 views

SUSE CVE-2026-23957

seroval facilitates JS value stringification, including complex structures beyond JSON.stringify capabilities. In versions 1.4.0 and below, overriding encoded array lengths by replacing them with an excessively large value causes the deserialization process to significantly increase processing...

7.5CVSS5.5AI score0.00395EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/01/23 12:24 a.m.6 views

SUSE CVE-2026-24006

Seroval facilitates JS value stringification, including complex structures beyond JSON.stringify capabilities. In versions 1.4.0 and below, serialization of objects with extreme depth can exceed the maximum call stack limit. In version 1.4.1, Seroval introduces a depthLimit parameter in...

7.5CVSS5.5AI score0.00403EPSS
SaveExploits0References3
OSV
OSV
added 2026/01/22 6:2 p.m.8 views

GHSA-3J22-8QJ3-26MX Seroval affected by Denial of Service via Deeply Nested Objects

Serialization of objects with extreme depth can exceed the maximum call stack limit. Mitigation: Seroval introduces a depthLimit parameter in serialization/deserialization methods. An error will be thrown if the depth limit is reached...

7.5CVSS5.5AI score0.00403EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/01/22 6:14 a.m.11 views

CVE-2026-23957

A flaw was found in seroval. A remote attacker can exploit this vulnerability by providing specially crafted input that overrides encoded array lengths with an excessively large value during the deserialization process. This manipulation causes the application to significantly increase processing...

7.5CVSS5.3AI score0.00395EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/01/22 6:14 a.m.12 views

CVE-2026-23956

A flaw was found in seroval, a JavaScript JS value stringification library. A remote attacker could exploit this vulnerability by providing specially crafted regular expressions during deserialization. This could lead to the exhaustion of JavaScript runtime memory or trigger a Regular Expression...

7.5CVSS5.2AI score0.00481EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/01/22 6:13 a.m.49 views

CVE-2026-23737

A flaw was found in seroval, a JavaScript library designed to convert complex data into a string format. This vulnerability exists within the library's JSON deserialization process, which is responsible for converting string data back into usable objects. A remote attacker can exploit improper...

7.5CVSS5.8AI score0.00519EPSS
SaveExploits0References5
vulnersOsv
vulnersOsv
added 2026/01/22 3:46 a.m.20 views

org.webjars.npm:solid-js (=1.9.5) potentially affected by CVE-2026-24006 via org.webjars.npm:seroval (=1.2.1)

org.webjars.npm:seroval MAVEN version =1.2.1 is affected by a known vulnerability. The following packages have a transitive dependency on org.webjars.npm:seroval and may be impacted: - org.webjars.npm:solid-js =1.9.5 Source cves: CVE-2026-24006 Source advisory: SNYK:JAVA-ORGWEBJARSNPM-15054528...

7.5CVSS5.8AI score0.00403EPSS
SaveExploits0
vulnersOsv
vulnersOsv
added 2026/01/22 3:46 a.m.8 views

@aexol/opencode-tui (>=0.2.5 <=0.2.10), @alcyone-labs/arg-parser (>=2.11.0 <=2.13.4) +90 more potentially affected by CVE-2026-24006 via seroval (>=1.0.7 <=1.3.2)

seroval NPM version =1.0.7, =0.2.5, =2.11.0, =1.0.0, =1.1.54, =1.1.54, =1.0.24, =0.1.0, =0.3.0, =1.0.0, =1.1.1 - @gettrace/agent =1.0.0 and more Source cves: CVE-2026-24006 Source advisory: SNYK:JS-SEROVAL-15054527...

7.5CVSS5.7AI score0.00403EPSS
SaveExploits0
Snyk
Snyk
added 2026/01/22 3:46 a.m.5 views

Allocation of Resources Without Limits or Throttling

Overview seroval is a Stringify JS values Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling when serializing objects with very large depth. An attacker can cause resource exhaustion and disrupt service availability by submitting objects with...

8.7CVSS5.5AI score0.00403EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/01/22 3:46 a.m.6 views

Allocation of Resources Without Limits or Throttling

Overview org.webjars.npm:seroval is a Stringify JS values Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling when serializing objects with very large depth. An attacker can cause resource exhaustion and disrupt service availability by submitti...

8.7CVSS5.5AI score0.00403EPSS
SaveExploits0References2
Rows per page
Query Builder