Lucene search
+L

39 matches found

Tenable Nessus
Tenable Nessus
•added 2026/09/18 12:00 a.m.•8 views

Linux Distros Unpatched Vulnerability : CVE-2026-90114

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net: bridge: Reject descending VLAN tunnel ranges A pair of descending VLAN and tunnel IDs can pass the tunnel range span check. The VLAN subtraction produces a...

5.8AI score0.0022EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/17 5:17 p.m.•6 views

AZL-102212 CVE-2026-90114 affecting package kernel 6.6.152.1-1

In the Linux kernel, the following vulnerability has been resolved: net: bridge: Reject descending VLAN tunnel ranges A pair of descending VLAN and tunnel IDs can pass the tunnel range span check. The VLAN subtraction produces a negative int, which is converted to unsigned when compared with the...

5.8AI score0.0022EPSS
SaveExploits0References1
NVD
NVD
•added 2026/09/17 5:17 p.m.•11 views

CVE-2026-90114

In the Linux kernel, the following vulnerability has been resolved: net: bridge: Reject descending VLAN tunnel ranges A pair of descending VLAN and tunnel IDs can pass the tunnel range span check. The VLAN subtraction produces a negative int, which is converted to unsigned when compared with the...

0.0022EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/09/17 4:06 p.m.•28 views

CVE-2026-90114 net: bridge: Reject descending VLAN tunnel ranges

In the Linux kernel, the following vulnerability has been resolved: net: bridge: Reject descending VLAN tunnel ranges A pair of descending VLAN and tunnel IDs can pass the tunnel range span check. The VLAN subtraction produces a negative int, which is converted to unsigned when compared with the...

0.0022EPSS
SaveExploits0References8
OSV
OSV
•added 2026/09/17 4:06 p.m.•10 views

CVE-2026-90114 net: bridge: Reject descending VLAN tunnel ranges

In the Linux kernel, the following vulnerability has been resolved: net: bridge: Reject descending VLAN tunnel ranges A pair of descending VLAN and tunnel IDs can pass the tunnel range span check. The VLAN subtraction produces a negative int, which is converted to unsigned when compared with the...

5.8AI score
SaveExploits0References11
CVE
CVE
•added 2026/09/17 4:06 p.m.•28 views

CVE-2026-90114

This Linux kernel vulnerability affects the net: bridge subsystem. A pair of descending VLAN and tunnel IDs can pass the tunnel range span check because the VLAN subtraction produces a negative signed int, which is implicitly converted to unsigned when compared against the u32 tunnel ID delta. Wh...

5.8AI score0.0022EPSS
SaveExploits0References8
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•11 views

Astra Linux – Vulnerability in Linux

In the Linux kernel, the following vulnerability has been resolved: net: bridge: Fixed an issue where the dstclone function was used, but the result was set incorrectly. This issue could cause problems because the entry might have a reference count of 0 or be already deleted. It also triggered th...

7.8CVSS6.1AI score0.00246EPSS
SaveExploits0References2
BDU FSTEC
BDU FSTEC
•added 2025/11/05 12:00 a.m.•8 views

The vulnerability of the br_handle_egress_vlan_tunnel() function in the net/bridge/br_vlan_tunnel.c module, a part of the networking functions in the Linux kernel, allows a hacker to trigger a service failure.

The vulnerability of the brhandleegressvlantunnel function in the net/bridge/brvlantunnel.c module, which is part of the Linux kernel’s networking functions, relates to the use of memory after it has been freed. Exploiting this vulnerability could allow an attacker to cause a service failure...

5.5CVSS6.6AI score0.00246EPSS
SaveExploits0References15Affected Software1
Tenable Nessus
Tenable Nessus
•added 2025/11/05 12:00 a.m.•7 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-988716)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-988716 advisory. In the Linux kernel, the following vulnerability has been resolved: net: bridge: fix vlan tunnel dst null pointer dereference This patch fixes a tunneldst null point...

5.5CVSS6.1AI score0.00236EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
•added 2025/11/05 12:00 a.m.•10 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-988845)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-988845 advisory. In the Linux kernel, the following vulnerability has been resolved: net: bridge: fix vlan tunnel dst refcnt when egressing The egress tunnel code uses dstclone and...

7.8CVSS6.2AI score0.00246EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
•added 2025/10/07 12:00 a.m.•7 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-987169)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-987169 advisory. In the Linux kernel, the following vulnerability has been resolved: net: bridge: fix vlan tunnel dst null pointer dereference This patch fixes a tunneldst null point...

5.5CVSS6.1AI score0.00236EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
•added 2025/10/07 12:00 a.m.•7 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-986876)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-986876 advisory. In the Linux kernel, the following vulnerability has been resolved: net: bridge: fix vlan tunnel dst refcnt when egressing The egress tunnel code uses dstclone and...

7.8CVSS6.2AI score0.00246EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2024/05/23 3:05 a.m.•10 views

SUSE CVE-2021-47223

In the Linux kernel, the following vulnerability has been resolved: net: bridge: fix vlan tunnel dst null pointer dereference This patch fixes a tunneldst null pointer dereference due to lockless access in the tunnel egress path. When deleting a vlan tunnel the tunneldst pointer is set to NULL...

5.5CVSS7.6AI score0.00236EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2024/05/23 3:05 a.m.•8 views

SUSE CVE-2021-47222

In the Linux kernel, the following vulnerability has been resolved: net: bridge: fix vlan tunnel dst refcnt when egressing The egress tunnel code uses dstclone and directly sets the result which is wrong because the entry might have 0 refcnt or be already deleted, causing number of problems. It...

5.5CVSS7.7AI score0.00246EPSS
SaveExploits0References4
OSV
OSV
•added 2024/05/21 3:15 p.m.•22 views

CVE-2021-47223

In the Linux kernel, the following vulnerability has been resolved: net: bridge: fix vlan tunnel dst null pointer dereference This patch fixes a tunneldst null pointer dereference due to lockless access in the tunnel egress path. When deleting a vlan tunnel the tunneldst pointer is set to NULL...

5.5CVSS6.1AI score
SaveExploits0References6
OSV
OSV
•added 2024/05/21 3:15 p.m.•6 views

DEBIAN-CVE-2021-47223

In the Linux kernel, the following vulnerability has been resolved: net: bridge: fix vlan tunnel dst null pointer dereference This patch fixes a tunneldst null pointer dereference due to lockless access in the tunnel egress path. When deleting a vlan tunnel the tunneldst pointer is set to NULL...

5.5CVSS5.6AI score0.00236EPSS
SaveExploits0References1
NVD
NVD
•added 2024/05/21 3:15 p.m.•25 views

CVE-2021-47222

In the Linux kernel, the following vulnerability has been resolved: net: bridge: fix vlan tunnel dst refcnt when egressing The egress tunnel code uses dstclone and directly sets the result which is wrong because the entry might have 0 refcnt or be already deleted, causing number of problems. It...

7.8CVSS6.5AI score0.00246EPSS
SaveExploits0References6
NVD
NVD
•added 2024/05/21 3:15 p.m.•23 views

CVE-2021-47223

In the Linux kernel, the following vulnerability has been resolved: net: bridge: fix vlan tunnel dst null pointer dereference This patch fixes a tunneldst null pointer dereference due to lockless access in the tunnel egress path. When deleting a vlan tunnel the tunneldst pointer is set to NULL...

5.5CVSS6.4AI score0.00236EPSS
SaveExploits0References6
OSV
OSV
•added 2024/05/21 3:15 p.m.•27 views

CVE-2021-47222

In the Linux kernel, the following vulnerability has been resolved: net: bridge: fix vlan tunnel dst refcnt when egressing The egress tunnel code uses dstclone and directly sets the result which is wrong because the entry might have 0 refcnt or be already deleted, causing number of problems. It...

7.8CVSS6.8AI score
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2024/05/21 3:15 p.m.•36 views

CVE-2021-47222

In the Linux kernel, the following vulnerability has been resolved: net: bridge: fix vlan tunnel dst refcnt when egressing The egress tunnel code uses dstclone and directly sets the result which is wrong because the entry might have 0 refcnt or be already deleted, causing number of problems. It...

7.8CVSS6.4AI score0.00246EPSS
SaveExploits0References8
Rows per page
Query Builder