CVE-2023-54279
BaseFortify
Publication date: 2025-12-30
Last updated on: 2025-12-31
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
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 MIPS firmware interface occurs because the function fw_getenv assumes that the environment list passed by firmware contains entries. However, it is valid for the firmware to pass an empty environment list. The function did not check if the first entry exists before using strchr, which could lead to a null pointer dereference.
How can this vulnerability impact me? :
This vulnerability can cause a null pointer dereference in the Linux kernel when processing firmware environment variables, potentially leading to a kernel crash or system instability.