mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-15 11:48:07 +02:00
18 lines
815 B
Markdown
18 lines
815 B
Markdown
### [CVE-2016-10253](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-10253)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
An issue was discovered in Erlang/OTP 18.x. Erlang's generation of compiled regular expressions is vulnerable to a heap overflow. Regular expressions using a malformed extpattern can indirectly specify an offset that is used as an array index. This ordinal permits arbitrary regions within the erts_alloc arena to be both read and written to.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://github.com/erlang/otp/pull/1108
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|