Skip to main content

GoClaw CVE-2026-10583

| EUVDEUVD-2026-33879 LOW
Server-Side Request Forgery (SSRF) (CWE-918)
2026-06-02 VulDB GHSA-376c-9hgg-2xx6
2.0
CVSS 4.0 · Vendor: VulDB

Severity by source

Vendor (VulDB) PRIMARY
2.0 LOW
CVSS:4.0/AV:N/AC:L/AT:N/PR:H/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

Primary rating from Vendor (VulDB) · only source for this CVE.

CVSS VectorVendor: VulDB

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

Lifecycle Timeline

3
Severity Changed
Jun 02, 2026 - 04:22 NVD
MEDIUM LOW
CVSS changed
Jun 02, 2026 - 04:22 NVD
4.7 (MEDIUM) 2.0 (LOW)
Analysis Generated
Jun 02, 2026 - 04:15 vuln.today

DescriptionCVE.org

A security vulnerability has been detected in nextlevelbuilder GoClaw up to 3.11.3. Affected by this issue is the function Import of the file internal/http/tts_config.go of the component TTS Configuration Endpoint. The manipulation leads to server-side request forgery. It is possible to initiate the attack remotely. The exploit has been disclosed publicly and may be used. The project tagged the reported issue as bug.

AnalysisAI

Server-side request forgery in nextlevelbuilder GoClaw through version 3.11.3 allows remote attackers with high-privilege credentials to manipulate the TTS Configuration Import function into issuing arbitrary server-side HTTP requests to unintended destinations. The vulnerable code path is the Import function within internal/http/tts_config.go, reachable over the network without user interaction once an administrative session is established. A publicly available proof-of-concept exploit exists (confirmed by CVSS temporal metric E:P and GitHub issue #1132); no active exploitation has been confirmed by CISA KEV, and the project has characterized the report as a bug rather than a security issue, which may signal a slower remediation response.

Technical ContextAI

GoClaw is a Go-based application developed by nextlevelbuilder (CPE: cpe:2.3:a:nextlevelbuilder:goclaw:*:*:*:*:*:*:*:*). The root cause is CWE-918 (Server-Side Request Forgery): the application's Import handler within the TTS Configuration endpoint accepts attacker-controlled input - likely a URL or resource reference - and uses it to initiate outbound server-side HTTP requests without adequate destination validation. In Go-based web services, SSRF commonly arises when http.Get() or similar net/http calls are made with user-supplied URL parameters that bypass hostname or scheme restrictions. The TTS (text-to-speech) configuration import function likely fetches an external configuration resource, making it a natural SSRF sink. A parallel disclosure at https://github.com/digitopvn/goclaw/issues/30 suggests a forked or shared codebase may also be affected, broadening the potential impact surface.

RemediationAI

No vendor-released patch has been confirmed at time of analysis (CVSS temporal RL:X - remediation level unknown). Security teams should actively monitor the GoClaw GitHub repository at https://github.com/nextlevelbuilder/goclaw/ and track issue #1132 for any patch release or maintainer response. As an immediate compensating control, restrict access to the TTS Configuration Import endpoint at the application or network layer - apply role-based access controls to limit which accounts can invoke the Import function, reducing the exposed high-privilege user population. Separately, implement an outbound egress allowlist on the GoClaw server host to restrict server-initiated HTTP connections to only pre-approved external and internal destinations; this directly neutralizes SSRF impact by preventing requests to sensitive targets such as cloud instance metadata services (169.254.169.254) or internal APIs. Note that egress filtering may break legitimate TTS configuration import workflows if the approved destination list is too narrow. If the TTS Configuration Import feature is not actively used in production, consider disabling or removing the endpoint entirely until a patch is available, as this eliminates the attack surface with no operational trade-off in non-TTS deployments.

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-15624 LOW POC
2.1 Jul 14

Server-side request forgery in GoClaw 3.13.3-beta.3 enables authenticated remote attackers to manipulate the `output.vid

Share

CVE-2026-10583 vulnerability details – vuln.today

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