First published: Wed Sep 04 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: atm: idt77252: prevent use after free in dequeue_rx() We can't dereference "skb" after calling vcc->push() because the skb is released.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=2.6.12<4.19.321 | |
Linux Kernel | >=4.20<5.4.283 | |
Linux Kernel | >=5.5<5.10.225 | |
Linux Kernel | >=5.11<5.15.166 | |
Linux Kernel | >=5.16<6.1.107 | |
Linux Kernel | >=6.2<6.6.48 | |
Linux Kernel | >=6.7<6.10.7 | |
Linux Kernel | =6.11-rc1 | |
Linux Kernel | =6.11-rc2 | |
Linux Kernel | =6.11-rc3 | |
debian/linux | <=5.10.223-1 | 5.10.226-1 6.1.123-1 6.1.119-1 6.12.11-1 6.12.12-1 |
debian/linux-6.1 | 6.1.119-1~deb11u1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-44998 is classified as a medium severity vulnerability in the Linux kernel.
To remediate CVE-2024-44998, upgrade the Linux kernel to versions 5.10.226 or later, or 6.1.123 or later.
CVE-2024-44998 affects Linux kernel versions prior to 4.20, 5.10.226, and 6.1.123.
CVE-2024-44998 is a use-after-free vulnerability that occurs in the dequeue_rx function of the ATM subsystem.
Currently, there is no specific workaround for CVE-2024-44998; applying the available patches is recommended.