Skip to content

Commit 3942060

Browse files
1 parent cd111ab commit 3942060

File tree

1 file changed

+74
-5
lines changed

1 file changed

+74
-5
lines changed

advisories/unreviewed/2025/12/GHSA-f58c-gq56-vjjf/GHSA-f58c-gq56-vjjf.json renamed to advisories/github-reviewed/2025/12/GHSA-f58c-gq56-vjjf/GHSA-f58c-gq56-vjjf.json

Lines changed: 74 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,84 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-f58c-gq56-vjjf",
4-
"modified": "2025-12-04T18:30:54Z",
4+
"modified": "2025-12-05T02:26:56Z",
55
"published": "2025-12-04T18:30:54Z",
66
"aliases": [
77
"CVE-2025-66516"
88
],
9+
"summary": "Apache Tika has XXE vulnerability",
910
"details": "Critical XXE in Apache Tika tika-core (1.13-3.2.1), tika-pdf-module (2.0.0-3.2.1) and tika-parsers (1.13-1.28.5) modules on all platforms allows an attacker to carry out XML External Entity injection via a crafted XFA file inside of a PDF. \n\nThis CVE covers the same vulnerability as in CVE-2025-54988. However, this CVE expands the scope of affected packages in two ways. \n\nFirst, while the entrypoint for the vulnerability was the tika-parser-pdf-module as reported in CVE-2025-54988, the vulnerability and its fix were in tika-core. Users who upgraded the tika-parser-pdf-module but did not upgrade tika-core to >= 3.2.2 would still be vulnerable. \n\nSecond, the original report failed to mention that in the 1.x Tika releases, the PDFParser was in the \"org.apache.tika:tika-parsers\" module.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V4",
13-
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X"
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "org.apache.tika:tika-core"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "1.13"
29+
},
30+
{
31+
"fixed": "3.2.2"
32+
}
33+
]
34+
}
35+
],
36+
"database_specific": {
37+
"last_known_affected_version_range": "<= 3.2.1"
38+
}
39+
},
40+
{
41+
"package": {
42+
"ecosystem": "Maven",
43+
"name": "org.apache.tika:tika-parsers"
44+
},
45+
"ranges": [
46+
{
47+
"type": "ECOSYSTEM",
48+
"events": [
49+
{
50+
"introduced": "1.13"
51+
},
52+
{
53+
"fixed": "2.0.0"
54+
}
55+
]
56+
}
57+
]
58+
},
59+
{
60+
"package": {
61+
"ecosystem": "Maven",
62+
"name": "org.apache.tika:tika-parser-pdf-module"
63+
},
64+
"ranges": [
65+
{
66+
"type": "ECOSYSTEM",
67+
"events": [
68+
{
69+
"introduced": "2.0.0"
70+
},
71+
{
72+
"fixed": "3.2.2"
73+
}
74+
]
75+
}
76+
],
77+
"database_specific": {
78+
"last_known_affected_version_range": "<= 3.2.1"
79+
}
1480
}
1581
],
16-
"affected": [],
1782
"references": [
1883
{
1984
"type": "ADVISORY",
@@ -23,6 +88,10 @@
2388
"type": "WEB",
2489
"url": "https://cve.org/CVERecord?id=CVE-2025-54988"
2590
},
91+
{
92+
"type": "PACKAGE",
93+
"url": "https://github.com/apache/tika"
94+
},
2695
{
2796
"type": "WEB",
2897
"url": "https://lists.apache.org/thread/s5x3k93nhbkqzztp1olxotoyjpdlps9k"
@@ -33,8 +102,8 @@
33102
"CWE-611"
34103
],
35104
"severity": "CRITICAL",
36-
"github_reviewed": false,
37-
"github_reviewed_at": null,
105+
"github_reviewed": true,
106+
"github_reviewed_at": "2025-12-05T02:24:30Z",
38107
"nvd_published_at": "2025-12-04T17:15:57Z"
39108
}
40109
}

0 commit comments

Comments
 (0)