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

18 lines
860 B
Markdown

### [CVE-2009-1184](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1184)
![](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
The selinux_ip_postroute_iptables_compat function in security/selinux/hooks.c in the SELinux subsystem in the Linux kernel before 2.6.27.22, and 2.6.28.x before 2.6.28.10, when compat_net is enabled, omits calls to avc_has_perm for the (1) node and (2) port, which allows local users to bypass intended restrictions on network traffic. NOTE: this was incorrectly reported as an issue fixed in 2.6.27.21.
### POC
#### Reference
- http://www.ubuntu.com/usn/usn-793-1
#### Github
No PoCs found on GitHub currently.