Security Advisory

CVE-2022-50364

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-09-17 14:56:15
Last updated 2026-05-11 19:18:07
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: i2c: mux: reg: check return value after calling platform_get_resource() It will cause null-ptr-deref in resource_size(), if platform_get_resource() returns NULL, move calling resource_size() after devm_ioremap_resource() that will check res to avoid null-ptr-deref. And use devm_platform_get_and_ioremap_resource() to simplify code.