In the Linux kernel, the following vulnerability has been resolved:
xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_create
If there are failures then we must not leave the non-NULL pointers with
the error value, otherwise `rpcrdma_ep_destroy` gets confused and tries
free them, resulting in an Oops.
References
Link | Resource |
---|---|
https://git.kernel.org/stable/c/1e7433fb95ccc01629a5edaa4ced0cd8c98d0ae0 | Mailing List Patch |
https://git.kernel.org/stable/c/2526d4d8b209dc5ac1fbeb468149774888b2a141 | Mailing List Patch |
https://git.kernel.org/stable/c/9921c866dc369577c3ebb9adf2383b01b58c18de | Mailing List Patch |
https://git.kernel.org/stable/c/a9c10b5b3b67b3750a10c8b089b2e05f5e176e33 | Mailing List Patch |
https://git.kernel.org/stable/c/1e7433fb95ccc01629a5edaa4ced0cd8c98d0ae0 | Mailing List Patch |
https://git.kernel.org/stable/c/2526d4d8b209dc5ac1fbeb468149774888b2a141 | Mailing List Patch |
https://git.kernel.org/stable/c/9921c866dc369577c3ebb9adf2383b01b58c18de | Mailing List Patch |
https://git.kernel.org/stable/c/a9c10b5b3b67b3750a10c8b089b2e05f5e176e33 | Mailing List Patch |
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-07-16 12:15
Updated : 2024-11-21 07:33
NVD link : CVE-2022-48773
Mitre link : CVE-2022-48773
CVE.ORG link : CVE-2022-48773
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference