Lucene search
+L

418872 matches found

Debian CVE
Debian CVE
•added 2026/09/17 4:11 p.m.•11 views

CVE-2026-93103

In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Preserve unit 0 on allocation failure hfi1freedevdata assumes that the device was inserted into the unit table and unconditionally erases dd-unit. If xaallocirq fails, the zero-initialized unit remains zero, so full...

5.8AI score0.00176EPSS
SaveExploits0
OSV
OSV
•added 2026/09/17 4:11 p.m.•8 views

CVE-2026-93104 RDMA/rvt: Return NULL after port allocation failure

In the Linux kernel, the following vulnerability has been resolved: RDMA/rvt: Return NULL after port allocation failure rvtallocdevice deallocates the IB device when its port array cannot be allocated but then returns the pointer to the released allocation. Callers treat any non-NULL value as val...

5.7AI score
SaveExploits0References5
CVE
CVE
•added 2026/09/17 4:11 p.m.•12 views

CVE-2026-93103

CVE-2026-93103 affects the Linux kernel in the RDMA/hfi1 driver. The root cause is that hfi1_free_devdata() unconditionally erases dd->unit from the unit table, assuming the device was successfully inserted. If xa_alloc_irq() fails, the zero-initialized unit remains at index 0, meaning cleanup...

5.8AI score0.00176EPSS
SaveExploits0References8
OSV
OSV
•added 2026/09/17 4:11 p.m.•5 views

CVE-2026-93103 RDMA/hfi1: Preserve unit 0 on allocation failure

In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Preserve unit 0 on allocation failure hfi1freedevdata assumes that the device was inserted into the unit table and unconditionally erases dd-unit. If xaallocirq fails, the zero-initialized unit remains zero, so full...

5.8AI score
SaveExploits0References11
Cvelist
Cvelist
•added 2026/09/17 4:11 p.m.•34 views

CVE-2026-93103 RDMA/hfi1: Preserve unit 0 on allocation failure

In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Preserve unit 0 on allocation failure hfi1freedevdata assumes that the device was inserted into the unit table and unconditionally erases dd-unit. If xaallocirq fails, the zero-initialized unit remains zero, so full...

0.00176EPSS
SaveExploits0References8
CVE
CVE
•added 2026/09/17 4:11 p.m.•18 views

CVE-2026-93104

CVE-2026-93104 is a use-after-free in the Linux kernel 's RDMA/rvt subsystem. The function rvt_alloc_device() deallocates the IB device when its port array allocation fails, but then returns the pointer to the already-freed allocation. Callers treat any non-NULL return value as valid and derefere...

5.7AI score0.00198EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/09/17 4:11 p.m.•7 views

EUVD-2026-82211

In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Preserve unit 0 on allocation failure hfi1freedevdata assumes that the device was inserted into the unit table and unconditionally erases dd-unit. If xaallocirq fails, the zero-initialized unit remains zero, so full...

5.8AI score0.00176EPSS
SaveExploits0References8
Debian CVE
Debian CVE
•added 2026/09/17 4:11 p.m.•14 views

CVE-2026-93104

In the Linux kernel, the following vulnerability has been resolved: RDMA/rvt: Return NULL after port allocation failure rvtallocdevice deallocates the IB device when its port array cannot be allocated but then returns the pointer to the released allocation. Callers treat any non-NULL value as val...

5.7AI score0.00198EPSS
SaveExploits0
EUVD
EUVD
•added 2026/09/17 4:11 p.m.•10 views

EUVD-2026-82210

In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Free RX data on late probe failure hfi1initdd allocates the shared AIP/VNIC RX support before returning. If hfi1init or hfi1registeribdevice later fails, initone tears down the device data without calling hfi1freerx...

5.8AI score0.00215EPSS
SaveExploits0References7
Cvelist
Cvelist
•added 2026/09/17 4:11 p.m.•37 views

CVE-2026-93102 RDMA/hfi1: Free RX data on late probe failure

In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Free RX data on late probe failure hfi1initdd allocates the shared AIP/VNIC RX support before returning. If hfi1init or hfi1registeribdevice later fails, initone tears down the device data without calling hfi1freerx...

0.00215EPSS
SaveExploits0References7
OSV
OSV
•added 2026/09/17 4:11 p.m.•10 views

CVE-2026-93102 RDMA/hfi1: Free RX data on late probe failure

In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Free RX data on late probe failure hfi1initdd allocates the shared AIP/VNIC RX support before returning. If hfi1init or hfi1registeribdevice later fails, initone tears down the device data without calling hfi1freerx...

5.8AI score
SaveExploits0References10
Debian CVE
Debian CVE
•added 2026/09/17 4:11 p.m.•15 views

CVE-2026-93102

In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Free RX data on late probe failure hfi1initdd allocates the shared AIP/VNIC RX support before returning. If hfi1init or hfi1registeribdevice later fails, initone tears down the device data without calling hfi1freerx...

5.9AI score0.00215EPSS
SaveExploits0
CVE
CVE
•added 2026/09/17 4:11 p.m.•14 views

CVE-2026-93102

CVE-2026-93102 affects the RDMA/hfi1 driver in the Linux kernel. The root cause is a resource leak: hfi1_init_dd() allocates shared AIP/VNIC RX support, but if hfi1_init() or hfi1_register_ib_device() subsequently fails, init_one() tears down device data without calling hfi1_free_rx() , leaking n...

5.8AI score0.00215EPSS
SaveExploits0References7
CVE
CVE
•added 2026/09/17 4:11 p.m.•21 views

CVE-2026-93100

CVE-2026-93100 is a use-after-free in the Linux kernel's fs/resctrl subsystem. The race occurs between rdtgroup_kn_put() (which decrements waitcount via atomic_dec_and_test() outside rdtgroup_mutex) and bulk teardown paths (free_all_child_rdtgrp() / rmdir_all_sub()) that hold the mutex. A concurr...

6.4AI score0.00206EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/17 4:11 p.m.•36 views

CVE-2026-93100 fs/resctrl: Prevent use-after-free in rdtgroup_kn_put()

In the Linux kernel, the following vulnerability has been resolved: fs/resctrl: Prevent use-after-free in rdtgroupknput A struct rdtgroup is reference counted via rdtgroup::waitcount. Callers that need the structure to remain valid across a sleep while waiting on acquiring rdtgroupmutex take a...

0.00206EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/17 4:11 p.m.•5 views

CVE-2026-93101 media: v4l2-async: Unregister sub-device if asc_list is empty

In the Linux kernel, the following vulnerability has been resolved: media: v4l2-async: Unregister sub-device if asclist is empty When my em28xx USB device that uses the i2c tvp5150 driver is disconnected, it crashes. The cause is that the tvp5150 i2c module uses v4l2async, but the em28xx driver...

5.8AI score
SaveExploits0References8
CVE
CVE
•added 2026/09/17 4:11 p.m.•23 views

CVE-2026-93101

CVE-2026-93101 affects the Linux kernel's v4l2-async media subsystem . The root cause is that v4l2_async_unregister_subdev() fails to call v4l2_device_unregister_subdev() when a sub-device's asc_list is empty. This occurs in a corner case where the tvp5150 i2c driver (which uses v4l2_async) is pa...

5.8AI score0.00209EPSS
SaveExploits0References5
Debian CVE
Debian CVE
•added 2026/09/17 4:11 p.m.•17 views

CVE-2026-93101

In the Linux kernel, the following vulnerability has been resolved: media: v4l2-async: Unregister sub-device if asclist is empty When my em28xx USB device that uses the i2c tvp5150 driver is disconnected, it crashes. The cause is that the tvp5150 i2c module uses v4l2async, but the em28xx driver...

5.9AI score0.00209EPSS
SaveExploits0
Cvelist
Cvelist
•added 2026/09/17 4:11 p.m.•34 views

CVE-2026-93101 media: v4l2-async: Unregister sub-device if asc_list is empty

In the Linux kernel, the following vulnerability has been resolved: media: v4l2-async: Unregister sub-device if asclist is empty When my em28xx USB device that uses the i2c tvp5150 driver is disconnected, it crashes. The cause is that the tvp5150 i2c module uses v4l2async, but the em28xx driver...

0.00209EPSS
SaveExploits0References5
EUVD
EUVD
•added 2026/09/17 4:11 p.m.•9 views

EUVD-2026-82208

In the Linux kernel, the following vulnerability has been resolved: fs/resctrl: Prevent use-after-free in rdtgroupknput A struct rdtgroup is reference counted via rdtgroup::waitcount. Callers that need the structure to remain valid across a sleep while waiting on acquiring rdtgroupmutex take a...

6.4AI score0.00206EPSS
SaveExploits0References3
Rows per page
Query Builder