Description
A security vulnerability has been detected in mosaxiv clawlet up to 0.2.10. This affects the function tools.webFetch of the file tools/tool_web_fetch.go. Such manipulation leads to server-side request forgery. The attack can be launched remotely. The exploit has been disclosed publicly and may be used. The reported GitHub issue was closed with the label "not planned".
Published: 2026-07-14
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw resides in the webFetch function of mosaxiv clawlet, where an attacker can supply a crafted URL that the server blindly requests. This server‑side request forgery (CWE‑918) enables the attacker to force the host to reach arbitrary external or internal endpoints, potentially exposing internal data or performing unauthorized scans. The vulnerability is triggered remotely via the tool’s webFetch endpoint and does not cause denial of service; its primary danger lies in confidentiality and integrity compromise.

Affected Systems

Users who installed mosaxiv clawlet versions up to and including 0.2.10 are affected. No newer releases are documented, so any installation of this or earlier releases should be considered vulnerable until a patch becomes available.

Risk and Exploitability

The CVSS score of 5.3 indicates a moderate severity, while the EPSS score of < 1% indicates a very low but nonzero likelihood of exploitation. The vulnerability is not listed in the CISA KEV catalog, but the publicly posted GitHub issue and external advisory confirm that the attack can be launched remotely from outside the protected network. The likely attack vector involves submitting a malicious URL to the webFetch endpoint, which causes the server to make an HTTP request to the target address, potentially revealing internal resources or data. Without an official fix or workaround, the risk remains until a newer version or vendor patch is released.

Generated by OpenCVE AI on August 1, 2026 at 10:04 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • If a newer release of clawlet beyond version 0.2.10 exists, upgrade immediately.
  • If upgrading is not possible, configure the webFetch function or application to validate any supplied URL against a whitelist of trusted domains or IP ranges before issuing a request.
  • Apply firewall or proxy rules to block or log outbound connections originating from clawlet to internal network addresses or disallowed external hosts, and monitor for anomalous activity.

Generated by OpenCVE AI on August 1, 2026 at 10:04 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 14 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Tue, 14 Jul 2026 01:00:00 +0000

Type Values Removed Values Added
Description A security vulnerability has been detected in mosaxiv clawlet up to 0.2.10. This affects the function tools.webFetch of the file tools/tool_web_fetch.go. Such manipulation leads to server-side request forgery. The attack can be launched remotely. The exploit has been disclosed publicly and may be used. The reported GitHub issue was closed with the label "not planned".
Title mosaxiv clawlet tool_web_fetch.go tools.webFetch server-side request forgery
First Time appeared Mosaxiv
Mosaxiv clawlet
Weaknesses CWE-918
CPEs cpe:2.3:a:mosaxiv:clawlet:*:*:*:*:*:*:*:*
Vendors & Products Mosaxiv
Mosaxiv clawlet
References
Metrics cvssV2_0

{'score': 6.5, 'vector': 'AV:N/AC:L/Au:S/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 6.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 6.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 5.3, 'vector': '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'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-14T14:30:34.324Z

Reserved: 2026-07-13T16:57:38.543Z

Link: CVE-2026-15620

cve-icon Vulnrichment

Updated: 2026-07-14T13:02:07.190Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T10:15:03Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)