
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2023-53463 is a vulnerability in the Linux kernel's ibmvnic driver that was discovered and disclosed on October 1, 2025. The issue affects the handling of Byte Queue Limit (BQL) statistics during NON_FATAL reset operations in the ibmvnic network device driver (NVD).
The vulnerability occurs when the ibmvnic driver performs a NON_FATAL reset operation. During this process, netdev_tx_reset_queue() is called when re-opening the device, which resets the num_queued and num_completed byte counters used in BQL algorithms. Unlike other reset types, a NON_FATAL reset does not flush the sub crq tx buffers, leading to a situation where the batched skb array can be partially full. This causes a mismatch between num_queued (reset to 0) and the actual number of queued bytes, eventually resulting in a BUG_ON crash when num_completed becomes greater than num_queued (NVD).
When exploited, this vulnerability causes a kernel BUG_ON crash, leading to a system crash with an Exception in kernel mode. The issue manifests through error messages including 'Firmware reports error, cause: adapter problem' and multiple 'tx error 600' messages, followed by a kernel trace dump (NVD).
The fix involves modifying the driver to not reset the dql statistics when performing a NON_FATAL reset. This prevents the inconsistency between the num_queued and num_completed counters that leads to the crash (NVD).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."