Lucene search
+L

90550 matches found

OSV
OSV
added 2026/08/12 12:7 a.m.6 views

CVE-2026-68443 hwmon: (gigabyte_waterforce) Stop device IO before calling hid_hw_stop

In the Linux kernel, the following vulnerability has been resolved: hwmon: gigabytewaterforce Stop device IO before calling hidhwstop Calling hidhwstop does not stop the device IO. This results in a race condition between hidinputreport and the point immediately following the execution of...

5.6AI score
SaveExploits0References7
OSV
OSV
added 2026/08/12 12:7 a.m.13 views

CVE-2026-68442 btrfs: don't propagate EXTENT_FLAG_LOGGING to split extent maps

In the Linux kernel, the following vulnerability has been resolved: btrfs: don't propagate EXTENTFLAGLOGGING to split extent maps When btrfsdropextentmaprange splits an extent map, the new split maps inherit the original map's flags through a local 'flags' variable. Commit f86f7a75e2fb "btrfs: us...

7.8CVSS5.4AI score
SaveExploits0References7
OSV
OSV
added 2026/08/12 12:7 a.m.5 views

CVE-2026-68441 net/sched: Handle TC_ACT_REDIRECT from qdisc filter chains

In the Linux kernel, the following vulnerability has been resolved: net/sched: Handle TCACTREDIRECT from qdisc filter chains When a TC filter attached to a qdisc filter chain returns TCACTREDIRECT ex: via an eBPF program calling bpfredirect or an actbpf action, the redirect was silently lost i.e ...

5.4AI score
SaveExploits0References5
OSV
OSV
added 2026/08/12 12:7 a.m.12 views

CVE-2026-68440 net: txgbe: fix heap overflow when reading module EEPROM

In the Linux kernel, the following vulnerability has been resolved: net: txgbe: fix heap overflow when reading module EEPROM txgbereadeepromhostif always copies rounduplength, 4 bytes into the caller buffer, which ethtool allocates with exactly 'length' bytes. A non-4-aligned length therefore...

7.8CVSS5.4AI score
SaveExploits0References5
OSV
OSV
added 2026/08/12 12:7 a.m.11 views

CVE-2026-68439 wifi: mt76: mt7925: fix possible NULL-pointer deref in mt7925_mcu_bss_he_tlv()

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7925: fix possible NULL-pointer deref in mt7925mcubsshetlv mt76connacgethephycap routine can theoretically return NULL so check cap pointer before dereferencing it...

5.3AI score
SaveExploits0References7
OSV
OSV
added 2026/08/12 12:7 a.m.11 views

CVE-2026-68438 smp: Make CSD lock acquisition atomic for debug mode

In the Linux kernel, the following vulnerability has been resolved: smp: Make CSD lock acquisition atomic for debug mode Commit b0473dcd4b1d "smp: Improve smpcallfunctionsingle CSD-lock diagnostics" changed smpcallfunctionsingle so that, when CSD lock debugging is enabled, async !wait calls use t...

5.5AI score
SaveExploits0References5
OSV
OSV
added 2026/08/12 12:7 a.m.5 views

CVE-2026-68437 drm/imagination: Fit paired fragment job in the correct CCCB

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Fit paired fragment job in the correct CCCB For geometry jobs with a paired fragment job, at the moment, the DRM scheduler's preparejob callback: - checks for internal driver dependencies for the geometry job; -...

5.5AI score
SaveExploits0References7
OSV
OSV
added 2026/08/12 12:7 a.m.6 views

CVE-2026-68436 drm/amd/display: use kvzalloc to allocate struct dc

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: use kvzalloc to allocate struct dc struct dc has grown large over time most of it the two inlined dcscratchspace copies and now sits close to the page allocator's 4 MiB contiguous allocation limit. Its actual siz...

5.3AI score
SaveExploits0References5
OSV
OSV
added 2026/08/12 12:7 a.m.4 views

CVE-2026-68435 LoongArch: Fix address space mismatch in kexec command line lookup

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Fix address space mismatch in kexec command line lookup When searching the loaded segments for the "kexec" command line marker, the kexecload2 path filemode == 0 passes the user-space segment buffer straight to strncmp...

5.4AI score
SaveExploits0References6
OSV
OSV
added 2026/08/12 12:7 a.m.8 views

CVE-2026-68434 serial: 8250_mid: Fix NULL function pointer dereference on DNV/ICX-D/SNR platforms

In the Linux kernel, the following vulnerability has been resolved: serial: 8250mid: Fix NULL function pointer dereference on DNV/ICX-D/SNR platforms Commit b1b4efea05a5 "serial: 8250mid: Disable DMA for selected platforms" replaced the dnvboard setup and exit callbacks with PTRIFfalse, ..., whic...

5.5AI score
SaveExploits0References8
OSV
OSV
added 2026/08/12 12:7 a.m.8 views

CVE-2026-68433 libceph: bound get_version reply decode to front len

In the Linux kernel, the following vulnerability has been resolved: libceph: bound getversion reply decode to front len handlegetversionreply uses msg-frontalloclen as the decode boundary for MONGETVERSIONREPLY. That is the size of the reused reply buffer, not the number of bytes actually receive...

8.6CVSS5.6AI score
SaveExploits0References8
OSV
OSV
added 2026/08/12 12:7 a.m.8 views

CVE-2026-68432 vxlan: require CAP_NET_ADMIN in the device netns for changelink

In the Linux kernel, the following vulnerability has been resolved: vxlan: require CAPNETADMIN in the device netns for changelink A tunnel changelink operates on at most two netns, devnetdev and the sticky underlay netns vxlan-net. They differ once the device is created in or moved to a netns oth...

8.8CVSS5.4AI score
SaveExploits0References8
OSV
OSV
added 2026/08/12 12:7 a.m.14 views

CVE-2026-68431 ksmbd: validate minimum PDU size for transform requests

In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate minimum PDU size for transform requests The receive path applies the minimum SMB2 PDU size check only when ProtocolId is SMB2PROTONUMBER. A packet carrying SMB2TRANSFORMPROTONUM bypasses the check even when the...

9.1CVSS5.4AI score
SaveExploits0References5
OSV
OSV
added 2026/08/12 12:7 a.m.4 views

CVE-2026-68430 drm/amdgpu/gfx8: drop unecessary BUG_ON()

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/gfx8: drop unecessary BUGON There's no need to crash the kernel for this case. cherry picked from commit 4d7c25208ca612b754f3bf39e9f16e725b828891...

5.3AI score
SaveExploits0References8
OSV
OSV
added 2026/08/12 12:7 a.m.10 views

CVE-2026-68429 drm/dp_mst: Handle torn-down topology gracefully in drm_dp_mst_topology_queue_probe()

In the Linux kernel, the following vulnerability has been resolved: drm/dpmst: Handle torn-down topology gracefully in drmdpmsttopologyqueueprobe A hotplug or link-loss event can tear down the MST topology setting mgr-mststate = false and mgr-mstprimary = NULL concurrently with a caller invoking...

5.4AI score
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/08/12 12:0 a.m.3 views

PT-2026-71342

Russh is a Rust SSH client & server library. Prior to 0.62.4, a malicious SSH server can crash a russh client session with a malformed KEX ECDH REPLY containing a server ephemeral value that is not 32 bytes long. The client-side Curve25519Kex::compute shared secret function in...

5.3CVSS5.3AI score0.00291EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/12 12:0 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-72718

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - goose is general-purpose AI agent that runs on your machine. Prior to 1.44.0, the goose review command runs the system git executable to gather the diff for...

7CVSS5.8AI score0.00134EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/08/12 12:0 a.m.4 views

FreeBSD : gitea -- Multiple vulnerabilities (f4af92f7-95ae-11f1-a6f7-b42e991fc52e)

The version of FreeBSD installed on the remote host is prior to tested version. It is, therefore, affected by multiple vulnerabilities as referenced in the f4af92f7-95ae-11f1-a6f7-b42e991fc52e advisory. Gitea reports This release addresses the following security vulnerabilities. Please upgrade as...

9.6AI score
SaveExploits8References5
Oracle linux
Oracle linux
added 2026/08/12 12:0 a.m.9 views

kernel security, bug fix, and enhancement update

6.12.0-211.34.1 - Add new Oracle Linux Driver Signing key 1 certificate Orabug: 37985782 - Disable UKI signing Orabug: 36571828 - Update Oracle Linux certificates Kevin Lyons - Disable signing for aarch64 Ilya Okomin - Oracle Linux RHCK Module Signing Key was added to the kernel trusted keys list...

9.8CVSS7AI score0.03234EPSS
SaveExploits5
Positive Technologies
Positive Technologies
added 2026/08/12 12:0 a.m.7 views

PT-2026-71145

Name of the Vulnerable Software and Affected Versions Semaphore UI versions prior to 2.18.17 Semaphore UI versions prior to 2.19.5-beta2 Description Improper handling of the git url variable allows a project Manager or Owner to execute arbitrary OS commands within the server process. This occurs...

9.9CVSS5.7AI score0.00448EPSS
SaveExploits0References9
Rows per page
Query Builder