๐Ÿ” CVE Alert

CVE-2026-15704

CRITICAL 9.8

CWE-863: ABAC authorization bypass via trailing slash route normalization in Eclipse BaSyx Go Components

CVSS Score
9.8
EPSS Score
0.0%
EPSS Percentile
0th

In Eclipse BaSyx Go Components versions up to and including 1.0.0, ABAC-enabled deployments are vulnerable to an authorization bypass caused by inconsistent trailing-slash handling between the ABAC middleware and the HTTP router. The shared router configuration used Chi's `middleware.StripSlashes`, so a request such as `GET /shells/` was dispatched to the registered `GET /shells` route. However, the ABAC middleware evaluated the original request path including the trailing slash. If ABAC route lookup did not find a matching slash-suffixed route, the request was passed onward and the router then stripped the slash and executed the protected handler without the intended ABAC authorization decision and without the expected ABAC query filters. An unauthenticated or unauthorized network attacker could append a trailing slash to protected API routes to reach handlers that should have been denied by ABAC policy. Depending on the exposed component, HTTP method, and deployed policy, this could allow unauthorized read, create, update, delete, or upload operations. The issue affects ABAC-enabled deployments of services that use the shared router and ABAC middleware, including AAS Repository, Submodel Repository, AAS Registry, Submodel Registry, Concept Description Repository, Discovery, AAS Environment upload, and related services. The issue is fixed in Eclipse BaSyx Go Components v1.0.1.

CWE CWE-863 CWE-284 CWE-180
Vendor eclipse foundation
Product eclipse basyx go components
Published Jul 24, 2026
Stay Ahead of the Next One

Get instant alerts for eclipse foundation eclipse basyx go components

Be the first to know when new critical vulnerabilities affecting eclipse foundation eclipse basyx go components are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

Eclipse Foundation / Eclipse BaSyx Go Components
0 < 1.0.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
gitlab.eclipse.org: https://gitlab.eclipse.org/security/vulnerability-reports/-/work_items/580 github.com: https://github.com/eclipse-basyx/basyx-go-components/pull/442 github.com: https://github.com/eclipse-basyx/basyx-go-components/releases/tag/v1.0.1 gitlab.eclipse.org: https://gitlab.eclipse.org/security/cve-assignment/-/work_items/164

Credits

Sebastian Eicke