We use these services and cookies to improve your user experience. You may opt out if you wish, however, this may limit some features on this site.

Please see our statement on Data Privacy.

Crisp.chat (Helpdesk and Chat)

Ok

THREATINT
PUBLISHED

CVE-2024-45016

netem: fix return value if duplicate enqueue fails



Description

In the Linux kernel, the following vulnerability has been resolved: netem: fix return value if duplicate enqueue fails There is a bug in netem_enqueue() introduced by commit 5845f706388a ("net: netem: fix skb length BUG_ON in __skb_to_sgvec") that can lead to a use-after-free. This commit made netem_enqueue() always return NET_XMIT_SUCCESS when a packet is duplicated, which can cause the parent qdisc's q.qlen to be mistakenly incremented. When this happens qlen_notify() may be skipped on the parent during destruction, leaving a dangling pointer for some classful qdiscs like DRR. There are two ways for the bug happen: - If the duplicated packet is dropped by rootq->enqueue() and then the original packet is also dropped. - If rootq->enqueue() sends the duplicated packet to a different qdisc and the original packet is dropped. In both cases NET_XMIT_SUCCESS is returned even though no packets are enqueued at the netem qdisc. The fix is to defer the enqueue of the duplicate packet until after the original packet has been guaranteed to return NET_XMIT_SUCCESS.

Reserved 2024-08-21 | Published 2024-09-11 | Updated 2024-11-05 | Assigner Linux

Product status

Default status
unaffected

5845f706388a before 759e3e8c4a6a
affected

5845f706388a before c414000da1c2
affected

5845f706388a before 52d99a69f3d5
affected

5845f706388a before 0486d31dd819
affected

5845f706388a before 577d6c061946
affected

5845f706388a before e5bb2988a310
affected

5845f706388a before c07ff8592d57
affected

Default status
affected

5.0
affected

Any version before 5.0
unaffected

5.4.283
unaffected

5.10.225
unaffected

5.15.166
unaffected

6.1.107
unaffected

6.6.48
unaffected

6.10.7
unaffected

6.11
unaffected

References

git.kernel.org/...c/759e3e8c4a6a6b4e52ebc4547123a457f0ce90d4

git.kernel.org/...c/c414000da1c2ea1ba9a5e5bb1a4ba774e51e202d

git.kernel.org/...c/52d99a69f3d556c6426048c9d481b912205919d8

git.kernel.org/...c/0486d31dd8198e22b63a4730244b38fffce6d469

git.kernel.org/...c/577d6c0619467fe90f7e8e57e45cb5bd9d936014

git.kernel.org/...c/e5bb2988a310667abed66c7d3ffa28880cf0f883

git.kernel.org/...c/c07ff8592d57ed258afee5a5e04991a48dbaf382

cve.org (CVE-2024-45016)

nvd.nist.gov (CVE-2024-45016)

Download JSON

Share this page
https://cve.threatint.com/CVE/CVE-2024-45016

Support options

Helpdesk Chat, Email, Knowledgebase
Telegram Chat
Subscribe to our newsletter to learn more about our work.