Lucene search
K

1536 matches found

Cvelist
Cvelist
added 2024/07/29 2:32 p.m.19 views

CVE-2024-41045 bpf: Defer work in bpf_timer_cancel_and_free

In the Linux kernel, the following vulnerability has been resolved: bpf: Defer work in bpftimercancelandfree Currently, the same case as previous patch two timer callbacks trying to cancel each other can be invoked through bpfmapupdateelem as well, or more precisely, freeing map elements containi...

0.00013EPSS
Exploits0References2
RedhatCVE
RedhatCVE
added 2024/07/16 9:25 p.m.16 views

CVE-2022-48825

In the Linux kernel, the following vulnerability has been resolved: scsi: qedf: Add stagwork to all the vports Call trace seen when creating NPIV ports, only 32 out of 64 show online. stag work was not initialized for vport, hence initialize the stag work. WARNING: CPU: 8 PID: 645 at...

4.4CVSS7AI score0.00033EPSS
Exploits0References4
Cvelist
Cvelist
added 2024/07/16 11:44 a.m.25 views

CVE-2022-48825 scsi: qedf: Add stag_work to all the vports

In the Linux kernel, the following vulnerability has been resolved: scsi: qedf: Add stagwork to all the vports Call trace seen when creating NPIV ports, only 32 out of 64 show online. stag work was not initialized for vport, hence initialize the stag work. WARNING: CPU: 8 PID: 645 at...

0.00033EPSS
Exploits0References4
NVD
NVD
added 2024/07/12 1:15 p.m.16 views

CVE-2024-40916

In the Linux kernel, the following vulnerability has been resolved: drm/exynos: hdmi: report safe 640x480 mode as a fallback when no EDID found When reading EDID fails and driver reports no modes available, the DRM core adds an artificial 1024x786 mode to the connector. Unfortunately some variant...

5.5CVSS0.0001EPSS
Exploits0References10
NVD
NVD
added 2024/07/12 1:15 p.m.18 views

CVE-2024-40905

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix possible race in fib6droppcpufrom syzbot found a race in fib6droppcpufrom 1 If compiler reads more than once ppcpurt, second read could read NULL, if another cpu clears the value in rt6getpcpuroute. Add a READONCE to...

4.7CVSS0.0001EPSS
Exploits0References11
UbuntuCve
UbuntuCve
added 2024/07/12 1:15 p.m.12 views

CVE-2024-40959

In the Linux kernel, the following vulnerability has been resolved: xfrm6: check ip6dstidev return value in xfrm6getsaddr ip6dstidev can return NULL, xfrm6getsaddr must act accordingly. syzbot reported: Oops: general protection fault, probably for non-canonical address 0xdffffc0000000000: 0000 1...

5.5CVSS6.4AI score0.00011EPSS
Exploits0References33
Positive Technologies
Positive Technologies
added 2024/07/10 12:0 a.m.5 views

PT-2024-30730

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue is related to the handling of CEQEs in the interrupt handler, which can cause the CPU core to stay in interrupt context too long and lead to soft lockup under heavy load. To...

7.5CVSS5.5AI score0.00013EPSS
Exploits0
Positive Technologies
Positive Technologies
added 2024/07/09 12:0 a.m.6 views

PT-2024-29225

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue is related to the bpf timer cancel and free function in the Linux kernel, where two timer callbacks trying to cancel each other can lead to a deadlock situation. This can be...

7.8CVSS5.5AI score0.00013EPSS
Exploits0
RedHat Linux
RedHat Linux
added 2024/07/08 2:5 a.m.1 views

kernel: i40e: Do not use WQ_MEM_RECLAIM flag for workqueue

In the Linux kernel, the following vulnerability has been resolved: i40e: Do not use WQMEMRECLAIM flag for workqueue Issue reported by customer during SRIOV testing, call trace: When both i40e and the i40iw driver are loaded, a warning in checkflushdependency is being triggered. This seems to be...

5.5CVSS6.3AI score0.00012EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2024/07/02 9:2 a.m.2 views

kernel: i40e: Do not use WQ_MEM_RECLAIM flag for workqueue

In the Linux kernel, the following vulnerability has been resolved: i40e: Do not use WQMEMRECLAIM flag for workqueue Issue reported by customer during SRIOV testing, call trace: When both i40e and the i40iw driver are loaded, a warning in checkflushdependency is being triggered. This seems to be...

5.5CVSS6.3AI score0.00012EPSS
Exploits0References5
Microsoft CVE
Microsoft CVE
added 2024/06/30 2:0 p.m.5 views

wifi: wilc1000: do not realloc workqueue everytime an interface is added

...

5.5CVSS7.2AI score0.00019EPSS
Exploits0
OSV
OSV
added 2024/06/28 11:8 a.m.1 views

OESA-2024-1765 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: spi: Fix deadlock when adding SPI controllers on SPI buses Currently we have a global spiaddlock which we take when adding new devices so that we can check that...

9.1CVSS6.3AI score0.00384EPSS
Exploits0References18
SUSE CVE
SUSE CVE
added 2024/06/24 11:15 p.m.1 views

SUSE CVE-2024-38634

In the Linux kernel, the following vulnerability has been resolved: serial: max3100: Lock port-lock when calling uarthandlectschange uarthandlectschange has to be called with port lock taken, Since we run it in a separate work, the lock may not be taken at the time of running. Make sure that it's...

5.5CVSS6AI score0.00021EPSS
Exploits0References13
RedhatCVE
RedhatCVE
added 2024/06/21 7:53 p.m.16 views

CVE-2024-38634

In the Linux kernel, the following vulnerability has been resolved: serial: max3100: Lock port-lock when calling uarthandlectschange uarthandlectschange has to be called with port lock taken, Since we run it in a separate work, the lock may not be taken at the time of running. Make sure that it's...

4.4CVSS6.9AI score0.00021EPSS
Exploits0References4
OSV
OSV
added 2024/06/21 11:15 a.m.0 views

UBUNTU-CVE-2024-38634

In the Linux kernel, the following vulnerability has been resolved: serial: max3100: Lock port-lock when calling uarthandlectschange uarthandlectschange has to be called with port lock taken, Since we run it in a separate work, the lock may not be taken at the time of running. Make sure that it's...

5.5CVSS6.2AI score0.00021EPSS
Exploits0References30
UbuntuCve
UbuntuCve
added 2024/06/21 11:15 a.m.14 views

CVE-2024-38634

In the Linux kernel, the following vulnerability has been resolved: serial: max3100: Lock port-lock when calling uarthandlectschange uarthandlectschange has to be called with port lock taken, Since we run it in a separate work, the lock may not be taken at the time of running. Make sure that it's...

5.5CVSS6.3AI score0.00021EPSS
Exploits0References29
SUSE CVE
SUSE CVE
added 2024/06/21 3:52 a.m.1 views

SUSE CVE-2021-47590

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix deadlock in mptcppushpending mptcppushpending may call mptcpflushjoinlist with subflow socket lock held. If such call hits mptcpsockoptsyncall then subsequently mptcpsockoptsync could try to lock the subflow socket for...

5.5CVSS6AI score0.00013EPSS
Exploits0References6
Vulnrichment
Vulnrichment
added 2024/06/20 11:13 a.m.29 views

CVE-2022-48761 usb: xhci-plat: fix crash when suspend if remote wake enable

In the Linux kernel, the following vulnerability has been resolved: usb: xhci-plat: fix crash when suspend if remote wake enable Crashed at i.mx8qm platform when suspend if enable remote wakeup Internal error: synchronous external abort: 96000210 1 PREEMPT SMP Modules linked in: CPU: 2 PID: 244...

7.1AI score0.00033EPSS
Exploits0References4
OSV
OSV
added 2024/06/19 3:15 p.m.2 views

DEBIAN-CVE-2021-47590

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix deadlock in mptcppushpending mptcppushpending may call mptcpflushjoinlist with subflow socket lock held. If such call hits mptcpsockoptsyncall then subsequently mptcpsockoptsync could try to lock the subflow socket for...

5.5CVSS5.6AI score0.00013EPSS
Exploits0References1
UbuntuCve
UbuntuCve
added 2024/06/19 3:15 p.m.15 views

CVE-2021-47590

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix deadlock in mptcppushpending mptcppushpending may call mptcpflushjoinlist with subflow socket lock held. If such call hits mptcpsockoptsyncall then subsequently mptcpsockoptsync could try to lock the subflow socket for...

5.5CVSS6.3AI score0.00013EPSS
Exploits0References4
Rows per page
Query Builder