Lucene search
+L

35370 matches found

Cvelist
Cvelist
added 2026/05/27 12:17 p.m.48 views

CVE-2026-45942 ext4: fix e4b bitmap inconsistency reports

In the Linux kernel, the following vulnerability has been resolved: ext4: fix e4b bitmap inconsistency reports A bitmap inconsistency issue was observed during stress tests under mixed huge-page workloads. Ext4 reported multiple e4b bitmap check failures like: ext4mbcomplexscangroup:2508: group...

7.8CVSS0.00099EPSS
SaveExploits0References5
CVE
CVE
added 2026/05/27 12:17 p.m.41 views

CVE-2026-45938

CVE-2026-45938 pertains to the Linux kernel pm8916_lbc power supply module. The issue is a use-after-free caused by a race between IRQ handling and power_supply handle lifetime: if IRQs are requested before the power_supply handle is registered, an interrupt can occur after the handle is freed bu...

7.8CVSS5.8AI score0.00125EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2026/05/27 12:17 p.m.46 views

CVE-2026-45936 power: supply: goldfish: Fix use-after-free in power_supply_changed()

In the Linux kernel, the following vulnerability has been resolved: power: supply: goldfish: Fix use-after-free in powersupplychanged Using the devm variant for requesting IRQ before the devm variant for allocating/registering the powersupply handle, means that the powersupply handle will be...

0.00126EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/05/27 12:17 p.m.49 views

CVE-2026-45927 bpf: Require frozen map for calculating map hash

In the Linux kernel, the following vulnerability has been resolved: bpf: Require frozen map for calculating map hash Currently, bpfmapgetinfobyfd calculates and caches the hash of the map regardless of the map's frozen state. This leads to a TOCTOU bug where userspace can call BPFOBJGETINFOBYFD t...

0.00092EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/05/27 12:17 p.m.48 views

CVE-2026-45918 ovpn: tcp - don't deref NULL sk_socket member after tcp_close()

In the Linux kernel, the following vulnerability has been resolved: ovpn: tcp - don't deref NULL sksocket member after tcpclose When deleting a peer in case of keepalive expiration, the peer is removed from the OpenVPN hashtable and is temporary inserted in a "release list" for further processing...

0.00163EPSS
SaveExploits0References3
CVE
CVE
added 2026/05/27 12:17 p.m.31 views

CVE-2026-45918

CVE-2026-45918 concerns a race condition in the Linux kernel related to OpenVPN TCP handling. When a peer is kept alive and later removed, the kernel temporarily places the peer in a release list and detaches from the socket by restoring its proto and socket callbacks. If userspace closes the soc...

5.5CVSS5.9AI score0.00163EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/05/27 12:17 p.m.5 views

CVE-2026-45917 ipvs: do not keep dest_dst if dev is going down

In the Linux kernel, the following vulnerability has been resolved: ipvs: do not keep destdst if dev is going down There is race between the netdev notifier ipvsdstevent and the code that caches dst with dev that is going down. As the FIB can be notified for the closed device after our handler...

5.5CVSS6AI score0.00122EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/05/27 12:17 p.m.44 views

CVE-2026-45917 ipvs: do not keep dest_dst if dev is going down

In the Linux kernel, the following vulnerability has been resolved: ipvs: do not keep destdst if dev is going down There is race between the netdev notifier ipvsdstevent and the code that caches dst with dev that is going down. As the FIB can be notified for the closed device after our handler...

0.00122EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/05/27 12:17 p.m.46 views

CVE-2026-45914 Revert "hwmon: (ibmpex) fix use-after-free in high/low store"

In the Linux kernel, the following vulnerability has been resolved: Revert "hwmon: ibmpex fix use-after-free in high/low store" This reverts commit 6946c726c3f4c36f0f049e6f97e88c510b15f65d. Jean Delvare points out that the patch does not completely fix the reported problem, that it in fact...

0.00126EPSS
SaveExploits0References7
CVE
CVE
added 2026/05/27 12:17 p.m.36 views

CVE-2026-45914

CVE-2026-45914 affects the Linux kernel hwmon ibmpex driver, where a race during sensor deletion can race with userspace access to a freed sensor data structure, causing a use-after-free and potential crash. The description notes that the patch reverting the previous fix (6946c726…) may introduce...

7.8CVSS5.7AI score0.00126EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2026/05/27 12:17 p.m.51 views

CVE-2026-45910 RDMA/rxe: Fix race condition in QP timer handlers

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix race condition in QP timer handlers I encontered the following warning: WARNING: drivers/infiniband/sw/rxe/rxetask.c:249 at rxeschedtask+0x1c8/0x238 rdmarxe, CPU0: swapper/0/0 ... libsha1 last unloaded: ip6udptunnel...

7.8CVSS0.00102EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/05/27 12:17 p.m.36 views

CVE-2026-45910

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix race condition in QP timer handlers I encontered the following warning: WARNING: drivers/infiniband/sw/rxe/rxetask.c:249 at rxeschedtask+0x1c8/0x238 rdmarxe, CPU0: swapper/0/0 ... libsha1 last unloaded: ip6udptunnel...

7.8CVSS5.7AI score0.00102EPSS
SaveExploits0
CVE
CVE
added 2026/05/27 12:17 p.m.26 views

CVE-2026-45902

CVE-2026-45902 is a Linux kernel race-condition use-after-free in the bq256xx power-supply driver. The bug occurs when IRQs are requested before the power_supply handle is fully registered, allowing an interrupt after the handle is freed or before registration, leading to power_supply_changed() o...

7.8CVSS5.8AI score0.0016EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/05/27 12:17 p.m.6 views

CVE-2026-45902 power: supply: bq256xx: Fix use-after-free in power_supply_changed()

In the Linux kernel, the following vulnerability has been resolved: power: supply: bq256xx: Fix use-after-free in powersupplychanged Using the devm variant for requesting IRQ before the devm variant for allocating/registering the powersupply handle, means that the powersupply handle will be...

7.8CVSS5.8AI score0.0016EPSS
SaveExploits0References10
OSV
OSV
added 2026/05/27 12:17 p.m.3 views

CVE-2026-45889 mptcp: do not account for OoO in mptcp_rcvbuf_grow()

In the Linux kernel, the following vulnerability has been resolved: mptcp: do not account for OoO in mptcprcvbufgrow MPTCP-level OoOs are physiological when multiple subflows are active concurrently and will not cause retransmissions nor are caused by drops. Accounting for them in mptcprcvbufgrow...

5.5CVSS5.8AI score0.00153EPSS
SaveExploits0References6
CVE
CVE
added 2026/05/27 12:16 p.m.41 views

CVE-2026-45882

The CVE-2026-45882 issue affects the Linux kernel power supply subsystem, specifically the pm8916_bms_vm driver. A race condition arises from using devm_ variants for IRQ requests before the power_supply handle is registered, causing the handle to be deallocated/unregistered before the IRQ handle...

7.8CVSS5.8AI score0.00159EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2026/05/27 12:15 p.m.38 views

CVE-2026-45869

CVE-2026-45869 affects the Linux kernel wm97xx power supply driver. A race between request_irq() and power_supply_register() can cause a NULL pointer dereference in power_supply_changed() if an interrupt fires before the power_supply handle is registered. Fix: ensure the IRQ is requested after re...

5.5CVSS5.8AI score0.0016EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2026/05/27 12:15 p.m.38 views

CVE-2026-45867

The CVE-2026-45867 issue affects the Linux kernel power_supply subsystem (act8945a) and is caused by a race condition: requesting the IRQ with the devm_ path before the devm_ path that registers the power_supply handle can lead to use-after-free when the IRQ fires after the power_supply object is...

7.8CVSS5.8AI score0.00164EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2026/05/27 12:15 p.m.4 views

CVE-2026-45867 power: supply: act8945a: Fix use-after-free in power_supply_changed()

In the Linux kernel, the following vulnerability has been resolved: power: supply: act8945a: Fix use-after-free in powersupplychanged Using the devm variant for requesting IRQ before the devm variant for allocating/registering the powersupply handle, means that the powersupply handle will be...

7.8CVSS6.5AI score0.00164EPSS
SaveExploits0References11
OSV
OSV
added 2026/05/27 12:14 p.m.4 views

CVE-2025-71305 drm/display/dp_mst: Add protection against 0 vcpi

In the Linux kernel, the following vulnerability has been resolved: drm/display/dpmst: Add protection against 0 vcpi When releasing a timeslot there is a slight chance we may end up with the wrong payload mask due to overflow if the delayeddestroywork ends up coming into play after a DP 2.1 monit...

5.5CVSS5.9AI score0.0016EPSS
SaveExploits0References9
Rows per page
Query Builder