CVE-2026-93057
Last modified
CVE-2026-93057 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Avoid possible memory reclaim deadlock in TX EQTR context TX EQTR may run while devfreq gear scaling has quiesced the UFS tagset. In that context, functions ufshcd_tx_eqtr(), __ufshcd_tx_eqtr() and ufs_qcom_get_rx_fom() allocate memory with GFP_KERNEL.
Description
In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Avoid possible memory reclaim deadlock in TX EQTR context TX EQTR may run while devfreq gear scaling has quiesced the UFS tagset. In that context, functions ufshcd_tx_eqtr(), __ufshcd_tx_eqtr() and ufs_qcom_get_rx_fom() allocate memory with GFP_KERNEL. If direct reclaim is triggered, reclaim/writeback can depend on I/O to UFS device. Because the queue is quiesced, this can cause deadlock. Use memalloc_noio_save/restore() in ufshcd_tx_eqtr() to cover all allocations in the TX EQTR call tree, including: - params->eqtr_record in ufshcd_tx_eqtr() - eqtr_data in __ufshcd_tx_eqtr() - params in ufs_qcom_get_rx_fom() This is preferred over tagging individual call sites with GFP_NOIO, as it automatically covers any future allocations added anywhere in the call tree without requiring each caller to be aware of this constraint. [mkp: fix label as suggested by Bart]
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 03e5d38e2f985d8d0b0a60508c0b422f664808e3, < a28a7d9b3bb116da788ae492c90465ec1a7fa6e8; >= 03e5d38e2f985d8d0b0a60508c0b422f664808e3, < 760fc6f0e25a72832c2fcf37ecf5f1b770ec8374 |
| Linux | Linux | 7.1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93057?
How severe is CVE-2026-93057?
How do I fix CVE-2026-93057?
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 2026
- CVE-2026-93051In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93052In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93053In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93054In the Linux kernel, the following vulnerability has been re…7
- CVE-2026-93055In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93056In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93058In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93059In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9306A security vulnerability has been detected in QuantumNous ne…3.7
- CVE-2026-93060In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93061In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93062In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-93057?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
