cve/2015/CVE-2015-0817.md

19 lines
942 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2015-0817](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0817)
![](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
The asm.js implementation in Mozilla Firefox before 36.0.3, Firefox ESR 31.x before 31.5.2, and SeaMonkey before 2.33.1 does not properly determine the cases in which bounds checking may be safely skipped during JIT compilation and heap access, which allows remote attackers to read or write to unintended memory locations, and consequently execute arbitrary code, via crafted JavaScript.
### POC
#### Reference
- http://www.oracle.com/technetwork/topics/security/bulletinapr2015-2511959.html
- https://bugzilla.mozilla.org/show_bug.cgi?id=1145255
#### Github
No PoCs found on GitHub currently.