Live Exposure Defense: From CVE to Confirmed Exposure in 12 Hours – See more

New CVE Detected

CVE-2026-55541 – Missing Authentication / Unauthorized Agent Invocation – PraisonAI < 4.6.58

Be the first to know when new zero-days emerge:

Summary

CVE-2026-55541 is a missing-authorization vulnerability (CWE-862) in PraisonAI’s praisonai serve subsystem. Although the serve command accepts an --api-key flag intended to protect its API endpoints, the underlying _create_agents_app() and _create_unified_app() functions never wire that credential into the FastAPI application, leaving the exposed agent endpoints reachable without authentication. The issue carries a High severity rating (CVSS 8.8) and affects PraisonAI versions prior to 4.6.58.

Technical details

  • Root cause: praisonai serve agents and praisonai serve unified parse the operator-supplied --api-key value into configuration, but the application factory functions _create_agents_app() and _create_unified_app() never read config["api_key"] or install any authentication/authorization middleware on the resulting FastAPI app.
  • Trigger conditions: An operator runs praisonai serve (agents or unified mode) believing the --api-key flag secures the deployment; no additional network-layer authentication (e.g., a reverse proxy enforcing auth) is placed in front of the service.
  • Attack vector: Network — any unauthenticated actor with network access to the exposed service can directly call the unprotected HTTP endpoints.
  • Exposed/impacted endpoints: POST /agents (executes agent workflows), POST /agents/{name} (invokes a specific agent), and POST /api/v1/agents/{id}/invoke (used for n8n-style integrations).
  • Impact: Unauthenticated remote actors can trigger and invoke agent workflows, resulting in unauthorized execution of agent logic/tools, potential resource and data access depending on the workflow’s capabilities, and abuse such as LLM quota exhaustion.

Affected software

  • PraisonAI (MervinPraison/PraisonAI) — all versions up to and including 4.6.50 that expose the praisonai serve subsystem
  • Fixed in PraisonAI version 4.6.58 and later

Severity

  • CVSS Score: 8.8 (High)
  • Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:H/VA:H/SC:N/SI:N/SA:N

Mitigation and recommended actions

  • Immediate: Upgrade PraisonAI to version 4.6.58 or later, where the API key check is properly enforced in the serve application factories.
  • If patching is not immediately possible:
    • Do not expose praisonai serve endpoints directly to untrusted networks; restrict access via firewall rules or network segmentation to trusted hosts only.
    • Place a reverse proxy or API gateway in front of the service that independently enforces authentication (e.g., mutual TLS, API gateway auth) rather than relying on the --api-key flag.
    • Monitor access logs for unexpected calls to /agents, /agents/{name}, and /api/v1/agents/{id}/invoke from unrecognized sources.
    • Rotate any credentials or downstream API keys accessible to agent workflows in case of prior unauthorized invocation.

References

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

How IONIX’s External Exposure Management Platform Detects and Validates
Zero-Days to Shrink MTTR

1

Map your entire attack surface (continously)

IONIX uses multi-factor discovery methods, including DNS analysis, certificate mapping, metadata inspection, and more, to automatically map every internet-facing asset across your environment. This includes cloud instances, third-party platforms, shadow IT, and even forgotten infrastructure that traditional tools miss.

2

Monitor for new CVEs

Dozens of threat intel feeds using agentic technology are continuously analyzed to detect the appearance of proof-of-concept code, exploit kits, and indicators of active targeting. IONIX goes further by applying AI to proactively evaluate whether emerging vulnerabilities are likely to be exploited, even before PoCs go public.

3

Identify Potential External Exposures

Not all CVEs matter. IONIX filters vulnerabilities by asking attacker-centric questions: Can it be reached from the internet? Does it require authentication? Is it being exploited in the wild? This dramatically reduces noise and focuses teams on threats that can actually be weaponized.

4

Create Safe, Scalable Exploit Validations

IONIX transforms real-world PoCs into safe, non-intrusive test payloads that can be run in production environments without disruption. These simulations are precisely targeted to the systems that are vulnerable, ensuring rapid validation without unnecessary load.

5

Execute Exploit Validations

By combining context about software stack, versioning, exposure status, and reachability, IONIX ensures that only the right payloads are executed against the right assets, maximizing efficiency and minimizing risk.

6

Drive Fast and Actionable Remediation

Results are routed through integrations with ticketing, SOAR, and SIEM tools. Issues are written in plain language, bundled into remediation clusters, and prioritized based on asset criticality, exploitability, and blast radius. This shortens mean time to remediation (MTTR) and empowers teams to act with confidence.

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

Subscribe to Threat Center RSS

Copy/paste the link below into your preferred RSS reader or follow these instructions to subscribe to Slack alerts.

Get Real-Time CVE Alerts to Your Email

Be the first to know when new zero-days emerge