CVE-2023-53856
Last modified
CVE-2023-53856 is a vulnerability of currently unknown severity. 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.. EPSS estimates a 0.19% chance of exploitation in the next 30 days.
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.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= f948d6d8b792bb90041edc12eac35faf83030994, < 01bb96ad38089f5cc6de7746dac13437d35eb1dc; >= f948d6d8b792bb90041edc12eac35faf83030994, < 3fb210cd521c9efcb211e9f5ce40fc907200bf13; >= f948d6d8b792bb90041edc12eac35faf83030994, < be86241bf5d1efd16d8a7231c13b33459c5d755d; >= f948d6d8b792bb90041edc12eac35faf83030994, < c403c81b577a67fe9ec6a2e89d143256487be50f; >= f948d6d8b792bb90041edc12eac35faf83030994, < a9515ff4fb142b690a0d2b58782b15903b990dba |
| Linux | Linux | 4.15 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2023-53856?
How severe is CVE-2023-53856?
How do I fix CVE-2023-53856?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2023
- CVE-2023-53850In the Linux kernel, the following vulnerability has been re…
- CVE-2023-53851In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2023-53852In the Linux kernel, the following vulnerability has been re…
- CVE-2023-53853In the Linux kernel, the following vulnerability has been re…
- CVE-2023-53854In the Linux kernel, the following vulnerability has been re…
- CVE-2023-53855In the Linux kernel, the following vulnerability has been re…
- CVE-2023-53857In the Linux kernel, the following vulnerability has been re…
- CVE-2023-53858In the Linux kernel, the following vulnerability has been re…
- CVE-2023-53859In the Linux kernel, the following vulnerability has been re…
- CVE-2023-5386The Funnelforms Free plugin for WordPress is vulnerable to u…4.3
- CVE-2023-53860In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-53861In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2023-53856?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
