Skip to content

Commit 7222f32

Browse files
1 parent cb275be commit 7222f32

File tree

3 files changed

+225
-39
lines changed

3 files changed

+225
-39
lines changed
Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-3w8q-xq97-5j7x",
4+
"modified": "2025-12-03T16:57:50Z",
5+
"published": "2025-12-03T16:57:50Z",
6+
"aliases": [
7+
"CVE-2025-66453"
8+
],
9+
"summary": "Rhino has high CPU usage and potential DoS when passing specific numbers to `toFixed()` function",
10+
"details": "When an application passed an attacker controlled float poing number into the `toFixed()` function, it might lead to high CPU consumption and a potential Denial of Service.\n\nSmall numbers go through this call stack: `NativeNumber.numTo > DToA.JS_dtostr > DToA.JS_dtoa > DToA.pow5mult`\nwhere `pow5mult` attempts to raise `5` to a ridiculous power.\n\nExample code: `(4.47118444E-314).toFixed(2)`",
11+
"severity": [
12+
{
13+
"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:U"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "org.mozilla:rhino"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "1.7.14.1"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Maven",
40+
"name": "org.mozilla:rhino"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "1.7.15"
48+
},
49+
{
50+
"fixed": "1.7.15.1"
51+
}
52+
]
53+
}
54+
]
55+
},
56+
{
57+
"package": {
58+
"ecosystem": "Maven",
59+
"name": "org.mozilla:rhino"
60+
},
61+
"ranges": [
62+
{
63+
"type": "ECOSYSTEM",
64+
"events": [
65+
{
66+
"introduced": "1.8.0"
67+
},
68+
{
69+
"fixed": "1.8.1"
70+
}
71+
]
72+
}
73+
],
74+
"versions": [
75+
"1.8.0"
76+
]
77+
}
78+
],
79+
"references": [
80+
{
81+
"type": "WEB",
82+
"url": "https://github.com/mozilla/rhino/security/advisories/GHSA-3w8q-xq97-5j7x"
83+
},
84+
{
85+
"type": "WEB",
86+
"url": "https://github.com/mozilla/rhino/commit/2bcf4c43deace35f1f57d86377c6767b0608986e"
87+
},
88+
{
89+
"type": "PACKAGE",
90+
"url": "https://github.com/mozilla/rhino"
91+
}
92+
],
93+
"database_specific": {
94+
"cwe_ids": [
95+
"CWE-400"
96+
],
97+
"severity": "LOW",
98+
"github_reviewed": true,
99+
"github_reviewed_at": "2025-12-03T16:57:50Z",
100+
"nvd_published_at": null
101+
}
102+
}
Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-vrcr-9hj9-jcg6",
4+
"modified": "2025-12-03T16:59:02Z",
5+
"published": "2025-12-02T18:30:35Z",
6+
"aliases": [
7+
"CVE-2025-64460"
8+
],
9+
"summary": "Django is vulnerable to DoS via XML serializer text extraction",
10+
"details": "An issue was discovered in 5.2 before 5.2.9, 5.1 before 5.1.15, and 4.2 before 4.2.27.\nAlgorithmic complexity in `django.core.serializers.xml_serializer.getInnerText()` allows a remote attacker to cause a potential denial-of-service attack triggering CPU and memory exhaustion via specially crafted XML input processed by the XML `Deserializer`.\nEarlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected.\nDjango would like to thank Seokchan Yoon for reporting this issue.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "PyPI",
21+
"name": "Django"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "5.2a1"
29+
},
30+
{
31+
"fixed": "5.2.9"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "PyPI",
40+
"name": "Django"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "5.1a1"
48+
},
49+
{
50+
"fixed": "5.1.15"
51+
}
52+
]
53+
}
54+
]
55+
},
56+
{
57+
"package": {
58+
"ecosystem": "PyPI",
59+
"name": "Django"
60+
},
61+
"ranges": [
62+
{
63+
"type": "ECOSYSTEM",
64+
"events": [
65+
{
66+
"introduced": "4.2a1"
67+
},
68+
{
69+
"fixed": "4.2.27"
70+
}
71+
]
72+
}
73+
]
74+
}
75+
],
76+
"references": [
77+
{
78+
"type": "ADVISORY",
79+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-64460"
80+
},
81+
{
82+
"type": "WEB",
83+
"url": "https://github.com/django/django/commit/0db9ea4669312f1f4973e09f4bca06ab9c1ec74b"
84+
},
85+
{
86+
"type": "WEB",
87+
"url": "https://github.com/django/django/commit/1dbd07a608e495a0c229edaaf84d58d8976313b5"
88+
},
89+
{
90+
"type": "WEB",
91+
"url": "https://github.com/django/django/commit/4d2b8803bebcdefd2b76e9e8fc528d5fddea93f0"
92+
},
93+
{
94+
"type": "WEB",
95+
"url": "https://github.com/django/django/commit/99e7d22f55497278d0bcb2e15e72ef532e62a31d"
96+
},
97+
{
98+
"type": "WEB",
99+
"url": "https://docs.djangoproject.com/en/dev/releases/security"
100+
},
101+
{
102+
"type": "PACKAGE",
103+
"url": "https://github.com/django/django"
104+
},
105+
{
106+
"type": "WEB",
107+
"url": "https://groups.google.com/g/django-announce"
108+
},
109+
{
110+
"type": "WEB",
111+
"url": "https://www.djangoproject.com/weblog/2025/dec/02/security-releases"
112+
}
113+
],
114+
"database_specific": {
115+
"cwe_ids": [
116+
"CWE-407"
117+
],
118+
"severity": "MODERATE",
119+
"github_reviewed": true,
120+
"github_reviewed_at": "2025-12-03T16:59:02Z",
121+
"nvd_published_at": "2025-12-02T16:15:56Z"
122+
}
123+
}

advisories/unreviewed/2025/12/GHSA-vrcr-9hj9-jcg6/GHSA-vrcr-9hj9-jcg6.json

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)