mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-30 18:56:19 +00:00
19 lines
868 B
Markdown
19 lines
868 B
Markdown
### [CVE-2019-12818](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-12818)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
An issue was discovered in the Linux kernel before 4.20.15. The nfc_llcp_build_tlv function in net/nfc/llcp_commands.c may return NULL. If the caller does not check for this, it will trigger a NULL pointer dereference. This will cause denial of service. This affects nfc_llcp_build_gb in net/nfc/llcp_core.c.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://packetstormsecurity.com/files/154245/Kernel-Live-Patch-Security-Notice-LSN-0054-1.html
|
|
- https://usn.ubuntu.com/4118-1/
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|