Analysis and contextual insights are available on OpenCVE Cloud.
No vendor fix or workaround currently provided.
Additional remediation guidance may be available on OpenCVE Cloud.
Tracking
Sign in to view the affected projects.
No advisories yet.
Wed, 26 Aug 2026 18:30:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Metrics |
ssvc
|
Wed, 26 Aug 2026 16:00:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Description | one-api gates one of its two channel-pinning paths and not the other. middleware/auth.go permits a request to name a specific channel either through a suffix on the API key or through a URL path parameter. The suffix path is reached only after model.IsAdmin succeeds and otherwise rejects the caller, while the path-parameter branch sets the selected-channel value from c.Param("channelid") with no role check at all. The route carrying that parameter sits behind token authentication only, so any account holding a valid API token reaches it. The value flows to the distributor, which loads the channel by integer identifier with no scoping to the caller's user or group, and then sets the outbound Authorization header to that channel's stored key and directs the request at the channel's base URL. A low-privilege account can therefore pin any channel by incrementing an identifier, causing the server to make upstream requests bearing an operator-configured provider key the account was never granted, and bypassing both the per-group restriction and the channel's model allowlist. | |
| Title | one-api through 0.6.10 Missing Authorization on URL-Parameter Channel Pinning | |
| First Time appeared |
Intel
Intel oneapi |
|
| Weaknesses | CWE-862 | |
| CPEs | cpe:2.3:a:intel:oneapi:*:*:*:*:*:*:*:* | |
| Vendors & Products |
Intel
Intel oneapi |
|
| References |
| |
| Metrics |
cvssV3_1
|
Status: PUBLISHED
Assigner: VulnCheck
Published:
Updated: 2026-08-26T17:25:39.276Z
Reserved: 2026-08-26T15:23:05.016Z
Link: CVE-2026-81027
Updated: 2026-08-26T17:25:11.591Z
Status : Received
Published: 2026-08-26T16:16:45.253
Modified: 2026-08-26T18:17:05.420
Link: CVE-2026-81027
No data.
OpenCVE Enrichment
Updated: 2026-08-26T18:00:04Z
-
CWE-862
Missing Authorization