Skip to content

Commit 5af3ca8

Browse files
1 parent 521b576 commit 5af3ca8

1 file changed

Lines changed: 64 additions & 0 deletions

File tree

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-66fc-rw6m-c2q6",
4+
"modified": "2026-01-21T17:05:54Z",
5+
"published": "2026-01-21T17:05:54Z",
6+
"aliases": [
7+
"CVE-2026-23957"
8+
],
9+
"summary": "Seroval affected by Denial of Service via Array serialization",
10+
"details": "Overriding encoded array lengths by replacing them with an excessively large value causes the deserialization process to **significantly increase processing time**. \n\n**Mitigation**: \n`Seroval` no longer encodes array lengths.\nInstead, it computes length using `Array.prototype.length` during deserialization.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "npm",
21+
"name": "seroval"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "1.4.1"
32+
}
33+
]
34+
}
35+
],
36+
"database_specific": {
37+
"last_known_affected_version_range": "<= 1.4.0"
38+
}
39+
}
40+
],
41+
"references": [
42+
{
43+
"type": "WEB",
44+
"url": "https://github.com/lxsmnsyc/seroval/security/advisories/GHSA-66fc-rw6m-c2q6"
45+
},
46+
{
47+
"type": "WEB",
48+
"url": "https://github.com/lxsmnsyc/seroval/commit/ce9408ebc87312fcad345a73c172212f2a798060"
49+
},
50+
{
51+
"type": "PACKAGE",
52+
"url": "https://github.com/lxsmnsyc/seroval"
53+
}
54+
],
55+
"database_specific": {
56+
"cwe_ids": [
57+
"CWE-770"
58+
],
59+
"severity": "HIGH",
60+
"github_reviewed": true,
61+
"github_reviewed_at": "2026-01-21T17:05:54Z",
62+
"nvd_published_at": null
63+
}
64+
}

0 commit comments

Comments
 (0)