Lucene search
+L

451 matches found

Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/05/27 12:00 a.m.•0 views

CVE-2026-45931: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Hold mm structure across iommusvaunbinddevice Some tests trigger a crash in iommusvaunbinddevice due to accessing iommumm after the associated mm structure has been freed. Fix this by taking an explicit reference t...

7.8CVSS5.8AI score0.00173EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2026/05/21 3:29 p.m.•23 views

CVE-2026-43498

A flaw was found in the Linux kernel's accel/ivpu module. This vulnerability allows for the re-exporting of imported Graphics Execution Manager GEM buffers. When these buffers are re-exported, it leads to a loss of their original flag settings, which can result in incorrect device access and...

7.8CVSS5.8AI score0.00165EPSS
SaveExploits0References4
CVE
CVE
•added 2026/05/21 12:17 p.m.•67 views

CVE-2026-43498

CVE-2026-43498 is a Linux kernel issue in the accel/ivpu path. The vulnerability stems from the ability to re-export imported GEM buffers; a fix adds a custom prime_handle_to_fd callback that checks if the GEM object is imported and returns -EOPNOTSUPP in that case. Under re-export scenarios, buf...

7.8CVSS5.9AI score0.00165EPSS
SaveExploits0References2Affected Software1
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/05/21 12:00 a.m.•0 views

CVE-2026-43498: Out-of-bounds Write

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Disallow re-exporting imported GEM objects Prevent re-exporting of imported GEM buffers by adding a custom primehandletofd callback that checks if the object is imported and returns -EOPNOTSUPP if so. Re-exporting...

7.8CVSS6AI score0.00165EPSS
SaveExploits0References4
AstraLinux
AstraLinux
•added 2026/05/20 5:53 a.m.•11 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerabilities have been resolved: accel/qaic: Improved the bounds checking in decodemessage by copying the bounds checking from encodemessage to decodemessage. This patch addresses the following issues: - Ensure that there is enough space for at least one...

7.8CVSS5.4AI score0.00155EPSS
SaveExploits0References2
AstraLinux
AstraLinux
•added 2026/05/20 5:53 a.m.•10 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: accel/qaic: A leak was fixed in mapuserpages. If getuserpagesfast allocates some pages, but not as many as we wanted, then the current code causes those pages to be leaked. Call putpage on the pages before returning...

5.5CVSS5.2AI score0.0018EPSS
SaveExploits0References2
AstraLinux
AstraLinux
•added 2026/05/20 5:53 a.m.•15 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fixed an integer overflow in aie2queryctxstatusarray. The unpublished smatch static checker reported a warning. In drivers/accel/amdxdna/aie2pci.c, line 904 of aie2queryctxstatusarray: Warning: Potential...

6.7AI score0.0018EPSS
SaveExploits0References2
AstraLinux
AstraLinux
•added 2026/05/20 5:53 a.m.•7 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerabilities have been resolved: accel/qaic: The integer overflow checks in mapuserpages have been cleaned up. The encodedma function includes some validations for intrans-size. However, it would be clearer to move these checks to findandmapuserpages. encoded...

5.5AI score0.00143EPSS
SaveExploits0References1
AstraLinux
AstraLinux
•added 2026/05/20 5:53 a.m.•10 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fixed a runtime suspension deadlock that occurred when there was a pending job. The runtime suspension callback drains the running job’s workqueue before suspending the device. If a job is still executing and calls...

5.5CVSS5.8AI score0.00119EPSS
SaveExploits0References1
AstraLinux
AstraLinux
•added 2026/05/20 5:53 a.m.•10 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Prevents ubuf size overflow. The ubuf size calculation may overflow, leading to under-sized allocations and potential memory corruption. Use the checkaddoverflow helper function to validate the size calculation...

7.8CVSS5.8AI score0.00127EPSS
SaveExploits0References1
AstraLinux
AstraLinux
•added 2026/05/20 5:53 a.m.•11 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerabilities have been resolved: accel/qaic: Fixed the memory leak caused by slicing operations. The temporary buffer that stores slicing configuration data from the user is only freed in case of an error. This constitutes a memory leak. The buffer should be...

5.5CVSS6AI score0.0018EPSS
SaveExploits0References2
SUSE Linux
SUSE Linux
•added 2026/05/18 8:10 a.m.•102 views

Security update for rmt-server

This update for rmt-server fixes the following issues CVE-2026-26961: rack: mismatch in header handling can allow to smuggle multipart content bsc1261398. CVE-2026-26962: rack: improper unfolding of folded multipart headers can lead to header injection or response splitting bsc1261471...

8.7CVSS5.8AI score0.00658EPSS
SaveExploits0References42
OSV
OSV
•added 2026/05/18 8:10 a.m.•13 views

SUSE-SU-2026:1964-1 Security update for rmt-server

This update for rmt-server fixes the following issues - CVE-2026-26961: rack: mismatch in header handling can allow to smuggle multipart content bsc1261398. - CVE-2026-26962: rack: improper unfolding of folded multipart headers can lead to header injection or response splitting bsc1261471. -...

7.5CVSS5.8AI score0.00658EPSS
SaveExploits0References22
RedhatCVE
RedhatCVE
•added 2026/05/09 12:35 a.m.•30 views

CVE-2026-43446

A flaw was found in the Linux kernel's accel/amdxdna driver. A local user could exploit a race condition during the runtime suspend process. If a job is executing and attempts to resume the device while the system is suspending, it can lead to a deadlock, causing a Denial of Service DoS where the...

5.5CVSS5.8AI score0.00119EPSS
SaveExploits0References4
NVD
NVD
•added 2026/05/08 3:16 p.m.•25 views

CVE-2026-43446

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix runtime suspend deadlock when there is pending job The runtime suspend callback drains the running job workqueue before suspending the device. If a job is still executing and calls pmruntimeresumeandget, it can...

5.5CVSS0.00119EPSS
SaveExploits0References2
OSV
OSV
•added 2026/05/08 3:16 p.m.•21 views

UBUNTU-CVE-2026-43446

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix runtime suspend deadlock when there is pending job The runtime suspend callback drains the running job workqueue before suspending the device. If a job is still executing and calls pmruntimeresumeandget, it can...

5.7CVSS5.8AI score0.00119EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/05/08 3:16 p.m.•19 views

CVE-2026-43446

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix runtime suspend deadlock when there is pending job The runtime suspend callback drains the running job workqueue before suspending the device. If a job is still executing and calls pmruntimeresumeandget, it can...

5.5CVSS5.8AI score0.00119EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/05/08 2:22 p.m.•45 views

CVE-2026-43446 accel/amdxdna: Fix runtime suspend deadlock when there is pending job

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix runtime suspend deadlock when there is pending job The runtime suspend callback drains the running job workqueue before suspending the device. If a job is still executing and calls pmruntimeresumeandget, it can...

0.00119EPSS
SaveExploits0References2
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/05/08 12:00 a.m.•1 views

CVE-2026-43446: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix runtime suspend deadlock when there is pending job The runtime suspend callback drains the running job workqueue before suspending the device. If a job is still executing and calls pmruntimeresumeandget, it can...

5.5CVSS5.8AI score0.00119EPSS
SaveExploits0References4
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/05/08 12:00 a.m.•0 views

CVE-2026-43307: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: iio: accel: adxl380: Avoid reading more entries than present in FIFO The interrupt handler reads FIFO entries in batches of N samples, where N is the number of scan elements that have been enabled. However, the sensor fills the...

7.8CVSS5.8AI score0.00175EPSS
SaveExploits0References5
Rows per page
Query Builder