CVE-2026-82180
Last modified
CVE-2026-82180 is a critical-severity vulnerability rated 9.5/10 on the CVSS scale. In Eclipse Arrowhead versions from 5.0.0 to 5.2.1 when the MQTT API is enabled with the certificate authentication policy, CertificateMqttFilter parses an X.509 certificate that the client sends inside the MQTT message payload (the authentication field of MqttRequestTemplate) and treats its Subject DN as the authenticated identity. The certificate is decoded with CertificateFactory.generateCertificate() but its signature is never verified and its issuer chain is never validated against any trust store.
Description
In Eclipse Arrowhead versions from 5.0.0 to 5.2.1 when the MQTT API is enabled with the certificate authentication policy, CertificateMqttFilter parses an X.509 certificate that the client sends inside the MQTT message payload (the authentication field of MqttRequestTemplate) and treats its Subject DN as the authenticated identity. The certificate is decoded with CertificateFactory.generateCertificate() but its signature is never verified and its issuer chain is never validated against any trust store. Authorisation is reduced to two string comparisons on attacker-supplied data: the DN-qualifier must equal "sy" or "op", and the cloud-name part of the CN must match the server's. Both values are public (the cloud name is in the server's own TLS certificate). An attacker who can publish to the MQTT broker can therefore mint a self-signed certificate with CN=Sysop.<cloud>.<org>.arrowhead.eu, dnQualifier=op, send it as the authentication field, and be authenticated as the cloud's system operator with isSysOp == true. This passes the downstream ManagementServiceMqttFilter (request.isSysOp() → allowed) and gives full management access over MQTT. The HTTP CertificateFilter is not affected — it reads the certificate from jakarta.servlet.request.X509Certificate, which Tomcat populates only after a successful mTLS handshake against the configured trust store.
Metrics
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:N/SC:H/SI:H/SA:H/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
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-82180?
How severe is CVE-2026-82180?
How do I fix CVE-2026-82180?
How Strix Helps
- Same Subject, Wrong User: A Cross-Issuer Account Takeover in n8nStrix found an identity-binding bug in n8n's token-exchange flow enabling account takeover.
- 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-8213A vulnerability has been found in OSGeo gdal up to 3.13.0dev…5.5
- CVE-2026-8214A vulnerability was found in Industrial Application Software…5.5
- CVE-2026-8215A vulnerability was determined in Industrial Application Sof…5.5
- CVE-2026-8216A vulnerability was identified in Industrial Application Sof…7.3
- CVE-2026-8217A security flaw has been discovered in Industrial Applicatio…6.3
- CVE-2026-8218A weakness has been identified in Devs Palace ERP Online up …2.4
- CVE-2026-82181Medical Practice Management System developed by Le-yan has a…5.5
- CVE-2026-82182The WPvivid — Backup, Migration & Staging WordPress plugin b…4.1
- CVE-2026-82183The OAuth Single Sign On WordPress plugin before 7.0.1 does…8.1
- CVE-2026-82186The WPLP Cookie Consent WordPress plugin before 4.4.2 does …4.1
- CVE-2026-8219A security vulnerability has been detected in Devs Palace ER…2.4
- CVE-2026-82193The WPvivid — Backup, Migration & Staging WordPress plugin b…5.5
Are you affected by CVE-2026-82180?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
