๐Ÿ” CVE Alert

CVE-2023-53856

UNKNOWN 0.0

of: overlay: Call of_changeset_init() early

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: of: overlay: Call of_changeset_init() early When of_overlay_fdt_apply() fails, the changeset may be partially applied, and the caller is still expected to call of_overlay_remove() to clean up this partial state. However, of_overlay_apply() calls of_resolve_phandles() before init_overlay_changeset(). Hence if the overlay fails to apply due to an unresolved symbol, the overlay_changeset.cset.entries list is still uninitialized, and cleanup will crash with a NULL-pointer dereference in overlay_removal_is_ok(). Fix this by moving the call to of_changeset_init() from init_overlay_changeset() to of_overlay_fdt_apply(), where all other early initialization is done.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Dec 9, 2025
Last Updated May 11, 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
f948d6d8b792bb90041edc12eac35faf83030994 < 01bb96ad38089f5cc6de7746dac13437d35eb1dc f948d6d8b792bb90041edc12eac35faf83030994 < 3fb210cd521c9efcb211e9f5ce40fc907200bf13 f948d6d8b792bb90041edc12eac35faf83030994 < be86241bf5d1efd16d8a7231c13b33459c5d755d f948d6d8b792bb90041edc12eac35faf83030994 < c403c81b577a67fe9ec6a2e89d143256487be50f f948d6d8b792bb90041edc12eac35faf83030994 < a9515ff4fb142b690a0d2b58782b15903b990dba
Linux / Linux
4.15

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/01bb96ad38089f5cc6de7746dac13437d35eb1dc git.kernel.org: https://git.kernel.org/stable/c/3fb210cd521c9efcb211e9f5ce40fc907200bf13 git.kernel.org: https://git.kernel.org/stable/c/be86241bf5d1efd16d8a7231c13b33459c5d755d git.kernel.org: https://git.kernel.org/stable/c/c403c81b577a67fe9ec6a2e89d143256487be50f git.kernel.org: https://git.kernel.org/stable/c/a9515ff4fb142b690a0d2b58782b15903b990dba