Lucene search
+L

1743 matches found

Kitploit
Kitploit
added 2026/09/20 4:50 a.m.12 views

sandbox-runtime

Anthropic Sandbox Runtime srt A lightweight sandboxing tool for enforcing filesystem and network restrictions on arbitrary processes at the OS level, without requiring a container. srt uses native OS sandboxing primitives sandbox-exec on macOS, bubblewrap on Linux and proxy-based network filterin...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/19 6:41 p.m.23 views

fence

Fence wraps commands in a sandbox that blocks network access by default and restricts filesystem operations based on configurable rules. It's most useful for running semi-trusted code package installs, build scripts, CI jobs, unfamiliar repos with controlled side effects, and it can also compleme...

6.2AI score
SaveExploits0References10
OSV
OSV
added 2026/09/17 4:11 p.m.4 views

CVE-2026-93121 usb: gadget: f_fs: Fix fence cleanup in ffs_dmabuf_transfer() error paths

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: Fix fence cleanup in ffsdmabuftransfer error paths The error paths for endpoint-disabled ESHUTDOWN and request-allocation failure ENOMEM in ffsdmabuftransfer jump to errfenceput which calls dmafenceput on the...

7CVSS
SaveExploits0References7
OSV
OSV
added 2026/09/16 11:16 a.m.9 views

DEBIAN-CVE-2026-89813

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: force complete the KIQ ring fences on reset Like the MES scheduler ring, the KIQ ring sets noscheduler = true and uses a polling fence, so it is skipped by the force-completion loop in amdgpudevicepreasicreset. Its hw...

0.00189EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/16 11:16 a.m.5 views

CVE-2026-89812

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: force complete the MES ring fences on reset The MES scheduler ring has no drm scheduler noscheduler = true, so it is skipped by the force-completion loop in amdgpudevicepreasicreset. It uses a polling fence whose hw...

0.00189EPSS
SaveExploits0References2
NVD
NVD
added 2026/09/16 11:16 a.m.6 views

CVE-2026-89813

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: force complete the KIQ ring fences on reset Like the MES scheduler ring, the KIQ ring sets noscheduler = true and uses a polling fence, so it is skipped by the force-completion loop in amdgpudevicepreasicreset. Its hw...

0.00189EPSS
SaveExploits0References2
NVD
NVD
added 2026/09/16 11:16 a.m.5 views

CVE-2026-89803

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: unsubscribe the channel-kill event before the fence context nouveauchanneldel tears the fence context down first and only drops the channel-kill subscription later, in the middle of the nvif object teardown: if...

7.8CVSS0.00163EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/16 10:32 a.m.5 views

EUVD-2026-80576

In the Linux kernel, the following vulnerability has been resolved: accel/ethosu: fix job completion fence cleanup ethosuioctlsubmitjob allocates donefence before validating buffer handles. Errors after allocation call ethosujoberrcleanup, which frees the job but leaks the uninitialized fence. A...

5.8AI score0.00189EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/16 10:32 a.m.5 views

CVE-2026-89976 accel/ethosu: fix job completion fence cleanup

In the Linux kernel, the following vulnerability has been resolved: accel/ethosu: fix job completion fence cleanup ethosuioctlsubmitjob allocates donefence before validating buffer handles. Errors after allocation call ethosujoberrcleanup, which frees the job but leaks the uninitialized fence. A...

SaveExploits0References5
Cvelist
Cvelist
added 2026/09/16 10:32 a.m.32 views

CVE-2026-89941 iio: buffer: Make IIO DMA fence release RCU-safe

In the Linux kernel, the following vulnerability has been resolved: iio: buffer: Make IIO DMA fence release RCU-safe The dmafence documentation states that if a custom release implementation is provided, the dmafence object must be freed in an RCU-safe way. The current iiodmafence implementation...

7.8CVSS0.00159EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/16 10:32 a.m.5 views

CVE-2026-89941 iio: buffer: Make IIO DMA fence release RCU-safe

In the Linux kernel, the following vulnerability has been resolved: iio: buffer: Make IIO DMA fence release RCU-safe The dmafence documentation states that if a custom release implementation is provided, the dmafence object must be freed in an RCU-safe way. The current iiodmafence implementation...

7.8CVSS
SaveExploits0References7
CVE
CVE
added 2026/09/16 10:32 a.m.9 views

CVE-2026-89941

CVE-2026-89941 is a use-after-free vulnerability in the Linux kernel IIO buffer subsystem (iio: buffer). The iio_dma_fence implementation provided a custom release callback that called kfree(), which is not RCU-safe as required by the dma_fence documentation. The fix removes the custom release, a...

7.8CVSS5.8AI score0.00159EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/16 10:30 a.m.5 views

CVE-2026-89827 drm/amdgpu: avoid force-completing uninitialized UVD rings

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: avoid force-completing uninitialized UVD rings uvdv70swinit does not initialize the UVD decode ring for an SR-IOV VF. However, amdgpuuvdresume unconditionally force-completes the decode ring when restoring its fence...

SaveExploits0References5
EUVD
EUVD
added 2026/09/16 10:30 a.m.5 views

EUVD-2026-80427

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: avoid force-completing uninitialized UVD rings uvdv70swinit does not initialize the UVD decode ring for an SR-IOV VF. However, amdgpuuvdresume unconditionally force-completes the decode ring when restoring its fence...

5.8AI score0.00189EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/16 10:30 a.m.8 views

EUVD-2026-80413

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: force complete the KIQ ring fences on reset Like the MES scheduler ring, the KIQ ring sets noscheduler = true and uses a polling fence, so it is skipped by the force-completion loop in amdgpudevicepreasicreset. Its hw...

5.8AI score0.00189EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/16 10:30 a.m.24 views

CVE-2026-89813 drm/amdgpu: force complete the KIQ ring fences on reset

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: force complete the KIQ ring fences on reset Like the MES scheduler ring, the KIQ ring sets noscheduler = true and uses a polling fence, so it is skipped by the force-completion loop in amdgpudevicepreasicreset. Its hw...

0.00189EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/16 10:30 a.m.5 views

EUVD-2026-80412

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: force complete the MES ring fences on reset The MES scheduler ring has no drm scheduler noscheduler = true, so it is skipped by the force-completion loop in amdgpudevicepreasicreset. It uses a polling fence whose hw...

6AI score0.00189EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/16 10:30 a.m.10 views

CVE-2026-89812

This vulnerability affects the drm/amdgpu driver in the Linux kernel . The MES (Micro Engine Scheduler) scheduler ring uses no_scheduler = true, causing it to be skipped by the force-completion loop in amdgpu_device_pre_asic_reset(). Its polling fence hw value resides in wb (GTT) memory that surv...

6AI score0.00189EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/16 10:30 a.m.7 views

CVE-2026-89812 drm/amdgpu: force complete the MES ring fences on reset

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: force complete the MES ring fences on reset The MES scheduler ring has no drm scheduler noscheduler = true, so it is skipped by the force-completion loop in amdgpudevicepreasicreset. It uses a polling fence whose hw...

SaveExploits0References5
Cvelist
Cvelist
added 2026/09/16 10:30 a.m.23 views

CVE-2026-89803 drm/nouveau: unsubscribe the channel-kill event before the fence context

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: unsubscribe the channel-kill event before the fence context nouveauchanneldel tears the fence context down first and only drops the channel-kill subscription later, in the middle of the nvif object teardown: if...

7.8CVSS0.00163EPSS
SaveExploits0References4
Rows per page
Query Builder