In the Linux kernel, the following vulnerability has been resolved: tipc: fix slab-use-after-free Read in tipc_aead_decrypt_done tipc_aead_decrypt() goes straight from tipc_bearer_hold(b) to crypto…
Info
Summary
In the Linux kernel, the following vulnerability has been resolved: tipc: fix slab-use-after-free Read in tipc_aead_decrypt_done tipc_aead_decrypt() goes straight from tipc_bearer_hold(b) to crypto_aead_decrypt(req) without taking a reference on the netns, unlike the encrypt path. When crypto_aead_decrypt() is offloaded asynchronously (e.g. the SIMD aead wrapper queuing to cryptd), the cryptd worker runs tipc_aead_decrypt_done() later. If the bearer's netns is torn down in the meantime, clean…
In-depth triage · Auto channel
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/0a780653b2a7569a7af9be7d0b00b1251baca63a
- https://git.kernel.org/stable/c/171d31245d11bf84836fad3b394cb465a4d008ec
- https://git.kernel.org/stable/c/1eea5e1820a2f5164d706bd1277bc97ff31ce32d
- https://git.kernel.org/stable/c/2d1f21419ec121232c916d3a3fc9b6766473a0e7
- https://git.kernel.org/stable/c/bda3348872a2ef0d19f2df6aa8cb5025adce2f20
- https://git.kernel.org/stable/c/dca7713fe044a2067387948557ea099056e1679e
- https://git.kernel.org/stable/c/e18769616fd5a90ec1e12aabbba544c488284292
- https://git.kernel.org/stable/c/eaca7dae02fab70c8d223cffe03cec1b93249ce2
Timeline
- nvd_ingest NVD