Skip to content

Commit 4ac04af

Browse files
1 parent 57fdcd2 commit 4ac04af

1 file changed

Lines changed: 49 additions & 5 deletions

File tree

advisories/unreviewed/2026/03/GHSA-f4gc-mwrg-q36r/GHSA-f4gc-mwrg-q36r.json renamed to advisories/github-reviewed/2026/03/GHSA-f4gc-mwrg-q36r/GHSA-f4gc-mwrg-q36r.json

Lines changed: 49 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,68 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-f4gc-mwrg-q36r",
4-
"modified": "2026-03-24T09:30:31Z",
4+
"modified": "2026-03-26T17:26:29Z",
55
"published": "2026-03-24T09:30:31Z",
66
"aliases": [
77
"CVE-2026-32642"
88
],
9+
"summary": "Apache Artemis: Unauthorized Temporary Address Creation via OpenWire Protocol",
910
"details": "Incorrect Authorization (CWE-863) vulnerability in Apache Artemis, Apache ActiveMQ Artemis exists when an application using the OpenWire protocol attempts to create a non-durable JMS topic subscription on an address that doesn't exist with an authenticated user which has the \"createDurableQueue\" permission but does not have the \"createAddress\" permission and address auto-creation is disabled. In this circumstance, a temporary address will be created whereas the attempt to create the non-durable subscription should instead fail since the user is not authorized to create the corresponding address. When the OpenWire connection is closed the address is removed.\n\nThis issue affects Apache Artemis: from 2.50.0 through 2.52.0; Apache ActiveMQ Artemis: from 2.0.0 through 2.44.0.\n\nUsers are recommended to upgrade to version 2.53.0, which fixes the issue.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V4",
13-
"score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/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:P/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "org.apache.artemis:artemis-openwire-protocol"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "2.50.0"
29+
},
30+
{
31+
"fixed": "2.53.0"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Maven",
40+
"name": "org.apache.activemq:artemis-openwire-protocol"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "2.0.0"
48+
},
49+
{
50+
"fixed": "2.53.0"
51+
}
52+
]
53+
}
54+
]
1455
}
1556
],
16-
"affected": [],
1757
"references": [
1858
{
1959
"type": "ADVISORY",
2060
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32642"
2161
},
62+
{
63+
"type": "PACKAGE",
64+
"url": "https://github.com/apache/artemis"
65+
},
2266
{
2367
"type": "WEB",
2468
"url": "https://lists.apache.org/thread/4wlrp31ngq2yb54sf4kjb3bl41t4xgtp"
@@ -33,8 +77,8 @@
3377
"CWE-863"
3478
],
3579
"severity": "LOW",
36-
"github_reviewed": false,
37-
"github_reviewed_at": null,
80+
"github_reviewed": true,
81+
"github_reviewed_at": "2026-03-26T17:26:29Z",
3882
"nvd_published_at": "2026-03-24T08:16:01Z"
3983
}
4084
}

0 commit comments

Comments
 (0)