On this page

Atomicorp WAF Rule 320009

Rule Summary

  • Rule ID: 320009
  • Status: Active
  • Alert message: Atomicorp.com WAF Rules - Virtual Just In Time Patch: LiteLLM 1.18.10 MCP stdio Command Injection blocked CVE-2026-30623
  • Observed CWEs: CWE-77 (1), CWE-444 (1), CWE-1289 (1)
  • Revision: 1
  • Rule severity: Alert (1)
  • Phase: 2 (request body)
  • Request surfaces: Request URI
  • Rule action: deny
  • HTTP status: 403
  • Logging: log, auditlog

Description

This rule detects behavior identified by its current alert as “Virtual Just In Time Patch: LiteLLM 1.18.10 MCP stdio Command Injection blocked CVE-2026-30623” in the request URI. It evaluates during the request body phase and denies matching traffic with HTTP status 403.

CVEs Referenced by This Rule

The current ModSecurity rule metadata explicitly names the following CVEs. These references explain the rule author’s association; they do not claim that the rule is limited to these vulnerabilities or that this is an exhaustive coverage list.

CVE-2026-30623

LiteLLM 1.18.10 contains a remote code execution vulnerability in its MCP server creation functionality. The application allows users to add MCP servers via a JSON configuration specifying arbitrary command and args values. LiteLLM executes these values on the host without validation, enabling attackers to run arbitrary operating system commands. Successful exploitation may result in remote code execution with the privileges of the LiteLLM process.

This is a selected list of documented research observations, not an exhaustive coverage matrix. Absence of a CVE does not imply absence of protection.

CVEVulnerabilityProductCVSSSeverity
CVE-2026-30623LiteLLM 1.18.10 - Command InjectionLiteLLM 1.18.109.8 (v3.1)Critical
CVE-2026-48710Starlette - Improper Validation of Unsafe Equivalence in Inputstarlette6.5 (v3.1)Medium

Observed CWEs

These CWEs are recorded on published CVEs in the selected observations associated with this rule. They are observational relationships, not a claim that the rule universally blocks every vulnerability assigned to a CWE.

CWERelated Published CVEs
CWE-77CVE-2026-30623
CWE-444CVE-2026-48710
CWE-1289CVE-2026-48710