๐Ÿ” CVE Alert

CVE-2026-43008

UNKNOWN 0.0

gpio: qixis-fpga: Fix error handling for devm_regmap_init_mmio()

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published May 1, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
e88500247dc3267787abc837848b001c1237f692 < e54b8fe9454cc786590a0b88db96afe0cdc8a83d e88500247dc3267787abc837848b001c1237f692 < 8de4e0f44c638c66cdc5eeb4d5ab9acd61c31e4f
Linux / Linux
6.19

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/e54b8fe9454cc786590a0b88db96afe0cdc8a83d git.kernel.org: https://git.kernel.org/stable/c/8de4e0f44c638c66cdc5eeb4d5ab9acd61c31e4f