Lucene search
+L

427258 matches found

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

CVE-2026-93159

In the Linux kernel, the following vulnerability has been resolved: crypto: atmel-sha204a - fix heap info leak on I2C transfer failure The nonblocking RNG path allocates a workdata structure to track the state of an in-flight asynchronous I2C request. This pointer is stored in rng-priv and later...

5.7AI score0.0022EPSS
SaveExploits0
OSV
OSV
•added 2026/09/17 4:11 p.m.•6 views

CVE-2026-93159 crypto: atmel-sha204a - fix heap info leak on I2C transfer failure

In the Linux kernel, the following vulnerability has been resolved: crypto: atmel-sha204a - fix heap info leak on I2C transfer failure The nonblocking RNG path allocates a workdata structure to track the state of an in-flight asynchronous I2C request. This pointer is stored in rng-priv and later...

5.7AI score
SaveExploits0References11
Cvelist
Cvelist
•added 2026/09/17 4:11 p.m.•34 views

CVE-2026-93158 crypto: sa2ul - stop probe if context pool creation fails

In the Linux kernel, the following vulnerability has been resolved: crypto: sa2ul - stop probe if context pool creation fails saulprobe calls sainitmem to create the DMA pool used for security context buffers, but ignores its return value. If pool creation fails, probe still continues with DMA...

0.0022EPSS
SaveExploits0References8
CVE
CVE
•added 2026/09/17 4:11 p.m.•24 views

CVE-2026-93159

CVE-2026-93159 affects the atmel-sha204a hardware RNG driver in the Linux kernel . In the nonblocking RNG path, a work_data structure is allocated to track in-flight asynchronous I2C requests and stored in rng->priv. If the I2C transfer fails, the previous code only logged a warning but left t...

5.7AI score0.0022EPSS
SaveExploits0References8
EUVD
EUVD
•added 2026/09/17 4:11 p.m.•12 views

EUVD-2026-82267

In the Linux kernel, the following vulnerability has been resolved: crypto: atmel-sha204a - fix heap info leak on I2C transfer failure The nonblocking RNG path allocates a workdata structure to track the state of an in-flight asynchronous I2C request. This pointer is stored in rng-priv and later...

5.7AI score0.0022EPSS
SaveExploits0References8
EUVD
EUVD
•added 2026/09/17 4:11 p.m.•14 views

EUVD-2026-82265

In the Linux kernel, the following vulnerability has been resolved: hwrng: xilinx-trng - propagate timeout before any data is read xtrngreadblock32 polls for 16-byte chunks but returns the number of bytes read even when the first poll times out. Its caller then treats a zero return as a short...

5.8AI score0.00206EPSS
SaveExploits0References3
Debian CVE
Debian CVE
•added 2026/09/17 4:11 p.m.•10 views

CVE-2026-93157

In the Linux kernel, the following vulnerability has been resolved: hwrng: xilinx-trng - propagate timeout before any data is read xtrngreadblock32 polls for 16-byte chunks but returns the number of bytes read even when the first poll times out. Its caller then treats a zero return as a short...

5.9AI score0.00206EPSS
SaveExploits0
CVE
CVE
•added 2026/09/17 4:11 p.m.•16 views

CVE-2026-93157

CVE-2026-93157 affects the xilinx-trng hardware random number generator driver in the Linux kernel . The root cause is in xtrng_readblock32(), which polls for 16-byte chunks but returns the byte count even when the first poll times out. The caller then treats a zero return as a short successful r...

5.8AI score0.00206EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/17 4:11 p.m.•37 views

CVE-2026-93157 hwrng: xilinx-trng - propagate timeout before any data is read

In the Linux kernel, the following vulnerability has been resolved: hwrng: xilinx-trng - propagate timeout before any data is read xtrngreadblock32 polls for 16-byte chunks but returns the number of bytes read even when the first poll times out. Its caller then treats a zero return as a short...

0.00206EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/17 4:11 p.m.•8 views

CVE-2026-93157 hwrng: xilinx-trng - propagate timeout before any data is read

In the Linux kernel, the following vulnerability has been resolved: hwrng: xilinx-trng - propagate timeout before any data is read xtrngreadblock32 polls for 16-byte chunks but returns the number of bytes read even when the first poll times out. Its caller then treats a zero return as a short...

5.8AI score
SaveExploits0References6
EUVD
EUVD
•added 2026/09/17 4:11 p.m.•14 views

EUVD-2026-82264

In the Linux kernel, the following vulnerability has been resolved: crypto: rk3288 - fail ahash requests on HASH idle timeout rkhashrun waits for RKCRYPTOHASHSTS to become idle after the final DMA transfer, but ignores the poll result. If the hash engine never becomes idle, the driver still reads...

5.8AI score0.002EPSS
SaveExploits0References5
OSV
OSV
•added 2026/09/17 4:11 p.m.•6 views

CVE-2026-93156 crypto: rk3288 - fail ahash requests on HASH idle timeout

In the Linux kernel, the following vulnerability has been resolved: crypto: rk3288 - fail ahash requests on HASH idle timeout rkhashrun waits for RKCRYPTOHASHSTS to become idle after the final DMA transfer, but ignores the poll result. If the hash engine never becomes idle, the driver still reads...

5.8AI score
SaveExploits0References8
CVE
CVE
•added 2026/09/17 4:11 p.m.•16 views

CVE-2026-93156

This Linux kernel vulnerability affects the rk3288 crypto hash driver. In rk_hash_run(), the driver waits for the RK_CRYPTO_HASH_STS status to become idle after the final DMA transfer but ignores the poll result . If the hash engine never becomes idle, the driver proceeds to read the digest regis...

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

CVE-2026-93156

In the Linux kernel, the following vulnerability has been resolved: crypto: rk3288 - fail ahash requests on HASH idle timeout rkhashrun waits for RKCRYPTOHASHSTS to become idle after the final DMA transfer, but ignores the poll result. If the hash engine never becomes idle, the driver still reads...

5.8AI score0.002EPSS
SaveExploits0
EUVD
EUVD
•added 2026/09/17 4:11 p.m.•13 views

EUVD-2026-82263

In the Linux kernel, the following vulnerability has been resolved: crypto: keembay - Fix AEAD unregister count in error path registeraesalgs registers the AEAD algorithms before registering the skcipher algorithms. If skcipher registration fails, the function unwinds the earlier AEAD registratio...

5.8AI score0.00209EPSS
SaveExploits0References5
CVE
CVE
•added 2026/09/17 4:11 p.m.•22 views

CVE-2026-93154

CVE-2026-93154 is a use-after-free vulnerability in the Linux kernel's RDMA/irdma subsystem. The root cause is the absence of refcounting on user-space ring Memory Regions (MRs) : userspace could deregister the MRs backing QP, CQ, or SRQ rings while they were still in use. The fix bumps the MR's ...

7.8CVSS5.8AI score0.00173EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/17 4:11 p.m.•8 views

CVE-2026-93155 crypto: keembay - Fix AEAD unregister count in error path

In the Linux kernel, the following vulnerability has been resolved: crypto: keembay - Fix AEAD unregister count in error path registeraesalgs registers the AEAD algorithms before registering the skcipher algorithms. If skcipher registration fails, the function unwinds the earlier AEAD registratio...

5.8AI score
SaveExploits0References8
CVE
CVE
•added 2026/09/17 4:11 p.m.•16 views

CVE-2026-93155

In the Linux kernel , the Keembay crypto driver contains a bug in the register_aes_algs() function's error handling path. When skcipher algorithm registration fails, the function unwinds the earlier AEAD registration by calling crypto_engine_unregister_aeads() but incorrectly passes ARRAY_SIZE(al...

5.8AI score0.00209EPSS
SaveExploits0References5
Debian CVE
Debian CVE
•added 2026/09/17 4:11 p.m.•15 views

CVE-2026-93155

In the Linux kernel, the following vulnerability has been resolved: crypto: keembay - Fix AEAD unregister count in error path registeraesalgs registers the AEAD algorithms before registering the skcipher algorithms. If skcipher registration fails, the function unwinds the earlier AEAD registratio...

5.8AI score0.00209EPSS
SaveExploits0
OSV
OSV
•added 2026/09/17 4:11 p.m.•6 views

CVE-2026-93154 RDMA/irdma: Add refcounting to user ring MRs

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Add refcounting to user ring MRs Prevent userspace from deregistering the MRs that back QP/CQ/SRQ rings by bumping the MR's refcount upon association...

7.8CVSS5.8AI score
SaveExploits0References6
Rows per page
Query Builder