Impact
The vulnerability is a division‑by‑zero flaw in the ff_sws_init_single_context function in libswscale/utils.c of FFmpeg. When a crafted media stream causes the function to divide by zero, the process crashes, resulting in a denial of service. The flaw is a classic CWE‑369 error that can be exploited by supplying malformed input to the scaling routine.
Affected Systems
Affected product is the FFmpeg multimedia framework, specifically the libswscale scaling component. No explicit vendor or product name is provided beyond FFmpeg itself, and no version ranges are indicated, so any FFmpeg build that includes the ff_sws_init_single_context function is potentially vulnerable until the fix is applied.
Risk and Exploitability
The likely attack vector is a malicious media file that forces the scaling pipeline to divide by zero; thus, any instance of FFmpeg that processes user‑supplied content can be targeted remotely if the application is exposed over a network or accepts uploads. Because the flaw causes an immediate crash, it can be leveraged for denial of service without requiring privilege escalation. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog, indicating limited published exploitation data. The CVSS score is not provided, but the impact is considered high due to the potential to take down media processing services.
OpenCVE Enrichment