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

|
|

|
|

|
|
|
|
### Description
|
|
|
|
A use-after-free flaw was found in the Linux kernel MCTP (Management Component Transport Protocol) functionality. This issue occurs when a user simultaneously calls DROPTAG ioctl and socket close happens, which could allow a local user to crash the system or potentially escalate their privileges on the system.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=3a732b46736cd8a29092e4b0b1a9ba83e672bf89
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|