Advertisement
lionaneesh

rawvideo_vulnerable.avi -- Output

Nov 23rd, 2011
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. Note : This is not the duplicate of my Previous .avi vulnerbility , This vulnerability is in vsrc_buffer.c
  2. and the previous on was in loco
  3.  
  4. ===============================================
  5.  
  6. avconv -i rawvideo_vulnerable.avi -f null -
  7.  
  8. ===============================================
  9.  
  10. avconv version v0.7-1899-ga8fe9a7, Copyright (c) 2000-2011 the Libav developers
  11. built on Nov 21 2011 23:29:36 with gcc 4.5.2
  12. Input #0, avi, from 'rawvideo_vulnerable.avi':
  13. Duration: 00:00:05.21, start: 0.000000, bitrate: 1633 kb/s
  14. Stream #0.0: Audio: pcm_s16le, 44100 Hz, 2 channels, s16, 1411 kb/s
  15. Stream #0.1: Video: kgv1, rgb555le, 640x480, 60 tbr, 60 tbn, 60 tbc
  16. [buffer @ 0x9f83300] w:640 h:480 pixfmt:rgb555le
  17. Output #0, null, to 'pipe:':
  18. Metadata:
  19. encoder : Lavf53.15.0
  20. Stream #0.0: Video: rawvideo, rgb555le, 640x480, q=2-31, 200 kb/s, 90k tbn, 60 tbc
  21. Stream #0.1: Audio: pcm_s16le, 44100 Hz, 2 channels, s16, 1411 kb/s
  22. Stream mapping:
  23. Stream #0:1 -> #0:0 (kgv1 -> rawvideo)
  24. Stream #0:0 -> #0:1 (pcm_s16le -> pcm_s16le)
  25. Press ctrl-c to stop encoding
  26. Input stream #0:1 frame changed from size:640x480 fmt:rgb555le to size:320x240 fmt:rgb555le
  27. [buffer @ 0x9f80a40] w:320 h:240 pixfmt:rgb555le
  28. [scale @ 0x9f83d40] w:320 h:240 fmt:rgb555le -> w:640 h:480 fmt:rgb555le flags:0x4
  29. Input stream #0:1 frame changed from size:320x240 fmt:rgb555le to size:320x496 fmt:rgb555le
  30. [buffer @ 0x9f7ff80] w:320 h:496 pixfmt:rgb555le
  31. [scale @ 0x9f7f520] w:320 h:496 fmt:rgb555le -> w:640 h:480 fmt:rgb555le flags:0x4
  32. Segmentation fault
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement