← All stories
● Covered by 1 source · 1 reportMedium impact1 neutral

Bing Image Flaws Allowed Remote Code Execution on Microsoft Servers via Crafted SVGs

🔄 Updated 1h ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • Crafted SVGs exploited Bing's image processing workers.
  • Allowed command execution as SYSTEM on Windows and root on Linux servers.
  • Microsoft issued two critical CVEs (9.8 CVSS) for the flaws.
  • Vulnerabilities were patched server-side before public disclosure.

Vulnerabilities Discovered in Bing Image Processing

XBOW, an autonomous offensive security startup, identified two critical vulnerabilities in Bing's image search functionality. These flaws allowed malicious SVG files to execute commands with high privileges (NT AUTHORITY\SYSTEM on Windows and root on Linux) on Microsoft's production image-processing servers. The issues were consistent across different hosts and network ranges, indicating a systemic problem within Bing's image tier.

Microsoft's Response and Patching

Microsoft addressed these vulnerabilities by issuing two critical CVEs: CVE-2026-32194 and CVE-2026-32191, both rated 9.8 on the CVSS scale. The company implemented server-side fixes before the advisories were publicly released in March, meaning Bing users did not need to take any action. Neither advisory indicated prior exploitation or public disclosure of the flaws.

Technical Details of the Exploit

The core of the vulnerability stemmed from how Bing's image processing handled SVG files. The application mistakenly treated parts of an SVG as commands due to an enabled delegate layer in its conversion suite. Specifically, an image reference within an SVG that began with a pipe character was interpreted as a shell command rather than a filename. This allowed a one-pixel SVG to execute commands on the worker and exfiltrate output to a controlled collector.

Impact and Mitigation for Similar Systems

The exploit highlighted a common vulnerability pattern where applications processing user-supplied content, especially through tools like ImageMagick, can be susceptible to command injection if delegate-enabled paths are not properly secured. For other systems, mitigation involves denying delegates, restricting accepted file formats, and isolating worker processes from the network to prevent similar command injection vulnerabilities.

✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →

The daily brief

One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.

One email a day. Unsubscribe in one click, any time.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~15 min · 15 stories · Jul 24

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Reporting from

Security researchers at XBOW discovered two critical vulnerabilities in Bing's image processing service that allowed remote code execution as SYSTEM on Microsoft's production servers. Microsoft has since patched these server-side flaws, identified as CVE-2026-32194 and CVE-2026-32191, before public disclosure, requiring no user action.