Description
OpenViking before 0.3.4 contains a server-side request forgery vulnerability that allows authenticated low-privilege attackers to access internal network services by submitting arbitrary URLs to the resources API endpoint. Attackers can POST a crafted URL to /api/v1/resources, causing the server to issue outbound HEAD and GET requests with redirects enabled to loopback, RFC 1918, link-local, or cloud metadata addresses, then read back responses through normal content APIs to enumerate and interact with internal services.
Published: 2026-08-21
Score: 8.3 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The server‑side request forgery flaw in the resources API of OpenViking allows an attacker who has authenticated low‑privilege credentials to submit arbitrary URLs. The server then performs outbound HEAD and GET requests with redirects enabled, which can reach loopback addresses, RFC 1918 or link‑local ranges, and cloud metadata services. The responses are returned through normal content APIs, enabling the attacker to enumerate and interact with internal services. Based on the description, it is inferred that the attacker can use this to discover services, exfiltrate information, and potentially leverage other internal vulnerabilities. The CWE classification for this weakness is CWE‑918.

Affected Systems

Volcengine’s OpenViking installations with versions prior to 0.3.4 are affected. The vulnerability was fixed in the 0.3.4 release; any deployment using an earlier build must be considered vulnerable.

Risk and Exploitability

The CVSS score of 8.3 indicates high severity. The EPSS score is not available, but the absence of a KEV listing suggests that active exploitation is not yet observed. Exploitation requires the attacker to be able to authenticate to the service and submit a POST request to /api/v1/resources, which is typically accessible to regular users, making the attack vector relatively low‑effort from an internal or compromised account. Because the flaw results in internal network exposure rather than direct remote code execution, damage is confined to data and service availability within the victim’s private network, but the impact can be extensive if internal services are not properly segmented.

Generated by OpenCVE AI on August 21, 2026 at 17:33 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade OpenViking to version 0.3.4 or later
  • Limit access to the /api/v1/resources endpoint to trusted, high‑privilege accounts and enforce the principle of least privilege
  • Place internal services behind a firewall and restrict outbound responses to known, whitelisted destinations
  • Monitor outbound HEAD and GET requests originating from the OpenViking server for anomalous patterns

Generated by OpenCVE AI on August 21, 2026 at 17:33 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 21 Aug 2026 18:00:00 +0000

Type Values Removed Values Added
First Time appeared Volcengine
Volcengine openviking
Vendors & Products Volcengine
Volcengine openviking

Fri, 21 Aug 2026 17:30:00 +0000

Type Values Removed Values Added
References
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 21 Aug 2026 16:15:00 +0000

Type Values Removed Values Added
Description OpenViking before 0.3.4 contains a server-side request forgery vulnerability that allows authenticated low-privilege attackers to access internal network services by submitting arbitrary URLs to the resources API endpoint. Attackers can POST a crafted URL to /api/v1/resources, causing the server to issue outbound HEAD and GET requests with redirects enabled to loopback, RFC 1918, link-local, or cloud metadata addresses, then read back responses through normal content APIs to enumerate and interact with internal services.
Title OpenViking < 0.3.4 SSRF via /api/v1/resources
Weaknesses CWE-918
References
Metrics cvssV3_1

{'score': 8.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N'}

cvssV4_0

{'score': 8.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:L/VA:N/SC:H/SI:N/SA:N'}


Subscriptions

Volcengine Openviking
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-21T16:45:44.095Z

Reserved: 2026-01-08T19:04:26.365Z

Link: CVE-2026-22681

cve-icon Vulnrichment

Updated: 2026-08-21T16:45:21.243Z

cve-icon NVD

Status : Received

Published: 2026-08-21T16:17:16.767

Modified: 2026-08-21T17:16:30.683

Link: CVE-2026-22681

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T17:45:03Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)