Skip to content

Commit affbfcf

Browse files
1 parent 2e1655f commit affbfcf

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

advisories/github-reviewed/2026/01/GHSA-hx9q-6w63-j58v/GHSA-hx9q-6w63-j58v.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-hx9q-6w63-j58v",
4-
"modified": "2026-01-23T16:56:03Z",
4+
"modified": "2026-03-12T20:49:09Z",
55
"published": "2026-01-22T18:30:33Z",
66
"aliases": [
77
"CVE-2025-67221"
88
],
99
"summary": "orjson does not limit recursion for deeply nested JSON documents",
10-
"details": "The orjson.dumps function in orjson thru 3.11.4 does not limit recursion for deeply nested JSON documents.",
10+
"details": "The orjson.dumps function in orjson before 3.11.6 does not limit recursion for deeply nested JSON documents.",
1111
"severity": [
1212
{
1313
"type": "CVSS_V4",
14-
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:P"
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:P"
1515
}
1616
],
1717
"affected": [
@@ -28,7 +28,7 @@
2828
"introduced": "0"
2929
},
3030
{
31-
"last_affected": "3.11.4"
31+
"fixed": "3.11.6"
3232
}
3333
]
3434
}
@@ -48,6 +48,10 @@
4848
"type": "WEB",
4949
"url": "https://github.com/kpatsakis/CVE-2025-67221/issues/1"
5050
},
51+
{
52+
"type": "WEB",
53+
"url": "https://github.com/ijl/orjson/commit/62bb185b70785ded49c79c26f8c9781f1e6fe370"
54+
},
5155
{
5256
"type": "PACKAGE",
5357
"url": "https://github.com/ijl/orjson"
@@ -61,7 +65,7 @@
6165
"cwe_ids": [
6266
"CWE-770"
6367
],
64-
"severity": "MODERATE",
68+
"severity": "HIGH",
6569
"github_reviewed": true,
6670
"github_reviewed_at": "2026-01-22T18:55:43Z",
6771
"nvd_published_at": "2026-01-22T17:16:01Z"

0 commit comments

Comments
 (0)