Files
CVEs-PoC/2008/CVE-2008-5233.md
T
2024-06-18 02:51:15 +02:00

18 lines
904 B
Markdown

### [CVE-2008-5233](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5233)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
xine-lib 1.1.12, and other versions before 1.1.15, does not check for failure of malloc in circumstances including (1) the mymng_process_header function in demux_mng.c, (2) the open_mod_file function in demux_mod.c, and (3) frame_buffer allocation in the real_parse_audio_specific_data function in demux_real.c, which allows remote attackers to cause a denial of service (crash) or possibly execute arbitrary code via a crafted media file.
### POC
#### Reference
- http://securityreason.com/securityalert/4648
#### Github
No PoCs found on GitHub currently.