mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-10 15:59:29 +02:00
18 lines
887 B
Markdown
18 lines
887 B
Markdown
### [CVE-2017-7495](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7495)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
fs/ext4/inode.c in the Linux kernel before 4.6.2, when ext4 data=ordered mode is used, mishandles a needs-flushing-before-commit list, which allows local users to obtain sensitive information from other users' files in opportunistic circumstances by waiting for a hardware reset, creating a new file, making write system calls, and reading this file.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/thdusdl1219/CVE-Study
|
|
|