Lucene search
+L

1705 matches found

Vulnrichment
Vulnrichment
added 2024/06/20 11:13 a.m.22 views

CVE-2022-48748 net: bridge: vlan: fix memory leak in __allowed_ingress

In the Linux kernel, the following vulnerability has been resolved: net: bridge: vlan: fix memory leak in allowedingress When using per-vlan state, if vlan snooping and stats are disabled, untagged or priority-tagged ingress frame will go to check pvid state. If the port state is forwarding and t...

6.9AI score0.01128EPSS
SaveExploits0References4
OSV
OSV
added 2024/06/20 11:13 a.m.15 views

CVE-2022-48748 net: bridge: vlan: fix memory leak in __allowed_ingress

In the Linux kernel, the following vulnerability has been resolved: net: bridge: vlan: fix memory leak in allowedingress When using per-vlan state, if vlan snooping and stats are disabled, untagged or priority-tagged ingress frame will go to check pvid state. If the port state is forwarding and t...

7.5CVSS5.9AI score
SaveExploits0References7
CNNVD
CNNVD
added 2024/06/20 12:00 a.m.7 views

Linux kernel security vulnerabilities

Linux kernel is the kernel used by the Linux Foundation's open source operating system Linux. A security vulnerability exists in the Linux kernel, which stems from a memory leak in the allowedingress method of the net:bridge:vlan module...

7.5CVSS6.5AI score0.01128EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2024/06/20 12:00 a.m.15 views

CVE-2022-48748

In the Linux kernel, the following vulnerability has been resolved: net: bridge: vlan: fix memory leak in allowedingress When using per-vlan state, if vlan snooping and stats are disabled, untagged or priority-tagged ingress frame will go to check pvid state. If the port state is forwarding and t...

7.5CVSS6.3AI score0.01128EPSS
SaveExploits0References6
OSV
OSV
added 2024/06/19 3:15 p.m.17 views

CVE-2021-47592

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix tc flower deletion for VLAN priority Rx steering To replicate the issue:- 1 Add 1 flower filter for VLAN Priority based frame steering:- $ IFDEVNAME=eth0 $ tc qdisc add dev $IFDEVNAME ingress $ tc qdisc add dev...

5.5CVSS8.3AI score
SaveExploits0References2
OSV
OSV
added 2024/06/19 3:15 p.m.4 views

DEBIAN-CVE-2021-47592

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix tc flower deletion for VLAN priority Rx steering To replicate the issue:- 1 Add 1 flower filter for VLAN Priority based frame steering:- $ IFDEVNAME=eth0 $ tc qdisc add dev $IFDEVNAME ingress $ tc qdisc add dev...

5.5CVSS5.3AI score0.00208EPSS
SaveExploits0References1
NVD
NVD
added 2024/06/19 3:15 p.m.27 views

CVE-2021-47592

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix tc flower deletion for VLAN priority Rx steering To replicate the issue:- 1 Add 1 flower filter for VLAN Priority based frame steering:- $ IFDEVNAME=eth0 $ tc qdisc add dev $IFDEVNAME ingress $ tc qdisc add dev...

5.5CVSS0.00208EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2024/06/19 3:15 p.m.20 views

CVE-2021-47592

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix tc flower deletion for VLAN priority Rx steering To replicate the issue:- 1 Add 1 flower filter for VLAN Priority based frame steering:- $ IFDEVNAME=eth0 $ tc qdisc add dev $IFDEVNAME ingress $ tc qdisc add dev...

5.5CVSS6.2AI score0.00208EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/06/19 2:53 p.m.39 views

CVE-2021-47592 net: stmmac: fix tc flower deletion for VLAN priority Rx steering

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix tc flower deletion for VLAN priority Rx steering To replicate the issue:- 1 Add 1 flower filter for VLAN Priority based frame steering:- $ IFDEVNAME=eth0 $ tc qdisc add dev $IFDEVNAME ingress $ tc qdisc add dev...

0.00208EPSS
SaveExploits0References2
CVE
CVE
added 2024/06/19 2:53 p.m.167 views

CVE-2021-47592

CVE-2021-47592 affects the Linux kernel stmmac driver and its VLAN priority RX steering path. The issue manifested as a NULL pointer dereference when deleting a tc flower filter for VLAN priority after a previous mis-implemented tc_del_vlan_flow() used flow_cls_offload_flow_rule() (invalid for tc...

5.5CVSS6.6AI score0.00208EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2024/06/19 2:53 p.m.20 views

CVE-2021-47592 net: stmmac: fix tc flower deletion for VLAN priority Rx steering

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix tc flower deletion for VLAN priority Rx steering To replicate the issue:- 1 Add 1 flower filter for VLAN Priority based frame steering:- $ IFDEVNAME=eth0 $ tc qdisc add dev $IFDEVNAME ingress $ tc qdisc add dev...

6.5AI score0.00208EPSS
SaveExploits0References2
OSV
OSV
added 2024/06/19 2:15 p.m.2 views

DEBIAN-CVE-2024-36979

In the Linux kernel, the following vulnerability has been resolved: net: bridge: mst: fix vlan use-after-free syzbot reported a suspicious rcu usage1 in bridge's mst code. While fixing it I noticed that nothing prevents a vlan to be freed while walking the list from the same path br forward delay...

7.8CVSS6AI score0.00257EPSS
SaveExploits0References1
OSV
OSV
added 2024/06/19 2:15 p.m.15 views

UBUNTU-CVE-2024-36979

In the Linux kernel, the following vulnerability has been resolved: net: bridge: mst: fix vlan use-after-free syzbot reported a suspicious rcu usage1 in bridge's mst code. While fixing it I noticed that nothing prevents a vlan to be freed while walking the list from the same path br forward delay...

7.8CVSS6.5AI score0.00257EPSS
SaveExploits0References13
UbuntuCve
UbuntuCve
added 2024/06/19 2:15 p.m.23 views

CVE-2024-36979

In the Linux kernel, the following vulnerability has been resolved: net: bridge: mst: fix vlan use-after-free syzbot reported a suspicious rcu usage1 in bridge's mst code. While fixing it I noticed that nothing prevents a vlan to be freed while walking the list from the same path br forward delay...

7.8CVSS6.4AI score0.00257EPSS
SaveExploits0References12
CVE
CVE
added 2024/06/19 1:35 p.m.167 views

CVE-2024-36979

CVE-2024-36979 is a Linux kernel vulnerability in the bridge mst path (net/bridge/br_mst.c/br_private.h) where a vlan could be freed while walking a list, causing a use-after-free via RCU. The issue arose from suspicious RCU usage and a path involving br_forward_delay_timer and br_mst_set_state. ...

7.8CVSS7.4AI score0.00257EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2024/06/19 1:35 p.m.21 views

CVE-2024-36979 net: bridge: mst: fix vlan use-after-free

In the Linux kernel, the following vulnerability has been resolved: net: bridge: mst: fix vlan use-after-free syzbot reported a suspicious rcu usage1 in bridge's mst code. While fixing it I noticed that nothing prevents a vlan to be freed while walking the list from the same path br forward delay...

7.8CVSS6AI score
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/06/19 1:35 p.m.23 views

CVE-2024-36979 net: bridge: mst: fix vlan use-after-free

In the Linux kernel, the following vulnerability has been resolved: net: bridge: mst: fix vlan use-after-free syzbot reported a suspicious rcu usage1 in bridge's mst code. While fixing it I noticed that nothing prevents a vlan to be freed while walking the list from the same path br forward delay...

6.6AI score0.00257EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/06/19 1:35 p.m.17 views

CVE-2024-36979

In the Linux kernel, the following vulnerability has been resolved: net: bridge: mst: fix vlan use-after-free syzbot reported a suspicious rcu usage1 in bridge's mst code. While fixing it I noticed that nothing prevents a vlan to be freed while walking the list from the same path br forward delay...

7.8CVSS6.3AI score0.00257EPSS
SaveExploits0
CNNVD
CNNVD
added 2024/06/19 12:00 a.m.3 views

Linux kernel security vulnerabilities

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from VLAN reuse after release...

7.8CVSS6.5AI score0.00257EPSS
SaveExploits0References6
Amazon
Amazon
added 2024/06/12 12:00 a.m.19 views

Medium: kernel

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: netlink: annotate lockless accesses to nlk-maxrecvmsglen CVE-2023-53824 In the Linux kernel, the following vulnerability has been resolved: md: fix kmemleak of rdev-serial CVE-2024-26900 In the Linux kernel, the...

7.8CVSS7AI score0.00904EPSS
SaveExploits0
Rows per page
Query Builder