Lucene search
+L

21106 matches found

UbuntuCve
UbuntuCve
added 2024/06/19 3:15 p.m.24 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
UbuntuCve
UbuntuCve
added 2024/06/19 3:15 p.m.25 views

CVE-2021-47599

In the Linux kernel, the following vulnerability has been resolved: btrfs: use latestdev in btrfsshowdevname The test case btrfs/238 reports the warning below: WARNING: CPU: 3 PID: 481 at fs/btrfs/super.c:2509 btrfsshowdevname+0x104/0x1e8 btrfs CPU: 2 PID: 1 Comm: systemd Tainted: G W O...

4.7CVSS6.3AI score0.00148EPSS
SaveExploits0References25
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
NVD
NVD
added 2024/06/19 2:15 p.m.26 views

CVE-2024-38598

In the Linux kernel, the following vulnerability has been resolved: md: fix resync softlockup when bitmap size is less than array size Is is reported that for dm-raid10, lvextend + lvchange --syncaction will trigger following softlockup: kernel:watchdog: BUG: soft lockup - CPU3 stuck for 26s!...

5.5CVSS0.00197EPSS
SaveExploits0References13
OSV
OSV
added 2024/06/19 2:15 p.m.8 views

DEBIAN-CVE-2024-38576

In the Linux kernel, the following vulnerability has been resolved: rcu: Fix buffer overflow in printcpustallinfo The rcuc-starvation output from printcpustallinfo might overflow the buffer if there is a huge difference in jiffies difference. The situation might seem improbable, but computers...

7CVSS6.2AI score0.00256EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/06/19 2:15 p.m.30 views

CVE-2024-38588

In the Linux kernel, the following vulnerability has been resolved: ftrace: Fix possible use-after-free issue in ftracelocation KASAN reports a bug: BUG: KASAN: use-after-free in ftracelocation+0x90/0x120 Read of size 8 at addr ffff888141d40010 by task insmod/424 CPU: 8 PID: 424 Comm: insmod...

7.8CVSS6.4AI score0.00237EPSS
SaveExploits0References32
UbuntuCve
UbuntuCve
added 2024/06/19 2:15 p.m.25 views

CVE-2024-38595

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix peer devlink set for SF representor devlink port The cited patch change register devlink flow, and neglect to reflect the changes for peer devlink set logic. Peer devlink set is triggering a call trace if done after...

5.5CVSS6.2AI score0.0021EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2024/06/19 2:15 p.m.31 views

CVE-2024-38578

In the Linux kernel, the following vulnerability has been resolved: ecryptfs: Fix buffer size for tag 66 packet The 'TAG 66 Packet Format' description is missing the cipher code and checksum fields that are packed into the message packet. As a result, the buffer allocated for the packet is 3 byte...

7.8CVSS6.5AI score0.00263EPSS
SaveExploits0References28
OSV
OSV
added 2024/06/19 2:15 p.m.15 views

UBUNTU-CVE-2024-38615

In the Linux kernel, the following vulnerability has been resolved: cpufreq: exit callback is optional The exit callback is optional and shouldn't be called without checking a valid pointer first. Also, we must clear freqtable pointer even if the exit callback isn't present...

5.5CVSS6.1AI score0.00237EPSS
SaveExploits0References28
UbuntuCve
UbuntuCve
added 2024/06/19 2:15 p.m.31 views

CVE-2024-38608

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix netif state handling mlx5esuspend cleans resources only if netifdevicepresent returns true. However, mlx5eresume changes the state of netif, via mlx5enicenable, only if regstate == NETREGREGISTERED. In the below...

5.5CVSS6AI score0.00188EPSS
SaveExploits0References15
OSV
OSV
added 2024/06/19 2:15 p.m.18 views

UBUNTU-CVE-2024-38573

In the Linux kernel, the following vulnerability has been resolved: cppccpufreq: Fix possible null pointer dereference cppccpufreqgetrate and hisicppccpufreqgetrate can be called from different places with various parameters. So cpufreqcpuget can return null as 'policy' in some circumstances. Fix...

7.5CVSS6.2AI score0.01003EPSS
SaveExploits0References20
Vulnrichment
Vulnrichment
added 2024/06/19 1:45 p.m.13 views

CVE-2024-38598 md: fix resync softlockup when bitmap size is less than array size

In the Linux kernel, the following vulnerability has been resolved: md: fix resync softlockup when bitmap size is less than array size Is is reported that for dm-raid10, lvextend + lvchange --syncaction will trigger following softlockup: kernel:watchdog: BUG: soft lockup - CPU3 stuck for 26s!...

6.6AI score0.00197EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2024/06/19 1:45 p.m.25 views

CVE-2024-38595 net/mlx5: Fix peer devlink set for SF representor devlink port

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix peer devlink set for SF representor devlink port The cited patch change register devlink flow, and neglect to reflect the changes for peer devlink set logic. Peer devlink set is triggering a call trace if done after...

6.6AI score0.0021EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/06/19 1:45 p.m.23 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.46 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
RedhatCVE
RedhatCVE
added 2024/06/19 3:52 a.m.42 views

CVE-2024-29857

A vulnerability was found in Bouncy Castle. An issue was discovered in ECCurve.java and ECCurve.cs in Bouncy Castle Java BC Java. Importing an EC certificate with crafted F2m parameters can lead to excessive CPU consumption during the evaluation of the curve parameters...

6.5CVSS6.3AI score0.011EPSS
SaveExploits1References3
RedHat Linux
RedHat Linux
added 2024/06/19 1:12 a.m.13 views

kernel: hwmon: (coretemp) Fix out-of-bounds memory access

In the Linux kernel, the following vulnerability has been resolved: hwmon: coretemp Fix out-of-bounds memory access Fix a bug that pdata-cpumap is set before out-of-bounds check. The problem might be triggered on systems with more than 128 cores per package...

7.8CVSS6.7AI score0.00248EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2024/06/19 12:00 a.m.10 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 Linux kernel, which stems from a buffer overflow vulnerability in the printcpustallinfo function...

7.1CVSS7AI score0.00256EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2024/06/19 12:00 a.m.183 views

CentOS 7 : bind, bind-dyndb-ldap, and dhcp (RHSA-2024:3741)

The remote CentOS Linux 7 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2024:3741 advisory. - The DNS message parsing code in named includes a section whose computational complexity is overly high. It does not cause problems for typical DNS...

7.5CVSS7AI score0.99988EPSS
SaveExploits1References4
Veracode
Veracode
added 2024/06/18 6:26 a.m.19 views

Regular Expression Denial Of Service

kubeflow/kubeflow is vulnerable to Regular Expression Denial of Service ReDoS. The vulnerability is due to the usage of a regular expression to validate email addresses which has inefficient complexity, allowing an attacker to submit a crafted email which results in excessive CPU consumption,...

7.5CVSS6.7AI score0.00649EPSS
SaveExploits1References2Affected Software1
Rows per page
Query Builder