CVE-2022-50649
BaseFortify
Publication date: 2025-12-09
Last updated on: 2025-12-09
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | kernel | * |
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 out-of-bounds read in the Linux kernel's power supply driver for the ADP5061 device. Specifically, the code masks a status value with 0x07, implying an array length of 8, but the array it accesses (adp5061_chg_type) only has 4 elements. This can cause the program to read beyond the end of the array, potentially leading to undefined behavior or crashes.
How can this vulnerability impact me? :
The out-of-bounds read could cause the Linux kernel to behave unexpectedly, such as crashing or exposing unintended data. This may affect system stability or security depending on how the kernel handles such errors.