一、 漏洞 CVE-2022-49903 基础信息
漏洞信息
                                        # IPv6:修复ip6_route_net_exit_late()中的WARNING问题

## 概述
在Linux内核中,已经在`ip6_route_net_exit_late()`中修复了一个警告问题。在`ip6_route_net_init_late()`初始化过程中,如果未能成功创建`ipv6_route`或`rt6_stats`文件,初始化仍然会被默认认为是成功的。这导致在调用`ip6_route_net_exit_late()`尝试移除这些文件时,会出现警告。

## 影响版本
未指定具体影响版本。

## 细节
- **问题涉及函数**: `ip6_route_net_init_late()` 和 `ip6_route_net_exit_late()`
- **问题类型**: 警告(WARNING)
- **具体文件**: `ipv6_route` 和 `rt6_stats`

调用栈信息如下:
```
name 'rt6_stats'
WARNING: CPU: 0 PID: 9 at fs/proc/generic.c:712 remove_proc_entry+0x389/0x460
Modules linked in:
Workqueue: netns cleanup_net
RIP: 0010:remove_proc_entry+0x389/0x460
PKRU: 55555554
Call Trace:
<TASK>
ops_exit_list+0xb0/0x170
cleanup_net+0x4ea/0xb00
process_one_work+0x9bf/0x1710
worker_thread+0x665/0x1080
kthread+0x2e4/0x3a0
ret_from_fork+0x1f/0x30
</TASK>
```

## 影响
- **警告**: 在尝试删除未创建的`ipv6_route`或`rt6_stats`文件时,将会触发警告信息。
- **潜在问题**: 可能会导致系统稳定性或性能问题。
                                        
提示
尽管我们采用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。
神龙会尽力确保数据准确,但也请结合实际情况进行甄别与判断。
神龙祝您一切顺利!
漏洞标题
ipv6: fix WARNING in ip6_route_net_exit_late()
来源:美国国家漏洞数据库 NVD
漏洞描述信息
In the Linux kernel, the following vulnerability has been resolved: ipv6: fix WARNING in ip6_route_net_exit_late() During the initialization of ip6_route_net_init_late(), if file ipv6_route or rt6_stats fails to be created, the initialization is successful by default. Therefore, the ipv6_route or rt6_stats file doesn't be found during the remove in ip6_route_net_exit_late(). It will cause WRNING. The following is the stack information: name 'rt6_stats' WARNING: CPU: 0 PID: 9 at fs/proc/generic.c:712 remove_proc_entry+0x389/0x460 Modules linked in: Workqueue: netns cleanup_net RIP: 0010:remove_proc_entry+0x389/0x460 PKRU: 55555554 Call Trace: <TASK> ops_exit_list+0xb0/0x170 cleanup_net+0x4ea/0xb00 process_one_work+0x9bf/0x1710 worker_thread+0x665/0x1080 kthread+0x2e4/0x3a0 ret_from_fork+0x1f/0x30 </TASK>
来源:美国国家漏洞数据库 NVD
CVSS信息
N/A
来源:美国国家漏洞数据库 NVD
漏洞类别
N/A
来源:美国国家漏洞数据库 NVD
漏洞标题
Linux kernel 安全漏洞
来源:中国国家信息安全漏洞库 CNNVD
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于未正确处理ip6_route文件创建失败,可能导致警告。
来源:中国国家信息安全漏洞库 CNNVD
CVSS信息
N/A
来源:中国国家信息安全漏洞库 CNNVD
漏洞类别
其他
来源:中国国家信息安全漏洞库 CNNVD
二、漏洞 CVE-2022-49903 的公开POC
# POC 描述 源链接 神龙链接
三、漏洞 CVE-2022-49903 的情报信息