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 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.
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.
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 →
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.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
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.