cve/2021/CVE-2021-45463.md

18 lines
872 B
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2021-45463](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45463)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
load_cache in GEGL before 0.4.34 allows shell expansion when a pathname in a constructed command line is not escaped or filtered. This is caused by use of the system library function for execution of the ImageMagick convert fallback in magick-load. NOTE: GEGL releases before 0.4.34 are used in GIMP releases before 2.10.30; however, this does not imply that GIMP builds enable the vulnerable feature.
### POC
#### Reference
- https://gitlab.gnome.org/GNOME/gegl/-/issues/298
#### Github
No PoCs found on GitHub currently.