mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-30 17:29:30 +02:00
21 lines
1002 B
Markdown
21 lines
1002 B
Markdown
### [CVE-2020-28974](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28974)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
A slab-out-of-bounds read in fbcon in the Linux kernel before 5.9.7 could be used by local attackers to read privileged information or potentially crash the kernel, aka CID-3c4e0dff2095. This occurs because KD_FONT_OP_COPY in drivers/tty/vt/vt.c can be used for manipulations such as font height.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://www.openwall.com/lists/oss-security/2020/11/25/1
|
|
- https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.9.7
|
|
- https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=3c4e0dff2095c579b142d5a0693257f1c58b4804
|
|
- https://seclists.org/oss-sec/2020/q4/104
|
|
|
|
#### Github
|
|
- https://github.com/ZIllR0/Routers
|
|
|