• 公告ID (KylinSec-SA-2025-1085)

摘要:

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

mptcp: sysctl: blackhole timeout: avoid using current->nsproxy

As mentioned in the previous commit, using the 'net' structure via
'current' is not recommended for different reasons:

- Inconsistency: getting info from the reader's/writer's netns vs only
from the opener's netns.

- current->nsproxy can be NULL in some cases, resulting in an 'Oops'
(null-ptr-deref), e.g. when the current task is exiting, as spotted by
syzbot [1] using acct(2).

The 'pernet' structure can be obtained from the table->data using
container_of().

安全等级: Low

公告ID: KylinSec-SA-2025-1085

发布日期: 2025年2月9日

关联CVE: CVE-2025-21641  

  • 详细介绍

1. 漏洞描述

   

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

mptcp: sysctl: blackhole timeout: avoid using current->nsproxy

As mentioned in the previous commit, using the 'net' structure via
'current' is not recommended for different reasons:

- Inconsistency: getting info from the reader's/writer's netns vs only
from the opener's netns.

- current->nsproxy can be NULL in some cases, resulting in an 'Oops'
(null-ptr-deref), e.g. when the current task is exiting, as spotted by
syzbot [1] using acct(2).

The 'pernet' structure can be obtained from the table->data using
container_of().

2. 影响范围

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

3. 影响组件

    无

4. 修复版本

    无

5. 修复方法

   无

6. 下载链接

    无
上一篇:KylinSec-SA-2025-1084 下一篇:KylinSec-SA-2025-1086