Lucene search
+L

540729 matches found

EUVD
EUVD
•added 2026/09/25 10:22 a.m.•7 views

EUVD-2026-86773

In the Linux kernel, the following vulnerability has been resolved: tracing: Take the reference before publishing the named histogram trigger eventhisttriggernamedinit puts the trigger on the global namedtriggers list and only then takes the reference on the trigger it shares its histogram with:...

6.2AI score0.00198EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/09/25 10:22 a.m.•8 views

EUVD-2026-86771

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Validate full buffer range in ivputocpuaddr Add a size parameter to ivputocpuaddr and validate that the whole vpuaddr, vpuaddr + size range stays within the BO...

6AI score0.002EPSS
SaveExploits0References4
OSV
OSV
•added 2026/09/25 10:22 a.m.•6 views

CVE-2026-97917 accel/ivpu: Validate full buffer range in ivpu_to_cpu_addr

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Validate full buffer range in ivputocpuaddr Add a size parameter to ivputocpuaddr and validate that the whole vpuaddr, vpuaddr + size range stays within the BO...

6AI score
SaveExploits0References7
CVE
CVE
•added 2026/09/25 10:22 a.m.•11 views

CVE-2026-97917

The Linux kernel contains a vulnerability in the accel/ivpu component. The issue stems from a lack of range validation in the ivpu_to_cpu_addr function. To resolve this, a size parameter was added to ensure that the entire range from vpu_addr to vpu_addr + size remains within the buffer object (B...

6AI score0.002EPSS
SaveExploits0References4
OSV
OSV
•added 2026/09/25 10:22 a.m.•5 views

CVE-2026-97915 accel/ivpu: Limit firmware log name prints to field size

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Limit firmware log name prints to field size The name in struct vputracingbufferheader is a fixed-size array populated by the NPU firmware. It is expected to be NUL-terminated, but nothing on the host side enforces...

5.8AI score
SaveExploits0References7
OSV
OSV
•added 2026/09/25 10:22 a.m.•6 views

CVE-2026-97916 accel/ivpu: Validate firmware log buffer metadata

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Validate firmware log buffer metadata The tracing log headers parsed by fwlogprintbuffer reside in DMA-shared BOs that the NPU firmware can write to. fwlogfrombo validated log-headersize and log-size, but...

6AI score
SaveExploits0References7
CVE
CVE
•added 2026/09/25 10:22 a.m.•11 views

CVE-2026-97916

The Linux kernel contains a vulnerability in the accel/ivpu driver related to how firmware log buffer metadata is handled. The tracing log headers are stored in DMA-shared Buffer Objects (BOs) , which the NPU firmware can modify. While fw_log_from_bo() validates the header_size and size fields, f...

6AI score0.002EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/09/25 10:22 a.m.•8 views

EUVD-2026-86770

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Validate firmware log buffer metadata The tracing log headers parsed by fwlogprintbuffer reside in DMA-shared BOs that the NPU firmware can write to. fwlogfrombo validated log-headersize and log-size, but...

6AI score0.002EPSS
SaveExploits0References4
CVE
CVE
•added 2026/09/25 10:22 a.m.•13 views

CVE-2026-97915

The Linux kernel contains a vulnerability in the accel/ivpu component where the name field in struct vpu_tracing_buffer_header is populated by the NPU firmware. Because the host side does not enforce NUL-termination on this fixed-size array, using an unbounded string conversion can lead to an out...

5.8AI score0.002EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/09/25 10:22 a.m.•7 views

EUVD-2026-86769

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Limit firmware log name prints to field size The name in struct vputracingbufferheader is a fixed-size array populated by the NPU firmware. It is expected to be NUL-terminated, but nothing on the host side enforces...

5.8AI score0.002EPSS
SaveExploits0References4
CVE
CVE
•added 2026/09/25 10:22 a.m.•10 views

CVE-2026-97914

In the Linux kernel , a vulnerability was identified in the ethosu accelerator component within the ethosu_job_open() function. The issue occurred because a WARN_ON() macro returned a 0 or 1 instead of the original negative error code (errno), potentially leading to incorrect error reporting to u...

5.8AI score0.00189EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/09/25 10:22 a.m.•6 views

EUVD-2026-86768

In the Linux kernel, the following vulnerability has been resolved: accel: ethosu: Fix ethosujobopen return value A WARNON returns a 0 or 1, not the original negative errno. Just drop the WARNON as the FD open will pass the return code to userspace and there's only one possible source of the erro...

5.8AI score0.00189EPSS
SaveExploits0References2
OSV
OSV
•added 2026/09/25 10:22 a.m.•5 views

CVE-2026-97914 accel: ethosu: Fix ethosu_job_open() return value

In the Linux kernel, the following vulnerability has been resolved: accel: ethosu: Fix ethosujobopen return value A WARNON returns a 0 or 1, not the original negative errno. Just drop the WARNON as the FD open will pass the return code to userspace and there's only one possible source of the erro...

5.8AI score
SaveExploits0References5
Cvelist
Cvelist
•added 2026/09/25 10:22 a.m.•31 views

CVE-2026-97914 accel: ethosu: Fix ethosu_job_open() return value

In the Linux kernel, the following vulnerability has been resolved: accel: ethosu: Fix ethosujobopen return value A WARNON returns a 0 or 1, not the original negative errno. Just drop the WARNON as the FD open will pass the return code to userspace and there's only one possible source of the erro...

0.00189EPSS
SaveExploits0References2
OSV
OSV
•added 2026/09/25 10:22 a.m.•5 views

CVE-2026-97912 accel: ethosu: Ensure SRAM size is 0 on mapping failure

In the Linux kernel, the following vulnerability has been resolved: accel: ethosu: Ensure SRAM size is 0 on mapping failure On a mapping failure of the SRAM, the SRAM size is left as non-zero. The probe will succeed as the error return is not checked since having SRAM is not a hard requirement. T...

5.9AI score
SaveExploits0References5
CVE
CVE
•added 2026/09/25 10:22 a.m.•12 views

CVE-2026-97912

The Linux kernel contains a vulnerability in the ethosu accelerator driver where an SRAM mapping failure does not correctly reset the SRAM size to zero. Because the error return is not checked (as SRAM is not a hard requirement), the probe succeeds while leaving a non-zero size. This allows jobs ...

5.8AI score0.00189EPSS
SaveExploits0References2
CVE
CVE
•added 2026/09/25 10:22 a.m.•9 views

CVE-2026-97913

The Linux kernel contains a vulnerability in the accel: ethosu component. The issue arises because the QSIZE register setting might not guarantee a hardware interrupt to prevent a timeout during an out-of-bounds access of the command stream. To resolve this, the system now ensures that the comman...

5.8AI score0.00189EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/09/25 10:22 a.m.•8 views

EUVD-2026-86767

In the Linux kernel, the following vulnerability has been resolved: accel: ethosu: Ensure cmd stream ends with a stop op While the QSIZE register setting should prevent an out of bounds access of the command stream, it is not clear whether the h/w generates an interrupt in this case as is require...

5.8AI score0.00189EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/09/25 10:22 a.m.•6 views

EUVD-2026-86766

In the Linux kernel, the following vulnerability has been resolved: accel: ethosu: Ensure SRAM size is 0 on mapping failure On a mapping failure of the SRAM, the SRAM size is left as non-zero. The probe will succeed as the error return is not checked since having SRAM is not a hard requirement. T...

5.8AI score0.00189EPSS
SaveExploits0References2
OSV
OSV
•added 2026/09/25 10:22 a.m.•6 views

CVE-2026-97913 accel: ethosu: Ensure cmd stream ends with a stop op

In the Linux kernel, the following vulnerability has been resolved: accel: ethosu: Ensure cmd stream ends with a stop op While the QSIZE register setting should prevent an out of bounds access of the command stream, it is not clear whether the h/w generates an interrupt in this case as is require...

5.8AI score
SaveExploits0References5
Rows per page
Query Builder