mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-15 03:30:24 +02:00
21 lines
1005 B
Markdown
21 lines
1005 B
Markdown
### [CVE-2014-1513](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1513)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
TypedArrayObject.cpp in Mozilla Firefox before 28.0, Firefox ESR 24.x before 24.4, Thunderbird before 24.4, and SeaMonkey before 2.25 does not prevent a zero-length transition during use of an ArrayBuffer object, which allows remote attackers to execute arbitrary code or cause a denial of service (heap-based out-of-bounds write or read) via a crafted web site.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://www.oracle.com/technetwork/topics/security/bulletinapr2016-2952098.html
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=982974
|
|
|
|
#### Github
|
|
- https://github.com/RUB-SysSec/PrimGen
|
|
- https://github.com/otravidaahora2t/js-vuln-db
|
|
- https://github.com/tunz/js-vuln-db
|
|
|