漏洞信息
# netfilter: 允许预期项在 nf_ct_find_expectation 中不被移除
## 漏洞概述
在Linux内核中,netfilter模块中的一个漏洞得到修复:在某些场景下,`nf_ct_find_expectation()`函数会从哈希表中移除预期连接(exp),而这种行为在某些特定情况下并非预期。
## 影响版本
未指定具体影响版本,但漏洞存在于包含`netfilter`模块的Linux内核版本中。
## 漏洞细节
在`nf_conntrack_in()`函数调用`nf_ct_find_expectation()`时,会从哈希表中移除预期连接(exp)。然而,在某些场景下(例如在OVS和TC `conntrack`中),当创建的连接未被确认时,我们不期望移除预期连接。因此,该补丁通过在模板的状态中设置`IPS_CONFIRMED`标志,允许预期连接不被移除。
## 漏洞影响
该漏洞导致某些情况下预期连接被意外移除,从而影响了连接跟踪的正常工作。修复补丁允许预期连接在特定条件下不被移除,提高了连接跟踪的可靠性和灵活性。
提示
尽管我们采用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。
神龙会尽力确保数据准确,但也请结合实际情况进行甄别与判断。
神龙祝您一切顺利!
漏洞标题
netfilter: allow exp not to be removed in nf_ct_find_expectation
漏洞描述信息
In the Linux kernel, the following vulnerability has been resolved:
netfilter: allow exp not to be removed in nf_ct_find_expectation
Currently nf_conntrack_in() calling nf_ct_find_expectation() will
remove the exp from the hash table. However, in some scenario, we
expect the exp not to be removed when the created ct will not be
confirmed, like in OVS and TC conntrack in the following patches.
This patch allows exp not to be removed by setting IPS_CONFIRMED
in the status of the tmpl.
CVSS信息
N/A
漏洞类别
N/A
漏洞标题
Linux kernel 安全漏洞
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于nf_ct_find_expectation函数未移除exp,可能导致在某些场景下创建的ct不会被确认。
CVSS信息
N/A
漏洞类别
其他