First published: Wed Feb 10 2010(Updated: )
vorbis_dec.c in FFmpeg 0.5 uses an assignment operator when a comparison operator was intended, which might allow remote attackers to cause a denial of service and possibly execute arbitrary code via a crafted file that modifies a loop counter and triggers a heap-based buffer overflow.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
FFmpeg | =0.5 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2009-4633 is classified as a high severity vulnerability due to its potential to cause a denial of service and execute arbitrary code.
To fix CVE-2009-4633, it is recommended to update FFmpeg to a version newer than 0.5 that contains patches for this vulnerability.
CVE-2009-4633 specifically affects FFmpeg version 0.5.
CVE-2009-4633 enables remote attackers to potentially cause a denial of service or execute arbitrary code via crafted media files.
CVE-2009-4633 is caused by a programming error in vorbis_dec.c where an assignment operator is used instead of a comparison operator, leading to a heap-based buffer overflow.