Lucene search

K
redhatcveRedhat.comRH:CVE-2024-41044
HistoryJul 31, 2024 - 9:13 a.m.

CVE-2024-41044

2024-07-3109:13:50
redhat.com
access.redhat.com
6
linux
kernel
vulnerability
ppp
module

AI Score

7.1

Confidence

Low

In the Linux kernel, the following vulnerability has been resolved: ppp: reject claimed-as-LCP but actually malformed packets Since ‘ppp_async_encode()’ assumes valid LCP packets (with code from 1 to 7 inclusive), add ‘ppp_check_packet()’ to ensure that LCP packet has an actual body beyond PPP_LCP header bytes, and reject claimed-as-LCP but actually malformed data otherwise.