CVE-2026-16016
Deferred Deferred - Pending Action

Server-Side Request Forgery in poco-ai poco-claw

Vulnerability report for CVE-2026-16016, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-17

Last updated on: 2026-07-17

Assigner: VulDB

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-17
Last Modified
2026-07-17
Generated
2026-07-17
AI Q&A
2026-07-17
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
poco-ai poco-claw to 0.5.4 (inc)
poco-ai poco-agent to 0.5.4 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-918 The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a Server-Side Request Forgery (SSRF) vulnerability in the poco-ai poco-claw software up to version 0.5.4. It exists in the run_task function of executor/app/api/v1/task.py where the callback_url parameter is manipulated to make unauthorized server-side HTTP requests to arbitrary destinations without validation. This includes internal systems or loopback addresses.

Detection Guidance

Check if your system runs poco-ai poco-claw up to 0.5.4. Monitor network traffic for unexpected outbound requests to internal or external addresses from the executor component. Inspect logs for POST requests to /v1/tasks/execute with callback_url parameters pointing to unusual destinations.

Impact Analysis

An attacker could exploit this to probe internal systems, access cloud metadata endpoints if reachable, or receive sensitive data from the executor such as task metadata and agent status messages. The impact includes unauthorized access to internal resources and potential data exfiltration.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive data, which may violate data protection requirements under GDPR or HIPAA. Exposure of internal systems or metadata could result in non-compliance with these regulations due to potential data breaches or unauthorized disclosure.

Mitigation Strategies

Upgrade to a patched version if available. If no patch exists, disable the POST /v1/tasks/execute endpoint or restrict access via network policies. Implement strict validation for callback_url parameters to allow only trusted domains.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-16016. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart