Logo
-

Byte Open Security

(ByteOS Network)

Log In

Sign Up

ByteOS

Security
Vulnerability Details
Registries
Custom Views
Weaknesses
Attack Patterns
Filters & Tools
CVE Vulnerability Details :
CVE-2024-47809
PUBLISHED
More InfoOfficial Page
Assigner-Linux
Assigner Org ID-416baaa9-dc9f-4396-8d5f-8c081fb06d67
View Known Exploited Vulnerability (KEV) details
Published At-11 Jan, 2025 | 12:25
Updated At-11 May, 2026 | 20:40
Rejected At-
▼CVE Numbering Authority (CNA)
dlm: fix possible lkb_resource null dereference

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 is that a resource name could be a non printable bytearray and we cannot assume to be ASCII coded. The log functionality is probably never being hit when DLM is used in normal way and no debug logging is enabled. The null pointer dereference can only occur on a new created lkb that does not have the resource assigned yet, it probably never hits the null pointer dereference but we should be sure that other changes might not change this behaviour and we actually can hit the mentioned null pointer dereference. In this patch we just drop the printout of the resource name, the lkb id is enough to make a possible connection to a resource name if this exists.

Affected Products
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • fs/dlm/lock.c
Default Status
unaffected
Versions
Affected
  • From 43279e5376017c40b4be9af5bc79cbb4ef6f53d7 before 8d55ce46dd543c6965970ce70c22c3076dd35b1e (git)
  • From 43279e5376017c40b4be9af5bc79cbb4ef6f53d7 before 6fbdc3980b70e9c1c86eccea7d5ee68108008fa7 (git)
  • From 43279e5376017c40b4be9af5bc79cbb4ef6f53d7 before 2db11504ef82a60c1a2063ba7431a5cd013ecfcb (git)
  • From 43279e5376017c40b4be9af5bc79cbb4ef6f53d7 before b98333c67daf887c724cd692e88e2db9418c0861 (git)
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • fs/dlm/lock.c
Default Status
affected
Versions
Affected
  • 2.6.30
Unaffected
  • From 0 before 2.6.30 (semver)
  • From 6.1.167 through 6.1.* (semver)
  • From 6.6.66 through 6.6.* (semver)
  • From 6.12.5 through 6.12.* (semver)
  • From 6.13 through * (original_commit_for_fix)
Metrics
VersionBase scoreBase severityVector
Metrics Other Info
Impacts
CAPEC IDDescription
Solutions

Configurations

Workarounds

Exploits

Credits

Timeline
EventDate
Replaced By

Rejected Reason

References
HyperlinkResource
https://git.kernel.org/stable/c/8d55ce46dd543c6965970ce70c22c3076dd35b1e
N/A
https://git.kernel.org/stable/c/6fbdc3980b70e9c1c86eccea7d5ee68108008fa7
N/A
https://git.kernel.org/stable/c/2db11504ef82a60c1a2063ba7431a5cd013ecfcb
N/A
https://git.kernel.org/stable/c/b98333c67daf887c724cd692e88e2db9418c0861
N/A
Hyperlink: https://git.kernel.org/stable/c/8d55ce46dd543c6965970ce70c22c3076dd35b1e
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/6fbdc3980b70e9c1c86eccea7d5ee68108008fa7
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/2db11504ef82a60c1a2063ba7431a5cd013ecfcb
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/b98333c67daf887c724cd692e88e2db9418c0861
Resource: N/A
▼Authorized Data Publishers (ADP)
CISA ADP Vulnrichment
Affected Products
Problem Types
TypeCWE IDDescription
CWECWE-476CWE-476 NULL Pointer Dereference
Type: CWE
CWE ID: CWE-476
Description: CWE-476 NULL Pointer Dereference
Metrics
VersionBase scoreBase severityVector
3.15.5MEDIUM
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Version: 3.1
Base score: 5.5
Base severity: MEDIUM
Vector:
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Metrics Other Info
Impacts
CAPEC IDDescription
Solutions

Configurations

Workarounds

Exploits

Credits

Timeline
EventDate
Replaced By

Rejected Reason

References
HyperlinkResource
Details not found