mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-09 19:17:37 +02:00
18 lines
836 B
Markdown
18 lines
836 B
Markdown
### [CVE-2011-4112](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-4112)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The net subsystem in the Linux kernel before 3.1 does not properly restrict use of the IFF_TX_SKB_SHARING flag, which allows local users to cause a denial of service (panic) by leveraging the CAP_NET_ADMIN capability to access /proc/net/pktgen/pgctrl, and then using the pktgen package in conjunction with a bridge device for a VLAN interface.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.1
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|