CVE-2023-53675
BaseFortify
Publication date: 2025-10-07
Last updated on: 2026-02-26
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-125 | The product reads data past the end, or before the beginning, of the intended buffer. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel involves a potential out-of-bounds access related to the desc_ptr pointer in the ses_enclosure_data_process() function within the SCSI SES (SCSI Enclosure Services) subsystem. The issue could allow improper memory access due to insufficient sanitization of desc_ptr, which has been fixed.
How can this vulnerability impact me? :
The vulnerability could lead to out-of-bounds memory access, which might cause system instability, crashes, or potentially allow an attacker to execute arbitrary code or cause denial of service. The exact impact depends on the context in which the vulnerable code is used.