Lucene search
+L

2748 matches found

OSV
OSV
added 2024/06/19 3:15 p.m.18 views

CVE-2021-47583

In the Linux kernel, the following vulnerability has been resolved: media: mxl111sf: change mutexinit location Syzbot reported, that mxl111sfctrlmsg uses uninitialized mutex. The problem was in wrong mutexinit location. Previous mutexinit&state-msglock call was in -init function, but dvbusbv2init...

5.5CVSS8.8AI score
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/06/19 3:15 p.m.18 views

CVE-2021-47583

In the Linux kernel, the following vulnerability has been resolved: media: mxl111sf: change mutexinit location Syzbot reported, that mxl111sfctrlmsg uses uninitialized mutex. The problem was in wrong mutexinit location. Previous mutexinit&state-msglock call was in -init function, but dvbusbv2init...

5.5CVSS6.2AI score0.00239EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2024/06/19 3:15 p.m.23 views

CVE-2021-47598

In the Linux kernel, the following vulnerability has been resolved: schcake: do not call cakedestroy from cakeinit qdiscs are not supposed to call their own destroy method from init, because core stack already does that. syzbot was able to trigger use after free: DEBUGLOCKSWARNONlock-magic != loc...

7.8CVSS6.4AI score0.00255EPSS
SaveExploits0References7
OSV
OSV
added 2024/06/19 3:15 p.m.10 views

UBUNTU-CVE-2021-47583

In the Linux kernel, the following vulnerability has been resolved: media: mxl111sf: change mutexinit location Syzbot reported, that mxl111sfctrlmsg uses uninitialized mutex. The problem was in wrong mutexinit location. Previous mutexinit&state-msglock call was in -init function, but dvbusbv2init...

5.5CVSS6.2AI score0.00239EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/06/19 2:53 p.m.21 views

CVE-2021-47583 media: mxl111sf: change mutex_init() location

In the Linux kernel, the following vulnerability has been resolved: media: mxl111sf: change mutexinit location Syzbot reported, that mxl111sfctrlmsg uses uninitialized mutex. The problem was in wrong mutexinit location. Previous mutexinit&state-msglock call was in -init function, but dvbusbv2init...

6.9AI score0.00239EPSS
SaveExploits0References5
CVE
CVE
added 2024/06/19 2:53 p.m.104 views

CVE-2021-47583

CVE-2021-47583 affects the Linux kernel’s media/mxl111sf driver. Syzbot reported an uninitialized mutex in mxl111sf_ctrl_msg() due to the previous mutex_init(&state->msg_lock) being called too late. The order of dvb_usbv2_init() calls meant mxl111sf_ctrl_msg() could run from frontend_attach be...

5.5CVSS7AI score0.00239EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2024/06/19 2:15 p.m.11 views

AZL-69521 CVE-2024-38594 affecting package kernel 5.15.200.1-1

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.5CVSS6.6AI score0.0021EPSS
SaveExploits0References1
NVD
NVD
added 2024/06/19 2:15 p.m.18 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 2:15 p.m.3 views

DEBIAN-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.5CVSS5.3AI score0.0021EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/06/19 2:15 p.m.24 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.5CVSS5.8AI score0.0021EPSS
SaveExploits0References10
OSV
OSV
added 2024/06/19 2:15 p.m.14 views

UBUNTU-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.5CVSS6.5AI score0.0021EPSS
SaveExploits0References11
OSV
OSV
added 2024/06/19 1:45 p.m.21 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
CVE
CVE
added 2024/06/19 1:45 p.m.117 views

CVE-2024-38594

CVE-2024-38594 concerns the Linux kernel net: stmmac subsystem where the EST lock was moved from the EST structure into struct stmmac_priv to avoid reinitializing the mutex when reinitializing the EST. The underlying issue was that reinitializing the EST could reset the embedded mutex lock, trigg...

5.5CVSS6.5AI score0.0021EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
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...

6.7AI score0.0021EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/06/19 1:45 p.m.42 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...

0.0021EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2024/06/19 12:00 a.m.11 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 the use of an uninitialized mutex lock in the mxl111sfctrlmsg function...

5.5CVSS6.5AI score0.00239EPSS
SaveExploits0References6
OSV
OSV
added 2024/06/12 4:39 p.m.82 views

SUSE-SU-2024:2011-1 Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP4 RT kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2024-0639: Fixed a denial-of-service vulnerability due to a deadlock found in sctpautoasconfinit in net/sctp/socket.c bsc1218917. - CVE-2024-26828: Fixed...

9.8CVSS8AI score0.17563EPSS
SaveExploits4References643
RedhatCVE
RedhatCVE
added 2024/06/03 12:02 p.m.32 views

CVE-2024-36940

In the Linux kernel, the following vulnerability has been resolved: pinctrl: core: delete incorrect free in pinctrlenable The "pctldev" struct is allocated in devmpinctrlregisterandinit. It's a devm managed pointer that is freed by devmpinctrldevrelease, so freeing it in pinctrlenable will lead t...

2.3CVSS6.5AI score0.00247EPSS
SaveExploits0References4
NVD
NVD
added 2024/06/03 8:15 a.m.29 views

CVE-2024-36962

In the Linux kernel, the following vulnerability has been resolved: net: ks8851: Queue RX packets in IRQ handler instead of disabling BHs Currently the driver uses localbhdisable/localbhenable in its IRQ handler to avoid triggering netrxaction softirq on exit from netifrx. The netrxaction could...

7.5CVSS6.6AI score0.00464EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/06/03 8:15 a.m.30 views

CVE-2024-36962

In the Linux kernel, the following vulnerability has been resolved: net: ks8851: Queue RX packets in IRQ handler instead of disabling BHs Currently the driver uses localbhdisable/localbhenable in its IRQ handler to avoid triggering netrxaction softirq on exit from netifrx. The netrxaction could...

7.5CVSS6.2AI score0.00464EPSS
SaveExploits0References11
Rows per page
Query Builder