Lucene search
+L

14853 matches found

NVD
NVD
added 2026/08/10 1:20 p.m.16 views

CVE-2026-68340

In the Linux kernel, the following vulnerability has been resolved: hwmon: occ: validate poll response sensor blocks The OCC poll response parser walks a counted list of sensor data blocks. It used the static backing-array capacity as the parse boundary, but a transport response makes only...

7.7CVSS0.00148EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/10 1:20 p.m.11 views

UBUNTU-CVE-2026-68340

In the Linux kernel, the following vulnerability has been resolved: hwmon: occ: validate poll response sensor blocks The OCC poll response parser walks a counted list of sensor data blocks. It used the static backing-array capacity as the parse boundary, but a transport response makes only...

7.7CVSS5.2AI score0.00148EPSS
SaveExploits0References7
NVD
NVD
added 2026/08/10 1:19 p.m.8 views

CVE-2026-68099

In the Linux kernel, the following vulnerability has been resolved: ksmbd: restore DACL size on checkaddoverflow to avoid malformed ACL checkaddoverflow unconditionally writes the truncated sum into d even on overflow, per its contract in include/linux/overflow.h. The four checkaddoverflow guards...

0.00173EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/10 1:19 p.m.7 views

UBUNTU-CVE-2026-68099

In the Linux kernel, the following vulnerability has been resolved: ksmbd: restore DACL size on checkaddoverflow to avoid malformed ACL checkaddoverflow unconditionally writes the truncated sum into d even on overflow, per its contract in include/linux/overflow.h. The four checkaddoverflow guards...

5.4AI score0.00173EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/08/10 1:19 p.m.14 views

CVE-2026-68099

In the Linux kernel, the following vulnerability has been resolved: ksmbd: restore DACL size on checkaddoverflow to avoid malformed ACL checkaddoverflow unconditionally writes the truncated sum into d even on overflow, per its contract in include/linux/overflow.h. The four checkaddoverflow guards...

5.4AI score0.00173EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/10 12:03 p.m.51 views

CVE-2026-68340

The CVE-2026-68340 entry concerns the Linux kernel hwmon OCC poll response parser. The root cause is using a static backing-array capacity as the boundary for sensor data blocks, rather than the actual data_length, which can allow a truncated transport response to cause the parser to read beyond ...

7.7CVSS5.3AI score0.00148EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/08/10 12:03 p.m.11 views

EUVD-2026-55441

In the Linux kernel, the following vulnerability has been resolved: hwmon: occ: validate poll response sensor blocks The OCC poll response parser walks a counted list of sensor data blocks. It used the static backing-array capacity as the parse boundary, but a transport response makes only...

5.3AI score0.00148EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 12:00 p.m.42 views

CVE-2026-68196

CVE-2026-68196 affects the Linux kernel wilc1000 Wi-Fi driver. A malformed association response can lead to an out-of-bounds read due to improper validation when computing trailing IE length (ies_len = buffer_len - sizeof(*res)) without verifying buffer_len against the fixed header. Short frames ...

8.3CVSS5.3AI score0.00413EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/10 11:59 a.m.68 views

CVE-2026-68157

CVE-2026-68157 affects the Linux kernel’s libceph CRUSH processing. When a malformed CRUSH map contains a parent bucket with a name but without a matching type, get_immediate_parent() dereferences a NULL type_cn and passes a NULL into strcmp(), causing a null-ptr-deref and potential system crash ...

7.5CVSS5.2AI score0.00686EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/10 11:58 a.m.31 views

CVE-2026-68120 rtase: Workaround for TX hang caused by hardware packet parsing

In the Linux kernel, the following vulnerability has been resolved: rtase: Workaround for TX hang caused by hardware packet parsing The hardware performs packet parsing before packet transmission. Parsing incomplete IPv4, IPv6, TCP, or UDP headers may trigger a TX hang because the hardware parser...

7.5CVSS0.00441EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/10 11:58 a.m.22 views

CVE-2026-68120 rtase: Workaround for TX hang caused by hardware packet parsing

In the Linux kernel, the following vulnerability has been resolved: rtase: Workaround for TX hang caused by hardware packet parsing The hardware performs packet parsing before packet transmission. Parsing incomplete IPv4, IPv6, TCP, or UDP headers may trigger a TX hang because the hardware parser...

7.5CVSS5.5AI score
SaveExploits0References7
CVE
CVE
added 2026/08/10 11:58 a.m.57 views

CVE-2026-68120

CVE-2026-68120 affects the Linux kernel rtase driver. The vulnerability stems from hardware packet parsing that may trigger a TX hang when processing incomplete IPv4/IPv6/TCP/UDP headers or certain UDP packets with insufficient transport data, causing a Denial of Service. The kernel release notes...

7.5CVSS5.4AI score0.00441EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/10 11:58 a.m.14 views

EUVD-2026-55501

In the Linux kernel, the following vulnerability has been resolved: rtase: Workaround for TX hang caused by hardware packet parsing The hardware performs packet parsing before packet transmission. Parsing incomplete IPv4, IPv6, TCP, or UDP headers may trigger a TX hang because the hardware parser...

5.4AI score0.00441EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/10 11:58 a.m.21 views

CVE-2026-68099 ksmbd: restore DACL size on check_add_overflow() to avoid malformed ACL

In the Linux kernel, the following vulnerability has been resolved: ksmbd: restore DACL size on checkaddoverflow to avoid malformed ACL checkaddoverflow unconditionally writes the truncated sum into d even on overflow, per its contract in include/linux/overflow.h. The four checkaddoverflow guards...

5.5AI score
SaveExploits0References9
CVE
CVE
added 2026/08/10 11:58 a.m.44 views

CVE-2026-68099

The CVE-2026-68099 vulnerability is in ksmbd within the Linux kernel, where check_add_overflow() could cause an on-wire NT ACL to be malformed. In the affected DACL builders (set_posix_acl_entries_dacl() and set_ntacl_dacl()), overflow handling previously allowed the loop to break while the desti...

5.4AI score0.00173EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/10 11:58 a.m.13 views

EUVD-2026-55480

In the Linux kernel, the following vulnerability has been resolved: ksmbd: restore DACL size on checkaddoverflow to avoid malformed ACL checkaddoverflow unconditionally writes the truncated sum into d even on overflow, per its contract in include/linux/overflow.h. The four checkaddoverflow guards...

5.4AI score0.00173EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/08/10 12:00 a.m.12 views

PT-2026-69980

Name of the Vulnerable Software and Affected Versions CyberChef versions prior to 11.3.0 Description The pretty-recipe parser in src/core/Utils.mjs can cause client-side CPU exhaustion when processing a malformed recipe= URL fragment containing numerous unmatched quote characters. This occurs whe...

4.3CVSS5.1AI score0.00185EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/08/10 12:00 a.m.13 views

PT-2026-69655

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An out-of-bounds read exists in the virtio get edid block function. The function validates the read offset against the resp-size field provided by the device but fails to validate it...

7.7CVSS5.2AI score0.0019EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/08/10 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-68343

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - smb: client: validate DFS referral PathConsumed parsedfsreferrals validates that the response contains the fixed referral entry array and, on for-next, the...

9.1CVSS5.8AI score0.00513EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/08/07 7:44 p.m.12 views

CVE-2025-63235

A flaw was found in sol. The broker does not fully release resources when handling malformed or duplicate CONNECT packets. A remote attacker can send invalid CONNECT packets, which may cause the server to silently drop the connection or send a CONNACK without properly closing the session or...

7.5CVSS5.4AI score0.00318EPSS
SaveExploits0References5
Rows per page
Query Builder