漏洞标题
F2FS:修复批量缩小读扩展节点的问题
漏洞描述信息
在Linux内核中,已修复以下漏洞:
f2fs:修复批量缩减读取区间节点的问题
在缩减区间树的核心结构数据时,我们使用了读写锁(rwlock)进行保护,但如果区间树中有大量的区间节点,在缩减区间树的过程中可能会长时间持有读写锁,从而导致内核挂起问题。
此补丁修复了批量缩减读取区间节点的问题,从而使读写锁的关键区域缩减,避免长时间持有锁。
CVSS信息
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H
漏洞类别
不加限制或调节的资源分配
漏洞标题
f2fs: fix to shrink read extent node in batches
漏洞描述信息
In the Linux kernel, the following vulnerability has been resolved:
f2fs: fix to shrink read extent node in batches
We use rwlock to protect core structure data of extent tree during
its shrink, however, if there is a huge number of extent nodes in
extent tree, during shrink of extent tree, it may hold rwlock for
a very long time, which may trigger kernel hang issue.
This patch fixes to shrink read extent node in batches, so that,
critical region of the rwlock can be shrunk to avoid its extreme
long time hold.
CVSS信息
N/A
漏洞类别
N/A
漏洞标题
Linux kernel 安全漏洞
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于F2FS文件系统在收缩扩展树时,可能长时间持有rwlock,导致内核挂起。
CVSS信息
N/A
漏洞类别
其他