cve/2021/CVE-2021-32554.md

19 lines
957 B
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2021-32554](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-32554)
![](https://img.shields.io/static/v1?label=Product&message=apport&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=2.20.1%3C%202.20.1-0ubuntu2.30%2Besm1%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-59%20Improper%20Link%20Resolution%20Before%20File%20Access%20('Link%20Following')&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-61%20UNIX%20Symbolic%20Link%20(Symlink)%20Following&color=brighgreen)
### Description
It was discovered that read_file() in apport/hookutils.py would follow symbolic links or open FIFOs. When this function is used by the xorg package apport hooks, it could expose private data to other local users.
### POC
#### Reference
- https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1917904
#### Github
No PoCs found on GitHub currently.