Lucene search
+L

1584 matches found

CVE
CVE
added 2026/08/10 12:04 p.m.43 views

CVE-2026-68412

The CVE-2026-68412 affects the Linux kernel’s wireless subsystem, specifically the cfg80211_wext_siwscan() error path. If the IEEE80211_MAX_SSID_LEN test fails, the request (creq) could leak due to improper error handling. The fix uses the existing error handling path to prevent the leak. No expl...

5.3AI score0.00198EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/10 12:04 p.m.41 views

CVE-2026-68412 wifi: cfg80211: Fix an error handling path in cfg80211_wext_siwscan()

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: Fix an error handling path in cfg80211wextsiwscan If the test against IEEE80211MAXSSIDLEN fails, then 'creq' leaks. Use the existing error handling path to fix it...

0.00198EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/10 12:01 p.m.12 views

EUVD-2026-55373

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: validate CPGFXSHADOW chunk size in CS pass1 Add a minimum-length check for the AMDGPUCHUNKIDCPGFXSHADOW chunk in amdgpucspass1, matching the gate already present for the IB, FENCE and BOHANDLES chunk types. The...

5.3AI score0.00175EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/10 11:58 a.m.41 views

CVE-2026-68125 mac802154: llsec: reject frames shorter than the authentication tag

In the Linux kernel, the following vulnerability has been resolved: mac802154: llsec: reject frames shorter than the authentication tag llsecdodecryptauth computes the associated-data length for the AEAD request as assoclen += datalen - authlen; where datalen is the number of bytes after the MAC...

8.8CVSS0.00316EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/10 11:51 a.m.13 views

CVE-2026-68088 usb: gadget: function: rndis: add length check to response query

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: function: rndis: add length check to response query Add variable representations for BufLength and BufOffset in rndisqueryresponse, and perform a length check on them. This is identical to how rndissetresponse handle...

5.4AI score
SaveExploits0References11
CVE
CVE
added 2026/08/10 11:51 a.m.39 views

CVE-2026-68088

The CVE describes a Linux kernel usb gadget rndis vulnerability where the rndis_query_response() path now validates BufLength and BufOffset (introducing a length check) to match the handling in rndis_set_response(). The vulnerability affects the rndis function of the USB gadget subsystem in the L...

5.3AI score0.00177EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/08/10 11:51 a.m.8 views

CVE-2026-68088

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: function: rndis: add length check to response query Add variable representations for BufLength and BufOffset in rndisqueryresponse, and perform a length check on them. This is identical to how rndissetresponse handle...

5.3AI score0.00177EPSS
SaveExploits0References9Affected Software1
EUVD
EUVD
added 2026/08/05 12:26 p.m.14 views

EUVD-2026-53352

microtar's mtarwritefileheader and mtarwritedirheader functions src/microtar.c copy a caller-supplied entry name into the 100-byte name field of a stack-allocated mtarheadert via strcpyh.name, name, with no check that strlenname is less than 100 before the copy. Any application that calls these...

9.8CVSS5.9AI score0.00307EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/05 12:18 p.m.24 views

CVE-2026-71255

nanoMODBUS through v1.23.0 contains an out-of-bounds write in the Modbus client-side recvreaddeviceidentificationres function FC 0x2B/MEI 0x0E, Read Device Identification in nanomodbus.c. The server-supplied objectlength field 0-246 is validated only against the remaining PDU size ressizeleft and...

8.6CVSS0.0022EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/08/03 11:52 p.m.12 views

SUSE CVE-2026-16243

In Eclipse OMR versions up to 0.11, the arraycmp SIMD implementation for Z and P does not check if the number of bytes to compare is zero...

4.8CVSS5.4AI score0.00364EPSS
SaveExploits0References6
NVD
NVD
added 2026/08/01 1:16 p.m.11 views

CVE-2026-66401

FreeRDP before 3.29.0 contains an out-of-bounds heap read vulnerability in the UVC H.264 extension-unit parser that fails to validate descriptor length before accessing the GUID field. A local attacker with a malicious USB video camera can trigger a heap read beyond allocated bounds during camera...

2.4CVSS0.00204EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2026/07/30 10:25 p.m.38 views

CVE-2026-66360 MZ Automation libiec61850 Out-of-bounds Read

The ISO Presentation layer contains a flaw in the handling of specific parameters during normal mode negotiation. A missing length check in the processing of the encoded presentation data allows an attacker controlled field with a zero length value to trigger a bounded heap over read. This...

8.7CVSS0.00278EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/29 5:16 p.m.12 views

CVE-2026-64559

In the Linux kernel, the following vulnerability has been resolved: s390/pkey: Check length in PKEYVERIFYPROTK ioctl Explicitly check the buffer length request structure provided by user-space and fail, if it exceeds the buffer size...

7.8CVSS0.0012EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/29 5:16 p.m.16 views

CVE-2026-64558

In the Linux kernel, the following vulnerability has been resolved: s390/pkey: Check length in pkeypckmo handler implementation Explicitly check the length of the target buffer in the pkeypckmo implementation of the keytoprotkey handler function. The handler function fails, if the generated outpu...

7.8CVSS0.0012EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/29 4:31 p.m.43 views

CVE-2026-64559 s390/pkey: Check length in PKEY_VERIFYPROTK ioctl

In the Linux kernel, the following vulnerability has been resolved: s390/pkey: Check length in PKEYVERIFYPROTK ioctl Explicitly check the buffer length request structure provided by user-space and fail, if it exceeds the buffer size...

7.8CVSS0.0012EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/07/29 4:31 p.m.24 views

EUVD-2026-50406

In the Linux kernel, the following vulnerability has been resolved: s390/pkey: Check length in PKEYVERIFYPROTK ioctl Explicitly check the buffer length request structure provided by user-space and fail, if it exceeds the buffer size...

5.9AI score0.0012EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/29 4:31 p.m.68 views

CVE-2026-64558

The CVE affects the Linux kernel s390/pkey component. The vulnerability was due to an missing length check in the pkey_pckmo handler of the key_to_protkey() function, allowing a local attacker to trigger a denial of service if generated output exceeds the target buffer. The issue has been resolve...

7.8CVSS5.9AI score0.0012EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/29 4:31 p.m.45 views

CVE-2026-64558 s390/pkey: Check length in pkey_pckmo handler implementation

In the Linux kernel, the following vulnerability has been resolved: s390/pkey: Check length in pkeypckmo handler implementation Explicitly check the length of the target buffer in the pkeypckmo implementation of the keytoprotkey handler function. The handler function fails, if the generated outpu...

7.8CVSS0.0012EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/07/29 12:00 a.m.22 views

PT-2026-65849

In the Linux kernel, the following vulnerability has been resolved: s390/pkey: Check length in PKEY VERIFYPROTK ioctl Explicitly check the buffer length request structure provided by user-space and fail, if it exceeds the buffer size...

5.9AI score0.0012EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/07/29 12:00 a.m.14 views

Linux Distros Unpatched Vulnerability : CVE-2026-64558

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - s390/pkey: Check length in pkeypckmo handler implementation Explicitly check the length of the target buffer in the pkeypckmo implementation of the keytoprotkey...

7.8CVSS6AI score0.0012EPSS
SaveExploits0References3
Rows per page
Query Builder