Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-466f-hmcc-89x2

Опубликовано: 15 авг. 2026
Источник: github
Github: Не прошло ревью

Описание

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

netfilter: flowtable: use correct direction to set up tunnel route

The layer 2 encapsulation and layer 3 tunnel information in the xmit path is taken from the other tuple, because the tunnel information that is included in the tuple for hashtable lookups is also used to perform the egress encapsulation in the transmit path.

This patch uses the correct direction when setting up the tunnel, the original proposed patch to address this fix uses the reversed direction.

While at it, remove the redundant check to call dst_release() to drop the reference on the dst that was obtained from the forward path, which is not useful in the direct xmit path unless tunneling is performed.

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

netfilter: flowtable: use correct direction to set up tunnel route

The layer 2 encapsulation and layer 3 tunnel information in the xmit path is taken from the other tuple, because the tunnel information that is included in the tuple for hashtable lookups is also used to perform the egress encapsulation in the transmit path.

This patch uses the correct direction when setting up the tunnel, the original proposed patch to address this fix uses the reversed direction.

While at it, remove the redundant check to call dst_release() to drop the reference on the dst that was obtained from the forward path, which is not useful in the direct xmit path unless tunneling is performed.

Связанные уязвимости

ubuntu
14 дней назад

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.

CVSS3: 5.5
redhat
15 дней назад

A flaw was found in the Linux kernel's netfilter flowtable component. This vulnerability arises from an error in how the system sets up tunnel routes, specifically in handling network packet encapsulation and tunnel information. An attacker could potentially exploit this to cause incorrect network traffic routing or unexpected packet behavior. This could lead to network disruptions or a denial of service (DoS).

nvd
14 дней назад

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.