THREATOPS
THREAT OPSThreat News › [NVD] CVE-2024-47809 (MEDIUM 5.5) — In the Linux kernel, the following vulnerability has been resolved: dlm: fix possible lkb_resource null dereference This patch fixes a possible null pointer dereference when this function is called from request_lock() as lkb->lkb_resource is not assigned yet, only after validat

[NVD] CVE-2024-47809 (MEDIUM 5.5) — In the Linux kernel, the following vulnerability has been resolved: dlm: fix possible lkb_resource null dereference This patch fixes a possible null pointer dereference when this function is called from request_lock() as lkb->lkb_resource is not assigned yet, only after validat

lownvdPublished 2025-01-11

CVE-2024-47809 CVSS: 5.5 MEDIUM Published: 2025-01-11T13:15:22.583

In the Linux kernel, the following vulnerability has been resolved:

dlm: fix possible lkb_resource null dereference

This patch fixes a possible null pointer dereference when this function is called from request_lock() as lkb->lkb_resource is not assigned yet, only after validate_lock_args() by calling attach_lkb(). Another issue

Indicators of compromise

Original source: https://nvd.nist.gov/vuln/detail/CVE-2024-47809