CVE-2023-53462
BaseFortify
Publication date: 2025-10-01
Last updated on: 2025-10-02
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-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is an uninitialized value access issue in the Linux kernel's hsr driver, specifically in the fill_frame_info() function. It occurs because VLAN (802.1Q) protocol support was not yet implemented in the hsr driver, leading to the use of uninitialized data. The fix involves returning an error when the protocol is ETH_P_8021Q in fill_frame_info(), preventing the uninitialized access.
How can this vulnerability impact me? :
The vulnerability can cause the Linux kernel to access uninitialized memory, which may lead to unpredictable behavior such as system crashes, data corruption, or security issues like information leakage or privilege escalation, depending on how the uninitialized data is used within the kernel networking stack.