CVE Tools

CVE-2026-15704

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

Published: Jul 24, 2026Updated: Jul 30, 2026 Sources: CVE List NVDCWE-180

Description

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.

In plain language

AI Worth attention

Eclipse BaSyx Go Components (up to 1.0.0) can be tricked into skipping its access rules if someone adds a trailing slash to certain API URLs, letting an attacker read or change data without permission—small businesses using this software should act.

Executive summary

Unauthenticated ABAC authorization can be bypassed in Eclipse BaSyx Go Components (versions up to 1.0.0) due to inconsistent trailing-slash route normalization between the ABAC middleware and the HTTP router, allowing protected endpoints to be reached without the intended ABAC decision and query filters.

If affected, business impact
Unauthorized data accessUnauthorized create/update/deleteUnauthorized uploadsTotal service takeover risk

What to do now

  1. Check which version of Eclipse BaSyx Go Components your service is running (confirm it is up to and including 1.0.0).
  2. Confirm ABAC is enabled in your BaSyx deployment and that the vulnerable shared router/middleware setup is in use.
  3. Upgrade Eclipse BaSyx Go Components to 1.0.1 (this is the fixed version).
  4. After upgrading, test a protected endpoint with and without a trailing slash to ensure requests are consistently blocked by ABAC when they should be.
Usually a quick update

CVSS Vector Breakdown

AV:NAC:LPR:NUI:NS:UC:HI:HA:H
Exploitability
AV:NAttack Vector
Network
AC:LAttack Complexity
Low
PR:NPrivileges Required
None
UI:NUser Interaction
None
Scope
S:UScope
Unchanged
Impact
C:HConfidentiality
High
I:HIntegrity
High
A:HAvailability
High

Weaknesses

Affected Products

Exploitability

No known exploits, KEV entries, or remediation guidance available for this vulnerability yet.

Attack Graph

Products CVE Techniques Tactics

Click technique nodes for MITRE ATT&CK details · drag to pan · Ctrl/ + scroll to zoom, or go fullscreen.

MITRE ATT&CK

2 techniques
Initial Access
View detailed technique mapping

References

and 1 more references View all →

Unlock Complete Vulnerability Intelligence

Get the full picture for CVE-2026-15704 and every CVE in our database. Create a free account — no credit card required.

Create Free Account
Plain-language analysis
Impact assessment and exploitation scenario in plain English
Attack graph visualization
Interactive attack path and kill chain mapping
Exploit details & PoC links
ExploitDB, Metasploit, GitHub PoCs with direct links
Nuclei scanner templates
Ready-to-use vulnerability scanner templates
Full remediation guide
Patch instructions, workarounds, and compliance impact
Interactive AI chat
Ask questions about this vulnerability in natural language
Related vulnerabilities
Semantically similar CVEs and attack patterns
REST API & MCP access
Integrate vulnerability data into your workflows