Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2024-27435— nvme: fix reconnection fail due to reserved tag allocation

CVSS 7.5 · High EPSS 0.40% · P33

Possible ATT&CK Techniques 1AI

T1211 · Exploitation for Stealth

Affected Version Matrix 12

VendorProductVersion RangeStatus
LinuxLinuxed01fee283a067c72b2d6500046080dbc1bb9dae< 149afee5c7418ec5db9d7387b9c9a5c1eb7ea2a8affected
ed01fee283a067c72b2d6500046080dbc1bb9dae< ff2f90f88d78559802466ad1c84ac5bda4416b3aaffected
ed01fee283a067c72b2d6500046080dbc1bb9dae< 6851778504cdb49431809b4ba061903d5f592c96affected
ed01fee283a067c72b2d6500046080dbc1bb9dae< 262da920896e2f2ab0e3947d9dbee0aa09045818affected
ed01fee283a067c72b2d6500046080dbc1bb9dae< de105068fead55ed5c07ade75e9c8e7f86a00d1daffected
5.12affected
< 5.12unaffected
6.1.83≤ 6.1.*unaffected
… +4 more rows
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2024-27435

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
nvme: fix reconnection fail due to reserved tag allocation
Source: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: nvme: fix reconnection fail due to reserved tag allocation We found a issue on production environment while using NVMe over RDMA, admin_q reconnect failed forever while remote target and network is ok. After dig into it, we found it may caused by a ABBA deadlock due to tag allocation. In my case, the tag was hold by a keep alive request waiting inside admin_q, as we quiesced admin_q while reset ctrl, so the request maked as idle and will not process before reset success. As fabric_q shares tagset with admin_q, while reconnect remote target, we need a tag for connect command, but the only one reserved tag was held by keep alive command which waiting inside admin_q. As a result, we failed to reconnect admin_q forever. In order to fix this issue, I think we should keep two reserved tags for admin queue.
Source: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Source: CVE Program / CVE List V5
Vulnerability Type
N/A
Source: CVE Program / CVE List V5
Vulnerability Title
Linux kernel 安全漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于存在生产环境问题,导致重新连接失败。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

VendorProductAffected VersionsCPESubscribe
LinuxLinux ed01fee283a067c72b2d6500046080dbc1bb9dae ~ 149afee5c7418ec5db9d7387b9c9a5c1eb7ea2a8 -
LinuxLinux 5.12 -

II. Public POCs for CVE-2024-27435

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2024-27435

登录查看更多情报信息。

Patches & Fixes for CVE-2024-27435 (1)

Other References for CVE-2024-27435 (4)

Same Patch Batch · Linux · 2024-05-17 · 135 CVEs total

CVE-2023-526879.8 CRITICALcrypto: safexcel - Add error handling for dma_map_sg() calls
CVE-2024-358568.8 HIGHBluetooth: btusb: mediatek: Fix double free of skb in coredump
CVE-2024-358048.8 HIGHKVM: x86: Mark target gfn of emulated atomic instruction as dirty
CVE-2024-358438.8 HIGHiommu/vt-d: Use device rbtree in iopf reporting path
CVE-2024-358118.8 HIGHwifi: brcmfmac: Fix use-after-free bug in brcmf_cfg80211_detach
CVE-2024-274158.8 HIGHnetfilter: bridge: confirm multicast packets before passing them up the stack
CVE-2024-274168.8 HIGHBluetooth: hci_event: Fix handling of HCI_EV_IO_CAPA_REQUEST
CVE-2024-274048.2 HIGHmptcp: fix data races on remote_id
CVE-2023-526698.2 HIGHcrypto: s390/aes - Fix buffer overread in CTR mode
CVE-2024-358348.2 HIGHxsk: recycle buffer in case Rx queue was full
CVE-2024-357898.0 HIGHwifi: mac80211: check/clear fast rx for non-4addr sta VLAN changes
CVE-2024-358307.8 HIGHmedia: tc358743: register v4l2 async device only after successful setup
CVE-2024-358357.8 HIGHnet/mlx5e: fix a double-free in arfs_create_groups
CVE-2024-358277.8 HIGHio_uring/net: fix overflow check in io_recvmsg_mshot_prep()
CVE-2023-526627.8 HIGHdrm/vmwgfx: fix a memleak in vmw_gmrid_man_get_node
CVE-2024-358177.8 HIGHdrm/amdgpu: amdgpu_ttm_gart_bind set gtt bound flag
CVE-2024-358087.8 HIGHmd/dm-raid: don't call md_reap_sync_thread() directly
CVE-2024-357937.8 HIGHdebugfs: fix wait/cancellation handling during remove
CVE-2024-357987.8 HIGHbtrfs: fix race in read_extent_buffer_pages()
CVE-2024-358147.8 HIGHswiotlb: Fix double-allocation of slots due to broken alignment handling

Showing top 20 of 135 CVEs. View all on vendor page &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2024-27435

No comments yet


Leave a comment