CVE-2023-53056 Vulnerability Analysis & Exploit Details

CVE-2023-53056
Vulnerability Scoring

5.5
/10
Significant Risk

Security assessments indicate that CVE-2023-53056 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-53056 Details

Status: Analyzed

Last updated: 🕗 12 Nov 2025, 20:03 UTC
Originally published on: 🕓 02 May 2025, 16:15 UTC

Time between publication and last update: 194 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-53056 Vulnerability Summary

CVE-2023-53056: In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Synchronize the IOCB count to be in order A system hang was observed with the following call trace: BUG: kernel NULL pointer dereference, address: 0000000000000000 PGD 0 P4D 0 Oops: 0000 [#1] PREEMPT SMP NOPTI CPU: 15 PID: 86747 Comm: nvme Kdump: loaded Not tainted 6.2.0+ #1 Hardware name: Dell Inc. PowerEdge R6515/04F3CJ, BIOS 2.7.3 03/31/2022 RIP: 0010:__wake_up_common+0x55/0x190 Code: 41 f6 01 04 0f 85 b2 00 00 00 48 8b 43 08 4c 8d 40 e8 48 8d 43 08 48 89 04 24 48 89 c6\ 49 8d 40 18 48 39 c6 0f 84 e9 00 00 00 <49> 8b 40 18 89 6c 24 14 31 ed 4c 8d 60 e8 41 8b 18 f6 c3 04 75 5d RSP: 0018:ffffb05a82afbba0 EFLAGS: 00010082 RAX: 0000000000000000 RBX: ffff8f9b83a00018 RCX: 0000000000000000 RDX: 0000000000000001 RSI: ffff8f9b83a00020 RDI: ffff8f9b83a00018 RBP: 0000000000000001 R08: ffffffffffffffe8 R09: ffffb05a82afbbf8 R10: 70735f7472617473 R11: 5f30307832616c71 R12: 0000000000000001 R13: 0000000000000003 R14: 0000000000000000 R15: 0000000000000000 FS: 00007f815cf4c740(0000) GS:ffff8f9eeed80000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: 0000000000000000 CR3: 000000010633a000 CR4: 0000000000350ee0 Call Trace: <TASK> __wake_up_common_lock+0x83/0xd0 qla_nvme_ls_req+0x21b/0x2b0 [qla2xxx] __nvme_fc_send_ls_req+0x1b5/0x350 [nvme_fc] nvme_fc_xmt_disconnect_assoc+0xca/0x110 [nvme_fc] nvme_fc_delete_association+0x1bf/0x220 [nvme_fc] ? nvme_remove_namespaces+0x9f/0x140 [nvme_core] nvme_do_delete_ctrl+0x5b/0xa0 [nvme_core] nvme_sysfs_delete+0x5f/0x70 [nvme_core] kernfs_fop_write_iter+0x12b/0x1c0 vfs_write+0x2a3/0x3b0 ksys_write+0x5f/0xe0 do_syscall_64+0x5c/0x90 ? syscall_exit_work+0x103/0x130 ? syscall_exit_to_user_mode+0x12/0x30 ? do_syscall_64+0x69/0x90 ? exit_to_user_mode_loop+0xd0/0x130 ? exit_to_user_mode_prepare+0xec/0x100 ? syscall_exit_to_user_mode+0x12/0x30 ? do_syscall_64+0x69/0x90 ? syscall_exit_to_user_mode+0x12/0x30 ? do_syscall_64+0x69/0x90 entry_SYSCALL_64_after_hwframe+0x72/0xdc RIP: 0033:0x7f815cd3eb97 The IOCB counts are out of order and that would block any commands from going out and subsequently hang the system. Synchronize the IOCB count to be in correct order.

Assessing the Risk of CVE-2023-53056

Access Complexity Graph

The exploitability of CVE-2023-53056 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-53056

CVE-2023-53056 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-53056, 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-53056, 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-53056 has no significant impact on data confidentiality.
  • Integrity: None
    CVE-2023-53056 poses no threat to data integrity.
  • Availability: High
    CVE-2023-53056 can disrupt system operations, potentially causing complete denial of service (DoS).

CVE-2023-53056 References

External References

CWE Common Weakness Enumeration

CWE-476

Vulnerable Configurations

  • cpe:2.3:o:linux:linux_kernel:5.15.99:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.15.99:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.15:rc1:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.15:rc1:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.15:rc2:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.15:rc2:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.15:rc3:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.15:rc3:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.15:rc4:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.15:rc4:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.15:rc5:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.15:rc5:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.15:rc6:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.15:rc6:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.15:rc7:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.15:rc7:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.15.100:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.15.100:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.15.101:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.15.101:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.15.102:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.15.102:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.15.103:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.15.103:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.15.104:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.15.104:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.1.16:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.1.16:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.1.17:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.1.17:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.1.18:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.1.18:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.1.19:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.1.19:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.1.20:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.1.20:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.1.21:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.1.21:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.2.3:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.2.3:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.2.4:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.2.4:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.2.5:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.2.5:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.2.6:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.2.6:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.2.7:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.2.7:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.2.8:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.2.8:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.3:rc1:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.3:rc1:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.3:rc2:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.3:rc2:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.3:rc3:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:6.3:rc3:*:*:*:*:*:*

Protect Your Infrastructure against CVE-2023-53056: 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-66026 – REDAXO is a PHP-based CMS. Prior to version 5.20.1, a reflected Cross-Site Scripting (XSS) vulnerability exists in the Mediapool view where the req...
  • CVE-2025-66025 – Caido is a web security auditing toolkit. Prior to version 0.53.0, the Markdown renderer used in Caido’s Findings page improperly handled user-supp...
  • CVE-2025-66022 – FACTION is a PenTesting Report Generation and Collaboration Framework. Prior to version 1.7.1, an extension execution path in Faction’s extension f...
  • CVE-2025-66269 – The RupsMon and USBMate services in UPSilon 2000 run with SYSTEM privileges and contain unquoted service paths. This allows a local attacker to per...
  • CVE-2025-66266 – The RupsMon.exe service executable in UPSilon 2000 has insecure permissions, allowing the 'Everyone' group Full Control. A local attacker can repla...