Lucene search
+L

31217 matches found

EUVD
EUVD
added 2026/08/10 11:59 a.m.7 views

EUVD-2026-55286

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Move jumplabelinit before parseearlyparam When enabling both CONFIGMEMALLOCPROFILING=y and CONFIGMEMALLOCPROFILINGENABLEDBYDEFAULT=y, then diabling memory profiling by adding the boot parameter 'sysctl.vm.memprofiling=...

5.3AI score0.002EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/10 11:59 a.m.34 views

CVE-2026-68185

CVE-2026-68185 (LoongArch, Linux kernel): A boot-time failure occurs when CONFIG_MEM_ALLOC_PROFILING=y and CONFIG_MEM_ALLOC_PROFILING_ENABLED_BY_DEFAULT=y because jump_label_init() is invoked after parse_early_param(), allowing early-param handlers to modify static keys. The fix moves jump_label_...

5.3AI score0.002EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/10 11:59 a.m.31 views

CVE-2026-68179 misc: nsm: only unlock nsm_dev on post-lock error paths

In the Linux kernel, the following vulnerability has been resolved: misc: nsm: only unlock nsmdev on post-lock error paths nsmdevioctl jumps to the common out label even when the initial copyfromuser fails before nsm-lock has been taken. The error path then blindly unlocks a mutex that was never...

8.4CVSS0.00182EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/10 11:59 a.m.6 views

EUVD-2026-55280

In the Linux kernel, the following vulnerability has been resolved: misc: nsm: only unlock nsmdev on post-lock error paths nsmdevioctl jumps to the common out label even when the initial copyfromuser fails before nsm-lock has been taken. The error path then blindly unlocks a mutex that was never...

5.3AI score0.00182EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/10 11:59 a.m.35 views

CVE-2026-68179

CVE-2026-68179 affects the Linux kernel NSM: nsm_dev_ioctl() may unlock a mutex that was never acquired when pre-lock copy_from_user() fails, risking a local DoS. A patch changes control flow to return immediately on pre-lock failures and to keep the unlock path for post-lock errors only. The vul...

8.4CVSS5.3AI score0.00182EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/10 11:59 a.m.35 views

CVE-2026-68176

The CVE-2026-68176 entry concerns the Linux kernel tracing subsystem (mmiotrace) where a NULL dereference could occur if mmio_pipe_open() fails to locate a PCI device and hiter->dev is NULL. The read() path previously dereferenced hiter->dev without verifying it; the fix adds a check for hi...

5.3AI score0.002EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/10 11:59 a.m.7 views

EUVD-2026-55523

In the Linux kernel, the following vulnerability has been resolved: net/afiucv: fix NULL deref in afiucvhscallbacksyn afiucvhscallbacksyn allocates the child socket with GFPATOMIC. If the allocation fails, nsk is NULL. The connection-refused path is entered when the listen state check fails, the...

5.3AI score0.00466EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 11:58 a.m.35 views

CVE-2026-68135

The CVE-2026-68135 entry concerns the Linux kernel NIC driver hip04, where build_skb() failures in hip04_rx_poll() could bypass the release of the current RX buffer and its DMA mapping, causing resource leaks when a replacement buffer is installed. The fix keeps the current slot intact and return...

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

CVE-2026-68135 net: hip04: fix RX buffer leak on build_skb failure

In the Linux kernel, the following vulnerability has been resolved: net: hip04: fix RX buffer leak on buildskb failure When buildskb fails in hip04rxpoll, the driver jumps to the refill path without releasing the current RX buffer and its DMA mapping. Installing a replacement buffer then overwrit...

0.00175EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/10 11:58 a.m.5 views

EUVD-2026-55516

In the Linux kernel, the following vulnerability has been resolved: net: hip04: fix RX buffer leak on buildskb failure When buildskb fails in hip04rxpoll, the driver jumps to the refill path without releasing the current RX buffer and its DMA mapping. Installing a replacement buffer then overwrit...

5.5AI score0.00175EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/10 11:58 a.m.12 views

CVE-2026-68129 gve: fix Rx queue stall on alloc failure

In the Linux kernel, the following vulnerability has been resolved: gve: fix Rx queue stall on alloc failure When the system is under extreme memory pressure, page allocations can fail during the Rx buffer refill loop. If the number of buffers posted to hardware falls below a critical low thresho...

7.5CVSS5.6AI score
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/10 11:58 a.m.31 views

CVE-2026-68129 gve: fix Rx queue stall on alloc failure

In the Linux kernel, the following vulnerability has been resolved: gve: fix Rx queue stall on alloc failure When the system is under extreme memory pressure, page allocations can fail during the Rx buffer refill loop. If the number of buffers posted to hardware falls below a critical low thresho...

7.5CVSS0.00466EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/10 11:58 a.m.32 views

CVE-2026-68122 ovpn: fix peer refcount leak in TCP error paths

In the Linux kernel, the following vulnerability has been resolved: ovpn: fix peer refcount leak in TCP error paths When either the TCP RX or TX error path calls ovpnpeerhold followed by schedulework&peer-tcp.deferdelwork, and the work item is already pending from the other path, schedulework...

0.00173EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/10 11:58 a.m.9 views

EUVD-2026-55497

In the Linux kernel, the following vulnerability has been resolved: vxlan: mdb: Fix source list corruption on a failed replace When replacing the source list of an MDB remote entry, all existing sources are first marked for deletion and vxlanmdbremotesrcsadd is then called to add the new source...

5.7AI score0.00121EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/08/10 11:58 a.m.3 views

CVE-2026-68105

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix kernel panic during driver load failure Avoid kernel panic if MES init fails during driver load. The KIQ ring is falsely marked as ready as ASICs that use MES, KIQ is owned by MES. BUG: kernel NULL pointer...

5.3AI score0.00155EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2026/08/10 11:58 a.m.10 views

EUVD-2026-55486

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix kernel panic during driver load failure Avoid kernel panic if MES init fails during driver load. The KIQ ring is falsely marked as ready as ASICs that use MES, KIQ is owned by MES. BUG: kernel NULL pointer...

5.2AI score0.00155EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/10 11:58 a.m.46 views

CVE-2026-68105

Technical details about CVE-2026-68105 are not provided in the connected documents. No product/version/impact data is available here; monitor for updates.

5.3AI score0.00155EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/10 11:51 a.m.8 views

EUVD-2026-55272

In the Linux kernel, the following vulnerability has been resolved: HID: wacom: stop hardware after post-start probe failures wacomparseandregister starts HID hardware before registering inputs and initializing pad LEDs/remotes. Those later steps can fail, but their error paths currently release...

5.3AI score0.00266EPSS
SaveExploits0References8
SUSE Linux
SUSE Linux
added 2026/08/10 11:19 a.m.6 views

Security update for python-ujson

This update for python-ujson fixes the following issue: CVE-2026-44660: memory leak in ujson.dump on write failure can lead to DoS bsc1270301. Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST onlineupdate or "zypper patch". Alternatively you...

8.7CVSS7.5AI score0.00421EPSS
SaveExploits1References4
IBM Security Bulletins
IBM Security Bulletins
added 2026/08/10 9:31 a.m.7 views

Security Bulletin:Vulnerability in BIND 9 affects IBM Netezza Appliance

Summary The BIND 9 package is used by IBM Netezza Appliance. IBM Netezza Appliance has addressed the applicable CVE CVE-2026-5946 Vulnerability Details CVEID:CVE-2026-5946 DESCRIPTION: Multiple flaws have been identified in named related to the handling of DNS messages whose CLASS is not Internet...

7.5CVSS7.3AI score0.01874EPSS
SaveExploits0Affected Software1
Rows per page
Query Builder