mirror of
https://github.com/0xMarcio/cve.git
synced 2026-06-03 04:38:03 +02:00
18 lines
766 B
Markdown
18 lines
766 B
Markdown
### [CVE-2008-2148](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-2148)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The utimensat system call (sys_utimensat) in Linux kernel 2.6.22 and other versions before 2.6.25.3 does not check file permissions when certain UTIME_NOW and UTIME_OMIT combinations are used, which allows local users to modify file times of arbitrary files, possibly leading to a denial of service.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://www.ubuntu.com/usn/usn-625-1
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|