Lucene search
+L

1486 matches found

NVD
NVD
added 3 days ago7 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.00151EPSS
SaveExploits0References3
Cvelist
Cvelist
added 5 days ago29 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 6 days ago7 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 6 days ago7 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 6 days ago32 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 6 days ago8 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 6 days ago19 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 6 days ago33 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 6 days ago9 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 6 days ago5 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.8CVSS5.7AI score0.0012EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added last week5 views

gstreamer1-plugins-bad-free: GStreamer: Signed integer overflow in VMnc decoder cursor payload handling

A signed integer overflow vulnerability was found in GStreamer's VMnc decoder. A crafted VMnc stream with large cursor dimensions can overflow signed integer payload-size arithmetic, bypassing a length check and leading to out-of-bounds reads. A remote attacker could trick a user into opening a...

7.1CVSS5.9AI score0.00392EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/07/28 12:0 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2026-64547

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net: usb: net1080: validate packetlen before pad-byte access in rxfixup For an even packetlen, net1080rxfixup reads the pad byte at skb-datapacketlen before the...

8.1CVSS5.5AI score0.00277EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/27 8:10 p.m.26 views

CVE-2026-64552 virtio-net: fix len check in receive_big()

In the Linux kernel, the following vulnerability has been resolved: virtio-net: fix len check in receivebig receivebig bounds the device-announced length by bigpacketsnumskbfrags + 1 PAGESIZE. That is still too loose: addrecvbufbig sets sg1 to start at offset sizeofstruct paddedvnethdr into the...

8.4CVSS0.00144EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/07/27 8:10 p.m.29 views

CVE-2026-64551 sctp: validate STALE_COOKIE cause length before reading staleness

In the Linux kernel, the following vulnerability has been resolved: sctp: validate STALECOOKIE cause length before reading staleness When an ERROR chunk with a STALECOOKIE cause is received in the COOKIEECHOED state, sctpsfdo526stale reads the 4-byte Measure of Staleness that follows the cause...

9.1CVSS0.00521EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/27 8:10 p.m.21 views

CVE-2026-64552

Summary (CVE-2026-64552) In the Linux kernel virtio-net, receive_big() does a length check against (big_packets_num_skbfrags + 1) * PAGE_SIZE, but a gap remains due to add_recvbuf_big() placing sg[1] after the padded vnet header. A malicious virtio backend can announce a length in that gap, causi...

8.4CVSS5.7AI score0.00144EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/27 8:10 p.m.6 views

CVE-2026-64552 virtio-net: fix len check in receive_big()

In the Linux kernel, the following vulnerability has been resolved: virtio-net: fix len check in receivebig receivebig bounds the device-announced length by bigpacketsnumskbfrags + 1 PAGESIZE. That is still too loose: addrecvbufbig sets sg1 to start at offset sizeofstruct paddedvnethdr into the...

8.4CVSS5.7AI score0.00144EPSS
SaveExploits0References9
CVE
CVE
added 2026/07/27 8:10 p.m.14 views

CVE-2026-64547

CVE-2026-64547 affects the Linux kernel net1080 USB network driver. The issue arises when an even packet_len is processed by net1080_rx_fixup: it reads the pad byte at skb->data[packet_len] before verifying skb->len, with packet_len only bounded by NC_MAX_PACKET, enabling a malicious NetChi...

8.1CVSS5.8AI score0.00277EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/27 8:10 p.m.9 views

CVE-2026-64540 usbnet: gl620a: fix out-of-bounds read in genelink_rx_fixup()

In the Linux kernel, the following vulnerability has been resolved: usbnet: gl620a: fix out-of-bounds read in genelinkrxfixup genelinkrxfixup splits an aggregated RX frame into its individual packets, using a per-packet length taken from device-supplied data. That length is only bounded by...

8.1CVSS5.9AI score0.00277EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2026/07/25 4:1 p.m.8 views

SUSE CVE-2026-64361

In the Linux kernel, the following vulnerability has been resolved: hfs/hfsplus: fix u32 overflow in checkandcorrectrequestedlength checkandcorrectrequestedlength compares off + len against nodesize using u32 arithmetic. When the caller passes a large len value e.g. from an underflowed subtractio...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/07/25 3:59 p.m.7 views

SUSE CVE-2026-64445

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix WEP length underflow and OOB read in OnAuth OnAuth has two bugs in the shared-key authentication path. When the Privacy bit is set, rtwwepdecrypt is called without verifying that the frame is long enough t...

8.8CVSS5.8AI score0.00316EPSS
SaveExploits0References2
Rows per page
Query Builder