Description
A vulnerability was determined in poco-ai poco-claw up to 0.5.4. This vulnerability affects the function create_task of the file executor_manager/app/api/v1/tasks.py of the component executor_manager API. Executing a manipulation can lead to missing authentication. The exploit has been publicly disclosed and may be utilized. Upgrading to version 0.5.7 is able to resolve this issue. This patch is called 67fcc88505c57f77d3fcf04eb5b89425b10cbf48. It is recommended to upgrade the affected component.
Published: 2026-07-17
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in the executor_manager API of poco-claw permits creating tasks without providing any authentication credentials. The missing authentication guard can enable an attacker to submit arbitrary tasks that the service executes on behalf of a privileged user, thereby potentially altering the system state, leaking data, or misusing system resources. The weakness maps to authentication bypass and missing authentication mechanisms, corresponding to CWE-287 and CWE-306.

Affected Systems

The vulnerability affects poco-ai’s poco-claw software, specifically all versions up to and including 0.5.4. All affected installations should be upgraded to version 0.5.7 or later, which contains the address that resolves the missing authentication guard.

Risk and Exploitability

The CVSS score of 5.3 classifies the issue as moderate risk, and the EPSS score of less than 1% indicates a very low probability of exploitation in the wild. The vulnerability is not listed in CISA’s KEV catalog. Based on the description, the likely attack vector is sending an unauthenticated HTTP POST request to the create_task endpoint exposed by executor_manager/api/v1/tasks, assuming the API is reachable from the network. This remote attack path does not require elevated credentials, making the flaw simpler to leverage for malicious manipulation of the system’s task queue.

Generated by OpenCVE AI on July 31, 2026 at 00:26 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade poco-claw to version 0.5.7 or later to apply the fixed authentication check for the create_task endpoint.
  • Require authentication for all executor_manager API calls, for example by enforcing API keys, OAuth, or basic authentication, so that only authorized users can submit tasks.
  • Implement network and application level controls such as firewalls or rate limiting to restrict direct exposure of the create_task endpoint to trusted networks only.

Generated by OpenCVE AI on July 31, 2026 at 00:26 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Metrics ssvc

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


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

Type Values Removed Values Added
Description A vulnerability was determined in poco-ai poco-claw up to 0.5.4. This vulnerability affects the function create_task of the file executor_manager/app/api/v1/tasks.py of the component executor_manager API. Executing a manipulation can lead to missing authentication. The exploit has been publicly disclosed and may be utilized. Upgrading to version 0.5.7 is able to resolve this issue. This patch is called 67fcc88505c57f77d3fcf04eb5b89425b10cbf48. It is recommended to upgrade the affected component.
Title poco-ai poco-claw executor_manager API tasks.py create_task missing authentication
First Time appeared Poco-ai
Poco-ai poco-claw
Weaknesses CWE-287
CWE-306
CPEs cpe:2.3:a:poco-ai:poco-claw:*:*:*:*:*:*:*:*
Vendors & Products Poco-ai
Poco-ai poco-claw
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:A/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-17T18:05:31.368Z

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

Link: CVE-2026-16015

cve-icon Vulnrichment

Updated: 2026-07-17T17:27:59.615Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T00:30:18Z

Weaknesses
  • CWE-287

    Improper Authentication

  • CWE-306

    Missing Authentication for Critical Function