Description
A vulnerability was identified in poco-ai poco-claw up to 0.5.4. This issue affects the function run_task of the file executor/app/api/v1/task.py. The manipulation of the argument callback_url leads to server-side request forgery. The attack is possible to be carried out remotely. The exploit is publicly available and might be used. The reported GitHub issue was closed automatically due to inactivity.
Published: 2026-07-17
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability exists in poco‑ai poco‑claw versions up to 0.5.4. The run_task function accepts a callback_url argument that is not validated. An attacker can supply an arbitrary URL, causing the server to perform a request to that URL. This leads to server‑side request forgery and can result in disclosure of internal resources or denial of service depending on the target of the SSRF.

Affected Systems

The affected product is poco‑ai poco‑claw. All releases up to and including 0.5.4 are vulnerable. Later releases are not listed as affected. No specific sub‑sub versions are enumerated, so any deployment of poco‑claw 0.5.4 or earlier is considered at risk.

Risk and Exploitability

The CVSS base score for this issue is 6.9, indicating a moderate severity. The EPSS score is less than 1%, suggesting that exploitation probability is low but not zero. The vulnerability is not listed in the CISA KEV catalog. Attackers can trigger the flaw remotely by sending a crafted request to the run_task endpoint with a malicious callback_url. Publicly available proof‑of‑concept code exists, so a ready‑made exploit could be used.

Generated by OpenCVE AI on August 1, 2026 at 08:26 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade poco‑claw to a version newer than 0.5.4, which removes the unvalidated callback_url handling.
  • If an upgrade cannot be performed immediately, modify the application to validate the callback_url parameter by enforcing a strict whitelist of allowed domains and blocking internal or private IP ranges before making outbound requests.
  • Configure network controls to limit outbound traffic from the poco‑claw service, preventing it from reaching untrusted endpoints or internal resources regardless of the callback_url value.

Generated by OpenCVE AI on August 1, 2026 at 08:26 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 17 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Fri, 17 Jul 2026 14:15:00 +0000

Type Values Removed Values Added
Description A vulnerability was identified in poco-ai poco-claw up to 0.5.4. This issue affects the function run_task of the file executor/app/api/v1/task.py. The manipulation of the argument callback_url leads to server-side request forgery. The attack is possible to be carried out remotely. The exploit is publicly available and might be used. The reported GitHub issue was closed automatically due to inactivity.
Title poco-ai poco-claw task.py run_task server-side request forgery
First Time appeared Poco-ai
Poco-ai poco-claw
Weaknesses CWE-918
CPEs cpe:2.3:a:poco-ai:poco-claw:*:*:*:*:*:*:*:*
Vendors & Products Poco-ai
Poco-ai poco-claw
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Poco-ai Poco-claw
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-17T14:51:53.546Z

Reserved: 2026-07-17T05:44:08.705Z

Link: CVE-2026-16016

cve-icon Vulnrichment

Updated: 2026-07-17T14:51:22.988Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T08:30:03Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)