Lucene search
+L

402314 matches found

OSV
OSV
added 2026/08/10 12:3 p.m.4 views

CVE-2026-68325 iommu/amd: Bound the early ACPI HID map

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Bound the early ACPI HID map The ivrsacpihid command-line parser appends entries to a fixed four-element earlyacpihidmap array. Unlike the sibling IOAPIC and HPET parsers, it does not reject a fifth entry before...

5.4AI score
SaveExploits0References8
EUVD
EUVD
added 2026/08/10 12:3 p.m.6 views

EUVD-2026-55426

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Bound the early ACPI HID map The ivrsacpihid command-line parser appends entries to a fixed four-element earlyacpihidmap array. Unlike the sibling IOAPIC and HPET parsers, it does not reject a fifth entry before...

5.3AI score0.00175EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/10 12:2 p.m.6 views

EUVD-2026-55417

In the Linux kernel, the following vulnerability has been resolved: accel: ethosu: Fix element size accounting for cmd stream validation There are 2 issues with the element size handling in the command stream validation which result in too small of a size calculated when the element size is...

5.3AI score0.0012EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/10 12:2 p.m.7 views

CVE-2026-68316

In the Linux kernel, the following vulnerability has been resolved: accel: ethosu: Fix element size accounting for cmd stream validation There are 2 issues with the element size handling in the command stream validation which result in too small of a size calculated when the element size is...

7.8CVSS5.2AI score0.0012EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/10 12:2 p.m.35 views

CVE-2026-68316 accel: ethosu: Fix element size accounting for cmd stream validation

In the Linux kernel, the following vulnerability has been resolved: accel: ethosu: Fix element size accounting for cmd stream validation There are 2 issues with the element size handling in the command stream validation which result in too small of a size calculated when the element size is...

7.8CVSS0.0012EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/10 12:2 p.m.30 views

CVE-2026-68316

The CVE affects the Linux kernel accel: ethosu component. Two issues in command stream validation lead to undercounted element sizes for 16/32/64-bit elements and, for NHWC format, missing element size in the calculation. The element-size bitfield differs between IFM/IFM2 (bits 2:3) and OFM (bits...

7.8CVSS5.3AI score0.0012EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/10 12:2 p.m.4 views

CVE-2026-68316 accel: ethosu: Fix element size accounting for cmd stream validation

In the Linux kernel, the following vulnerability has been resolved: accel: ethosu: Fix element size accounting for cmd stream validation There are 2 issues with the element size handling in the command stream validation which result in too small of a size calculated when the element size is...

7.8CVSS5.4AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/10 12:2 p.m.31 views

CVE-2026-68283 tracing: Fix use-after-free freeing trigger private data

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix use-after-free freeing trigger private data Commit 61d445af0a7c "tracing: Add bulk garbage collection of freeing eventtriggerdata" moved the kfree of eventtriggerdata to a kthread that runs...

8.8CVSS0.00373EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/10 12:2 p.m.26 views

CVE-2026-68283

The CVE-2026-68283 issue is in the Linux kernel tracing subsystem. A use-after-free arises because freeing of event_trigger_data was moved to a kthread and synchronized later via tracepoint_synchronize_unregister(), breaking prior inline synchronization in trigger_data_free(). As a result, after ...

8.8CVSS5.4AI score0.00373EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/10 12:2 p.m.8 views

CVE-2026-68283

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix use-after-free freeing trigger private data Commit 61d445af0a7c "tracing: Add bulk garbage collection of freeing eventtriggerdata" moved the kfree of eventtriggerdata to a kthread that runs...

8.8CVSS5.3AI score0.00373EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/10 12:2 p.m.4 views

EUVD-2026-55384

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix use-after-free freeing trigger private data Commit 61d445af0a7c "tracing: Add bulk garbage collection of freeing eventtriggerdata" moved the kfree of eventtriggerdata to a kthread that runs...

5.4AI score0.00373EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/10 12:2 p.m.4 views

CVE-2026-68283 tracing: Fix use-after-free freeing trigger private data

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix use-after-free freeing trigger private data Commit 61d445af0a7c "tracing: Add bulk garbage collection of freeing eventtriggerdata" moved the kfree of eventtriggerdata to a kthread that runs...

8.8CVSS5.5AI score
SaveExploits0References5
EUVD
EUVD
added 2026/08/10 12:0 p.m.6 views

EUVD-2026-55290

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: Protect UUID list traversal The hcisync conversion moved class-of-device and EIR generation from an HCI request built under hdev-lock to asynchronous command sync work. The worker holds hdev-reqlock, but that...

5.4AI score0.00159EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/10 12:0 p.m.25 views

CVE-2026-68189 Bluetooth: hci_sync: Protect UUID list traversal

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: Protect UUID list traversal The hcisync conversion moved class-of-device and EIR generation from an HCI request built under hdev-lock to asynchronous command sync work. The worker holds hdev-reqlock, but that...

7.8CVSS0.00159EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 12:0 p.m.35 views

CVE-2026-68189

CVE-2026-68189 affects the Linux kernel Bluetooth hci_sync component. A race between asynchronous command sync work and UUID list updates can cause a use-after-free in eir_create due to non-serialized access to hdev->uuids. The fix/mitigation is to hold hdev->lock while generating and commi...

7.8CVSS5.4AI score0.00159EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/10 12:0 p.m.5 views

CVE-2026-68189 Bluetooth: hci_sync: Protect UUID list traversal

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: Protect UUID list traversal The hcisync conversion moved class-of-device and EIR generation from an HCI request built under hdev-lock to asynchronous command sync work. The worker holds hdev-reqlock, but that...

7.8CVSS5.5AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/08/10 12:0 p.m.7 views

CVE-2026-68189

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: Protect UUID list traversal The hcisync conversion moved class-of-device and EIR generation from an HCI request built under hdev-lock to asynchronous command sync work. The worker holds hdev-reqlock, but that...

7.8CVSS5.3AI score0.00159EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/08/10 11:58 a.m.1 views

CVE-2026-68108

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vce: fix integer overflow in image size Fix a security vulnerability where malicious VCE command streams with oversized dimensions e.g. 65536×65536 cause 32-bit integer overflow, wrapping the calculated buffer size to ...

8.8CVSS5.5AI score0.00135EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2026/08/10 11:58 a.m.36 views

CVE-2026-68108 drm/amdgpu/vce: fix integer overflow in image size

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vce: fix integer overflow in image size Fix a security vulnerability where malicious VCE command streams with oversized dimensions e.g. 65536×65536 cause 32-bit integer overflow, wrapping the calculated buffer size to ...

8.8CVSS0.00135EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 11:58 a.m.45 views

CVE-2026-68108

In CVE-2026-68108, the Linux kernel component drm/amdgpu/vce is vulnerable to a 32-bit integer overflow when processing VCE command streams with oversized dimensions (e.g., 65536×65536), allowing out-of-bounds memory access by the GPU firmware. The issue is addressed by using 64-bit arithmetic to...

8.8CVSS5.5AI score0.00135EPSS
SaveExploits0References5
Rows per page
Query Builder