CVE-2026-43008
Awaiting Analysis Awaiting Analysis - Queue
GPIO Error Handling Flaw in Linux Kernel GPIO Qixis FPGA

Publication date: 2026-05-01

Last updated on: 2026-05-01

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: gpio: qixis-fpga: Fix error handling for devm_regmap_init_mmio() devm_regmap_init_mmio() returns an ERR_PTR() on failure, not NULL. The original code checked for NULL which would never trigger on error, potentially leading to an invalid pointer dereference. Use IS_ERR() and PTR_ERR() to properly handle the error case.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-01
Last Modified
2026-05-01
Generated
2026-05-06
AI Q&A
2026-05-01
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability exists in the Linux kernel's gpio: qixis-fpga driver where error handling for the function devm_regmap_init_mmio() was incorrect.

The function devm_regmap_init_mmio() returns an ERR_PTR() on failure, not NULL as the original code assumed.

Because the code checked for NULL instead of using IS_ERR() and PTR_ERR() macros to detect errors, it could fail to recognize an error condition.

This improper error handling could lead to dereferencing an invalid pointer, causing potential crashes or undefined behavior.


How can this vulnerability impact me? :

If exploited or triggered, this vulnerability could cause the Linux kernel to dereference invalid pointers.

This may lead to system instability, crashes, or denial of service conditions.

Such impacts could affect the reliability and availability of systems running the vulnerable kernel code.


What immediate steps should I take to mitigate this vulnerability?

The vulnerability is related to improper error handling in the Linux kernel gpio qixis-fpga driver. To mitigate this vulnerability, you should update your Linux kernel to a version where this issue is fixed, as the fix involves correcting the error handling code to properly check for ERR_PTR() instead of NULL.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart