mirror of
https://github.com/0xMarcio/cve.git
synced 2025-05-06 10:41:43 +00:00
31 lines
1.6 KiB
Markdown
31 lines
1.6 KiB
Markdown
![]() |
### [CVE-2017-1000363](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-1000363)
|
||
|

|
||
|

|
||
|

|
||
|
|
||
|
### Description
|
||
|
|
||
|
Linux drivers/char/lp.c Out-of-Bounds Write. Due to a missing bounds check, and the fact that parport_ptr integer is static, a 'secure boot' kernel command line adversary (can happen due to bootloader vulns, e.g. Google Nexus 6's CVE-2016-10277, where due to a vulnerability the adversary has partial control over the command line) can overflow the parport_nr array in the following code, by appending many (>LP_NO) 'lp=none' arguments to the command line.
|
||
|
|
||
|
### POC
|
||
|
|
||
|
#### Reference
|
||
|
No PoCs from references.
|
||
|
|
||
|
#### Github
|
||
|
- https://github.com/ARPSyndicate/cvemon
|
||
|
- https://github.com/R0B1NL1N/linux-kernel-exploitation
|
||
|
- https://github.com/Technoashofficial/kernel-exploitation-linux
|
||
|
- https://github.com/kdn111/linux-kernel-exploitation
|
||
|
- https://github.com/khanhdn111/linux-kernel-exploitation
|
||
|
- https://github.com/khanhdz-06/linux-kernel-exploitation
|
||
|
- https://github.com/khanhdz191/linux-kernel-exploitation
|
||
|
- https://github.com/khanhhdz/linux-kernel-exploitation
|
||
|
- https://github.com/khanhhdz06/linux-kernel-exploitation
|
||
|
- https://github.com/khanhnd123/linux-kernel-exploitation
|
||
|
- https://github.com/knd06/linux-kernel-exploitation
|
||
|
- https://github.com/ndk191/linux-kernel-exploitation
|
||
|
- https://github.com/ssr-111/linux-kernel-exploitation
|
||
|
- https://github.com/xairy/linux-kernel-exploitation
|
||
|
|