Lucene search
+L

335 matches found

RedhatCVE
RedhatCVE
added 2024/06/20 12:28 p.m.22 views

CVE-2022-48722

In the Linux kernel, the following vulnerability has been resolved: net: ieee802154: ca8210: Stop leaking skb's Upon error the ieee802154xmitcomplete helper is not called. Only ieee802154wakequeue is called manually. We then leak the skb structure. Free the skb structure upon error before returni...

5.5CVSS6.6AI score0.00223EPSS
SaveExploits0References4
CVE
CVE
added 2024/06/19 2:53 p.m.113 views

CVE-2021-47587

Affected software: Linux kernel driver path related to net: systemport and descriptor lifecycle handling (descriptor list across transmit queues). Vulnerability and root cause: The descriptor lifecyle was not globally serialized across all TX queues; the existing locking only protected concurrenc...

9.8CVSS7.2AI score0.00547EPSS
SaveExploits0References8Affected Software1
NVD
NVD
added 2024/06/19 2:15 p.m.19 views

CVE-2024-38594

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: move the EST lock to struct stmmacpriv Reinitialize the whole EST structure would also reset the mutex lock which is embedded in the EST structure, and then trigger the following warning. To address this, move the lo...

5.5CVSS0.0021EPSS
SaveExploits0References4
OSV
OSV
added 2024/06/19 1:45 p.m.22 views

CVE-2024-38594 net: stmmac: move the EST lock to struct stmmac_priv

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: move the EST lock to struct stmmacpriv Reinitialize the whole EST structure would also reset the mutex lock which is embedded in the EST structure, and then trigger the following warning. To address this, move the lo...

5.8AI score
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2024/06/14 4:12 a.m.52 views

CVE-2024-36971

A use-after-free flaw was found in the Linux kernel's network route management. This flaw allows an attacker to alter the behavior of certain network connections. Mitigation Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical...

7.8CVSS8.3AI score0.02701EPSS
SaveExploits1References5
RedhatCVE
RedhatCVE
added 2024/06/12 12:09 a.m.28 views

CVE-2021-47309

A vulnerability was found in the Linux kernel's networking component, where the skbtunnelinfo function can return unvalidated data. This issue arises because the function does not check the type of lwtstate-data before using it, which could lead to accessing incompatible data types and cause memo...

5.5CVSS9AI score0.00248EPSS
SaveExploits0References4
NVD
NVD
added 2024/06/10 9:15 a.m.49 views

CVE-2024-36971

In the Linux kernel, the following vulnerability has been resolved: net: fix dstnegativeadvice race dstnegativeadvice does not enforce proper RCU rules when sk-dstcache must be cleared, leading to possible UAF. RCU rules are that we must first clear sk-skdstcache, then call dstreleaseolddst. Note...

7.8CVSS0.02701EPSS
SaveExploits1References10
UbuntuCve
UbuntuCve
added 2024/06/10 9:15 a.m.38 views

CVE-2024-36971

In the Linux kernel, the following vulnerability has been resolved: net: fix dstnegativeadvice race dstnegativeadvice does not enforce proper RCU rules when sk-dstcache must be cleared, leading to possible UAF. RCU rules are that we must first clear sk-skdstcache, then call dstreleaseolddst. Note...

7.8CVSS6.7AI score0.02701EPSS
SaveExploits1References25
ATTACKERKB
ATTACKERKB
added 2024/06/10 12:00 a.m.79 views

CVE-2024-36971

In the Linux kernel, the following vulnerability has been resolved: net: fix dstnegativeadvice race dstnegativeadvice does not enforce proper RCU rules when sk-dstcache must be cleared, leading to possible UAF. RCU rules are that we must first clear sk-skdstcache, then call dstreleaseolddst. Note...

7.8CVSS8.8AI score0.02701EPSS
SaveIn wildExploits1References10
UbuntuCve
UbuntuCve
added 2024/05/24 3:15 p.m.30 views

CVE-2021-47555

In the Linux kernel, the following vulnerability has been resolved: net: vlan: fix underflow for the realdev refcnt Inject error before devholdrealdev in registervlandev, and execute the following testcase: ip link add dev dummy1 type dummy ip link add name dummy1.100 link dummy1 type vlan id 100...

7.8CVSS5.9AI score0.00221EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/05/24 3:09 p.m.21 views

CVE-2021-47547 net: tulip: de4x5: fix the problem that the array 'lp->phy[8]' may be out of bound

In the Linux kernel, the following vulnerability has been resolved: net: tulip: de4x5: fix the problem that the array 'lp-phy8' may be out of bound In line 5001, if all id in the array 'lp-phy8' is not 0, when the 'for' end, the 'k' is 8. At this time, the array 'lp-phy8' may be out of bound...

6.8AI score0.00234EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2024/05/23 11:09 a.m.30 views

CVE-2023-52701

In the Linux kernel, the following vulnerability has been resolved: net: use a bounce buffer for copying skb-mark syzbot found arm64 builds would crash in sockrecvmark when CONFIGHARDENEDUSERCOPY=y x86 and powerpc are not detecting the issue because they define useraccessbegin. This will be handl...

5.5CVSS6.6AI score0.00227EPSS
SaveExploits0References4
NVD
NVD
added 2024/05/22 7:15 a.m.14 views

CVE-2021-47472

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

6.5AI score
SaveExploits0
OSV
OSV
added 2024/05/22 7:15 a.m.18 views

CVE-2021-47440

In the Linux kernel, the following vulnerability has been resolved: net: encx24j600: check error in devmregmapinitencx24j600 devmregmapinit may return error which caused by like out of memory, this will results in null pointer dereference later when reading or writing register: general protection...

2.3CVSS5.8AI score
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/05/22 6:19 a.m.21 views

CVE-2021-47440 net: encx24j600: check error in devm_regmap_init_encx24j600

In the Linux kernel, the following vulnerability has been resolved: net: encx24j600: check error in devmregmapinitencx24j600 devmregmapinit may return error which caused by like out of memory, this will results in null pointer dereference later when reading or writing register: general protection...

6.6AI score0.00215EPSS
SaveExploits0References8
NVD
NVD
added 2024/05/21 4:15 p.m.30 views

CVE-2023-52783

In the Linux kernel, the following vulnerability has been resolved: net: wangxun: fix kernel panic due to null pointer When the device uses a custom subsystem vendor ID, the function wxswinit returns before the memory of 'wx-mactable' is allocated. The null pointer will causes the kernel panic...

5.5CVSS5.2AI score0.00208EPSS
SaveExploits0References2
NVD
NVD
added 2024/05/21 4:15 p.m.33 views

CVE-2023-52701

In the Linux kernel, the following vulnerability has been resolved: net: use a bounce buffer for copying skb-mark syzbot found arm64 builds would crash in sockrecvmark when CONFIGHARDENEDUSERCOPY=y x86 and powerpc are not detecting the issue because they define useraccessbegin. This will be handl...

7.1CVSS6.7AI score0.00227EPSS
SaveExploits0References2
OSV
OSV
added 2024/05/21 4:15 p.m.21 views

UBUNTU-CVE-2023-52701

In the Linux kernel, the following vulnerability has been resolved: net: use a bounce buffer for copying skb-mark syzbot found arm64 builds would crash in sockrecvmark when CONFIGHARDENEDUSERCOPY=y x86 and powerpc are not detecting the issue because they define useraccessbegin. This will be handl...

7.1CVSS5.8AI score0.00227EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/05/21 3:31 p.m.34 views

CVE-2023-52783 net: wangxun: fix kernel panic due to null pointer

In the Linux kernel, the following vulnerability has been resolved: net: wangxun: fix kernel panic due to null pointer When the device uses a custom subsystem vendor ID, the function wxswinit returns before the memory of 'wx-mactable' is allocated. The null pointer will causes the kernel panic...

5.2AI score0.00208EPSS
SaveExploits0References2
CVE
CVE
added 2024/05/21 3:31 p.m.125 views

CVE-2023-52783

CVE-2023-52783 affects the Linux kernel and fixes a local kernel-panic scenario in the net/wangxun path. When a device uses a custom subsystem vendor ID, wx_sw_init() may return before wx->mac_table is allocated, causing a NULL pointer dereference and a kernel panic. The connected documents co...

5.5CVSS6.8AI score0.00208EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder