Lucene search
+L

300227 matches found

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

CVE-2026-92506

In the Linux kernel, the following vulnerability has been resolved: firmware: armscmi: Fix requested device removal race scmiprotocoldeviceunrequest drops scmirequesteddevicesmtx while notifying listeners but continues to retain the per-protocol list head. When two SCMI drivers for the same...

5.9AI score0.002EPSS
SaveExploits0
OSV
OSV
•added 2026/09/17 4:10 p.m.•6 views

CVE-2026-92506 firmware: arm_scmi: Fix requested device removal race

In the Linux kernel, the following vulnerability has been resolved: firmware: armscmi: Fix requested device removal race scmiprotocoldeviceunrequest drops scmirequesteddevicesmtx while notifying listeners but continues to retain the per-protocol list head. When two SCMI drivers for the same...

5.9AI score
SaveExploits0References8
CVE
CVE
•added 2026/09/17 4:10 p.m.•19 views

CVE-2026-92506

CVE-2026-92506 affects the Linux kernel in the firmware: arm_scmi driver. The root cause is a race condition in scmi_protocol_device_unrequest(): the function drops scmi_requested_devices_mtx while notifying listeners but retains the per-protocol list head. When two SCMI drivers for the same prot...

5.8AI score0.002EPSS
SaveExploits0References5
Debian CVE
Debian CVE
•added 2026/09/17 4:10 p.m.•12 views

CVE-2026-92507

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Fix potential use after free in ibdeallocpduser When accessing a PD via the netlink path the only synchronization mechanism for the said PD is rdmarestrackget. Currently, rdmarestrackdel is invoked at the end of...

7.8CVSS6.3AI score0.00171EPSS
SaveExploits0
EUVD
EUVD
•added 2026/09/17 4:10 p.m.•10 views

EUVD-2026-82128

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Fix potential use after free in ibdeallocpduser When accessing a PD via the netlink path the only synchronization mechanism for the said PD is rdmarestrackget. Currently, rdmarestrackdel is invoked at the end of...

6.2AI score0.00171EPSS
SaveExploits0References6
Cvelist
Cvelist
•added 2026/09/17 4:10 p.m.•35 views

CVE-2026-92505 iommu/amd: Fix undefined behavior in devid_write debugfs function

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Fix undefined behavior in devidwrite debugfs function When foreachpcisegment loop completes without finding a matching segment, the pciseg pointer is not NULL but points to an invalid memory location the list head...

0.00206EPSS
SaveExploits0References3
Debian CVE
Debian CVE
•added 2026/09/17 4:10 p.m.•14 views

CVE-2026-92505

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Fix undefined behavior in devidwrite debugfs function When foreachpcisegment loop completes without finding a matching segment, the pciseg pointer is not NULL but points to an invalid memory location the list head...

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

EUVD-2026-82126

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Fix undefined behavior in devidwrite debugfs function When foreachpcisegment loop completes without finding a matching segment, the pciseg pointer is not NULL but points to an invalid memory location the list head...

5.7AI score0.00206EPSS
SaveExploits0References3
CVE
CVE
•added 2026/09/17 4:10 p.m.•16 views

CVE-2026-92505

CVE-2026-92505 addresses an undefined behavior bug in the Linux kernel's iommu/amd module, specifically in the devid_write debugfs function. The root cause is that when for_each_pci_segment() completes without finding a matching segment, the pci_seg pointer is left pointing to an invalid memory l...

5.7AI score0.00206EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/17 4:10 p.m.•7 views

CVE-2026-92505 iommu/amd: Fix undefined behavior in devid_write debugfs function

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Fix undefined behavior in devidwrite debugfs function When foreachpcisegment loop completes without finding a matching segment, the pciseg pointer is not NULL but points to an invalid memory location the list head...

5.7AI score
SaveExploits0References6
CVE
CVE
•added 2026/09/17 4:10 p.m.•31 views

CVE-2026-92503

CVE-2026-92503 is an ABBA deadlock in the Linux kernel's ext4 filesystem, specifically in ext4_xattr_inode_cache_find(). The deadlock occurs between a running transaction holding a reference to a shared mbcache_entry and the eviction thread waiting for that reference to be released, when the exte...

5.7AI score0.00198EPSS
SaveExploits0References2
OSV
OSV
•added 2026/09/17 4:10 p.m.•9 views

CVE-2026-92504 thermal: intel: int3400: clean up ODVP on probe failures

In the Linux kernel, the following vulnerability has been resolved: thermal: intel: int3400: clean up ODVP on probe failures evaluateodvp creates per-ODVP sysfs files before the thermal zone and later probe resources are registered. The current unwind path only calls cleanupodvp from the late sys...

7CVSS5.8AI score
SaveExploits0References11
CVE
CVE
•added 2026/09/17 4:10 p.m.•23 views

CVE-2026-92504

CVE-2026-92504 is a resource-leak flaw in the Linux kernel 's Intel INT3400 thermal driver . The evaluate_odvp() function creates per-ODVP sysfs files before later probe resources are registered, but the unwind path only called cleanup_odvp() from the late sysfs failure path. Failures after evalu...

7CVSS5.8AI score0.00156EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/09/17 4:10 p.m.•37 views

CVE-2026-92503 ext4: fix ABBA deadlock in ext4_xattr_inode_cache_find()

In the Linux kernel, the following vulnerability has been resolved: ext4: fix ABBA deadlock in ext4xattrinodecachefind Syzbot/stress-ng reported an ABBA deadlock in ext4 when exercising concurrent xattr workloads using the eainode mount/format option. The deadlock occurs between the running...

0.00198EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/17 4:10 p.m.•40 views

CVE-2026-92504 thermal: intel: int3400: clean up ODVP on probe failures

In the Linux kernel, the following vulnerability has been resolved: thermal: intel: int3400: clean up ODVP on probe failures evaluateodvp creates per-ODVP sysfs files before the thermal zone and later probe resources are registered. The current unwind path only calls cleanupodvp from the late sys...

7CVSS0.00156EPSS
SaveExploits0References8
Debian CVE
Debian CVE
•added 2026/09/17 4:10 p.m.•13 views

CVE-2026-92503

In the Linux kernel, the following vulnerability has been resolved: ext4: fix ABBA deadlock in ext4xattrinodecachefind Syzbot/stress-ng reported an ABBA deadlock in ext4 when exercising concurrent xattr workloads using the eainode mount/format option. The deadlock occurs between the running...

5.8AI score0.00198EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/09/17 4:10 p.m.•13 views

CVE-2026-92504

In the Linux kernel, the following vulnerability has been resolved: thermal: intel: int3400: clean up ODVP on probe failures evaluateodvp creates per-ODVP sysfs files before the thermal zone and later probe resources are registered. The current unwind path only calls cleanupodvp from the late sys...

7CVSS5.8AI score0.00156EPSS
SaveExploits0
EUVD
EUVD
•added 2026/09/17 4:10 p.m.•11 views

EUVD-2026-82125

In the Linux kernel, the following vulnerability has been resolved: thermal: intel: int3400: clean up ODVP on probe failures evaluateodvp creates per-ODVP sysfs files before the thermal zone and later probe resources are registered. The current unwind path only calls cleanupodvp from the late sys...

5.8AI score0.00156EPSS
SaveExploits0References8
EUVD
EUVD
•added 2026/09/17 4:10 p.m.•10 views

EUVD-2026-82124

In the Linux kernel, the following vulnerability has been resolved: ext4: fix ABBA deadlock in ext4xattrinodecachefind Syzbot/stress-ng reported an ABBA deadlock in ext4 when exercising concurrent xattr workloads using the eainode mount/format option. The deadlock occurs between the running...

5.7AI score0.00198EPSS
SaveExploits0References2
OSV
OSV
•added 2026/09/17 4:10 p.m.•10 views

CVE-2026-92503 ext4: fix ABBA deadlock in ext4_xattr_inode_cache_find()

In the Linux kernel, the following vulnerability has been resolved: ext4: fix ABBA deadlock in ext4xattrinodecachefind Syzbot/stress-ng reported an ABBA deadlock in ext4 when exercising concurrent xattr workloads using the eainode mount/format option. The deadlock occurs between the running...

5.7AI score
SaveExploits0References5
Rows per page
Query Builder