← Back to CVE List

CVE-2024-46677

Published: 2024-09-13T06:15Z
Last Modified: 2024-09-13T16:51Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: gtp: fix a potential NULL pointer dereference When sockfd_lookup() fails, gtp_encap_enable_socket() returns a NULL pointer, but its callers only check for error pointers thus miss the NULL pointer case. Fix it by returning an error pointer with the error code carried from sockfd_lookup(). (I found this bug during code inspection.) > MITRE Terms of Use apply – see LICENSE‑MITRE.txt