CVE-2023-53455 Vulnerability Analysis & Exploit Details

CVE-2023-53455
Vulnerability Scoring

5.5
/10
Significant Risk

Security assessments indicate that CVE-2023-53455 presents a notable risk, potentially requiring prompt mitigation.

Attack Complexity Details

  • Attack Complexity: Low
    Exploits can be performed without significant complexity or special conditions.
  • Attack Vector: Local
    Vulnerability requires local system access.
  • Privileges Required: Low
    Some privileges are necessary to exploit the vulnerability.
  • Scope: Unchanged
    Exploit remains within the originally vulnerable component.
  • User Interaction: None
    No user interaction is necessary for exploitation.

CVE-2023-53455 Details

Status: Analyzed

Last updated: 🕘 16 Jan 2026, 21:15 UTC
Originally published on: 🕛 01 Oct 2025, 12:15 UTC

Time between publication and last update: 107 days

CVSS Release: version 3

CVSS3 Source

nvd@nist.gov

CVSS3 Type

Primary

CVSS3 Vector

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

CVE-2023-53455 Vulnerability Summary

CVE-2023-53455: In the Linux kernel, the following vulnerability has been resolved: drm/vc4: drop all currently held locks if deadlock happens If vc4_hdmi_reset_link() returns -EDEADLK, it means that a deadlock happened in the locking context. This situation should be addressed by dropping all currently held locks and block until the contended lock becomes available. Currently, vc4 is not dealing with the deadlock properly, producing the following output when PROVE_LOCKING is enabled: [ 825.612809] ------------[ cut here ]------------ [ 825.612852] WARNING: CPU: 1 PID: 116 at drivers/gpu/drm/drm_modeset_lock.c:276 drm_modeset_drop_locks+0x60/0x68 [drm] [ 825.613458] Modules linked in: 8021q mrp garp stp llc raspberrypi_cpufreq brcmfmac brcmutil crct10dif_ce hci_uart cfg80211 btqca btbcm bluetooth vc4 raspberrypi_hwmon snd_soc_hdmi_codec cec clk_raspberrypi ecdh_generic drm_display_helper ecc rfkill drm_dma_helper drm_kms_helper pwm_bcm2835 bcm2835_thermal bcm2835_rng rng_core i2c_bcm2835 drm fuse ip_tables x_tables ipv6 [ 825.613735] CPU: 1 PID: 116 Comm: kworker/1:2 Tainted: G W 6.1.0-rc6-01399-g941aae326315 #3 [ 825.613759] Hardware name: Raspberry Pi 3 Model B Rev 1.2 (DT) [ 825.613777] Workqueue: events output_poll_execute [drm_kms_helper] [ 825.614038] pstate: 60000005 (nZCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--) [ 825.614063] pc : drm_modeset_drop_locks+0x60/0x68 [drm] [ 825.614603] lr : drm_helper_probe_detect+0x120/0x1b4 [drm_kms_helper] [ 825.614829] sp : ffff800008313bf0 [ 825.614844] x29: ffff800008313bf0 x28: ffffcd7778b8b000 x27: 0000000000000000 [ 825.614883] x26: 0000000000000001 x25: 0000000000000001 x24: ffff677cc35c2758 [ 825.614920] x23: ffffcd7707d01430 x22: ffffcd7707c3edc7 x21: 0000000000000001 [ 825.614958] x20: 0000000000000000 x19: ffff800008313c10 x18: 000000000000b6d3 [ 825.614995] x17: ffffcd777835e214 x16: ffffcd7777cef870 x15: fffff81000000000 [ 825.615033] x14: 0000000000000000 x13: 0000000000000099 x12: 0000000000000002 [ 825.615070] x11: 72917988020af800 x10: 72917988020af800 x9 : 72917988020af800 [ 825.615108] x8 : ffff677cc665e0a8 x7 : d00a8c180000110c x6 : ffffcd77774c0054 [ 825.615145] x5 : 0000000000000000 x4 : 0000000000000001 x3 : 0000000000000000 [ 825.615181] x2 : ffff677cc55e1880 x1 : ffffcd7777cef8ec x0 : ffff800008313c10 [ 825.615219] Call trace: [ 825.615232] drm_modeset_drop_locks+0x60/0x68 [drm] [ 825.615773] drm_helper_probe_detect+0x120/0x1b4 [drm_kms_helper] [ 825.616003] output_poll_execute+0xe4/0x224 [drm_kms_helper] [ 825.616233] process_one_work+0x2b4/0x618 [ 825.616264] worker_thread+0x24c/0x464 [ 825.616288] kthread+0xec/0x110 [ 825.616310] ret_from_fork+0x10/0x20 [ 825.616335] irq event stamp: 7634 [ 825.616349] hardirqs last enabled at (7633): [<ffffcd777831ee90>] _raw_spin_unlock_irq+0x3c/0x78 [ 825.616384] hardirqs last disabled at (7634): [<ffffcd7778315a78>] __schedule+0x134/0x9f0 [ 825.616411] softirqs last enabled at (7630): [<ffffcd7707aacea0>] local_bh_enable+0x4/0x30 [ipv6] [ 825.617019] softirqs last disabled at (7618): [<ffffcd7707aace70>] local_bh_disable+0x4/0x30 [ipv6] [ 825.617586] ---[ end trace 0000000000000000 ]--- Therefore, deal with the deadlock as suggested by [1], using the function drm_modeset_backoff(). [1] https://docs.kernel.org/gpu/drm-kms.html?highlight=kms#kms-locking

Assessing the Risk of CVE-2023-53455

Access Complexity Graph

The exploitability of CVE-2023-53455 depends on two key factors: attack complexity (the level of effort required to execute an exploit) and privileges required (the access level an attacker needs).

Exploitability Analysis for CVE-2023-53455

CVE-2023-53455 presents an accessible attack vector with minimal effort required. Restricting access controls and implementing security updates are critical to reducing exploitation risks.

Understanding AC and PR

A lower complexity and fewer privilege requirements make exploitation easier. Security teams should evaluate these aspects to determine the urgency of mitigation strategies, such as patch management and access control policies.

Attack Complexity (AC) measures the difficulty in executing an exploit. A high AC means that specific conditions must be met, making an attack more challenging, while a low AC means the vulnerability can be exploited with minimal effort.

Privileges Required (PR) determine the level of system access necessary for an attack. Vulnerabilities requiring no privileges are more accessible to attackers, whereas high privilege requirements limit exploitation to authorized users with elevated access.

CVSS Score Breakdown Chart

Above is the CVSS Sub-score Breakdown for CVE-2023-53455, illustrating how Base, Impact, and Exploitability factors combine to form the overall severity rating. A higher sub-score typically indicates a more severe or easier-to-exploit vulnerability.

CIA Impact Analysis

Below is the Impact Analysis for CVE-2023-53455, showing how Confidentiality, Integrity, and Availability might be affected if the vulnerability is exploited. Higher values usually signal greater potential damage.

  • Confidentiality: None
    CVE-2023-53455 has no significant impact on data confidentiality.
  • Integrity: None
    CVE-2023-53455 poses no threat to data integrity.
  • Availability: High
    CVE-2023-53455 can disrupt system operations, potentially causing complete denial of service (DoS).

CVE-2023-53455 References

External References

CWE Common Weakness Enumeration

NVD-CWE-noinfo

Vulnerable Configurations

  • cpe:2.3:o:linux:linux_kernel:6.1:-:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.1:-:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.1.0:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.1.0:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.1.1:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.1.1:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.1.2:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.1.2:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.1.3:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.1.3:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.1.4:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.1.4:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.1.5:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.1.5:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.1.6:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.1.6:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.1.7:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.1.7:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.1.8:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.1.8:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.1.9:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.1.9:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.1.10:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.1.10:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.1.11:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.1.11:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.1.12:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.1.12:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.1.13:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.1.13:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.1.14:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.1.14:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.1.15:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.1.15:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.2:-:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.2:-:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.2.0:rc1:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.2.0:rc1:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.2.0:rc2:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.2.0:rc2:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.2.0:rc3:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.2.0:rc3:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.2.0:rc4:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.2.0:rc4:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.2.0:rc5:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.2.0:rc5:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.2.0:rc6:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.2.0:rc6:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.2.1:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.2.1:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.2.2:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.2.2:*:*:*:*:*:*:*

Protect Your Infrastructure against CVE-2023-53455: Combat Critical CVE Threats

Stay updated with real-time CVE vulnerabilities and take action to secure your systems. Enhance your cybersecurity posture with the latest threat intelligence and mitigation techniques. Develop the skills necessary to defend against CVEs and secure critical infrastructures. Join the top cybersecurity professionals safeguarding today's infrastructures.

Other 5 Recently Published CVEs Vulnerabilities

  • CVE-2025-14554 – The Sell BTC - Cryptocurrency Selling Calculator plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'orderform_data' AJAX ac...
  • CVE-2026-23039 – In the Linux kernel, the following vulnerability has been resolved: drm/gud: fix NULL fb and crtc dereferences on USB disconnect On disconnect dr...
  • CVE-2026-23038 – In the Linux kernel, the following vulnerability has been resolved: pnfs/flexfiles: Fix memory leak in nfs4_ff_alloc_deviceid_node() In nfs4_ff_a...
  • CVE-2026-23037 – In the Linux kernel, the following vulnerability has been resolved: can: etas_es58x: allow partial RX URB allocation to succeed When es58x_alloc_...
  • CVE-2026-23036 – In the Linux kernel, the following vulnerability has been resolved: btrfs: release path before iget_failed() in btrfs_read_locked_inode() In btrf...