CVE-2023-53631
BaseFortify
Publication date: 2025-10-07
Last updated on: 2026-02-03
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 6.5 (inc) to 6.5.3 (inc) |
| dell-sysman | * | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel's platform/x86 dell-sysman component involves a reference leak. When a duplicate attribute is found using the function kset_find_obj(), a reference to that attribute is returned but not properly disposed of. The fix involves using kobject_put() to correctly dispose of the duplicate attribute reference, preventing the leak.
How can this vulnerability impact me? :
The vulnerability can lead to a reference leak in the kernel, which may cause increased memory usage or resource exhaustion over time. This could potentially degrade system performance or stability if the leak accumulates.