Lucene search
+L

228781 matches found

Debian CVE
Debian CVE
added 2026/08/10 12:02 p.m.8 views

CVE-2026-68289

In the Linux kernel, the following vulnerability has been resolved: tipc: fix integer overflow in tipcrecvmsg and tipcrecvstream In tipcrecvmsg, the copy length is computed as: copy = mintint, dlen - offset, buflen; buflen is sizet but mintint, ... casts it to int. When buflen exceeds INTMAX e.g...

5.3AI score0.00162EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/10 12:01 p.m.8 views

EUVD-2026-55366

In the Linux kernel, the following vulnerability has been resolved: drm/xe/vm: Fix BO prefetch with CONSULTMEMADVISEPREFLOC When prefetch region is DRMXECONSULTMEMADVISEPREFLOC for a BO VMA, the code used it as an index into regiontomemtype, causing an out-of-bounds access since the value is -1...

5.4AI score0.00129EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/10 12:01 p.m.27 views

CVE-2026-68265

CVE-2026-68265 affects the Linux kernel, specifically the drm/xe/vm path. The issue arises when prefetching a BO VMA in the region DRM_XE_CONSULT_MEM_ADVISE_PREF_LOC, where the code uses the value as an index into region_to_mem_type[], causing an out-of-bounds access (value is -1). The remediatio...

7.3CVSS5.4AI score0.00129EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/10 12:01 p.m.35 views

CVE-2026-68265 drm/xe/vm: Fix BO prefetch with CONSULT_MEM_ADVISE_PREF_LOC

In the Linux kernel, the following vulnerability has been resolved: drm/xe/vm: Fix BO prefetch with CONSULTMEMADVISEPREFLOC When prefetch region is DRMXECONSULTMEMADVISEPREFLOC for a BO VMA, the code used it as an index into regiontomemtype, causing an out-of-bounds access since the value is -1...

7.3CVSS0.00129EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/08/10 12:00 p.m.10 views

CVE-2026-68218

In the Linux kernel, the following vulnerability has been resolved: media: pci: dm1105: Free allocated workqueue Destroy allocated workqueue in remove callback to free its resources, thus fixing memory leak...

5.2AI score0.0022EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/10 11:59 a.m.31 views

CVE-2026-68169 mptcp: pm: userspace: fix use-after-free in get_local_id

In the Linux kernel, the following vulnerability has been resolved: mptcp: pm: userspace: fix use-after-free in getlocalid In mptcppmuserspacegetlocalid, the address entry is looked up under spinlock, but its id is read after dropping the lock. A concurrent deletion can free the entry between the...

0.002EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 11:59 a.m.34 views

CVE-2026-68169

The CVE-2026-68169 entry documents a race in Linux kernel mptcp_pm_userspace_get_local_id() where an address entry is looked up under a spinlock but its id is read after the lock is released, allowing a concurrent delete to free the entry and cause a use-after-free. Concrete details show the issu...

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

EUVD-2026-55555

In the Linux kernel, the following vulnerability has been resolved: mptcp: pm: userspace: fix use-after-free in getlocalid In mptcppmuserspacegetlocalid, the address entry is looked up under spinlock, but its id is read after dropping the lock. A concurrent deletion can free the entry between the...

5.4AI score0.002EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/08/10 11:59 a.m.10 views

CVE-2026-68163

In the Linux kernel, the following vulnerability has been resolved: mm/pagevmamapped: fix device-private PMD handling Commit 65edfda6f3f2 "mm/rmap: extend rmap and migration support device-private entries" introduced the concept of device-private PMD entries, but did not correctly update the rmap...

7.8CVSS5.3AI score0.00165EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 11:59 a.m.20 views

CVE-2026-68160

In the Linux kernel, the following vulnerability has been resolved: ceph: fix pre-auth out-of-bounds read on snaptrace in cephhandlecaps cephhandlecaps reads snaptracelen from the wire-format cephmdscaps header and uses it unconditionally to build a fake end pointer snaptrace + snaptracelen that ...

9.8CVSS5.5AI score0.00761EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 11:59 a.m.8 views

CVE-2026-68144

In the Linux kernel, the following vulnerability has been resolved: phonet: pep: fix use-after-free in pepgetsb pepgetsb doesn't consider that pskbmaypull might have relocated the skb data, and continue to access the older pointer, causing UAF. Reproduced under KASAN: BUG: KASAN:...

9.8CVSS5.5AI score0.00543EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 11:58 a.m.8 views

CVE-2026-68117

In the Linux kernel, the following vulnerability has been resolved: tipc: clear sock-sk on the failed-insert path in tipcskcreate When tipcskcreate fails to insert the new socket tipcskinsert returns non-zero, its error path frees the sk with skfree but leaves sock-sk pointing at the freed object...

9.8CVSS5.3AI score0.00531EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 11:58 a.m.8 views

CVE-2026-68113

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/gfx12: replace BUGON with WARNON There's no need to crash the kernel for these cases. cherry picked from commit f952076f76d62f783e8ba4995a7c400d39354ccf...

5.2AI score0.00168EPSS
SaveExploits0
CVE
CVE
added 2026/08/10 11:58 a.m.40 views

CVE-2026-68094

CVE-2026-68094 affects the Linux kernel’s scheduler extension logic for dispatching tasks to a local dis-queued service queue (DSQ). The vulnerability arises when dispatch_to_local_dsq() executes from scx_bpf_dsq_move_to_local() while ops.dispatch() has recorded the current rq, potentially switch...

5.3AI score0.00155EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/10 11:58 a.m.26 views

CVE-2026-68094 sched_ext: Preserve rq tracking across local DSQ dispatch

In the Linux kernel, the following vulnerability has been resolved: schedext: Preserve rq tracking across local DSQ dispatch dispatchtolocaldsq can run from scxbpfdsqmovetolocal while ops.dispatch has recorded the current rq. Moving a task to a local DSQ may switch to the source or destination rq...

0.00155EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/10 11:58 a.m.9 views

EUVD-2026-55475

In the Linux kernel, the following vulnerability has been resolved: schedext: Preserve rq tracking across local DSQ dispatch dispatchtolocaldsq can run from scxbpfdsqmovetolocal while ops.dispatch has recorded the current rq. Moving a task to a local DSQ may switch to the source or destination rq...

5.3AI score0.00155EPSS
SaveExploits0References2
OSSF Malicious Packages
OSSF Malicious Packages
added 2026/08/10 11:53 a.m.37 views

Malicious code in env-local (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 7faefbcd9110b5e08b469d72d6541875ba4e2702c4490d1a24c37b313160f86b env-local presents itself as a dotenv-compatible.env loader README, keywords, and API mirror motdotla/dotenv, but lib/main.js unconditionally require...

5.4AI score
SaveExploits0References2
OSV
OSV
added 2026/08/10 11:53 a.m.16 views

MAL-2026-13694 Malicious code in env-local (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 7faefbcd9110b5e08b469d72d6541875ba4e2702c4490d1a24c37b313160f86b env-local presents itself as a dotenv-compatible.env loader README, keywords, and API mirror motdotla/dotenv, but lib/main.js unconditionally require...

5.4AI score
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/10 11:51 a.m.8 views

CVE-2026-68084

In the Linux kernel, the following vulnerability has been resolved: staging: vmeuser: fix location monitor leak in tsi148 bridge tsi148probe allocates a location monitor resource and links it into tsi148bridge-lmresources. The probe error path frees this list, but tsi148remove only frees the dma,...

5.2AI score0.00172EPSS
SaveExploits0
NVD
NVD
added 2026/08/10 11:17 a.m.9 views

CVE-2026-72591

A server-side request forgery SSRF vulnerability in gabehf/Koito through v0.3.2 allows an authenticated user to make the server perform HTTP requests to arbitrary internal or external hosts by supplying a crafted imageurl value in the PATCH /apis/web/v1/album/id/image endpoint...

7.7CVSS0.0027EPSS
SaveExploits0References1
Rows per page
Query Builder