Skip to content

Commit ac79aa1

Browse files
committed
1 parent 7243e5d commit ac79aa1

1 file changed

Lines changed: 42 additions & 2 deletions

File tree

advisories/unreviewed/2026/06/GHSA-ghvc-7hp8-2g2v/GHSA-ghvc-7hp8-2g2v.json

Lines changed: 42 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,59 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-ghvc-7hp8-2g2v",
4-
"modified": "2026-06-12T15:30:34Z",
4+
"modified": "2026-06-12T15:31:39Z",
55
"published": "2026-06-12T12:31:34Z",
66
"aliases": [
77
"CVE-2026-50645"
88
],
9+
"summary": "Apache cxf-core: No restriction on attachment headers per message",
910
"details": "There is no restriction on the amount of attachment headers that a message can contain when being deserialized by Apache CXF, which can lead to uncontrolled resource consumption or a denial of service attack. Users are recommended to upgrade to versions 4.2.2 or 4.1.7, which fix this issue by imposing a maximum default of 500 attachments per message.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "org.apache.cxf:cxf-core"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "4.2.0"
29+
},
30+
{
31+
"fixed": "4.2.2"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Maven",
40+
"name": "org.apache.cxf:cxf-core"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "0"
48+
},
49+
{
50+
"fixed": "4.1.7"
51+
}
52+
]
53+
}
54+
]
55+
}
56+
],
1757
"references": [
1858
{
1959
"type": "ADVISORY",

0 commit comments

Comments
 (0)