Lucene search
+L

147 matches found

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

CVE-2026-68373 wifi: at76c50x-usb: avoid length underflow in at76_guess_freq()

In the Linux kernel, the following vulnerability has been resolved: wifi: at76c50x-usb: avoid length underflow in at76guessfreq at76guessfreq checks only that the received frame is at least a bare 802.11 header 24 bytes before subtracting the fixed management-body offset: len -= eloff; For both...

8.1CVSS0.00419EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/08/10 12:01 p.m.•45 views

CVE-2026-68278 drm/dp/mst: fix buffer overflows in sideband chunk accumulation

In the Linux kernel, the following vulnerability has been resolved: drm/dp/mst: fix buffer overflows in sideband chunk accumulation drmdpsidebandappendpayload has three related bugs when processing device-provided sideband reply data: 1. Zero-length curchunklen underflow: msglen is a 6-bit field...

0.00238EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
•added 2026/08/10 12:00 a.m.•5 views

PT-2026-69773

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An out-of-bounds read occurs during scanning when the device delivers a truncated beacon or probe response frame. The at76 guess freq function only verifies that the received frame is at...

8.1CVSS5.8AI score0.00419EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
•added 2026/08/10 12:00 a.m.•10 views

Linux Distros Unpatched Vulnerability : CVE-2026-68373

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - wifi: at76c50x-usb: avoid length underflow in at76guessfreq at76guessfreq checks only that the received frame is at least a bare 802.11 header 24 bytes before...

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

CVE-2026-68373: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: wifi: at76c50x-usb: avoid length underflow in at76guessfreq at76guessfreq checks only that the received frame is at least a bare 802.11 header 24 bytes before subtracting the fixed management-body offset: len -= eloff; For both...

8.1CVSS5.9AI score0.00419EPSS
SaveExploits0References1
Cvelist
Cvelist
•added 2026/08/05 8:08 a.m.•44 views

CVE-2026-64573 Bluetooth: qca: fix NVM tag length underflow in TLV parser

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: qca: fix NVM tag length underflow in TLV parser In the TLVTYPENVM branch of qcatlvcheckdata the tag loop bound is "while idx length - sizeofstruct tlvtypenvm". "length" is a signed int from the firmware TLV header and...

0.00215EPSS
SaveExploits0References7
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/08/05 12:00 a.m.•1 views

CVE-2026-64573: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: qca: fix NVM tag length underflow in TLV parser In the TLVTYPENVM branch of qcatlvcheckdata the tag loop bound is "while idx length - sizeofstruct tlvtypenvm". "length" is a signed int from the firmware TLV header and...

6.3AI score0.00215EPSS
SaveExploits0References1
OSV
OSV
•added 2026/08/03 6:47 p.m.•8 views

MGASA-2026-0314 Updated librabbitmq packages fix security vulnerabilities

The updated packages fix security vulnerabilities: An issue was discovered in the C AMQP client library aka rabbitmq-c through 0.13.0 for RabbitMQ. Credentials can only be entered on the command line e.g., for amqp-publish or amqp-consume and are thus visible to local attackers by listing a proce...

7.1CVSS6.1AI score0.00482EPSS
SaveExploits0References7
EUVD
EUVD
•added 2026/08/01 12:22 p.m.•16 views

EUVD-2026-51824

FreeRDP versions 3.28.0 and earlier contain a heap buffer overflow in the server-side RAIL channel handler railserverhandlemessages in channels/rail/server/railmain.c. When processing a RAIL PDU header, the code subtracts RAILPDUHEADERLENGTH from the peer-controlled orderLength field without firs...

8.7CVSS5.9AI score0.0067EPSS
SaveExploits0References4
attackerkb
attackerkb
•added 2026/08/01 12:22 p.m.•16 views

CVE-2026-67298

FreeRDP versions 3.28.0 and earlier contain a heap buffer overflow in the server-side RAIL channel handler railserverhandlemessages in channels/rail/server/railmain.c. When processing a RAIL PDU header, the code subtracts RAILPDUHEADERLENGTH from the peer-controlled orderLength field without firs...

8.7CVSS5.9AI score0.0067EPSS
SaveExploits0References5
CVE
CVE
•added 2026/08/01 12:22 p.m.•84 views

CVE-2026-67298

Summary: CVE-2026-67298 affects FreeRDP prior to 3.29.0. The server-side RAIL channel handler (rail_server_handle_messages in channels/rail/server/rail_main.c) is vulnerable. When processing a RAIL PDU header, the code subtracts RAIL_PDU_HEADER_LENGTH from the peer-controlled orderLength without ...

8.7CVSS5.9AI score0.0067EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
•added 2026/07/29 12:00 a.m.•13 views

Linux Distros Unpatched Vulnerability : CVE-2026-62423

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - This CNA information record relates to multiple CVEs; the text explains which aspects/vulnerabilities correspond to which CVE. The directory and Rock Ridge / SU...

5.5CVSS6AI score0.00153EPSS
SaveExploits0References3
OSV
OSV
•added 2026/07/28 4:14 p.m.•17 views

GHSA-6R28-9PPF-4HJ5 GoPacket's Diameter AVP decoder: uint32 underflow on vendor header size leads to unbounded ~4 GiB allocation (unauthenticated remote DoS)

Summary The Diameter AVP decoder in github.com/gopacket/gopacket computes dataLength := avp.Length - uint32headerSize without first ensuring avp.Length = headerSize. When the Vendor flag is set, headerSize is 12, but the only length guard upstream rejects avp.Length CWE-770 unbounded allocation...

6.9CVSS6.5AI score0.0079EPSS
SaveExploits1References4
NVD
NVD
•added 2026/07/25 10:17 a.m.•17 views

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.8CVSS0.00476EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
•added 2026/07/25 10:17 a.m.•20 views

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.3AI score0.00476EPSS
SaveExploits0References21
attackerkb
attackerkb
•added 2026/07/25 8:51 a.m.•15 views

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

5.8AI score0.00476EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
•added 2026/07/25 8:51 a.m.•49 views

CVE-2026-64445 staging: rtl8723bs: fix WEP length underflow and OOB read in OnAuth()

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.8CVSS0.00476EPSS
SaveExploits0References8
OSV
OSV
•added 2026/07/25 8:51 a.m.•13 views

CVE-2026-64445 staging: rtl8723bs: fix WEP length underflow and OOB read in OnAuth()

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.7AI score
SaveExploits0References11
EUVD
EUVD
•added 2026/07/25 8:51 a.m.•22 views

EUVD-2026-48789

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

5.8AI score0.00476EPSS
SaveExploits0References8
CVE
CVE
•added 2026/07/25 8:51 a.m.•59 views

CVE-2026-64445

The CVE-2026-64445 record documents concrete fixes in the Linux kernel (staging: rtl8723bs) for WEP-related issues in the OnAuth() path. Specifically, a vulnerability existed where rtw_wep_decrypt() could read beyond the frame when the frame length was shorter than WLAN_HDR_A3_LEN + iv_len + icv_...

8.8CVSS5.8AI score0.00476EPSS
SaveExploits0References8Affected Software1
Rows per page
Query Builder