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

|
|

|
|

|
|
|
|
### Description
|
|
|
|
net/xfrm/xfrm_policy.c in the Linux kernel through 4.12.3, when CONFIG_XFRM_MIGRATE is enabled, does not ensure that the dir value of xfrm_userpolicy_id is XFRM_POLICY_MAX or less, which allows local users to cause a denial of service (out-of-bounds access) or possibly have unspecified other impact via an XFRM_MSG_MIGRATE xfrm Netlink message.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://seclists.org/bugtraq/2017/Jul/30
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|