Lucene search
+L

328 matches found

RedHat Linux
RedHat Linux
added 2024/09/24 12:40 a.m.4 views

kernel: wifi: cfg80211: restrict NL80211_ATTR_TXQ_QUANTUM values

A vulnerability was found in the cfg80211 component in the Linux kernel, where a lack of proper range validation applied to the NL80211ATTRTXQQUANTUM can lead to a scenario where the userspace passes an extremely high value that the kernel is not designed to handle efficiently ex. 2^31. This can...

4.4CVSS6.7AI score0.00174EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/09/24 12:40 a.m.6 views

kernel: nvmet: fix a possible leak when destroy a ctrl during qp establishment

A vulnerability was found in the Linux kernel's nvme driver. A lack of proper checks can lead to a race condition during the destruction of a queue pair when a controller is being established. This issue can lead to system instability or crashes...

4.7CVSS6.8AI score0.00224EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/09/24 12:40 a.m.9 views

kernel: ppp: reject claimed-as-LCP but actually malformed packets

The vulnerability was found in the Linux kernel's ppp pppgeneric.c driver, in the pppread and pppwrite functions where malformed packets were erroneously identified as LCP packets, leading to potential issues with packet handling. This flaw could potentially lead to system instability...

5.5CVSS7.2AI score0.00287EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/09/24 12:40 a.m.10 views

kernel: PCI/PM: Drain runtime-idle callbacks before driver removal

A vulnerability was found in the PCI subsystem in the Linux kernel, where runtime-idle callbacks are not always drained before a PCI driver is removed. If these callbacks are still active when the driver is removed, it could result in system instability or crashes...

5.5CVSS7.1AI score0.00193EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/09/24 12:27 a.m.7 views

kernel: hwmon: (mlxreg-fan) Return non-zero value when fan current state is enforced from sysfs

A vulnerability was found in the Linux kernel's hwmon subsystem, specifically in the mlxreg-fan driver. The issue arises when the driver’s sysfs interface for controlling fan speed does not properly handle cases where the requested minimum fan speed exceeds the maximum allowable value. When the...

7.1CVSS6.7AI score0.00244EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/09/11 1:10 a.m.8 views

kernel: ppp: reject claimed-as-LCP but actually malformed packets

The vulnerability was found in the Linux kernel's ppp pppgeneric.c driver, in the pppread and pppwrite functions where malformed packets were erroneously identified as LCP packets, leading to potential issues with packet handling. This flaw could potentially lead to system instability...

5.5CVSS7.2AI score0.00287EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/09/04 12:15 a.m.8 views

kernel: ppp: reject claimed-as-LCP but actually malformed packets

The vulnerability was found in the Linux kernel's ppp pppgeneric.c driver, in the pppread and pppwrite functions where malformed packets were erroneously identified as LCP packets, leading to potential issues with packet handling. This flaw could potentially lead to system instability...

5.5CVSS7.2AI score0.00287EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/08/28 12:34 p.m.6 views

kernel: netfilter: bridge: confirm multicast packets before passing them up the stack

A security vulnerability was identified in the Linux kernel's netfilter subsystem, specifically affecting the handling of multicast and broadcast packets on network bridges. The issue arises from a race condition in the connection tracking conntrack module when processing cloned socket buffers sk...

4.7CVSS7.3AI score0.00166EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/08/28 12:34 p.m.13 views

kernel: net: ntb_netdev: Move ntb_netdev_rx_handler() to call netif_rx() from __netif_rx()

A vulnerability was found in the Linux kernel in the ntbnetdevrxhandler function which calls the function netifrx, which can only be called from interrupt context, in a preemptible context. This vulnerability can lead to potential race conditions and system instability...

5.5CVSS7AI score0.00239EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/08/21 12:34 a.m.14 views

kernel: mm/hugetlb: fix missing hugetlb_lock for resv uncharge

CVE-2024-36000 addresses a synchronization issue in the Linux kernel's management of huge pages. The problem arises when multiple threads modify the reservation map concurrently without proper locking, leading to potential inconsistencies and system instability...

5.5CVSS7.3AI score0.00225EPSS
SaveExploits0References5
CNVD
CNVD
added 2024/08/20 12:0 a.m.10 views

Linux kernel resource misallocation vulnerability

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. The Linux kernel suffers from a resource misallocation vulnerability that stems from an issue with forced large page alignment on 32-bit systems.Due to the constrained virtual...

5.5CVSS6.4AI score0.00212EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2024/08/14 1:27 a.m.7 views

kernel: net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink()

A vulnerability was found in the icebridgesetlink function in the Linux kernel. A missing check to verify whether the nlmsgfindattr function returns NULL or not could lead to a NULL pointer dereference, system instability, or crashes...

5.5CVSS7.2AI score0.0025EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/08/08 4:53 a.m.13 views

kernel: mm/hugetlb: fix missing hugetlb_lock for resv uncharge

CVE-2024-36000 addresses a synchronization issue in the Linux kernel's management of huge pages. The problem arises when multiple threads modify the reservation map concurrently without proper locking, leading to potential inconsistencies and system instability...

5.5CVSS7.3AI score0.00225EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/08/07 12:28 a.m.8 views

kernel: mm/hugetlb: fix missing hugetlb_lock for resv uncharge

CVE-2024-36000 addresses a synchronization issue in the Linux kernel's management of huge pages. The problem arises when multiple threads modify the reservation map concurrently without proper locking, leading to potential inconsistencies and system instability...

5.5CVSS7.3AI score0.00225EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/08/07 12:28 a.m.8 views

kernel: net/mlx5: Discard command completions in internal error

A use-after-free vulnerability has been discovered in the Linux kernel within the drivers/net/ethernet/mellanox/mlx5/core/cmd.c component, specifically related to the Mellanox network driver. This flaw can lead to compromised system availability. Successful exploitation could result in...

7.8CVSS6.8AI score0.00258EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/07/31 12:54 a.m.6 views

kernel: nfp: flower: handle acti_netdevs allocation failure

A vulnerability was found in the Linux kernel's ethernet lagconf.c driver in the nfpfllagdowork function, where a NULL pointer dereference can occur due to a lack of proper checks. The scenario is caused when the function attempts to call kmallocarray, which returns as NULL because the physical...

5.5CVSS7.2AI score0.00297EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/07/17 1:6 a.m.7 views

kernel: mm/vmscan: fix a bug calling wakeup_kswapd() with a wrong zone index

A vulnerability was found in the Linux kernel's memory management subsystem. The wakeupkswapd function was called with an incorrect zone index. This error could disrupt the proper functioning of memory management, potentially leading to system instability or performance issues...

5.5CVSS7.2AI score0.00242EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/07/12 12:32 p.m.32 views

CVE-2024-40981 batman-adv: bypass empty buckets in batadv_purge_orig_ref()

In the Linux kernel, the following vulnerability has been resolved: batman-adv: bypass empty buckets in batadvpurgeorigref Many syzbot reports are pointing to soft lockups in batadvpurgeorigref 1 Root cause is unknown, but we can avoid spending too much time there and perhaps get more interesting...

0.00231EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2024/06/05 10:5 a.m.6 views

kernel: xhci: handle isoc Babble and Buffer Overrun events properly

A flaw was found in the Linux kernel related to the Extensible Host Controller Interface xHCI subsystem, specifically how it handles certain events. The issue arises when the xHCI driver improperly handles isochronous isoc Babble and Buffer Overrun events. The vulnerability occurs because the xHC...

5.5CVSS7.1AI score0.0023EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/06/05 12:36 a.m.4 views

kernel: wifi: brcm80211: handle pmk_op allocation failure

A vulnerability was found in the Linux kernel's Wi-Fi cfg80211.c driver, where a lack of proper checks can result in a NULL pointer dereference. This issue occurs when the brcmfpmksav3op function attempts to call malloc , but the physical memory has run out. In this situation, kzalloc will return...

5.5CVSS7.2AI score0.00274EPSS
SaveExploits0References5
Rows per page
Query Builder