CVE-2026-80515
Last modified
CVE-2026-80515 is a high-severity vulnerability rated 8.9/10 on the CVSS scale. 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.
Description
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Eclipse Foundation | Eclipse Arrowhead | >= 5.0.0, <= 5.2.1 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-80515?
How severe is CVE-2026-80515?
How do I fix CVE-2026-80515?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-80489Converting crafted EUC_JISX0213 input to UCS-4 or the intern…5.9
- CVE-2026-8049In SignalRGB versions prior to 1.3.7.0, the \\.\SignalIo dev…5.3
- CVE-2026-80491The SAMO Forms WordPress plugin through 1.0.0 does not prope…8.6
- CVE-2026-80494The Yogeta WP Cloud WordPress plugin through 1.0 does not va…8.6
- CVE-2026-8050In SignalRGB versions prior to 1.3.7.0, seven of the thirtee…7.5
- CVE-2026-8051OS command injection in Ivanti Virtual Traffic Manager befor…7.2
- CVE-2026-80519In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-8052HashiCorp Nomad’s exec2 task driver prior to 0.1.2 is vulner…6
- CVE-2026-80520In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-80521In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80522In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80523In the Linux kernel, the following vulnerability has been re…7.1
Are you affected by CVE-2026-80515?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
