Files
CVEs-PoC/2019/CVE-2019-7303.md
T
2024-06-18 02:51:15 +02:00

19 lines
935 B
Markdown

### [CVE-2019-7303](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-7303)
![](https://img.shields.io/static/v1?label=Product&message=snapd&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3C%202.37.4%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-628&color=brighgreen)
### Description
A vulnerability in the seccomp filters of Canonical snapd before version 2.37.4 allows a strict mode snap to insert characters into a terminal on a 64-bit host. The seccomp rules were generated to match 64-bit ioctl(2) commands on a 64-bit platform; however, the Linux kernel only uses the lower 32 bits to determine which ioctl(2) commands to run. This issue affects: Canonical snapd versions prior to 2.37.4.
### POC
#### Reference
- https://www.exploit-db.com/exploits/46594
#### Github
- https://github.com/ARPSyndicate/cvemon
- https://github.com/hartwork/antijack