CVE-2026-80515: Eclipse Arrowhead Eclipse Arrowhead vulnerability

Published Sep 3, 2026
·
Updated

In Eclipse Arrowhead versions from 5.0.0 to 5.2.1 the management-authorization gate that protects every /…/mgmt/… REST endpoint decides whether to apply its check by calling request.getRequestURL().toString().contains("/mgmt/"). Tomcat returns getRequestURL() un-decoded, while Spring MVC's DispatcherServlet routes on the decoded path. Requesting /serviceregistry/%6Dgmt/systems (%6D == m) therefore fails the substring check — the filter falls through without authorising — yet is decoded to /serviceregistry/mgmt/systems and dispatched to the management controller. Spring Security's StrictHttpFirewall (active via spring-boot-starter-security in arrowhead-common) only rejects encoded / \ . % ; and null bytes, so percent-encoded ASCII letters pass through. Any authenticated system — regardless of privilege — can reach every management operation, including POST /authentication/mgmt/identities which creates new sysop accounts, yielding full administrative takeover of the local cloud.

Affected Software

1 affected component
Eclipse Arrowhead Eclipse Arrowhead>=5.0.0<=5.2.1

Event History

Sep 3, 2026
CVE Published
via MITRE·01:41 PM
Data Sourced
via MITRE·01:41 PM
DescriptionWeakness

Frequently Asked Questions

1

Who can exploit this issue?

Any authenticated system can exploit it, regardless of its assigned privilege level. An unauthenticated attacker is not described as able to reach the affected management operations.

2

What request pattern bypasses the authorization gate?

The bypass uses a percent-encoded ASCII letter in the /mgmt/ path segment, such as /serviceregistry/%6Dgmt/systems, where %6D decodes to m. The authorization filter examines the undecoded URL and misses /mgmt/, while Spring MVC decodes the path before dispatching it to the management controller.

3

Are default security controls sufficient to block the bypass?

No. Spring Security's StrictHttpFirewall is active through spring-boot-starter-security, but it rejects encoded slash, backslash, period, percent, semicolon, and null bytes rather than percent-encoded ASCII letters such as %6D.

4

What is the likely impact after successful exploitation?

An authenticated low-privilege system can access every management operation. This includes POST /authentication/mgmt/identities to create sysop accounts, which can result in full administrative takeover of the local cloud.

5

Which versions are affected?

Eclipse Arrowhead versions from 5.0.0 through 5.2.1 are affected.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203