Skip to main content

GoClaw CVE-2026-15624

| EUVDEUVD-2026-43613 LOW
Server-Side Request Forgery (SSRF) (CWE-918)
2026-07-14 VulDB GHSA-jj94-w7r6-q859
2.1
CVSS 4.0 · Vendor: VulDB

Severity by source

Vendor (VulDB) PRIMARY
2.1 MEDIUM
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
vuln.today AI
6.4 MEDIUM

Network-accessible SSRF requiring low-privilege auth (PR:L); scope changes because the server proxies requests to otherwise-unreachable internal systems (S:C); no direct availability impact.

3.1 AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:N/SC:L/SI:L/SA:N

Primary rating from Vendor (VulDB).

CVSS VectorVendor: VulDB

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
X

Lifecycle Timeline

4
Analysis Generated
Jul 14, 2026 - 02:32 vuln.today
Severity Changed
Jul 14, 2026 - 02:22 NVD
MEDIUM LOW
CVSS changed
Jul 14, 2026 - 02:22 NVD
5.3 (MEDIUM) 2.1 (LOW)
CVE Published
Jul 14, 2026 - 01:30 cve.org
LOW 2.1

DescriptionCVE.org

A vulnerability has been found in nextlevelbuilder GoClaw 3.13.3-beta.3. Affected by this vulnerability is the function bytePlusDownloadVideo of the file internal/tools/create_video_byteplus.go of the component invoke Endpoint. The manipulation of the argument output.video_url leads to server-side request forgery. Remote exploitation of the attack is possible. The exploit has been disclosed to the public and may be used.

AnalysisAI

Server-side request forgery in GoClaw 3.13.3-beta.3 enables authenticated remote attackers to manipulate the output.video_url parameter within the bytePlusDownloadVideo function, coercing the server into issuing HTTP requests to attacker-controlled destinations including internal network resources. The flaw resides in internal/tools/create_video_byteplus.go at the invoke endpoint. A proof-of-concept exploit has been publicly disclosed via GitHub issue #1199; however, no CISA KEV listing confirms mass active exploitation, and the CVSS 4.0 score of 2.1 reflects the low-privilege authentication barrier and limited per-request impact scope.

Technical ContextAI

GoClaw is a Go-based application by nextlevelbuilder that integrates with BytePlus, a ByteDance cloud media service. The vulnerable function bytePlusDownloadVideo in internal/tools/create_video_byteplus.go accepts a user-supplied output.video_url argument at the invoke endpoint and passes it to an outbound HTTP client without adequate validation or destination allowlisting, constituting CWE-918 (Server-Side Request Forgery). This class of vulnerability allows the server to act as an HTTP proxy, potentially reaching RFC-1918 private addresses, cloud instance metadata endpoints (e.g., 169.254.169.254), or other resources not directly reachable by the attacker. The CPE string cpe:2.3:a:nextlevelbuilder:goclaw:*:*:*:*:*:*:*:* uses a wildcard version field, indicating no patched release has been formally registered in NVD at time of analysis.

RemediationAI

No vendor-released patch has been identified at time of analysis. The sole fix reference is GitHub issue #1199 (https://github.com/nextlevelbuilder/goclaw/issues/1199), which constitutes a public disclosure rather than a tagged patched release; a resolved patch version has not been independently confirmed. As the primary compensating control, disable or restrict network access to the invoke endpoint exposing bytePlusDownloadVideo if BytePlus video download functionality is not operationally required - this eliminates the attack surface but removes the feature entirely. If the feature must remain active, implement a strict allowlist in output.video_url validation that rejects private IP ranges (RFC 1918: 10.x, 172.16-31.x, 192.168.x), loopback addresses, and known cloud metadata addresses (169.254.169.254, fd00:ec2::254), accepting only validated public media CDN hostnames. In AWS or other cloud environments, enforce IMDSv2 (token-required metadata access) to limit SSRF-to-metadata escalation as a defense-in-depth measure. Monitor https://vuldb.com/cve/CVE-2026-15624 and the GitHub repository for a patched release.

More in Goclaw

View all
CVE-2026-10219 MEDIUM POC
5.5 Jun 01

OS command injection in nextlevelbuilder GoClaw through version 3.11.3 allows remote attackers to execute arbitrary shel

CVE-2026-10617 MEDIUM POC
5.5 Jun 02

Missing authentication in GoClaw's Webhook Verification Handler allows unauthenticated remote attackers to interact with

CVE-2026-7505 MEDIUM POC
5.5 Apr 30

Improper authorization in the GoClaw and GoClaw Lite RPC gateway allows unauthenticated remote attackers to invoke privi

CVE-2026-16124 LOW POC
2.1 Jul 18

Server-side request forgery in GoClaw through 3.15.0-beta.32 allows authenticated remote attackers to bypass the SSRF bl

CVE-2026-15626 LOW POC
2.1 Jul 14

Path traversal in GoClaw 3.13.3-beta.3 allows authenticated remote attackers to read or write files outside the intended

CVE-2026-16119 LOW POC
2.1 Jul 18

Incorrect authorization in GoClaw's WebSocket Approval Endpoint allows low-privileged remote attackers to bypass access

CVE-2026-16120 LOW POC
2.1 Jul 18

Name resolution bypass in GoClaw's exec approval subsystem allows remote low-privileged attackers to circumvent the bina

CVE-2026-14716 LOW POC
2.1 Jul 05

Incorrect authorization in nextlevelbuilder GoClaw's WebSocket RPC Handler allows authenticated low-privilege remote att

CVE-2026-16199 LOW POC
2.1 Jul 19

Improper authorization in nextlevelbuilder GoClaw up to version 3.13.3-beta.3 allows low-privileged remote attackers to

CVE-2026-16123 LOW POC
2.1 Jul 18

Missing authorization on the Invoke Endpoint in nextlevelbuilder GoClaw up to version 3.13.2 allows low-privileged remot

CVE-2026-16121 LOW POC
2.1 Jul 18

Improper authorization in nextlevelbuilder GoClaw up to version 3.13.2 allows remote low-privilege authenticated attacke

CVE-2026-10218 LOW POC
2.1 Jun 01

Improper authorization in GoClaw (nextlevelbuilder/goclaw) up to version 3.11.3 allows a remote low-privileged attacker

Share

CVE-2026-15624 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy