Skip to content

Commit b1af6e8

Browse files
1 parent 78ebc81 commit b1af6e8

2 files changed

Lines changed: 99 additions & 40 deletions

File tree

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-rf99-f9j2-gv3f",
4+
"modified": "2026-07-02T13:53:04Z",
5+
"published": "2026-05-28T15:39:50Z",
6+
"aliases": [
7+
"CVE-2026-40914"
8+
],
9+
"summary": "Apache Artemis has an Incorrect Authorization issue",
10+
"details": "A vulnerability exists in Apache Artemis whereby an application using the STOMP protocol with security credentials that grant either the consume or send permission on an address can augment the routing-type supported by that address even if said user doesn't have the createAddress permission for that particular address. A user could successfully send a message to an address or consume a message from a queue with a routing-type not supported by the corresponding address when that operation should actually be rejected on the basis that the user doesn't have permission to change the routing-type of the address. Even though the user was already granted permission to send and/or consume messages, they should not be able to augment the routing-type of the address without the createAddress permission.\n\nThis issue affects Apache Artemis: from 2.50.0 through 2.53.0; Apache ActiveMQ Artemis: from 2.0.0 through 2.44.0.\n\nUsers are recommended to upgrade to version 2.54.0, 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:N/I:L/A:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "org.apache.artemis:artemis-stomp-protocol"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "2.50.0"
29+
},
30+
{
31+
"fixed": "2.54.0"
32+
}
33+
]
34+
}
35+
],
36+
"database_specific": {
37+
"last_known_affected_version_range": "<= 2.53.0"
38+
}
39+
},
40+
{
41+
"package": {
42+
"ecosystem": "Maven",
43+
"name": "org.apache.artemis:artemis-stomp-protocol"
44+
},
45+
"ranges": [
46+
{
47+
"type": "ECOSYSTEM",
48+
"events": [
49+
{
50+
"introduced": "2.0.0"
51+
},
52+
{
53+
"last_affected": "2.44.0"
54+
}
55+
]
56+
}
57+
]
58+
}
59+
],
60+
"references": [
61+
{
62+
"type": "ADVISORY",
63+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40914"
64+
},
65+
{
66+
"type": "WEB",
67+
"url": "https://github.com/apache/artemis/pull/6395"
68+
},
69+
{
70+
"type": "WEB",
71+
"url": "https://github.com/apache/artemis/commit/53173375c4d5e4b57890e89d37ed8b666c974474"
72+
},
73+
{
74+
"type": "PACKAGE",
75+
"url": "https://github.com/apache/artemis"
76+
},
77+
{
78+
"type": "WEB",
79+
"url": "https://issues.apache.org/jira/browse/ARTEMIS-5996"
80+
},
81+
{
82+
"type": "WEB",
83+
"url": "https://lists.apache.org/thread/6q3st8dlorz2q05svqn11k1xl7jkmm4c"
84+
},
85+
{
86+
"type": "WEB",
87+
"url": "http://www.openwall.com/lists/oss-security/2026/05/27/8"
88+
}
89+
],
90+
"database_specific": {
91+
"cwe_ids": [
92+
"CWE-863"
93+
],
94+
"severity": "MODERATE",
95+
"github_reviewed": true,
96+
"github_reviewed_at": "2026-07-02T13:53:04Z",
97+
"nvd_published_at": "2026-05-28T13:16:23Z"
98+
}
99+
}

advisories/unreviewed/2026/05/GHSA-rf99-f9j2-gv3f/GHSA-rf99-f9j2-gv3f.json

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

0 commit comments

Comments
 (0)