mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-09 19:17:37 +02:00
19 lines
677 B
Markdown
19 lines
677 B
Markdown
### [CVE-2017-12852](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-12852)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The numpy.pad function in Numpy 1.13.1 and older versions is missing input validation. An empty list or ndarray will stick into an infinite loop, which can allow attackers to cause a DoS attack.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/BT123/numpy-1.13.1
|
|
- https://github.com/xiaoqx/pocs
|
|
|