Lucene search
+L

10235 matches found

CVE
CVE
added 2026/08/11 12:17 p.m.27 views

CVE-2026-72749

Technical details about CVE-2026-72749 are not publicly available in the provided documents. Monitor for updates.

7.1CVSS5.4AI score0.00308EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/08/11 12:0 a.m.4 views

PT-2026-70248

Name of the Vulnerable Software and Affected Versions Vim versions prior to 9.2.0846 Description The set sofo function in src/spellfile.c reuses the sl sal first array without resetting values previously set by set sal first. A specially crafted spell file containing an SN SAL section before an S...

8.5CVSS5.4AI score0.00125EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/08/11 12:0 a.m.3 views

PT-2026-70848

An issue in MongoDB Server's intra-cluster connection setup could allow a party with suitable network access to influence which authentication mechanism is used when one replica set member connects to another. Under certain conditions, this could cause the cluster's shared internal credential to ...

9CVSS5.3AI score0.00231EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/10 1:20 p.m.6 views

CVE-2026-68367

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ftcm: synchronize delayed setalt with teardown The ftcm setalt path defers endpoint setup to a work item and completes the delayed status response from process context. The delayed work uses ftcm private state and ma...

0.00175EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/10 1:20 p.m.13 views

CVE-2026-68297

In the Linux kernel, the following vulnerability has been resolved: tipc: fix u16 MTU truncation in media and bearer MTU validation Both TIPCNLMEDIASET and TIPCNLBEARERSET accept user-supplied MTU values but only enforce a minimum bound, not a maximum. When a user sets the MTU to a value exceedin...

7.8CVSS0.00128EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/10 1:20 p.m.11 views

CVE-2026-68262

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Fix user array stride in pvrsetuobjarray pvrsetuobjarray copies an array of kernel objects to a userspace array whose element size is described by out-stride. When out-stride is different from the kernel object...

7.1CVSS0.00131EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/10 1:20 p.m.5 views

CVE-2026-68188

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: Fix session UAF in settermios rfcommttysettermios tests dlc-session without rfcommmutex and later passes the pointer to rfcommsendrpn. The latter dereferences both session-initiator and session-sock. Meanwhile,...

0.002EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/10 1:20 p.m.8 views

CVE-2026-68164

In the Linux kernel, the following vulnerability has been resolved: mm/damon/core: disallow overlapping input ranges for damonsetregions damonsetregions assumes the input ranges are sorted by the address and don't overlap each other. Hence the assumption was initially to be explicitly validated...

0.00209EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/10 1:20 p.m.7 views

CVE-2026-68165

In the Linux kernel, the following vulnerability has been resolved: mm/damon/core: validate ranges in damonsetregions DAMON core logic assumes zero length regions don't exist. However, a few DAMON API callers including DAMONSYSFS, DAMONRECLAIM and DAMONLRUSORT allow users to set empty monitoring...

0.002EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/10 1:19 p.m.5 views

CVE-2026-68100

In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate numsubauth when copying ACE in setntacldacl setntacldacl copies each ACE from the attacker-controlled stored security descriptor verbatim into the response DACL without checking sid.numsubauth. The ACE bytes...

8.1CVSS0.00403EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/10 12:3 p.m.7 views

EUVD-2026-55468

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ftcm: synchronize delayed setalt with teardown The ftcm setalt path defers endpoint setup to a work item and completes the delayed status response from process context. The delayed work uses ftcm private state and ma...

5.3AI score0.00175EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 12:3 p.m.33 views

CVE-2026-68367

The CVE-2026-68367 entry covers the Linux kernel USB gadget driver f_tcm, where the set_alt path defers endpoint setup to a worker and may complete the delayed status after disconnect or teardown. The vulnerability arises from using private f_tcm state in a delayed_work, creating a race between t...

5.3AI score0.00175EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/10 12:3 p.m.31 views

CVE-2026-68338 net/packet: avoid fanout hook re-registration after unregister

In the Linux kernel, the following vulnerability has been resolved: net/packet: avoid fanout hook re-registration after unregister packetsetring temporarily detaches a socket from packet delivery while reconfiguring its ring. It records the previous running state, clears po-num, unregisters the...

7.8CVSS0.00175EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 12:2 p.m.25 views

CVE-2026-68297

The CVE-2026-68297 issue affects the Linux kernel TIPC module: user-supplied MTU values above U16_MAX (65535) are not bounded, causing truncation when stored in u16 fields and leading to division-by-zero in tipc_link_set_queue_limits, triggering a crash/DoS via local user namespaces. Two paths (T...

7.8CVSS5.3AI score0.00128EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/10 12:1 p.m.34 views

CVE-2026-68262 drm/imagination: Fix user array stride in pvr_set_uobj_array()

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Fix user array stride in pvrsetuobjarray pvrsetuobjarray copies an array of kernel objects to a userspace array whose element size is described by out-stride. When out-stride is different from the kernel object...

7.1CVSS0.00131EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/10 12:1 p.m.34 views

CVE-2026-68239

CVE-2026-68239 affects the Linux kernel DRM TTM code, specifically the ttm_pool_backup path. The issue arises because ttm_pool_backup could encounter NULL or backup handle entries (ttm_backup_page_ptr_is_handle()) which were not safely guarded for set_pages_array_wb() and could be freed erroneous...

5.3AI score0.00166EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/10 12:1 p.m.32 views

CVE-2026-68235

The CVE refers to drm/amd/display (dce100) in the Linux kernel. Root cause: when assigning a stream encoder for a second DisplayPort MST stream on DCE8-class ASICs, if the preferred digital encoder is already acquired, the code can fall back to an analog DAC encoder whose funcs table lacks DP hoo...

5.4AI score0.00209EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/10 12:1 p.m.31 views

CVE-2026-68235 drm/amd/display: dce100: skip non-DP stream encoders for DP MST

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: dce100: skip non-DP stream encoders for DP MST On DCE8-class ASICs e.g. Bonaire, the resource pool contains digital DIG stream encoders plus one analog DAC encoder. When assigning a stream encoder for a second...

0.00209EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/10 12:0 p.m.29 views

CVE-2026-68188 Bluetooth: RFCOMM: Fix session UAF in set_termios

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: Fix session UAF in settermios rfcommttysettermios tests dlc-session without rfcommmutex and later passes the pointer to rfcommsendrpn. The latter dereferences both session-initiator and session-sock. Meanwhile,...

0.002EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 12:0 p.m.35 views

CVE-2026-68188

CVE-2026-68188 : In the Linux kernel Bluetooth RFCOMM path, a race caused use-after-free in rfcomm_send_rpn when rfcomm_tty_set_termios tests dlc->session without holding rfcomm_mutex and the DLC/session is freed by krfcommd. The fix adds rfcomm_dlc_send_rpn() that holds rfcomm_mutex while ver...

5.4AI score0.002EPSS
SaveExploits0References5
Rows per page
Query Builder