CVE-2026-57494

AgenticMail gives AI agents real email addresses and phone numbers. In @agenticmail/api prior to version 0.9.64, a low-privileged authenticated AgenticMail agent can enumerate another agent's pending/claimed tasks by supplying the target agent name to `GET /api/agenticmail/tasks/pending?assignee=<name>`. The returned task objects include the task IDs and payloads. The same task IDs can then be used with the capability-style task mutation endpoints (`/tasks/:id/claim`, `/tasks/:id/result`, `/tasks/:id/complete`, `/tasks/:id/fail`) to claim, complete, or fail tasks assigned to a different agent. Because ordinary authenticated agents can discover agent names through `GET /api/agenticmail/accounts/directory`, the task ID effectively stops being a secret capability. This turns the intended capability model into a cross-agent authorization bypass. Version 0.9.64 contains a fix.
CVSS

No CVSS.

Configurations

No configuration.

History

21 Jul 2026, 16:17

Type Values Removed Values Added
References () https://github.com/agenticmail/agenticmail/security/advisories/GHSA-hjwc-26pj-v3pm - () https://github.com/agenticmail/agenticmail/security/advisories/GHSA-hjwc-26pj-v3pm -

20 Jul 2026, 22:17

Type Values Removed Values Added
New CVE

Information

Published : 2026-07-20 22:17

Updated : 2026-07-23 16:04


NVD link : CVE-2026-57494

Mitre link : CVE-2026-57494

CVE.ORG link : CVE-2026-57494


JSON object : View

Products Affected

No product.

CWE
CWE-639

Authorization Bypass Through User-Controlled Key

CWE-862

Missing Authorization