CVE-2023-53856
CVE-2023-53856 is a security vulnerability that is still awaiting full analysis and scoring. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low.
Key facts
- EPSS exploit prediction: 0% (10th percentile)
- Actively exploited: Not listed in CISA KEV
- EU (EUVD) id: EUVD-2023-60140
- Published:
- Last modified:
Description
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.
Frequently asked questions
- What is CVE-2023-53856?
- 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.
- Is CVE-2023-53856 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 0% (10th percentile), an estimate of the probability of exploitation in the next 30 days.
- How do I fix CVE-2023-53856?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround.
- Does CVE-2023-53856 have an EU (EUVD) identifier?
- Yes. CVE-2023-53856 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2023-60140.
- When was CVE-2023-53856 published?
- CVE-2023-53856 was published on 2025-12-09 and last updated on 2026-06-17.
References
- https://git.kernel.org/stable/c/01bb96ad38089f5cc6de7746dac13437d35eb1dc
- https://git.kernel.org/stable/c/3fb210cd521c9efcb211e9f5ce40fc907200bf13
- https://git.kernel.org/stable/c/a9515ff4fb142b690a0d2b58782b15903b990dba
- https://git.kernel.org/stable/c/be86241bf5d1efd16d8a7231c13b33459c5d755d
- https://git.kernel.org/stable/c/c403c81b577a67fe9ec6a2e89d143256487be50f