Lucene search
+L

9581 matches found

EUVD
EUVD
added 2025/12/30 3:30 p.m.7 views

EUVD-2023-60395

In the Linux kernel, the following vulnerability has been resolved: rcuscale: Move rcuscalewriter scheduletimeoutuninterruptible to idle The rcuscale.holdoff module parameter can be used to delay the start of rcuscalewriter kthread. However, the hung-task timeout will trigger when the timeout...

6AI score0.00175EPSS
SaveExploits0References6
EUVD
EUVD
added 2025/12/30 3:30 p.m.5 views

EUVD-2022-55920

In the Linux kernel, the following vulnerability has been resolved: usb: musb: Fix musbgadget.c rxstate overflow bug The usb function device call musbgadgetqueue adds the passed request to musbep::reqlist,If the request-length musbep-packetsz and isbuffermappedreq return false,the rxstate will co...

6.2AI score0.00203EPSS
SaveExploits0References10
EUVD
EUVD
added 2025/12/30 3:30 p.m.5 views

EUVD-2022-55912

In the Linux kernel, the following vulnerability has been resolved: drm: Prevent drmcopyfield to attempt copying a NULL pointer There are some struct drmdriver fields that are required by drivers since drmcopyfield attempts to copy them to user-space via DRMIOCTLVERSION. But it can be possible th...

5.9AI score0.00203EPSS
SaveExploits0References10
EUVD
EUVD
added 2025/12/30 3:30 p.m.9 views

EUVD-2022-55829

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix slab-out-of-bounds in rpage When PAGESIZE is 64K, if readlogpage is called by logreadrst for the first time, the size of buffer would be equal to DefaultLogPageSize4K.But for buffer operations like memcpy, if the...

6.1AI score0.00143EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/12/30 3:30 p.m.17 views

EUVD-2022-55865

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: use hdev-workqueue when queuing hdev-cmd,ncmdtimer works syzbot is reporting attempt to schedule hdev-cmdwork work from systemwq WQ into hdev-workqueue WQ which is under draining operation 1, for commit c8efcc2589464ac...

5.8AI score0.00206EPSS
SaveExploits0References4
NVD
NVD
added 2025/12/30 1:16 p.m.9 views

CVE-2023-54325

In the Linux kernel, the following vulnerability has been resolved: crypto: qat - fix out-of-bounds read When preparing an AER-CTR request, the driver copies the key provided by the user into a data structure that is accessible by the firmware. If the target device is QAT GEN4, the key size is...

7.1CVSS0.00121EPSS
SaveExploits0References4
NVD
NVD
added 2025/12/30 1:16 p.m.8 views

CVE-2023-54286

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: dvm: Fix memcpy: detected field-spanning write backtrace A received TKIP key may be up to 32 bytes because it may contain MIC rx/tx keys too. These are not used by iwl and copying these over overflows the...

7.6CVSS0.00279EPSS
SaveExploits0References8
NVD
NVD
added 2025/12/30 1:16 p.m.8 views

CVE-2023-54223

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: xsk: Fix invalid buffer access for legacy rq The below crash can be encountered when using xdpsock in rx mode for legacy rq: the buffer gets released in the XDPREDIRECT path, and then once again in the driver. This fix...

9.8CVSS0.00394EPSS
SaveExploits0References2
NVD
NVD
added 2025/12/30 1:16 p.m.7 views

CVE-2022-50884

In the Linux kernel, the following vulnerability has been resolved: drm: Prevent drmcopyfield to attempt copying a NULL pointer There are some struct drmdriver fields that are required by drivers since drmcopyfield attempts to copy them to user-space via DRMIOCTLVERSION. But it can be possible th...

0.00203EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/12/30 1:16 p.m.5 views

CVE-2023-54286

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: dvm: Fix memcpy: detected field-spanning write backtrace A received TKIP key may be up to 32 bytes because it may contain MIC rx/tx keys too. These are not used by iwl and copying these over overflows the...

7.6CVSS6AI score0.00279EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/12/30 1:16 p.m.7 views

CVE-2023-54325

In the Linux kernel, the following vulnerability has been resolved: crypto: qat - fix out-of-bounds read When preparing an AER-CTR request, the driver copies the key provided by the user into a data structure that is accessible by the firmware. If the target device is QAT GEN4, the key size is...

7.1CVSS5.7AI score0.00121EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/30 1:16 p.m.8 views

UBUNTU-CVE-2023-54248

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Add check for kmemdup Since the kmemdup may return NULL pointer, it should be better to add check for the return value in order to avoid NULL pointer dereference...

5.7AI score0.00174EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/12/30 1:16 p.m.8 views

CVE-2022-50884

In the Linux kernel, the following vulnerability has been resolved: drm: Prevent drmcopyfield to attempt copying a NULL pointer There are some struct drmdriver fields that are required by drivers since drmcopyfield attempts to copy them to user-space via DRMIOCTLVERSION. But it can be possible th...

5.6AI score0.00203EPSS
SaveExploits0References11
OSV
OSV
added 2025/12/30 1:16 p.m.14 views

UBUNTU-CVE-2022-50876

In the Linux kernel, the following vulnerability has been resolved: usb: musb: Fix musbgadget.c rxstate overflow bug The usb function device call musbgadgetqueue adds the passed request to musbep::reqlist,If the request-length musbep-packetsz and isbuffermappedreq return false,the rxstate will co...

5.8AI score0.00203EPSS
SaveExploits0References12
NVD
NVD
added 2025/12/30 1:15 p.m.16 views

CVE-2022-50833

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: use hdev-workqueue when queuing hdev-cmd,ncmdtimer works syzbot is reporting attempt to schedule hdev-cmdwork work from systemwq WQ into hdev-workqueue WQ which is under draining operation 1, for commit c8efcc2589464ac...

0.00206EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/30 1:15 p.m.17 views

UBUNTU-CVE-2022-50838

In the Linux kernel, the following vulnerability has been resolved: net: stream: purge skerrorqueue in skstreamkillqueues Changheon Lee reported TCP socket leaks, with a nice repro. It seems we leak TCP sockets with the following sequence: 1 SOFTIMESTAMPINGTXACK is enabled on the socket. Each ACK...

5.8AI score0.00248EPSS
SaveExploits0References12
OSV
OSV
added 2025/12/30 1:15 p.m.15 views

UBUNTU-CVE-2022-50833

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: use hdev-workqueue when queuing hdev-cmd,ncmdtimer works syzbot is reporting attempt to schedule hdev-cmdwork work from systemwq WQ into hdev-workqueue WQ which is under draining operation 1, for commit c8efcc2589464ac...

5.7AI score0.00206EPSS
SaveExploits0References6
CVE
CVE
added 2025/12/30 12:37 p.m.44 views

CVE-2023-54325

The CVE pertains to the Linux kernel crypto/qat driver (qat_alg_skcipher_init_com) where an AER-CTR key copy could read beyond bounds for QAT GEN4 when the key length is rounded up before copying. The root cause is copying the user-provided key into a firmware-accessible structure with a rounded-...

7.1CVSS6.1AI score0.00121EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/30 12:37 p.m.9 views

CVE-2023-54325 crypto: qat - fix out-of-bounds read

In the Linux kernel, the following vulnerability has been resolved: crypto: qat - fix out-of-bounds read When preparing an AER-CTR request, the driver copies the key provided by the user into a data structure that is accessible by the firmware. If the target device is QAT GEN4, the key size is...

7.1CVSS6.4AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/12/30 12:37 p.m.36 views

CVE-2023-54325 crypto: qat - fix out-of-bounds read

In the Linux kernel, the following vulnerability has been resolved: crypto: qat - fix out-of-bounds read When preparing an AER-CTR request, the driver copies the key provided by the user into a data structure that is accessible by the firmware. If the target device is QAT GEN4, the key size is...

7.1CVSS0.00121EPSS
SaveExploits0References4
Rows per page
Query Builder