Lucene search
+L

265788 matches found

Kitploit
Kitploit
added 2026/09/16 11:57 a.m.157 views

tcconfig

.. contents:: tcconfig :backlinks: top :depth: 2 Summary tcconfig is a tc command wrapper. Make it easy to set up traffic control of network bandwidth/latency/packet-loss/packet-corruption/etc. to a network-interface/Docker-containerveth. |PyPI pkg ver| |Supported Python ver| |CI status| |CodeQL|...

5.5AI score
SaveExploits0References4
BDU FSTEC
BDU FSTEC
added 2026/09/16 11:41 a.m.59 views

The vulnerabilities in the net/bluetooth/eir.c and net/bluetooth/mgmt.c modules of Linux kernel allow a hacker to cause a service failure.

The vulnerability in the net/bluetooth/eir.c and net/bluetooth/mgmt.c modules of Linux kernel systems relates to the execution of operations beyond the buffer boundaries in memory. Exploiting this vulnerability can allow an attacker to cause a system failure...

7CVSS6.1AI score0.0014EPSS
SaveExploits0References5Affected Software2
Kitploit
Kitploit
added 2026/09/16 11:38 a.m.15 views

linux-kernel-exploits

linux-kernel-exploits Introduction linux-kernel-exploits Vulnerability List CVE Description Kernels CVE–2018–18955 mapwrite in kernel/usernamespace.c allows privilege escalation Linux kernel 4.15.x through 4.19.x before 4.19.2 CVE–2018–1000001 glibc glibc 2.6.22 released in 2007 CVE-2016-2384 a...

10CVSS7.2AI score0.99448EPSS
SaveExploits399References62
Kitploit
Kitploit
added 2026/09/16 10:35 a.m.11 views

COPY-FAIL

Copy Fail -- CVE-2026-31431 Hardened C implementation for redteam and authorized penetration testing operations. ⚠️ Legal Notice: This tool is intended solely for authorized security research, authorized penetration testing, and defensive analysis. Use on systems you own or have explicit written...

7.8CVSS6.8AI score0.99907EPSS
SaveExploits242References2
CVE
CVE
added 2026/09/16 10:33 a.m.7 views

CVE-2026-90049

CVE-2026-90049 affects the Linux kernel in the skb_zerocopy() function (net/skbuff). When skb_orphan_frags() fails, the helper calls skb_tx_error() on the source skb it does not own, prematurely completing the zerocopy uarg and clearing the SKBFL_SHARED_FRAG page-ownership flag. On Open vSwitch's...

5.8AI score
SaveExploits0References8
EUVD
EUVD
added 2026/09/16 10:33 a.m.2 views

EUVD-2026-80657

In the Linux kernel, the following vulnerability has been resolved: net: skbuff: don't skbtxerror the source skb in skbzerocopy skbzerocopy copies frags from @from into @to. On an skborphanfrags failure it calls skbtxerror@from, a destructive operation on the source skb the copy helper does not...

5.8AI score
SaveExploits0References8
EUVD
EUVD
added 2026/09/16 10:33 a.m.4 views

EUVD-2026-80656

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: fix slab-out-of-bounds write in nicreateattrlist nicreateattrlist allocates a fixed buffer of alalignedrecordsize == recordsize bytes and then walks every attribute of the primary MFT record, writing one ATTRLISTENTRY p...

6.5AI score
SaveExploits0References5
EUVD
EUVD
added 2026/09/16 10:33 a.m.3 views

EUVD-2026-80655

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Don't hand out the flat CCS storage as usable VRAM getflatccsoffset reads the base of the flat CCS storage from the hardware, scales it by the number of enabled L3 nodes, and rounds the result up to 128K. Everything below...

6AI score
SaveExploits0References3
CVE
CVE
added 2026/09/16 10:33 a.m.6 views

CVE-2026-90046

CVE-2026-90046 affects the Linux kernel's mm/page_alloc subsystem. The root cause is an unsafe use of spin_trylock() in an NMI context on uniprocessor (UP) builds, specifically on the free path of free_pages_nolock() . A prior commit fixed the alloc side but missed this free-side case. If BPF pro...

5.8AI score
SaveExploits0References3
CVE
CVE
added 2026/09/16 10:33 a.m.6 views

CVE-2026-90047

CVE-2026-90047 affects the Linux kernel DRM/XE driver (Intel GPU). The function get_flat_ccs_offset() computes the boundary of flat CCS (compression) storage and rounds it up to 128 KiB instead of rounding down to the allocator's page size. This publishes a small region of CCS-owned memory into t...

6AI score
SaveExploits0References3
EUVD
EUVD
added 2026/09/16 10:33 a.m.5 views

EUVD-2026-80654

In the Linux kernel, the following vulnerability has been resolved: mm/pagealloc: don't spintrylock in NMI on UP Patch series "mm/pagealloc: fixes for freepagesnolock on RT/UP". Pre-existing bugs found by Sashiko during review of this other series:...

5.8AI score
SaveExploits0References3
EUVD
EUVD
added 2026/09/16 10:33 a.m.4 views

EUVD-2026-80653

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: ffs: fix mm lifetime handling iodata stores a pointer to the submitting task's mmstruct, but does not currently hold a reference to it while async requests are pending. This can result in a use-after-free if the task...

6.2AI score
SaveExploits0References3
CVE
CVE
added 2026/09/16 10:33 a.m.5 views

CVE-2026-90045

CVE-2026-90045 affects the Linux kernel USB gadget ffs (FunctionFS) subsystem. The root cause is that io_data stores a pointer to the submitting task's mm_struct without holding a reference while asynchronous requests remain pending. If the task exits before completion handling finishes, this res...

6.2AI score
SaveExploits0References3
CVE
CVE
added 2026/09/16 10:33 a.m.5 views

CVE-2026-90044

CVE-2026-90044 is a Use-After-Free vulnerability in the Linux kernel USB gadget FunctionFS (f_fs) subsystem. In ffs_epfile_write_iter() and ffs_epfile_read_iter(), when ffs_epfile_io() fails with an error other than -EIOCBQUEUED, the io_data structure is freed while the kiocb cancel function rema...

5.7AI score
SaveExploits0References3
EUVD
EUVD
added 2026/09/16 10:33 a.m.3 views

EUVD-2026-80652

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: Fix Use-After-Free in AIO error path In ffsepfilewriteiter and ffsepfilereaditer, when ffsepfileio fails with an error other than -EIOCBQUEUED, the iodata structure p is freed. However, for AIO operations, the...

5.7AI score
SaveExploits0References3
CVE
CVE
added 2026/09/16 10:33 a.m.5 views

CVE-2026-90042

CVE-2026-90042 affects the Ceph filesystem client in the Linux kernel. The fscrypt subsystem's scatterlist crypto API requires buffers to reside in the linear mapping region, but the Ceph messenger client uses kvmalloc() , which can return vmalloc()-allocated buffers under memory fragmentation. C...

5.9AI score
SaveExploits0References3
EUVD
EUVD
added 2026/09/16 10:33 a.m.4 views

EUVD-2026-80649

In the Linux kernel, the following vulnerability has been resolved: HID: sony: clean up device list on probe failure sonyinputconfigured adds some controllers to sonydevicelist before HID core registers their input devices. inputregisterdevice can fail after the callback returns successfully...

5.8AI score
SaveExploits0References3
CVE
CVE
added 2026/09/16 10:33 a.m.7 views

CVE-2026-90039

This Linux kernel vulnerability affects the NFSD subsystem. Writing to /proc/fs/nfsd/unlock_filesystem or sending the NFSD_CMD_UNLOCK_FILESYSTEM/NFSD_CMD_UNLOCK_EXPORT netlink commands walks NFSv4 client hash tables, but the existing guard (nn->nfsd_serv) is set before nn->conf_id_hashtbl i...

5.7AI score
SaveExploits0References3
EUVD
EUVD
added 2026/09/16 10:33 a.m.3 views

EUVD-2026-80648

In the Linux kernel, the following vulnerability has been resolved: KVM: SEV: Forcefully invalidate SNP VMSA if its backing gmem page is zapped Wire up a gmeminvalidaterange call for SNP VMs, and use it to force vCPUs to reload/recheck their guest-provided VMSA if the backing gmem page is being...

5.8AI score
SaveExploits0References2
EUVD
EUVD
added 2026/09/16 10:33 a.m.3 views

EUVD-2026-80646

In the Linux kernel, the following vulnerability has been resolved: NFSD: Prevent client use-after-free during export state revocation nfsd4revokeexportstates has the same use-after-free as nfsd4revokestates: it drops nn-clientlock across revokeonestid and the following read of clp-clminorversion...

6.2AI score
SaveExploits0References2
Rows per page
Query Builder