CVE-2026-22681
Received Received - Intake

Server-Side Request Forgery in OpenViking

Vulnerability report for CVE-2026-22681, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-21

Last updated on: 2026-08-21

Assigner: VulnCheck

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-21
Last Modified
2026-08-21
Generated
2026-08-21
AI Q&A
2026-08-21
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
volcengine openviking to 0.3.4 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-918 The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a Server-Side Request Forgery (SSRF) vulnerability in OpenViking before version 0.3.4. It allows authenticated low-privilege attackers to access internal network services by submitting arbitrary URLs to the /api/v1/resources endpoint. The server processes these URLs and makes outbound requests to private addresses like loopback, RFC 1918 ranges, or cloud metadata services. Attackers can then read responses through normal APIs to enumerate and interact with internal services.

Detection Guidance

To detect this SSRF vulnerability, monitor for unusual outbound HTTP requests from your OpenViking server to internal or private IP ranges. Check logs for POST requests to /api/v1/resources with URLs pointing to loopback (127.0.0.1), RFC1918 private ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16), link-local (169.254.0.0/16), or cloud metadata addresses (e.g., 169.254.169.254).

Use network monitoring tools like tcpdump or Wireshark to capture outbound traffic from the OpenViking server. Look for HEAD or GET requests to these restricted addresses. Additionally, inspect API logs for repeated or suspicious requests to /api/v1/resources.

Impact Analysis

An attacker could exploit this to access sensitive internal services, steal data, or pivot to other systems within your network. Since it requires authentication but low privileges, it could lead to data breaches, unauthorized access to cloud metadata, or further network compromise if internal services are vulnerable.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive data, violating GDPR's data protection principles or HIPAA's security requirements for protected health information. Organizations using vulnerable versions may face compliance violations, legal penalties, and reputational damage due to potential data exposure.

Mitigation Strategies

Upgrade OpenViking to version 0.3.4 or later immediately. This version includes fixes that validate and block requests to private network addresses. If upgrading is not possible, apply the network validation changes from the patch manually.

Restrict access to the /api/v1/resources endpoint to trusted users only. Implement network-level controls to block outbound requests to private IP ranges from the OpenViking server. Review and remove any unnecessary internal services that could be targeted.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-22681. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart