• 公告ID (KylinSec-SA-2024-4242)

摘要:

In the Linux kernel, the following vulnerability has been resolved:

afs: Fix the setting of the server responding flag

In afs_wait_for_operation(), we set transcribe the call responded flag to
the server record that we used after doing the fileserver iteration loop -
but it's possible to exit the loop having had a response from the server
that we've discarded (e.g. it returned an abort or we started receiving
data, but the call didn't complete).

This means that op->server might be NULL, but we don't check that before
attempting to set the server flag.

安全等级: Low

公告ID: KylinSec-SA-2024-4242

发布日期: 2024年12月8日

关联CVE: CVE-2024-49999  

  • 详细介绍

1. 漏洞描述

   

In the Linux kernel, the following vulnerability has been resolved:

afs: Fix the setting of the server responding flag

In afs_wait_for_operation(), we set transcribe the call responded flag to
the server record that we used after doing the fileserver iteration loop -
but it's possible to exit the loop having had a response from the server
that we've discarded (e.g. it returned an abort or we started receiving
data, but the call didn't complete).

This means that op->server might be NULL, but we don't check that before
attempting to set the server flag.

2. 影响范围

cve名称 产品 组件 是否受影响
CVE-2024-49999 KY3.4-5 kernel Unaffected
CVE-2024-49999 KY3.5.3 kernel Unaffected
CVE-2024-49999 V6 kernel Unaffected

3. 影响组件

    无

4. 修复版本

    无

5. 修复方法

   无

6. 下载链接

    无
上一篇:KylinSec-SA-2024-4241 下一篇:KylinSec-SA-2024-4243