Lucene search

K
nvd416baaa9-dc9f-4396-8d5f-8c081fb06d67NVD:CVE-2024-41044
HistoryJul 29, 2024 - 3:15 p.m.

CVE-2024-41044

2024-07-2915:15:12
416baaa9-dc9f-4396-8d5f-8c081fb06d67
web.nvd.nist.gov
5
linux kernel
lcp packets
vulnerability
fix
ppp.

EPSS

0

Percentile

13.5%

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.