Files
CVEs-PoC/2020/CVE-2020-16122.md
T
2024-05-25 21:48:12 +02:00

18 lines
804 B
Markdown

### [CVE-2020-16122](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-16122)
![](https://img.shields.io/static/v1?label=Product&message=packagekit&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=1.1.13-2ubuntu%3C%201.1.13-2ubuntu1.1%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-269%20Improper%20Privilege%20Management&color=brighgreen)
### Description
PackageKit's apt backend mistakenly treated all local debs as trusted. The apt security model is based on repository trust and not on the contents of individual files. On sites with configured PolicyKit rules this may allow users to install malicious packages.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/Live-Hack-CVE/CVE-2020-16122