GHSA-w3cc-2684-28pfMediumCVSS 5.5
In the Linux kernel, the following vulnerability has been resolved: net: 9p: fix refcount leak...
🔗 CVE IDs covered (1)
📋 Description
In the Linux kernel, the following vulnerability has been resolved:
net: 9p: fix refcount leak in p9_read_work() error handling
p9_req_put need to be called when m->rreq->rc.sdata is NULL to avoid temporary refcount leak.
[Dominique: commit wording adjustments, p9_req_put argument fixes for rebase]
🔗 References (7)
- https://nvd.nist.gov/vuln/detail/CVE-2022-50114
- https://git.kernel.org/stable/c/34b9a188557c1d5a50e07cf228d054101aee0af3
- https://git.kernel.org/stable/c/4ac7573e1f9333073fa8d303acc941c9b7ab7f61
- https://git.kernel.org/stable/c/622f2a467bdfbce73fd43ea74b5f0fd2caaa8c5d
- https://git.kernel.org/stable/c/8324649b0035cbb30ebc3ca901540cb392e89041
- https://git.kernel.org/stable/c/9bc63a124cc20a69a126e45e3d593d5807bb5258
- https://github.com/advisories/GHSA-w3cc-2684-28pf