Lucene search
+L

9646 matches found

OSV
OSV
added 2024/11/07 10:15 a.m.26 views

AZL-53450 CVE-2024-50169 affecting package kernel for versions less than 6.6.64.2-1

In the Linux kernel, the following vulnerability has been resolved: vsock: Update rxbytes on readskb Make sure virtiotransportincrxpkt and virtiotransportdecrxpkt calls are balanced i.e. virtiovsocksock::rxbytes doesn't lie after vsocktransport::readskb. While here, also inform the peer that we'v...

5.5CVSS6.2AI score0.00215EPSS
SaveExploits0References1
CVE
CVE
added 2024/11/07 9:31 a.m.179 views

CVE-2024-50169

CVE-2024-50169 is a Linux kernel vulnerability in virtio_vsock/rx accounting. The connected Nessus entry confirms a concrete fix: after vtock read_skb(), the kernel now updates rx_bytes via virtio_transport_inc_rx_pkt() and virtio_transport_dec_rx_pkt() to keep rx_bytes in sync with dequeued pack...

5.5CVSS5.2AI score0.00215EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2024/11/07 9:31 a.m.16 views

CVE-2024-50169 vsock: Update rx_bytes on read_skb()

In the Linux kernel, the following vulnerability has been resolved: vsock: Update rxbytes on readskb Make sure virtiotransportincrxpkt and virtiotransportdecrxpkt calls are balanced i.e. virtiovsocksock::rxbytes doesn't lie after vsocktransport::readskb. While here, also inform the peer that we'v...

5.5CVSS6.2AI score
SaveExploits0References6
OSSF Malicious Packages
OSSF Malicious Packages
added 2024/11/06 5:37 a.m.8 views

Malicious code in wb-eth3 (npm)

--- -= Per source details. Do not edit below this line.=- Source: ghsa-malware c2061eab14aeb54b59ae68e0b58b1b8ae77a9a9a252407ae77eab392c71ef9c0 Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be...

6.9AI score
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/11/06 3:49 a.m.6 views

SUSE CVE-2024-50092

In the Linux kernel, the following vulnerability has been resolved: net: netconsole: fix wrong warning A warning is triggered when there is insufficient space in the buffer for userdata. However, this is not an issue since userdata will be sent in the next iteration. Current warning message:...

5.5CVSS6.7AI score0.00199EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/11/06 3:49 a.m.13 views

SUSE CVE-2024-50093

In the Linux kernel, the following vulnerability has been resolved: thermal: intel: int340x: processor: Fix warning during module unload The processorthermal driver uses pcimdeviceenable to enable a PCI device, which means the device will be automatically disabled on driver detach. Thus there is ...

5.5CVSS7.4AI score0.00236EPSS
SaveExploits0References19
SUSE CVE
SUSE CVE
added 2024/11/06 3:49 a.m.10 views

SUSE CVE-2024-50107

In the Linux kernel, the following vulnerability has been resolved: platform/x86/intel/pmc: Fix pmccoreiounmap to call iounmap for valid addresses Commit 50c6dbdfd16e "x86/ioremap: Improve iounmap address range checks" introduces a WARN when adrress ranges of iounmap are invalid. On Thinkpad P1 G...

5.5CVSS7.6AI score0.00202EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2024/11/06 3:48 a.m.8 views

SUSE CVE-2024-50119

In the Linux kernel, the following vulnerability has been resolved: cifs: fix warning when destroy 'cifsiorequestpool' There's a issue as follows: WARNING: CPU: 1 PID: 27826 at mm/slub.c:4698 freelargekmalloc+0xac/0xe0 RIP: 0010:freelargekmalloc+0xac/0xe0 Call Trace: ? warn+0xea/0x330...

5.5CVSS7.7AI score0.00188EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/11/06 3:48 a.m.7 views

SUSE CVE-2024-50134

In the Linux kernel, the following vulnerability has been resolved: drm/vboxvideo: Replace fake VLA at end of vbvamousepointershape with real VLA Replace the fake VLA at end of the vbvamousepointershape shape with a real VLA to fix a "memcpy: detected field-spanning write error" warning: 13.31981...

3.3CVSS7.9AI score0.00252EPSS
SaveExploits0References18
OSV
OSV
added 2024/11/05 6:15 p.m.12 views

AZL-52437 CVE-2024-50134 affecting package kernel for versions less than 6.6.64.2-1

In the Linux kernel, the following vulnerability has been resolved: drm/vboxvideo: Replace fake VLA at end of vbvamousepointershape with real VLA Replace the fake VLA at end of the vbvamousepointershape shape with a real VLA to fix a "memcpy: detected field-spanning write error" warning: 13.31981...

5.5CVSS7AI score0.00252EPSS
SaveExploits0References1
NVD
NVD
added 2024/11/05 6:15 p.m.28 views

CVE-2024-50138

In the Linux kernel, the following vulnerability has been resolved: bpf: Use rawspinlockt in ringbuf The function bpfringbufreserve is invoked from a tracepoint, which disables preemption. Using spinlockt in this context can lead to a "sleep in atomic" warning in the RT variant. This issue is...

5.5CVSS0.00221EPSS
SaveExploits0References5
OSV
OSV
added 2024/11/05 6:15 p.m.13 views

AZL-52432 CVE-2024-50134 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/vboxvideo: Replace fake VLA at end of vbvamousepointershape with real VLA Replace the fake VLA at end of the vbvamousepointershape shape with a real VLA to fix a "memcpy: detected field-spanning write error" warning: 13.31981...

5.5CVSS7AI score0.00252EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/05 6:15 p.m.3 views

DEBIAN-CVE-2024-50107

In the Linux kernel, the following vulnerability has been resolved: platform/x86/intel/pmc: Fix pmccoreiounmap to call iounmap for valid addresses Commit 50c6dbdfd16e "x86/ioremap: Improve iounmap address range checks" introduces a WARN when adrress ranges of iounmap are invalid. On Thinkpad P1 G...

5.5CVSS5.7AI score0.00202EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/05 6:15 p.m.9 views

AZL-52503 CVE-2024-50108 affecting package kernel for versions less than 6.6.64.2-1

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Disable PSR-SU on Parade 08-01 TCON too Stuart Hayhurst has found that both at bootup and fullscreen VA-API video is leading to black screens for around 1 second and kernel WARNING 1 traces when calling...

5.5CVSS5.8AI score0.00235EPSS
SaveExploits0References1
NVD
NVD
added 2024/11/05 6:15 p.m.15 views

CVE-2024-50108

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Disable PSR-SU on Parade 08-01 TCON too Stuart Hayhurst has found that both at bootup and fullscreen VA-API video is leading to black screens for around 1 second and kernel WARNING 1 traces when calling...

5.5CVSS0.00235EPSS
SaveExploits0References5
NVD
NVD
added 2024/11/05 6:15 p.m.15 views

CVE-2024-50119

In the Linux kernel, the following vulnerability has been resolved: cifs: fix warning when destroy 'cifsiorequestpool' There's a issue as follows: WARNING: CPU: 1 PID: 27826 at mm/slub.c:4698 freelargekmalloc+0xac/0xe0 RIP: 0010:freelargekmalloc+0xac/0xe0 Call Trace: ? warn+0xea/0x330...

7CVSS0.00188EPSS
SaveExploits0References2
OSV
OSV
added 2024/11/05 6:15 p.m.17 views

AZL-52477 CVE-2024-50108 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Disable PSR-SU on Parade 08-01 TCON too Stuart Hayhurst has found that both at bootup and fullscreen VA-API video is leading to black screens for around 1 second and kernel WARNING 1 traces when calling...

5.5CVSS6.3AI score0.00235EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/05 6:15 p.m.7 views

DEBIAN-CVE-2024-50119

In the Linux kernel, the following vulnerability has been resolved: cifs: fix warning when destroy 'cifsiorequestpool' There's a issue as follows: WARNING: CPU: 1 PID: 27826 at mm/slub.c:4698 freelargekmalloc+0xac/0xe0 RIP: 0010:freelargekmalloc+0xac/0xe0 Call Trace: ? warn+0xea/0x330...

5.5CVSS5.4AI score0.00188EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/05 6:15 p.m.4 views

UBUNTU-CVE-2024-50121

In the Linux kernel, the following vulnerability has been resolved: nfsd: cancel nfsdshrinkerwork using sync mode in nfs4stateshutdownnet In the normal case, when we excute echo 0 /proc/fs/nfsd/threads, the function nfs4statedestroynet in nfs4stateshutdownnet will release all resources related to...

7.8CVSS6.3AI score0.00236EPSS
SaveExploits0References29
OSV
OSV
added 2024/11/05 6:15 p.m.6 views

UBUNTU-CVE-2024-50107

In the Linux kernel, the following vulnerability has been resolved: platform/x86/intel/pmc: Fix pmccoreiounmap to call iounmap for valid addresses Commit 50c6dbdfd16e "x86/ioremap: Improve iounmap address range checks" introduces a WARN when adrress ranges of iounmap are invalid. On Thinkpad P1 G...

5.5CVSS6.6AI score0.00202EPSS
SaveExploits0References17
Rows per page
Query Builder