Skip to main content
Mallory
HighPublic exploit

Unauthenticated OOM DoS in vLLM VideoMediaIO.load_base64()

IdentifiersCVE-2026-5497CWE-770

CVE-2026-5497 affects vLLM version 0.8.0 and later. The vulnerability is in the VideoMediaIO.load_base64() method when handling video/jpeg data URLs. The method parses the supplied base64 data by splitting on commas and treating the resulting elements as individual JPEG frames, but it does not enforce a limit on the number of frames processed. A remote attacker can submit a single crafted request containing thousands of comma-separated base64-encoded JPEG frames through the OpenAI-compatible chat completions API. The server attempts to decode all supplied frames into memory, which can exhaust available memory and terminate or crash the process.

Share:
For your environment

Are you exposed to this one?

Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.

ANALYST BRIEF

Impact, mitigation & remediation

What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.

Impact

What an attacker gets, and what they’ve been doing with it.

Successful exploitation causes excessive memory consumption leading to out-of-memory conditions and service crash, resulting in denial of service. Based on the provided content, the issue is remotely reachable via the OpenAI-compatible chat completions API and does not require authentication, so an external attacker can repeatedly disrupt availability of affected vLLM deployments.

Mitigation

If you can’t patch tonight, do this now.

Until a fixed version is deployed, restrict or disable acceptance of untrusted video/jpeg data URLs via the OpenAI-compatible chat completions API. Enforce maximum request-body sizes, frame-count limits, and memory/processing quotas at the application layer or upstream reverse proxy/API gateway. Where operationally feasible, require authentication for the affected endpoint and apply rate limiting to reduce unauthenticated abuse.

Remediation

Patch, then assume compromise.

Upgrade to a vendor-fixed release once available. If a fixed release is not yet identified, modify or patch the affected code path to enforce strict upper bounds on the number of JPEG frames accepted by VideoMediaIO.load_base64() for video/jpeg data URLs, and reject or truncate inputs exceeding safe limits. Additional defensive remediation includes enforcing memory budgeting during decode operations and validating media structure before allocating buffers for all frames.
PUBLIC EXPLOITS

Exploits

No public exploits tracked yet. Mallory keeps watching.

VALID 0 / 0 TOTALView more in app

No public exploit code observed for this vulnerability.

EXPOSURE SURFACE

Affected products & vendors

Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.

VendorProductType
Vllm-ProjectVllmapplication

Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.

ACTIVITY FEED

Recent activity

6 sources tracked across advisories and community write-ups. News coverage will land here when it surfaces.

No news coverage yet. Advisories and community discussion only.

What this page doesn’t show

The version that knows your environment.

This page is what’s public. Mallory adds the parts that aren’t: which of your assets are affected, which adversaries are exploiting it right now, which detections to deploy, and what to do tonight.
Exposure mapping

Query your assets running an affected version, and investigate the blast radius.

Threat actor evidence

Every observed campaign linking this CVE to a named adversary.

Associated malware

Malware families riding this exploit, with evidence and IOCs.

Detection signatures

YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.

Vendor-by-vendor mapping

Cross-references every affected SKU, including bundled OEM variants.

Social activity6

Community discussion across Reddit, Mastodon, and other social sources.