Firefox 31 Integer Overflow

2014.11.24
Credit: Stakenvicius
Risk: Medium
Local: No
Remote: Yes
CVE: N/A
CWE: N/A

Hello, And integer overflow was discovered in Firefox when processing a crafted webm files [1]. Upstream commits are in [1] as well. [1]: https://bugzilla.mozilla.org/show_bug.cgi?id=1090405 ::: content/media/webm/WebMReader.cpp @@ +668,5 @@ return true; } int32_t keepFrames = frames - skipFrames; + if (keepFrames < 0) { + NS_WARNING("Int overflow in samples");

References:

https://bugzilla.mozilla.org/show_bug.cgi?id=1090405
https://hg.mozilla.org/releases/mozilla-beta/rev/ea93efd4cf0a
https://hg.mozilla.org/releases/mozilla-esr31/rev/f25796531bbb


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top