目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-89849— QLA2xxx 内核模块状态处理缺陷

一分钟漏洞结论

影响对象
Linux Linux
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Reject non-SCSI SRB on status IOCB fast path qla2x00_status_entry() filters out non-TYPE_SRB entries and the SRB_NVME_CMD, SRB_BIDI_CMD and SRB_TM_CMD types, then falls through

获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2026-89849 基础信息

漏洞信息

Shenlong is analyzing...


对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
scsi: qla2xxx: Reject non-SCSI SRB on status IOCB fast path
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Reject non-SCSI SRB on status IOCB fast path qla2x00_status_entry() filters out non-TYPE_SRB entries and the SRB_NVME_CMD, SRB_BIDI_CMD and SRB_TM_CMD types, then falls through to a SCSI fast path that assumes the command is an SRB_SCSI_CMD. The first thing on that path, qla_chk_edif_rx_sa_delete_pending(), and the subsequent handling both evaluate GET_CMD_SP(sp), i.e. sp->u.scmd.cmd. The srb u union overlays the SCSI command pointer with other command layouts (bsg_job, iocb_cmd). If firmware delivers an unexpected STATUS_TYPE IOCB for a non-SCSI handle, sp->u.scmd.cmd can read as a non-NULL garbage pointer, bypassing the NULL checks in qla_chk_edif_rx_sa_delete_pending() and at the cp == NULL test, and leading to a wild pointer dereference. Reject any SRB whose type is not SRB_SCSI_CMD before entering the fast path. The outstanding_cmds slot is left untouched so a genuinely non-SCSI command still completes through its proper handler.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
N/A
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
Linux Linux dd30706e73b70d67e88fdaca688db7a3374fd5de ~ 9204fb0888374083be74f799049649a17eab4191 -
Linux Linux 5.15 -

二、漏洞 CVE-2026-89849 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-89849 的情报信息

登录查看更多情报信息。

CVE-2026-89849 其他参考 (7)

同批安全公告 · Linux · 2026-09-16 · 共 276 条

CVE-2026-89860 qla2xxx NVMe abort_work 初始化漏洞
CVE-2026-89877 Linux内核SAA7164驱动资源清理错误
CVE-2026-89875 TI VPE quiesce溢出恢复前释放流漏洞
CVE-2026-89876 media: tda18250: fix possible integer overflow
CVE-2026-89874 Linux V4L2-Async 链表删除错误
CVE-2026-89872 Linux内核v4l2-fwnode内存泄漏漏洞
CVE-2026-89873 Linux内核 media v4l2 HEVC RPS验证漏洞
CVE-2026-89871 Linux内核video-i2c驱动空指针解引用漏洞
CVE-2026-89870 media: zoran: Avoid freeing a registered video_device twice
CVE-2026-89869 media: qcom: iris: use disable_irq() during power-off
CVE-2026-89868 Chips Media Wave5 视频驱动停止流超时
CVE-2026-89867 Linux内核wave5解码器逻辑错误
CVE-2026-89866 Chips-Media Wave5 EOS前恢复设备
CVE-2026-89865 QLA2xxx SFP DMA缓冲区未初始化漏洞
CVE-2026-89864 scsi: qla2xxx: Bound i2c->length in I2C bsg handlers
CVE-2026-89863 qla2xxx驱动NULL指针解引用漏洞
CVE-2026-89862 qla2xxx 驱动资源泄漏
CVE-2026-89861 QLA2xxx vport引用未持有漏洞
CVE-2026-89850 scsi: qla2xxx: Don't query firmware state while chip is down
CVE-2026-89847 scsi: qla2xxx: Avoid double completion in async IOCB timeout

显示前 20 条,共 276 条。 查看全部 → →

IV. Related Vulnerabilities

V. Comments for CVE-2026-89849

暂无评论


发表评论