Lucene search
K

180322 matches found

CVE
CVE
added 2026/05/27 12:17 p.m.9 views

CVE-2026-45900

The CVE-2026-45900 issue affects the Linux kernel crypto/caam path for DPAA2: after embeddable net_dev structures were changed to dynamic pointers, error paths in dpaa2_dpseci_setup could leak netdev allocations if dpaa2_dpseci_dpio_setup() failed, even with deferred probing. The fix preserves th...

5.7AI score0.002EPSS
Exploits0References4
ATTACKERKB
ATTACKERKB
added 2026/05/27 12:17 p.m.8 views

CVE-2026-45899

In the Linux kernel, the following vulnerability has been resolved: ext4: drop extent cache when splitting extent fails When the split extent fails, we might leave some extents still being processed and return an error directly, which will result in stale extent entries remaining in the extent...

5.7AI score0.00205EPSS
Exploits0References8Affected Software1
CVE
CVE
added 2026/05/27 12:17 p.m.15 views

CVE-2026-45899

Summary: CVE-2026-45899 is a Linux kernel ext4 issue corrected by dropping all remaining potentially stale extents when a split extent operation fails. What happens: If a split extent fails, some extents may remain in processing and an error is returned, leaving stale entries in the extent status...

5.8AI score0.00205EPSS
Exploits0References7
CVE
CVE
added 2026/05/27 12:17 p.m.14 views

CVE-2026-45898

The CVE-2026-45898 issue affects the Linux kernel’s RDMA/iwcm component, where flawed work submission logic could cause queue_work() to queue items that are still live, enabling a work item to be processed and freed while still on the workqueue and triggering list corruption. The root cause is th...

9.8CVSS5.8AI score0.00626EPSS
Exploits0References4
ATTACKERKB
ATTACKERKB
added 2026/05/27 12:17 p.m.7 views

CVE-2026-45892

In the Linux kernel, the following vulnerability has been resolved: ext4: drop extent cache after doing PARTIALVALID1 zeroout When splitting an unwritten extent in the middle and converting it to initialized in ext4splitextent with the EXT4EXTMAYZEROOUT and EXT4EXTDATAVALID2 flags set, it could...

5.7AI score0.00205EPSS
Exploits0References7Affected Software1
Cvelist
Cvelist
added 2026/05/27 12:17 p.m.32 views

CVE-2026-45891 net: hns3: fix double free issue for tx spare buffer

In the Linux kernel, the following vulnerability has been resolved: net: hns3: fix double free issue for tx spare buffer In hns3setringparam, a temporary copy tmprings of the ring structure is created for rollback. However, the txspare pointer in the original ring handle is incorrectly left...

0.00172EPSS
Exploits0References7
CVE
CVE
added 2026/05/27 12:16 p.m.11 views

CVE-2026-45888

The Linux kernel md/raid1 subsystem fixes a memory leak in raid1_run. When setup_conf() registers a thread via md_register_thread() and raid1_set_limits() fails, the error path previously didn’t unregister the thread, leaking md_thread and the thread resource. The patch adds md_unregister_thread(...

5.8AI score0.002EPSS
Exploits0References4
Cvelist
Cvelist
added 2026/05/27 12:16 p.m.33 views

CVE-2026-45887 af_unix: Fix memleak of newsk in unix_stream_connect().

In the Linux kernel, the following vulnerability has been resolved: afunix: Fix memleak of newsk in unixstreamconnect. When preparepeercred fails in unixstreamconnect, unixreleasesock is not called for newsk, and the memory is leaked. Let's move preparepeercred before unixcreate1...

0.00198EPSS
Exploits0References3
CVE
CVE
added 2026/05/27 12:16 p.m.10 views

CVE-2026-45887

In the Linux kernel af_unix code, the vulnerability relates to a memleak of the new socket (newsk) in unix_stream_connect(). If prepare_peercred() fails during unix_stream_connect(), unix_release_sock() is not called for the newsk, causing a memory leak. The fix moves prepare_peercred() before un...

5.8AI score0.00198EPSS
Exploits0References3
Cvelist
Cvelist
added 2026/05/27 12:16 p.m.34 views

CVE-2026-45886 bpf: Fix bpf_xdp_store_bytes proto for read-only arg

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix bpfxdpstorebytes proto for read-only arg While making some maps in Cilium read-only from the BPF side, we noticed that the bpfxdpstorebytes proto is incorrect. In particular, the verifier was throwing the following error...

0.00205EPSS
Exploits0References6
CVE
CVE
added 2026/05/27 12:16 p.m.13 views

CVE-2026-45885

In CVE-2026-45885, a race in the Linux kernel’s CPCAP battery driver is fixed: requesting the IRQ with devm_ before or after registering the power_supply handle can lead to use-after-free in power_supply_changed(). The race occurs when the power_supply handle is freed/unregistered before the IRQ ...

5.8AI score0.0021EPSS
Exploits0References8
CVE
CVE
added 2026/05/27 12:16 p.m.9 views

CVE-2026-45884

The CVE-2026-45884 issue affects the Linux kernel’s AppArmor path, where aa_get_buffer() decrements cache->hold when pulling from the per-CPU list. If hold hits 0 while count is non-zero, the unsigned decrement can wrap to UINT_MAX, keeping hold non-zero and preventing aa_put_buffer() from ret...

5.8AI score0.002EPSS
Exploits0References4
CVE
CVE
added 2026/05/27 12:16 p.m.12 views

CVE-2026-45883

The CVE-2026-45883 entry concerns the Linux kernel iio:sca3000 driver. A resource leak occurs where spi->irq allocated via request_threaded_irq() is not released if iio_device_register() fails during sca3000_probe(). The fix adds a return-value check and jumps to a common error handler to ensu...

5.8AI score0.0021EPSS
Exploits0References8
Cvelist
Cvelist
added 2026/05/27 12:16 p.m.35 views

CVE-2026-45882 power: supply: pm8916_bms_vm: Fix use-after-free in power_supply_changed()

In the Linux kernel, the following vulnerability has been resolved: power: supply: pm8916bmsvm: 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.002EPSS
Exploits0References4
CVE
CVE
added 2026/05/27 12:16 p.m.18 views

CVE-2026-45882

CVE-2026-45882 — mode C summary Context: Linux kernel vulnerability related to power supply handling in the pm8916_bms_vm path. What is affected: The issue occurs when the devm_ variant is used for requesting an IRQ before the devm_ variant that allocates/registers the power_supply handle. This c...

5.8AI score0.002EPSS
Exploits0References4
Cvelist
Cvelist
added 2026/05/27 12:16 p.m.37 views

CVE-2026-45881 soc: mediatek: svs: Fix memory leak in svs_enable_debug_write()

In the Linux kernel, the following vulnerability has been resolved: soc: mediatek: svs: Fix memory leak in svsenabledebugwrite In svsenabledebugwrite, the buf allocated by memdupusernul is leaked if kstrtoint fails. Fix this by using freekfree to automatically free buf, eliminating the need for...

0.00205EPSS
Exploits0References6
CVE
CVE
added 2026/05/27 12:16 p.m.13 views

CVE-2026-45879

In CVE-2026-45879, the Linux kernel power: supply: bq25980 issue is a use-after-free caused by requesting the IRQ with the devm_ path before registering the power_supply handle. The race can occur during removal (IRQ firing after the power_supply handle is freed but before IRQ unregistration) or ...

5.8AI score0.0021EPSS
Exploits0References8
Cvelist
Cvelist
added 2026/05/27 12:16 p.m.37 views

CVE-2026-45877 HID: intel-ish-hid: fix NULL-ptr-deref in ishtp_bus_remove_all_clients

In the Linux kernel, the following vulnerability has been resolved: HID: intel-ish-hid: fix NULL-ptr-deref in ishtpbusremoveallclients During a warm reset flow, the cl-device pointer may be NULL if the reset occurs while clients are still being enumerated. Accessing cl-device-referencecount witho...

0.002EPSS
Exploits0References4
Cvelist
Cvelist
added 2026/05/27 12:16 p.m.37 views

CVE-2026-45876 arm64/gcs: Fix error handling in arch_set_shadow_stack_status()

In the Linux kernel, the following vulnerability has been resolved: arm64/gcs: Fix error handling in archsetshadowstackstatus allocgcs returns an error-encoded pointer on failure, which comes from dommap, not NULL. The current NULL check fails to detect errors, which could lead to using an invali...

0.00198EPSS
Exploits0References3
Cvelist
Cvelist
added 2026/05/27 12:15 p.m.37 views

CVE-2026-45875 mfd: arizona: Fix regulator resource leak on wm5102_clear_write_sequencer() failure

In the Linux kernel, the following vulnerability has been resolved: mfd: arizona: Fix regulator resource leak on wm5102clearwritesequencer failure The wm5102clearwritesequencer helper may return an error and just return, bypassing the cleanup sequence and causing regulators to remain enabled,...

0.00221EPSS
Exploits0References8
Rows per page
Query Builder