#VU106308 Permissions, Privileges, and Access Controls in ActiveMQ Artemis - CVE-2025-27427

 

#VU106308 Permissions, Privileges, and Access Controls in ActiveMQ Artemis - CVE-2025-27427

Published: March 31, 2025


Vulnerability identifier: #VU106308
Vulnerability risk: Medium
CVSSv4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:U/U:Green
CVE-ID: CVE-2025-27427
CWE-ID: CWE-264
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vulnerable software:
ActiveMQ Artemis
Software vendor:
Apache Foundation

Description

The vulnerability allows a remote user to bypass implemented security restrictions.

The vulnerability exists due to application does not properly impose security restrictions. A remote user with "createDurableQueue" or "createNonDurableQueue" 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. When combined with the send permission and automatic queue creation a user could successfully send a message with a routing-type not supported by the address when that message should actually be rejected on the basis that the user doesn't have permission to change the routing-type of the address.


Remediation

Install updates from vendor's website.

External links