In the Linux kernel, the following vulnerability has been resolved: smb: client: avoid leaking refcount in cifs_queue_oplock_break() cifs_queue_oplock_break() unconditionally takes a reference on t…
提示
摘要
In the Linux kernel, the following vulnerability has been resolved: smb: client: avoid leaking refcount in cifs_queue_oplock_break() cifs_queue_oplock_break() unconditionally takes a reference on the target file before queueing cifs_oplock_break(). Only that work item decreases the reference counter again. If another oplock break arrives while that work is still queued, queue_work() will return false and not queue this second work item. As a result, we will never reach the point to drop the …
中文摘要建设中,暂以英文摘要呈现(DR-003 v2)。
深度研判
该漏洞尚未生成深度研判报告(DR-003 v2 AI pipeline 建设中)。
数据来源
- NVD DATABASE
原始链接
- https://git.kernel.org/stable/c/2ed2c29dd9593637cfa25ac1eb23241b20202778
- https://git.kernel.org/stable/c/9f2e63f1b2d5fc5b5423424902c091123e220e7e
- https://git.kernel.org/stable/c/af0193bbf1ac8c0f67f972998b0cc629d6116cf6
- https://git.kernel.org/stable/c/dfe7b750c7e069873a8a57a11c816831a235618a
时间线
- nvd_ingest NVD