CVE-2026-64622 PUBLISHED

Network-AI 5.12.2 through 5.13.3 Missing Authorization via ApprovalInbox

Assigner: VulnCheck
Reserved: 20.07.2026 Published: 20.07.2026 Updated: 20.07.2026

Network-AI (npm: network-ai) versions 5.12.2 through 5.13.3 fail to apply the configured authorization check (checkAuth/secret) to the ApprovalInbox GET read routes, so even when an operator configures a secret, unauthenticated actors can access sensitive approval request details. The GET /approvals/?status=all, GET /approvals/:id, GET /approvals/stats, and GET /approvals/sse routes disclose full ApprovalEntry content including action/target shell-command strings, file paths, justifications, and risk levels. All responses also carry a hardcoded Access-Control-Allow-Origin: * header, enabling cross-origin disclosure from any website the operator visits. This is an incomplete fix for GHSA-mxjx-28vx-xjjj.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
CVSS Score: 9.3

Product Status

Vendor Jovancoding
Product Network-AI
Versions Default: unaffected
  • affected from 5.12.2 to * (excl.)

Credits

  • sec-reex reporter

References

Problem Types

  • Missing Authorization CWE