mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-14 23:28:04 +02:00
18 lines
690 B
Markdown
18 lines
690 B
Markdown
### [CVE-2018-14337](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-14337)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The CHECK macro in mrbgems/mruby-sprintf/src/sprintf.c in mruby 1.4.1 contains a signed integer overflow, possibly leading to out-of-bounds memory access because the mrb_str_resize function in string.c does not check for a negative length.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/RUB-SysSec/redqueen
|
|
|