cve/2024/CVE-2024-21523.md

19 lines
985 B
Markdown
Raw Permalink Normal View History

2024-07-25 21:25:12 +00:00
### [CVE-2024-21523](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-21523)
![](https://img.shields.io/static/v1?label=Product&message=images&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=0%3C%20*%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=Denial%20of%20Service%20(DoS)&color=brighgreen)
### Description
All versions of the package images are vulnerable to Denial of Service (DoS) due to providing unexpected input types to several different functions. This makes it possible to reach an assert macro, leading to a process crash. **Note:** By providing some specific integer values (like 0) to the size function, it is possible to obtain a Segmentation fault error, leading to the process crash.
### POC
#### Reference
2024-08-05 18:41:32 +00:00
- https://gist.github.com/dellalibera/8b4ea6b4db84cba212e6e6e39a6933d1
2024-07-25 21:25:12 +00:00
- https://security.snyk.io/vuln/SNYK-JS-IMAGES-6421826
#### Github
- https://github.com/dellalibera/dellalibera