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

目标: 1000 元 · 已筹: 1336

100%

CVE-2023-53608— Linux kernel 安全漏洞

AI 预测 5.5 利用难度: 中等 EPSS 0.14% · P4

影响版本矩阵 18

厂商产品版本范围状态
LinuxLinux9ff05123e3bfbb1d2b68ba1d9bf1f7d1dffc1453< 034cce77d52ba013ce62b4f5258c29907eb1ada5affected
9ff05123e3bfbb1d2b68ba1d9bf1f7d1dffc1453< 0dbf0e64b91ee8fcb278aea93eb06fc7d56ecbccaffected
9ff05123e3bfbb1d2b68ba1d9bf1f7d1dffc1453< 613bf23c070d11c525268f2945aa594704a9b764affected
9ff05123e3bfbb1d2b68ba1d9bf1f7d1dffc1453< f32297dba338dc06d62286dedb3cdbd5175b1719affected
9ff05123e3bfbb1d2b68ba1d9bf1f7d1dffc1453< 92684e02654c91a61a0b0561433b710bcece19feaffected
9ff05123e3bfbb1d2b68ba1d9bf1f7d1dffc1453< bae009a2f1b7c2011d2e92d8c84868d315c0b97eaffected
9ff05123e3bfbb1d2b68ba1d9bf1f7d1dffc1453< b4d80bd6370b81a1725b6b8f7894802c23a14e9faffected
9ff05123e3bfbb1d2b68ba1d9bf1f7d1dffc1453< 6be49d100c22ffea3287a4b19d7639d259888e33affected
… +10 条更多
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2023-53608 基础信息

漏洞信息

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

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

Vulnerability Title
nilfs2: fix potential UAF of struct nilfs_sc_info in nilfs_segctor_thread()
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix potential UAF of struct nilfs_sc_info in nilfs_segctor_thread() The finalization of nilfs_segctor_thread() can race with nilfs_segctor_kill_thread() which terminates that thread, potentially causing a use-after-free BUG as KASAN detected. At the end of nilfs_segctor_thread(), it assigns NULL to "sc_task" member of "struct nilfs_sc_info" to indicate the thread has finished, and then notifies nilfs_segctor_kill_thread() of this using waitqueue "sc_wait_task" on the struct nilfs_sc_info. However, here, immediately after the NULL assignment to "sc_task", it is possible that nilfs_segctor_kill_thread() will detect it and return to continue the deallocation, freeing the nilfs_sc_info structure before the thread does the notification. This fixes the issue by protecting the NULL assignment to "sc_task" and its notification, with spinlock "sc_state_lock" of the struct nilfs_sc_info. Since nilfs_segctor_kill_thread() does a final check to see if "sc_task" is NULL with "sc_state_lock" locked, this can eliminate the race.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于nilfs_segctor_thread函数中缺少适当保护,可能导致释放后重用。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 9ff05123e3bfbb1d2b68ba1d9bf1f7d1dffc1453 ~ 034cce77d52ba013ce62b4f5258c29907eb1ada5 -
LinuxLinux 2.6.30 -

二、漏洞 CVE-2023-53608 的公开POC

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

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2023-53608 的情报信息

登录查看更多情报信息。

CVE-2023-53608 补丁与修复 (1)

同批安全公告 · Linux · 2025-10-04 · 共 144 条

CVE-2025-399469.8 CRITICALLinux kernel 安全漏洞
CVE-2022-50489Linux kernel 安全漏洞
CVE-2023-53580Linux kernel 安全漏洞
CVE-2022-50507Linux kernel 安全漏洞
CVE-2022-50508Linux kernel 安全漏洞
CVE-2022-50506Linux kernel 安全漏洞
CVE-2022-50504Linux kernel 安全漏洞
CVE-2022-50505Linux kernel 安全漏洞
CVE-2022-50503Linux kernel 安全漏洞
CVE-2022-50501Linux kernel 安全漏洞
CVE-2022-50500Linux kernel 安全漏洞
CVE-2022-50499Linux kernel 安全漏洞
CVE-2022-50497Linux kernel 安全漏洞
CVE-2022-50498Linux kernel 安全漏洞
CVE-2022-50496Linux kernel 安全漏洞
CVE-2022-50494Linux kernel 安全漏洞
CVE-2022-50493Linux kernel 安全漏洞
CVE-2022-50492Linux kernel 安全漏洞
CVE-2022-50490Linux kernel 安全漏洞
CVE-2023-53570Linux kernel 安全漏洞

显示前 20 条,共 144 条。 查看全部 &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2023-53608

暂无评论


发表评论