Lucene search
+L

195 matches found

RedHat Linux
RedHat Linux
•added 2024/06/05 12:36 a.m.•9 views

kernel: net:emac/emac-mac: Fix a use after free in emac_mac_tx_buf_send

A use-after-free flaw was found in the Linux kernel’s Qualcomm Gigabit Ethernet Media Access Controller EMAC driver in how a user triggers an error path in the emactxfilltpd function. This flaw allows a local user to crash or potentially escalate their privileges on the system...

9.8CVSS6.7AI score0.00783EPSS
SaveExploits0References5
AlmaLinux
AlmaLinux
•added 2024/06/05 12:00 a.m.•77 views

Moderate: kernel update

The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: Marvin vulnerability side-channel leakage in the RSA decryption operation CVE-2023-6240 kernel: Information disclosure in vhost/vhost.c:vhostnewmsg CVE-2024-0340 kernel: untrusted VMM can...

9.8CVSS6.9AI score0.00969EPSS
SaveExploits0References116
Tenable Nessus
Tenable Nessus
•added 2024/06/05 12:00 a.m.•114 views

RHEL 8 : kernel update (Moderate) (RHSA-2024:3618)

The remote Redhat Enterprise Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2024:3618 advisory. The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: Marvin vulnerability...

9.8CVSS6.8AI score0.00969EPSS
SaveExploits0References119
RedhatCVE
RedhatCVE
•added 2024/05/27 2:09 p.m.•26 views

CVE-2021-47311

A vulnerability was found in the Linux kernel's Qualcomm EMAC driver, where the emacremove function can lead to a use-after-free issue when the driver tries to access data after the network device has been freed, causing instability and a crash in the network subsystem. Mitigation Red Hat has...

5.5CVSS8.3AI score0.00251EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2024/05/23 3:04 a.m.•8 views

SUSE CVE-2021-47311

In the Linux kernel, the following vulnerability has been resolved: net: qcom/emac: fix UAF in emacremove adpt is netdev private data and it cannot be used after freenetdev call. Using adpt after freenetdev can cause UAF bug. Fix it by moving freenetdev at the end of the function...

7CVSS6.3AI score0.00251EPSS
SaveExploits0References10
Positive Technologies
Positive Technologies
•added 2024/05/23 12:00 a.m.•14 views

PT-2024-9794 · Linux +4 · Linux Kernel +4

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to a NULL pointer dereference in the prueth probe function. If one of the calls to emac phy connect fails due to of phy connect returning NULL, then the subsequent...

9.8CVSS6.8AI score0.01305EPSS
SaveExploits3References732
OSV
OSV
•added 2024/05/21 3:15 p.m.•4 views

DEBIAN-CVE-2021-47311

In the Linux kernel, the following vulnerability has been resolved: net: qcom/emac: fix UAF in emacremove adpt is netdev private data and it cannot be used after freenetdev call. Using adpt after freenetdev can cause UAF bug. Fix it by moving freenetdev at the end of the function...

7.8CVSS5.5AI score0.00251EPSS
SaveExploits0References1
OSV
OSV
•added 2024/05/21 3:15 p.m.•26 views

CVE-2021-47311

In the Linux kernel, the following vulnerability has been resolved: net: qcom/emac: fix UAF in emacremove adpt is netdev private data and it cannot be used after freenetdev call. Using adpt after freenetdev can cause UAF bug. Fix it by moving freenetdev at the end of the function...

7.8CVSS6.9AI score
SaveExploits0References7
NVD
NVD
•added 2024/05/21 3:15 p.m.•17 views

CVE-2021-47311

In the Linux kernel, the following vulnerability has been resolved: net: qcom/emac: fix UAF in emacremove adpt is netdev private data and it cannot be used after freenetdev call. Using adpt after freenetdev can cause UAF bug. Fix it by moving freenetdev at the end of the function...

7.8CVSS6.5AI score0.00251EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2024/05/21 3:15 p.m.•24 views

CVE-2021-47311

In the Linux kernel, the following vulnerability has been resolved: net: qcom/emac: fix UAF in emacremove adpt is netdev private data and it cannot be used after freenetdev call. Using adpt after freenetdev can cause UAF bug. Fix it by moving freenetdev at the end of the function...

7.8CVSS6.3AI score0.00251EPSS
SaveExploits0References9
OSV
OSV
•added 2024/05/21 3:15 p.m.•13 views

UBUNTU-CVE-2021-47311

In the Linux kernel, the following vulnerability has been resolved: net: qcom/emac: fix UAF in emacremove adpt is netdev private data and it cannot be used after freenetdev call. Using adpt after freenetdev can cause UAF bug. Fix it by moving freenetdev at the end of the function...

7.8CVSS6.2AI score0.00251EPSS
SaveExploits0References10
CVE
CVE
•added 2024/05/21 2:35 p.m.•165 views

CVE-2021-47311

CVE-2021-47311 is a Linux kernel memory use-after-free (UAF) vulnerability in net: qcom/emac, caused by private data (adpt) being used after free_netdev() is called. The fix moves free_netdev() to the end of emac_remove to ensure adpt is not accessed after the netdev is freed. Public advisories (...

7.8CVSS6.7AI score0.00251EPSS
SaveExploits0References7Affected Software1
Vulnrichment
Vulnrichment
•added 2024/05/21 2:35 p.m.•31 views

CVE-2021-47311 net: qcom/emac: fix UAF in emac_remove

In the Linux kernel, the following vulnerability has been resolved: net: qcom/emac: fix UAF in emacremove adpt is netdev private data and it cannot be used after freenetdev call. Using adpt after freenetdev can cause UAF bug. Fix it by moving freenetdev at the end of the function...

6.7AI score0.00251EPSS
SaveExploits0References7
Cvelist
Cvelist
•added 2024/05/21 2:35 p.m.•34 views

CVE-2021-47311 net: qcom/emac: fix UAF in emac_remove

In the Linux kernel, the following vulnerability has been resolved: net: qcom/emac: fix UAF in emacremove adpt is netdev private data and it cannot be used after freenetdev call. Using adpt after freenetdev can cause UAF bug. Fix it by moving freenetdev at the end of the function...

6.5AI score0.00251EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
•added 2024/03/01 4:07 a.m.•7 views

SUSE CVE-2021-47013

In the Linux kernel, the following vulnerability has been resolved: net:emac/emac-mac: Fix a use after free in emacmactxbufsend In emacmactxbufsend, it calls emactxfilltpd..,skb,... If some error happens in emactxfilltpd, the skb will be freed via devkfreeskbskb in error branch of emactxfilltpd...

5.5CVSS6.3AI score0.00783EPSS
SaveExploits0References11
RedhatCVE
RedhatCVE
•added 2024/02/29 7:39 a.m.•27 views

CVE-2021-47013

A use-after-free flaw was found in the Linux kernel’s Qualcomm Gigabit Ethernet Media Access Controller EMAC driver in how a user triggers an error path in the emactxfilltpd function. This flaw allows a local user to crash or potentially escalate their privileges on the system...

7CVSS6.1AI score0.00783EPSS
SaveExploits0References4
OSV
OSV
•added 2024/02/28 9:15 a.m.•4 views

DEBIAN-CVE-2021-47013

In the Linux kernel, the following vulnerability has been resolved: net:emac/emac-mac: Fix a use after free in emacmactxbufsend In emacmactxbufsend, it calls emactxfilltpd..,skb,... If some error happens in emactxfilltpd, the skb will be freed via devkfreeskbskb in error branch of emactxfilltpd...

7.8CVSS5.7AI score0.00783EPSS
SaveExploits0References1
OSV
OSV
•added 2024/02/28 9:15 a.m.•10 views

UBUNTU-CVE-2021-47013

In the Linux kernel, the following vulnerability has been resolved: net:emac/emac-mac: Fix a use after free in emacmactxbufsend In emacmactxbufsend, it calls emactxfilltpd..,skb,... If some error happens in emactxfilltpd, the skb will be freed via devkfreeskbskb in error branch of emactxfilltpd...

9.8CVSS6.2AI score0.00783EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
•added 2024/02/28 9:15 a.m.•29 views

CVE-2021-47013

In the Linux kernel, the following vulnerability has been resolved: net:emac/emac-mac: Fix a use after free in emacmactxbufsend In emacmactxbufsend, it calls emactxfilltpd..,skb,... If some error happens in emactxfilltpd, the skb will be freed via devkfreeskbskb in error branch of emactxfilltpd...

9.8CVSS6.4AI score0.00783EPSS
SaveExploits0References10
Vulnrichment
Vulnrichment
•added 2024/02/28 8:13 a.m.•24 views

CVE-2021-47013 net:emac/emac-mac: Fix a use after free in emac_mac_tx_buf_send

In the Linux kernel, the following vulnerability has been resolved: net:emac/emac-mac: Fix a use after free in emacmactxbufsend In emacmactxbufsend, it calls emactxfilltpd..,skb,... If some error happens in emactxfilltpd, the skb will be freed via devkfreeskbskb in error branch of emactxfilltpd...

9.8CVSS6.8AI score0.00783EPSS
SaveExploits0References8
Rows per page
Query Builder