漏洞信息
# scsi:lpfc:避免dev_loss_tmo_callbk中ndlp的潜在use-after-free漏洞
## 概述
在Linux内核中,修复了一个潜在的`ndlp`对象释放后使用(use-after-free)漏洞。该问题出现在`dev_loss_tmo_callbk`函数中,特别是在驱动卸载或致命错误处理期间。
## 细节
静态分析工具Smatch检测到`dev_loss_tmo_callbk`函数中存在一个潜在的`ndlp`对象释放后使用的问题。通过重新排序代码,避免了在初始节点列表引用被提前移除的情况下出现该问题。
## 影响
该漏洞可能导致系统不稳定或安全风险,特别是在驱动卸载或发生致命错误时。
提示
尽管我们采用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。
神龙会尽力确保数据准确,但也请结合实际情况进行甄别与判断。
神龙祝您一切顺利!
漏洞标题
scsi: lpfc: Avoid potential ndlp use-after-free in dev_loss_tmo_callbk
漏洞描述信息
In the Linux kernel, the following vulnerability has been resolved:
scsi: lpfc: Avoid potential ndlp use-after-free in dev_loss_tmo_callbk
Smatch detected a potential use-after-free of an ndlp oject in
dev_loss_tmo_callbk during driver unload or fatal error handling.
Fix by reordering code to avoid potential use-after-free if initial
nodelist reference has been previously removed.
CVSS信息
N/A
漏洞类别
N/A
漏洞标题
Linux kernel 安全漏洞
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于dev_loss_tmo_callbk中潜在的ndlp释放后重用。
CVSS信息
N/A
漏洞类别
其他