Lucene search
K

224093 matches found

EUVD
EUVD
added 2026/05/27 12:58 p.m.11 views

EUVD-2026-32464

In the Linux kernel, the following vulnerability has been resolved: crypto: acomp - fix wrong pointer stored by acompsavereq acompsavereq stores &req-chain in req-base.data. When acompreqchaindone is invoked on asynchronous completion, it receives &req-chain as the data argument but casts it...

5.8AI score0.00015EPSS
Exploits0References3
CVE
CVE
added 2026/05/27 12:58 p.m.16 views

CVE-2026-46081

CVE-2026-46081 is a Linux kernel vulnerability in the crypto/acomp subsystem. The issue arises when an asynchronous hardware implementation (e.g., QAT) completes a request using the DMA virtual address interface, causing acomp_save_req() to store a pointer to the wrong object in req->base.data...

7.8CVSS5.8AI score0.00015EPSS
Exploits0References3
Cvelist
Cvelist
added 2026/05/27 12:58 p.m.36 views

CVE-2026-46081 crypto: acomp - fix wrong pointer stored by acomp_save_req()

In the Linux kernel, the following vulnerability has been resolved: crypto: acomp - fix wrong pointer stored by acompsavereq acompsavereq stores &req-chain in req-base.data. When acompreqchaindone is invoked on asynchronous completion, it receives &req-chain as the data argument but casts it...

7.8CVSS0.00015EPSS
Exploits0References3
ATTACKERKB
ATTACKERKB
added 2026/05/27 12:58 p.m.5 views

CVE-2026-46081

In the Linux kernel, the following vulnerability has been resolved: crypto: acomp - fix wrong pointer stored by acompsavereq acompsavereq stores &req-;chain in req-base.data. When acompreqchaindone is invoked on asynchronous completion, it receives &req-;chain as the data argument but casts it...

5.7AI score0.00015EPSS
Exploits0References4Affected Software1
EUVD
EUVD
added 2026/05/27 12:58 p.m.10 views

EUVD-2026-32462

In the Linux kernel, the following vulnerability has been resolved: rbd: fix null-ptr-deref when deviceadddisk fails dorbdadd publishes the device with deviceadd before calling deviceadddisk. If deviceadddisk fails after deviceadd succeeds, the error path calls rbdfreedisk directly and then later...

5.8AI score0.00032EPSS
Exploits0References5
ATTACKERKB
ATTACKERKB
added 2026/05/27 12:58 p.m.6 views

CVE-2026-46079

In the Linux kernel, the following vulnerability has been resolved: rbd: fix null-ptr-deref when deviceadddisk fails dorbdadd publishes the device with deviceadd before calling deviceadddisk. If deviceadddisk fails after deviceadd succeeds, the error path calls rbdfreedisk directly and then later...

5.7AI score0.00032EPSS
Exploits0References7Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/05/27 12:58 p.m.6 views

CVE-2026-46077

In the Linux kernel, the following vulnerability has been resolved: crypto: atmel-tdes - fix DMA sync direction Before DMA output is consumed by the CPU, -dmaaddrout must be synced with dmasyncsingleforcpu instead of dmasyncsinglefordevice. Using the wrong direction can return stale cache data on...

5.7AI score0.00032EPSS
Exploits0References9Affected Software1
CVE
CVE
added 2026/05/27 12:58 p.m.12 views

CVE-2026-46077

The CVE-2026-46077 issue affects the Linux kernel crypto/atmel-tdes path. The root cause is using the wrong DMA synchronization direction: before the CPU consumes DMA output, dma_addr_out must be synced with dma_sync_single_for_cpu(), not dma_sync_single_for_device(). Using the incorrect directio...

5.8AI score0.00032EPSS
Exploits0References8
EUVD
EUVD
added 2026/05/27 12:58 p.m.8 views

EUVD-2026-32459

In the Linux kernel, the following vulnerability has been resolved: crypto: atmel-tdes - fix DMA sync direction Before DMA output is consumed by the CPU, -dmaaddrout must be synced with dmasyncsingleforcpu instead of dmasyncsinglefordevice. Using the wrong direction can return stale cache data on...

5.8AI score0.00032EPSS
Exploits0References5
ATTACKERKB
ATTACKERKB
added 2026/05/27 12:58 p.m.4 views

CVE-2026-46076

In the Linux kernel, the following vulnerability has been resolved: KVM: nSVM: Raise UD if unhandled VMMCALL isn't intercepted by L1 Explicitly synthesize a UD for VMMCALL if L2 is active, L1 does NOT want to intercept VMMCALL, nestedsvml2tlbflushenabled is true, and the hypercall is something...

5.8AI score0.00013EPSS
Exploits0References5Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/05/27 12:58 p.m.4 views

CVE-2026-46075

In the Linux kernel, the following vulnerability has been resolved: crypto: atmel-sha204a - Fix potential UAF and memory leak in remove path Unregister the hwrng to prevent new -read calls and flush the Atmel I2C workqueue before teardown to prevent a potential UAF if a queued callback runs while...

5.7AI score0.00032EPSS
Exploits0References7Affected Software1
CVE
CVE
added 2026/05/27 12:58 p.m.14 views

CVE-2026-46074

CVE-2026-46074 (Linux kernel, spi: ch341) : A fix addresses memory leaks and use-after-free during probe failures for the ch341 SPI driver. The workaround involves properly deregistering the controller, disabling pins, and killing/freeing the RX URB on failures to mirror disconnect. An explicit U...

5.8AI score0.00023EPSS
Exploits0References4
Cvelist
Cvelist
added 2026/05/27 12:58 p.m.34 views

CVE-2026-46073 hwmon: (powerz) Fix missing usb_kill_urb() on signal interrupt

In the Linux kernel, the following vulnerability has been resolved: hwmon: powerz Fix missing usbkillurb on signal interrupt waitforcompletioninterruptibletimeout returns -ERESTARTSYS when interrupted. This needs to abort the URB and return an error. No data has been received from the device so a...

0.00023EPSS
Exploits0References4
ATTACKERKB
ATTACKERKB
added 2026/05/27 12:58 p.m.5 views

CVE-2026-46073

In the Linux kernel, the following vulnerability has been resolved: hwmon: powerz Fix missing usbkillurb on signal interrupt waitforcompletioninterruptibletimeout returns -ERESTARTSYS when interrupted. This needs to abort the URB and return an error. No data has been received from the device so a...

5.8AI score0.00023EPSS
Exploits0References5Affected Software1
EUVD
EUVD
added 2026/05/27 12:58 p.m.9 views

EUVD-2026-32455

In the Linux kernel, the following vulnerability has been resolved: hwmon: powerz Fix missing usbkillurb on signal interrupt waitforcompletioninterruptibletimeout returns -ERESTARTSYS when interrupted. This needs to abort the URB and return an error. No data has been received from the device so a...

5.8AI score0.00023EPSS
Exploits0References4
ATTACKERKB
ATTACKERKB
added 2026/05/27 12:58 p.m.5 views

CVE-2026-46072

In the Linux kernel, the following vulnerability has been resolved: ntfs3: add buffer boundary checks to rununpack rununpack checks runbuf runlast at the top of the while loop but then reads sizesize and offsetsize bytes via rununpacks64 without verifying they fit within the remaining buffer. A...

5.8AI score0.00032EPSS
Exploits0References8Affected Software1
EUVD
EUVD
added 2026/05/27 12:58 p.m.12 views

EUVD-2026-32454

In the Linux kernel, the following vulnerability has been resolved: ntfs3: add buffer boundary checks to rununpack rununpack checks runbuf runlast at the top of the while loop but then reads sizesize and offsetsize bytes via rununpacks64 without verifying they fit within the remaining buffer. A...

5.8AI score0.00032EPSS
Exploits0References5
ATTACKERKB
ATTACKERKB
added 2026/05/27 12:57 p.m.4 views

CVE-2026-46071

In the Linux kernel, the following vulnerability has been resolved: KVM: nSVM: Avoid clearing VMCBLBR in vmcb12 svmcopylbrs always marks VMCBLBR dirty in the destination VMCB. However, nestedsvmvmexit uses it to copy LBRs to vmcb12, and clearing clean bits in vmcb12 is not architecturally defined...

5.8AI score0.00022EPSS
Exploits0References4Affected Software1
EUVD
EUVD
added 2026/05/27 12:57 p.m.7 views

EUVD-2026-32453

In the Linux kernel, the following vulnerability has been resolved: KVM: nSVM: Avoid clearing VMCBLBR in vmcb12 svmcopylbrs always marks VMCBLBR dirty in the destination VMCB. However, nestedsvmvmexit uses it to copy LBRs to vmcb12, and clearing clean bits in vmcb12 is not architecturally defined...

5.8AI score0.00022EPSS
Exploits0References3
CVE
CVE
added 2026/05/27 12:57 p.m.13 views

CVE-2026-46071

The CVE concerns the Linux kernel KVM nSVM path where svm_copy_lbrs() always marks VMCB_LBR dirty in the destination VMCB, while nested_svm_vmexit() copies LBRs to vmcb12 and clearing clean bits in vmcb12 is not architecturally defined. The fix moves vmcb_mark_dirty() to the call sites and drops ...

5.8AI score0.00022EPSS
Exploits0References3
Rows per page
Query Builder