CVE-2026-41297
7.6OpenClaw · OpenClaw
OpenClaw before 2026.3.31 contains a server-side request forgery vulnerability in the marketplace plugin download feature, allowing attackers to access internal resources via unvalidated redirects.
Executive summary
A server-side request forgery vulnerability in OpenClaw allows authenticated attackers to access sensitive internal network resources by manipulating marketplace plugin download redirects.
Vulnerability
The vulnerability exists within the marketplace.ts module, which fails to restrict redirect destinations when processing archive downloads. This Server-Side Request Forgery (SSRF) flaw allows an authenticated attacker with low privileges to force the server to send requests to arbitrary internal or external targets.
Business impact
The ability to perform SSRF allows attackers to bypass network perimeters, potentially exposing internal services that are not intended for public access. Given the CVSS score of 7.6, this represents a significant risk of internal data exposure or reconnaissance, which could facilitate further attacks against the organization's infrastructure.
Remediation
Immediate Action: Update the OpenClaw package to version 2026.3.31 or later to implement proper redirect validation.
Proactive Monitoring: Audit server access logs and outbound network traffic originating from the application server for unexpected connections to internal IP addresses or sensitive endpoints.
Compensating Controls: Implement strict egress filtering on the application server to prevent connections to internal network segments, effectively limiting the scope of potential SSRF abuse.
Exploitation status
Public Exploit Available: No (exploit_available: unknown)
Analyst recommendation
Organizations utilizing OpenClaw must prioritize updating to version 2026.3.31 to remediate this SSRF vulnerability. Failure to patch leaves the internal network exposed to unauthorized discovery and potential data access by authenticated users.
More OpenClaw CVEs
Sources
Originally found and disclosed by AntAISecurityLab, per the CVE Program record.
- GitHub Security Advisory (GHSA-vjx8-8p7h-82gr) Vendor advisory
- Patch Commit Patch commit
- VulnCheck Advisory: OpenClaw < 2026.3.31 - Server-Side Request Forgery via Marketplace Plugin Download Redirect Third-party advisory