Skip to content

Commit 57ad8d5

Browse files
1 parent 9df4bcd commit 57ad8d5

2 files changed

Lines changed: 226 additions & 40 deletions

File tree

Lines changed: 226 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,226 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-c825-6ph3-4h84",
4+
"modified": "2026-03-04T22:19:25Z",
5+
"published": "2026-03-04T09:31:07Z",
6+
"aliases": [
7+
"CVE-2025-66168"
8+
],
9+
"summary": "Apache ActiveMQ is Vulnerable to Integer Overflow or Wraparound",
10+
"details": "Apache ActiveMQ does not properly validate the remaining length field which may lead to an overflow during the decoding of malformed packets. When this integer overflow occurs, ActiveMQ may incorrectly compute the total Remaining Length and subsequently misinterpret the payload as multiple MQTT control packets which makes the broker susceptible to unexpected behavior when interacting with non-compliant clients. This behavior violates the MQTT v3.1.1 specification, which restricts Remaining Length to a maximum of 4 bytes. The scenario occurs on established connections after the authentication process. Brokers that are not enabling mqtt transport connectors are not impacted.\n\nThis issue affects Apache ActiveMQ: before 5.19.2, 6.0.0 to 6.1.8, and 6.2.0\n\nUsers are recommended to upgrade to version 5.19.2, 6.1.9, or 6.2.1, which fixes the issue.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "org.apache.activemq:apache-activemq"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "5.19.2"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Maven",
40+
"name": "org.apache.activemq:apache-activemq"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "6.0.0"
48+
},
49+
{
50+
"fixed": "6.1.9"
51+
}
52+
]
53+
}
54+
]
55+
},
56+
{
57+
"package": {
58+
"ecosystem": "Maven",
59+
"name": "org.apache.activemq:apache-activemq"
60+
},
61+
"ranges": [
62+
{
63+
"type": "ECOSYSTEM",
64+
"events": [
65+
{
66+
"introduced": "6.2.0"
67+
},
68+
{
69+
"fixed": "6.2.1"
70+
}
71+
]
72+
}
73+
],
74+
"versions": [
75+
"6.2.0"
76+
]
77+
},
78+
{
79+
"package": {
80+
"ecosystem": "Maven",
81+
"name": "org.apache.activemq:activemq-all"
82+
},
83+
"ranges": [
84+
{
85+
"type": "ECOSYSTEM",
86+
"events": [
87+
{
88+
"introduced": "0"
89+
},
90+
{
91+
"fixed": "5.19.2"
92+
}
93+
]
94+
}
95+
]
96+
},
97+
{
98+
"package": {
99+
"ecosystem": "Maven",
100+
"name": "org.apache.activemq:activemq-all"
101+
},
102+
"ranges": [
103+
{
104+
"type": "ECOSYSTEM",
105+
"events": [
106+
{
107+
"introduced": "6.0.0"
108+
},
109+
{
110+
"fixed": "6.1.9"
111+
}
112+
]
113+
}
114+
]
115+
},
116+
{
117+
"package": {
118+
"ecosystem": "Maven",
119+
"name": "org.apache.activemq:activemq-all"
120+
},
121+
"ranges": [
122+
{
123+
"type": "ECOSYSTEM",
124+
"events": [
125+
{
126+
"introduced": "6.2.0"
127+
},
128+
{
129+
"fixed": "6.2.1"
130+
}
131+
]
132+
}
133+
],
134+
"versions": [
135+
"6.2.0"
136+
]
137+
},
138+
{
139+
"package": {
140+
"ecosystem": "Maven",
141+
"name": "org.apache.activemq:activemq-mqtt"
142+
},
143+
"ranges": [
144+
{
145+
"type": "ECOSYSTEM",
146+
"events": [
147+
{
148+
"introduced": "0"
149+
},
150+
{
151+
"fixed": "5.19.2"
152+
}
153+
]
154+
}
155+
]
156+
},
157+
{
158+
"package": {
159+
"ecosystem": "Maven",
160+
"name": "org.apache.activemq:activemq-mqtt"
161+
},
162+
"ranges": [
163+
{
164+
"type": "ECOSYSTEM",
165+
"events": [
166+
{
167+
"introduced": "6.0.0"
168+
},
169+
{
170+
"fixed": "6.1.9"
171+
}
172+
]
173+
}
174+
]
175+
},
176+
{
177+
"package": {
178+
"ecosystem": "Maven",
179+
"name": "org.apache.activemq:activemq-mqtt"
180+
},
181+
"ranges": [
182+
{
183+
"type": "ECOSYSTEM",
184+
"events": [
185+
{
186+
"introduced": "6.2.0"
187+
},
188+
{
189+
"fixed": "6.2.1"
190+
}
191+
]
192+
}
193+
],
194+
"versions": [
195+
"6.2.0"
196+
]
197+
}
198+
],
199+
"references": [
200+
{
201+
"type": "ADVISORY",
202+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66168"
203+
},
204+
{
205+
"type": "PACKAGE",
206+
"url": "https://github.com/apache/activemq"
207+
},
208+
{
209+
"type": "WEB",
210+
"url": "https://lists.apache.org/thread/13n8mkrb2jf2y6yyhpgrkmpqcm7djyto"
211+
},
212+
{
213+
"type": "WEB",
214+
"url": "http://www.openwall.com/lists/oss-security/2026/03/03/5"
215+
}
216+
],
217+
"database_specific": {
218+
"cwe_ids": [
219+
"CWE-190"
220+
],
221+
"severity": "MODERATE",
222+
"github_reviewed": true,
223+
"github_reviewed_at": "2026-03-04T22:19:25Z",
224+
"nvd_published_at": "2026-03-04T09:15:54Z"
225+
}
226+
}

advisories/unreviewed/2026/03/GHSA-c825-6ph3-4h84/GHSA-c825-6ph3-4h84.json

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

0 commit comments

Comments
 (0)