[Full-disclosure] CVE-2008-0073 - MPlayer and VLC "sdpplin_parse()" Array Indexing Vulnerability

Guido Landi lists at keamera.org
Tue Mar 25 17:17:29 GMT 2008


Hello,

CVE-2008-0073 apply also to MPlayer and VLC.


-MPlayer-1.0-rc2, stream/realrtsp/sdpplin.c:

161: desc->stream_id=atoi(buf);
283: desc->stream[stream->stream_id]=stream;

- vlc-0.8.6e, modules/access/rtsp/real_sdpplin.c:

141: desc->stream_id=atoi(buf);
257: desc->stream[stream->stream_id]=stream;


With MPlayer:

eax    0xa0737008  // pointer to desc->stream
edx    0x0495badd  // "streamid" value (76921565)
edi    0x089b59e8  // pointer to stream
<sdpplin_parse+731>: mov    DWORD PTR [eax+edx*4],edi


http://www.milw0rm.com/exploits/5307




Full-Disclosure is hosted and sponsored by Secunia.