mirror of
https://github.com/0xMarcio/cve.git
synced 2025-05-30 10:10:35 +00:00
19 lines
856 B
Markdown
19 lines
856 B
Markdown
![]() |
### [CVE-2018-18397](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-18397)
|
||
|

|
||
|

|
||
|

|
||
|
|
||
|
### Description
|
||
|
|
||
|
The userfaultfd implementation in the Linux kernel before 4.19.7 mishandles access control for certain UFFDIO_ ioctl calls, as demonstrated by allowing local users to write data into holes in a tmpfs file (if the user has read-only access to that file, and that file contains holes), related to fs/userfaultfd.c and mm/userfaultfd.c.
|
||
|
|
||
|
### POC
|
||
|
|
||
|
#### Reference
|
||
|
- https://cdn.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.7
|
||
|
- https://usn.ubuntu.com/3901-1/
|
||
|
|
||
|
#### Github
|
||
|
- https://github.com/ARPSyndicate/cvemon
|
||
|
|