Lucene search
+L

59440 matches found

Cvelist
Cvelist
•added 2026/08/10 12:03 p.m.•42 views

CVE-2026-68344 usb: atm: ueagle-atm: reject descriptors that confuse probe and disconnect

In the Linux kernel, the following vulnerability has been resolved: usb: atm: ueagle-atm: reject descriptors that confuse probe and disconnect ueaprobe distinguishes a pre-firmware device from a post-firmware one using the USB id UEAISPREFIRM, and stores a different object as the interface data i...

0.0022EPSS
SaveExploits0References8
CVE
CVE
•added 2026/08/10 12:03 p.m.•54 views

CVE-2026-68344

The CVE concerns the Linux kernel USB ATM driver (ueagle-atm). A pre-/post-firmware descriptor mismatch in uea_probe() vs uea_disconnect() allows a crafted device to cause an out-of-bounds access when tracing interface data, due to incorrect handling of interface data (struct completion vs struct...

5.4AI score0.0022EPSS
SaveExploits0References8
OSV
OSV
•added 2026/08/10 12:03 p.m.•21 views

CVE-2026-68326 wifi: mwifiex: bound uAP association event IEs to the event buffer

In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: bound uAP association event IEs to the event buffer mwifiexprocessuapevent handles EVENTUAPSTAASSOC by exposing the reassociation request IEs that the firmware copies into the event: sinfo-assocreqies =...

8.8CVSS5.7AI score
SaveExploits0References11
EUVD
EUVD
•added 2026/08/10 12:02 p.m.•12 views

EUVD-2026-55408

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7925: fix crash in reset link replay During reset recovery, mt7925vifconnectiter replays firmware state for links tracked in mvif-validlinks. After MLO link changes or MCU timeout recovery, the driver bitmap can...

5.3AI score0.00209EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/08/10 12:02 p.m.•12 views

EUVD-2026-55405

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: fix 802.1X-SHA256 call trace warning Based on wpaauth as 1x256 mode, need to set up "usefwsup" with BRCMFPROFILEFWSUP1X. Or it will happen trace warning when call brcmfcfg80211setpmk. 4481.831101 ------------ cut...

5.2AI score0.0022EPSS
SaveExploits0References5
attackerkb
attackerkb
•added 2026/08/10 12:01 p.m.•8 views

CVE-2026-68257

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix 32-bit overflow in CWSR total size calculation totalcwsrsize was computed in 32-bit before being used as a BO/SVM allocation size. With large ctxsaverestoreareasize and debugmemorysize multiplied by the XCC count,...

7.8CVSS5.5AI score0.00175EPSS
SaveExploits0References5Affected Software1
CVE
CVE
•added 2026/08/10 12:01 p.m.•50 views

CVE-2026-68238

In the Linux kernel, the drm/amdgpu path released the VFCT ACPI table reference via acpi_get_table() without a matching acpi_put_table(), causing a leak on each call. The fix routes all exit paths through a common acpi_put_table() after copying the VBIOS image with kmemdup(), ensuring the VFCT ta...

5.3AI score0.00206EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/08/10 12:01 p.m.•13 views

EUVD-2026-55339

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Release VFCT ACPI table reference amdgpuacpivfctbios fetches the VFCT table with acpigettable but never releases it. acpigettable takes a reference on the table incrementing its validationcount and mapping it on the 0...

5.3AI score0.00206EPSS
SaveExploits0References3
OSV
OSV
•added 2026/08/10 12:00 p.m.•28 views

CVE-2026-68234 drm/amdgpu: fix bo->pin leaking in amdgpu_bo_create_reserved

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix bo-pin leaking in amdgpubocreatereserved amdgpubocreatereserved only allocates a new BO when boptr struct amdgpubo boptr as input parameter is NULL, it simply skips creation when boptr is non-NULL. But it...

5.4AI score
SaveExploits0References11
CVE
CVE
•added 2026/08/10 12:00 p.m.•59 views

CVE-2026-68199

CVE-2026-68199 concerns a flaw in the Linux kernel’s ath6kl Wi‑Fi driver where the firmware-provided ADDBA window size (win_sz) can be out of range. The out-of-range value is logged but not rejected, causing TID_WINDOW_SZ() to allocate kzalloc memory based on an invalid size, leading to zero-size...

8.8CVSS5.3AI score0.00412EPSS
SaveExploits0References8
EUVD
EUVD
•added 2026/08/10 12:00 p.m.•15 views

EUVD-2026-55300

In the Linux kernel, the following vulnerability has been resolved: wifi: ath6kl: fix OOB access from firmware ADDBA window size aggrrecvaddbareqevt logs a debug message when the firmware-supplied winsz is outside AGGRWINSZMIN, AGGRWINSZMAX but does not return. The out-of-range winsz is then used...

5.3AI score0.00412EPSS
SaveExploits0References5
EUVD
EUVD
•added 2026/08/10 11:59 a.m.•17 views

EUVD-2026-55284

In the Linux kernel, the following vulnerability has been resolved: firmware: stratix10-svc: fix memory leaks and list corruption bugs Fix a memory leak when genpoolalloc fails by freeing pmem on the error path. Switch pmem allocation from devmkzalloc to kzalloc with explicit kfree in the free pa...

5.4AI score0.0022EPSS
SaveExploits0References5
CVE
CVE
•added 2026/08/10 11:59 a.m.•73 views

CVE-2026-68183

CVE-2026-68183 concerns the Linux kernel firmware for stratix10-svc. The vulnerability arises from improper memory management causing a memory leak when gen_pool_alloc() fails and a list corruption on failed lookups. The fix changes pmem allocation from devm_kzalloc() to kzalloc() with explicit k...

5.4AI score0.0022EPSS
SaveExploits0References8
attackerkb
attackerkb
•added 2026/08/10 11:58 a.m.•10 views

CVE-2026-68108

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vce: fix integer overflow in image size Fix a security vulnerability where malicious VCE command streams with oversized dimensions e.g. 65536×65536 cause 32-bit integer overflow, wrapping the calculated buffer size to ...

8.8CVSS5.5AI score0.00185EPSS
SaveExploits0References6Affected Software1
OSV
OSV
•added 2026/08/10 11:58 a.m.•23 views

CVE-2026-68108 drm/amdgpu/vce: fix integer overflow in image size

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vce: fix integer overflow in image size Fix a security vulnerability where malicious VCE command streams with oversized dimensions e.g. 65536×65536 cause 32-bit integer overflow, wrapping the calculated buffer size to ...

8.8CVSS5.6AI score
SaveExploits0References9
Positive Technologies
Positive Technologies
•added 2026/08/10 12:00 a.m.•6 views

PT-2026-69746

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description In the ALSA hda cs35l41 component, the cs35l41 get acpi mute state function evaluates a DSM method to retrieve the ACPI mute state. The function fails to free the returned ACPI object,...

5.6AI score0.00209EPSS
SaveExploits0
Positive Technologies
Positive Technologies
•added 2026/08/10 12:00 a.m.•6 views

PT-2026-69751

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An out-of-bounds read exists in the carl9170 cmd callback function. When the firmware sends a command response with a length mismatch, the system logs the error and initiates a restart b...

6.2AI score0.0022EPSS
SaveExploits0
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/08/10 12:00 a.m.•0 views

CVE-2026-68400: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: firmware: armffa: Fix Endpoint Memory Access Descriptor offset calculation Use the descriptor's epmemoffset to calculate the start of the endpoint memory access array and to comply with the FF-A spec instead of defaulting to...

7.8CVSS5.8AI score0.00173EPSS
SaveExploits0References1
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/08/10 12:00 a.m.•0 views

CVE-2026-68183: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: firmware: stratix10-svc: fix memory leaks and list corruption bugs Fix a memory leak when genpoolalloc fails by freeing pmem on the error path. Switch pmem allocation from devmkzalloc to kzalloc with explicit kfree in the free pa...

5.8AI score0.0022EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
•added 2026/08/10 12:00 a.m.•7 views

PT-2026-69810

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.13-rc1 Description A memory leak exists in the USB firmware-download path within the libertas wifi driver. The helper firmware cb function fails to free the single-stage firmware image after a successful...

5.5AI score0.0022EPSS
SaveExploits0
Rows per page
Query Builder