Lucene search
+L

21945 matches found

CVE
CVE
added 2025/12/30 12:37 p.m.48 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.00135EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/30 12:37 p.m.11 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.37 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.00135EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/12/30 12:23 p.m.32 views

CVE-2023-54314 media: af9005: Fix null-ptr-deref in af9005_i2c_xfer

In the Linux kernel, the following vulnerability has been resolved: media: af9005: Fix null-ptr-deref in af9005i2cxfer In af9005i2cxfer, msg is controlled by user. When msgi.buf is null and msgi.len is zero, former checks on msgi.buf would be passed. Malicious data finally reach af9005i2cxfer. If...

0.00192EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/30 12:23 p.m.12 views

CVE-2023-54300 wifi: ath9k: avoid referencing uninit memory in ath9k_wmi_ctrl_rx

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: avoid referencing uninit memory in ath9kwmictrlrx For the reasons also described in commit b383e8abed41 "wifi: ath9k: avoid uninit memory read in ath9khtcrxmsg", ath9khtcrxmsg should validate pktlen before accessing...

6.4AI score
SaveExploits0References12
Cvelist
Cvelist
added 2025/12/30 12:23 p.m.28 views

CVE-2023-54300 wifi: ath9k: avoid referencing uninit memory in ath9k_wmi_ctrl_rx

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: avoid referencing uninit memory in ath9kwmictrlrx For the reasons also described in commit b383e8abed41 "wifi: ath9k: avoid uninit memory read in ath9khtcrxmsg", ath9khtcrxmsg should validate pktlen before accessing...

0.00229EPSS
SaveExploits0References9
CVE
CVE
added 2025/12/30 12:23 p.m.35 views

CVE-2023-54300

CVE-2023-54300 affects the Linux kernel wireless driver stack (ath9k). The issue arises from uninitialized memory access in ath9k_wmi_ctrl_rx triggered by missing pkt_len validation in ath9k_htc_rx_msg; the SKB could be malformed such that a WMI header is expected in data but not present. The fix...

6.1AI score0.00229EPSS
SaveExploits0References9
CVE
CVE
added 2025/12/30 12:23 p.m.38 views

CVE-2023-54284

CVE-2023-54284 : Linux kernel vulnerability in the media/av7110 path. The issue arises from underflow-prone length calculation in write_ts_to_decoder(), where buf[4] is user-controlled via ts_play(). The intended final length passed to av7110_ipack_instant_repack() is computed as len - (buf[4] + ...

7.1CVSS6.1AI score0.00154EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/12/30 12:23 p.m.30 views

CVE-2022-50876 usb: musb: Fix musb_gadget.c rxstate overflow bug

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...

0.00227EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/30 12:23 p.m.7 views

CVE-2022-50876 usb: musb: Fix musb_gadget.c rxstate overflow bug

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.6AI score
SaveExploits0References12
OSV
OSV
added 2025/12/30 12:15 p.m.9 views

CVE-2022-50859 cifs: Fix the error length of VALIDATE_NEGOTIATE_INFO message

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix the error length of VALIDATENEGOTIATEINFO message Commit d5c7076b772a "smb3: add smb3.1.1 to default dialect list" extend the dialects from 3 to 4, but forget to decrease the extended length when specific the dialect,...

6.3AI score
SaveExploits0References9
CVE
CVE
added 2025/12/30 12:15 p.m.26 views

CVE-2022-50859

CVE-2022-50859 : Linux kernel CIFS: fix for the error length of VALIDATE_NEGOTIATE_INFO message. The fix shortens the message from 28 bytes to 26 bytes by correcting the extended-dialect length after adding smb3.1.1 to the default dialect list. Root cause: after extending the dialects from 3 to 4...

6.1AI score0.00239EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/12/30 12:08 p.m.10 views

CVE-2022-50811

In the Linux kernel, the following vulnerability has been resolved: erofs: fix missing unmap if zerofsgetextentcompressedlen fails Otherwise, meta buffers could be leaked...

5.2AI score0.0023EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/12/30 12:08 p.m.30 views

CVE-2022-50811 erofs: fix missing unmap if z_erofs_get_extent_compressedlen() fails

In the Linux kernel, the following vulnerability has been resolved: erofs: fix missing unmap if zerofsgetextentcompressedlen fails Otherwise, meta buffers could be leaked...

0.0023EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/30 12:08 p.m.11 views

CVE-2022-50811 erofs: fix missing unmap if z_erofs_get_extent_compressedlen() fails

In the Linux kernel, the following vulnerability has been resolved: erofs: fix missing unmap if zerofsgetextentcompressedlen fails Otherwise, meta buffers could be leaked...

6.3AI score
SaveExploits0References6
CVE
CVE
added 2025/12/30 12:08 p.m.34 views

CVE-2022-50811

CVE-2022-50811 concerns the Linux kernel erofs code. The connected sources confirm a concrete fix: when z_erofs_get_extent_compressedlen() fails, there is a missing unmap that could allow leakage of meta buffers. The remediation is a kernel patch implemented in the erofs path to ensure proper unm...

6.1AI score0.0023EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/30 11:10 a.m.26 views

OESA-2025-2882 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved:tcpmetrics: validate source addr lengthI don t see anything checking that TCPMETRICSATTRSADDRIPV4is at least 4 bytes long, and the policy doesn t have an entryfor...

7.8CVSS6.8AI score0.00351EPSS
SaveExploits0References18
CNNVD
CNNVD
added 2025/12/30 12:00 a.m.11 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from an improper setting of pagelen in the NFSv2 GETACL result encoder, which could lead to a memory content leak...

5.9AI score0.00566EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2025/12/30 12:00 a.m.2 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2025-992358)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992358 advisory. In the Linux kernel, the following vulnerability has been resolved: hugetlbfs: fix null-ptr-deref in hugetlbfsparseparam Syzkaller reports a null-ptr-deref bug as...

5.5CVSS5.2AI score0.00156EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/30 12:00 a.m.1 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2025-992602)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992602 advisory. In the Linux kernel, the following vulnerability has been resolved: media: dvb-usb: az6027: fix null-ptr-deref in az6027i2cxfer Wei Chen reports a kernel bug as blew...

5.5CVSS6AI score0.00161EPSS
SaveExploits0References4
Rows per page
Query Builder