• CVE-2024-36923

发布时间: 2024年8月2日

修改时间: 2025年4月13日

概要

In the Linux kernel, the following vulnerability has been resolved: fs/9p: fix uninitialized values during inode evict If an iget fails due to not being able to retrieve information from the server then the inode structure is only partially initialized. When the inode gets evicted, references to uninitialized structures (like fscache cookies) were being made. This patch checks for a bad_inode before doing anything other than clearing the inode from the cache. Since the inode is bad, it shouldn't have any state associated with it that needs to be written back (and there really isn't a way to complete those anyways).

CVSS v3 指标

NVD openEuler
Confidentiality None Low
Attack Vector Local Local
CVSS评分 5.5 5.3
Attack Complexity Low Low
Privileges Required Low Low
Scope Unchanged Unchanged
Integrity None Low
User Interaction None None
Availability High Low

安全公告

公告名 概要 发布时间
KylinSec-SA-2024-3552 kernel security update 2024年8月2日

影响产品

产品 状态
KY3.4-5A kernel Affected
KY3.5.2 kernel Fixed
KY3.5.2 kernel Unaffected
V6 kernel Fixed