Lucene search
+L

8065 matches found

Debian CVE
Debian CVE
added 2024/08/17 9:9 a.m.45 views

CVE-2024-42296

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix return value of f2fsconvertinlineinode If device is readonly, make f2fsconvertinlineinode return EROFS instead of zero, otherwise it may trigger panic during writeback of inline inode's dirty page as below:...

7.8CVSS5.6AI score0.00235EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/08/17 9:9 a.m.27 views

CVE-2024-42294 block: fix deadlock between sd_remove & sd_release

In the Linux kernel, the following vulnerability has been resolved: block: fix deadlock between sdremove & sdrelease Our test report the following hung task: 2538.459400 INFO: task "kworker/0:0":7 blocked for more than 188 seconds. 2538.459427 Call trace: 2538.459430 switchto+0x174/0x338...

0.00171EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/08/17 9:8 a.m.24 views

CVE-2024-42289

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: During vport delete send async logout explicitly During vport delete, it is observed that during unload we hit a crash because of stale entries in outstanding command array. For all these stale I/O entries, ehabort...

5.5CVSS5.7AI score0.00242EPSS
SaveExploits0
OSV
OSV
added 2024/08/17 9:8 a.m.18 views

CVE-2024-42284 tipc: Return non-zero value from tipc_udp_addr2str() on error

In the Linux kernel, the following vulnerability has been resolved: tipc: Return non-zero value from tipcudpaddr2str on error tipcudpaddr2str should return non-zero value if the UDP media address is invalid. Otherwise, a buffer overflow access can occur in tipcmediaaddrprintf. Fix this by returni...

9.1CVSS6.5AI score
SaveExploits0References13
OSV
OSV
added 2024/08/17 9:8 a.m.20 views

CVE-2024-42283 net: nexthop: Initialize all fields in dumped nexthops

In the Linux kernel, the following vulnerability has been resolved: net: nexthop: Initialize all fields in dumped nexthops struct nexthopgrp contains two reserved fields that are not initialized by nlaputnhgroup, and carry garbage. This can be observed e.g. with strace edited for clarity: ip...

6.2AI score
SaveExploits0References13
CVE
CVE
added 2024/08/17 9:8 a.m.171 views

CVE-2024-42276

Technical details for CVE-2024-42276 are not provided in the connected documents. The initial description notes a Linux kernel nvme-pci fix, but no product/vendor/version specifics are disclosed here. Monitor for updates.

7.8CVSS6.4AI score0.00246EPSS
SaveExploits0References10Affected Software1
Cvelist
Cvelist
added 2024/08/17 9:8 a.m.27 views

CVE-2024-42276 nvme-pci: add missing condition check for existence of mapped data

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: add missing condition check for existence of mapped data nvmemapdata is called when request has physical segments, hence the nvmeunmapdata should have same condition to avoid dereference...

7.8CVSS0.00246EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2024/08/17 8:54 a.m.26 views

CVE-2024-42268

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix missing lock on sync reset reload On sync reset reload work, when remote host updates devlink on reload actions performed on that host, it misses taking devlink lock before calling devlinkremotereloadactionsperforme...

5.5CVSS5.7AI score0.00172EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/08/15 5:34 a.m.14 views

kernel: bonding: Fix out-of-bounds read in bond_option_arp_ip_targets_set()

In the Linux kernel, the following vulnerability has been resolved: bonding: Fix out-of-bounds read in bondoptionarpiptargetsset In function bondoptionarpiptargetsset, if newval-string is an empty string, newval-string+1 will point to the byte after the string, causing an out-of-bound read. BUG:...

7.1CVSS6.4AI score0.00242EPSS
SaveExploits0References5
Amazon
Amazon
added 2024/08/15 12:0 a.m.23 views

Important: kernel

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: PCI/ASPM: Fix deadlock when enabling ASPM A last minute revert in 6.7-final introduced a potential deadlock when enabling ASPM during probe of Qualcomm PCIe controllers as reported by lockdep CVE-2024-26605 In the...

7.8CVSS7.4AI score0.01019EPSS
SaveExploits0
Microsoft Security Update
Microsoft Security Update
added 2024/08/13 5:0 p.m.26 views

2024-08 Cumulative Update for Windows 11 for ARM64-based Systems (KB5041592)

Install this update to resolve issues in Windows. For a complete listing of the issues that are included in this update, see the associated Microsoft Knowledge Base article for more information. After you install this item, you may have to restart your computer...

7.1AI score
SaveExploits0
Microsoft Security Update
Microsoft Security Update
added 2024/08/13 5:0 p.m.38 views

2024-08 Cumulative Update for Windows 11 for x64-based Systems (KB5041592)

Install this update to resolve issues in Windows. For a complete listing of the issues that are included in this update, see the associated Microsoft Knowledge Base article for more information. After you install this item, you may have to restart your computer...

7.1AI score
SaveExploits0
Gentoo Linux
Gentoo Linux
added 2024/08/11 12:0 a.m.38 views

matio: Multiple Vulnerabilities

Background matio is a library for reading and writing matlab files. Description Multiple vulnerabilities have been discovered in matio. Please review the CVE identifiers referenced below for details. Impact Please review the referenced CVE identifiers for details. Workaround There is no known...

8.8CVSS7.6AI score0.01503EPSS
SaveExploits0
Gentoo Linux
Gentoo Linux
added 2024/08/10 12:0 a.m.32 views

Bundler: Multiple Vulnerabilities

Background Bundler provides a consistent environment for Ruby projects by tracking and installing the exact gems and versions that are needed. Description Multiple vulnerabilities have been discovered in Bundler. Please review the CVE identifiers referenced below for details. Impact Please review...

9.3CVSS7.5AI score0.06307EPSS
SaveExploits2
Cvelist
Cvelist
added 2024/08/08 8:46 a.m.27 views

CVE-2024-42252 closures: Change BUG_ON() to WARN_ON()

In the Linux kernel, the following vulnerability has been resolved: closures: Change BUGON to WARNON If a BUGON can be hit in the wild, it shouldn't be a BUGON For reference, this has popped up once in the CI, and we'll need more info to debug it: 03240 ------------ cut here ------------ 03240...

0.00214EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2024/08/08 4:44 a.m.7 views

kernel: bonding: Fix out-of-bounds read in bond_option_arp_ip_targets_set()

In the Linux kernel, the following vulnerability has been resolved: bonding: Fix out-of-bounds read in bondoptionarpiptargetsset In function bondoptionarpiptargetsset, if newval-string is an empty string, newval-string+1 will point to the byte after the string, causing an out-of-bound read. BUG:...

7.1CVSS6.4AI score0.00242EPSS
SaveExploits0References5
OpenVAS
OpenVAS
added 2024/08/08 12:0 a.m.25 views

SUSE: Security Advisory (SUSE-SU-2024:2801-2)

The remote host is missing an update for the SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

10CVSS9.3AI score0.16496EPSS
SaveExploits0References3
Oracle linux
Oracle linux
added 2024/08/08 12:0 a.m.454 views

kernel security update

4.18.0-553.16.110.OL8 - Update Oracle Linux certificates Kevin Lyons - Disable signing for aarch64 Ilya Okomin - Oracle Linux RHCK Module Signing Key was added to the kernel trusted keys list olkmodsigningkey.pem Orabug: 29539237 - Update x509.genkey Orabug: 24817676 - Conflict with shim-ia32 and...

9.8CVSS8AI score0.08555EPSS
SaveExploits3
Vulnrichment
Vulnrichment
added 2024/08/07 3:14 p.m.12 views

CVE-2024-42249 spi: don't unoptimize message in spi_async()

In the Linux kernel, the following vulnerability has been resolved: spi: don't unoptimize message in spiasync Calling spimaybeunoptimizemessage in spiasync is wrong because the message is likely to be in the queue and not transferred yet. This can corrupt the message while it is being used by the...

6.8AI score0.00192EPSS
SaveExploits0References2
CVE
CVE
added 2024/08/07 3:14 p.m.106 views

CVE-2024-42248

CVE-2024-42248 : In the Linux kernel, the tty/serial Ma35d1 driver had a NULL dereference risk when the serial node is absent because of a missing of_node check. The fix adds a NULL check for of_node and returns an error if pdev->dev.of_node is NULL. Affected component: Linux kernel tty serial...

5.5CVSS6.5AI score0.00211EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder