Lucene search
+L

97 matches found

Kitploit
Kitploit
added 2026/09/16 8:07 a.m.8 views

exploit_linux_kernel4.13

This repo contains an old poc that combines three CVEs CVE-2017-14954, CVE-2017-18344, CVE-2017-5123. The poc is a Local Privilege Escalation for Linux Kernel 4.13 tested on Ubuntu. The exploit uses an info leak CVE-2017-14954 to bypass KASLR, an arbitrary read CVE-2017-18344 to read the kernel...

8.8CVSS6.7AI score0.03714EPSS
SaveExploits20
Kitploit
Kitploit
added 2026/09/15 10:13 p.m.9 views

CVE-2017-5123

CVE-2017-5123 PoC CVE-2017-5123 - LPE - Bypassing SMEP/SMAP. No KASLR The waitid implementation in upstream kernels did not restrict the target destination to copy information results. This can allow local users to write to otherwise protected kernel memory, which can lead to privilege escalation...

8.8CVSS6.9AI score0.03714EPSS
SaveExploits12References8
Kitploit
Kitploit
added 2026/09/15 7:54 p.m.10 views

CVE-2017-5123

CVE-2017-5123 Bug overview The waitid system call in the Linux kernel did not validate the destination address used. This could allow a local user to write to kernel memory, potentially leading to privilege escalation on the device or sandbox escape. Vulnerability description Vulnerability...

8.8CVSS7AI score0.03714EPSS
SaveExploits12References1
Kitploit
Kitploit
added 2026/09/15 4:44 p.m.8 views

CVE-2017-5123

CVE-2017-5123 Linux privilege escalation exploiting waitid syscall. The exploit is brought to you by @XeR0x2A and @chaignc from HexpressoTeam for educational purposes only. The bug was introduced the 2017-05-21 and fixed 2017-10-09, 4.14.0-rc4+ is known vulnerable. asciicast If you have a...

8.8CVSS7.1AI score0.03714EPSS
SaveExploits12References1
Kitploit
Kitploit
added 2026/09/15 2:25 p.m.9 views

CVE-2017-16994

/ disablemapminadd.c / / / include include include include include include include / offsets might differ, kernel was custom compiled you can read vmlinux and caculate the offset when testing / / define OFFSETKERNELBASE 0x000000 / define MMAPMINADDR 0x1101de8 define DACMMAPMINADDR 0xe8e810 / get...

5.5CVSS6.5AI score0.02084EPSS
SaveExploits8
OSV
OSV
added 2026/09/14 12:00 a.m.2 views

UBUNTU-CVE-2026-81010

In the Linux kernel, the following vulnerability has been resolved: iouring/waitid: honor taskwork cancellation iowaitidcb may run through the fallback taskwork path when taskworkadd can no longer queue work to the originating task. The fallback runs from a kworker and iouring marks such task wor...

7.8CVSS6AI score0.00134EPSS
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/12 3:12 p.m.10 views

CVE-2017-5123

README Note : The code in this repo is to demo the isolation of secure pod sandbox technologies such as kata containers and does not intend to attack any platforms. How to re-produce Get linux kernel 4.13.0 patch 0001-CVE-2017-5123-help-to-make-attack-safely.patch Build Linux kernel with config...

8.8CVSS6.9AI score0.03714EPSS
SaveExploits12
Tenable Nessus
Tenable Nessus
added 2026/09/12 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2026-81010

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - iouring/waitid: honor taskwork cancellation iowaitidcb may run through the fallback taskwork path when taskworkadd can no longer queue work to the originating...

7.8CVSS5.8AI score0.00134EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/09/11 9:03 p.m.8 views

CVE-2026-81010

A flaw was found in the Linux kernel's iouring/waitid component. The iowaitidcb function, when running from a kernel worker, fails to properly acknowledge task work cancellation. This oversight causes the dowait function to execute within an incorrect task context, which is critical as waitid...

7.8CVSS5.9AI score0.00134EPSS
SaveExploits0References4
NVD
NVD
added 2026/09/11 8:19 p.m.8 views

CVE-2026-81010

In the Linux kernel, the following vulnerability has been resolved: iouring/waitid: honor taskwork cancellation iowaitidcb may run through the fallback taskwork path when taskworkadd can no longer queue work to the originating task. The fallback runs from a kworker and iouring marks such task wor...

7.8CVSS0.00134EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/11 8:19 p.m.7 views

DEBIAN-CVE-2026-81010

In the Linux kernel, the following vulnerability has been resolved: iouring/waitid: honor taskwork cancellation iowaitidcb may run through the fallback taskwork path when taskworkadd can no longer queue work to the originating task. The fallback runs from a kworker and iouring marks such task wor...

7.8CVSS6AI score0.00134EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/09/11 8:19 p.m.4 views

CVE-2026-81010

In the Linux kernel, the following vulnerability has been resolved: iouring/waitid: honor taskwork cancellation iowaitidcb may run through the fallback taskwork path when taskworkadd can no longer queue work to the originating task. The fallback runs from a kworker and iouring marks such task wor...

7.8CVSS5.9AI score0.00134EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:43 p.m.16 views

CVE-2026-81010

CVE-2026-81010 affects the Linux kernel's io_uring/waitid component. The function io_waitid_cb() fails to honor the tw.cancel flag when executed via the fallback task_work path from a kworker, causing __do_wait() to run in the wrong task context. Because waitid is task-context dependent, child lo...

7.8CVSS5.9AI score0.00134EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/11 7:43 p.m.27 views

CVE-2026-81010 io_uring/waitid: honor task_work cancellation

In the Linux kernel, the following vulnerability has been resolved: iouring/waitid: honor taskwork cancellation iowaitidcb may run through the fallback taskwork path when taskworkadd can no longer queue work to the originating task. The fallback runs from a kworker and iouring marks such task wor...

7.8CVSS0.00134EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/11 7:43 p.m.7 views

EUVD-2026-76333

In the Linux kernel, the following vulnerability has been resolved: iouring/waitid: honor taskwork cancellation iowaitidcb may run through the fallback taskwork path when taskworkadd can no longer queue work to the originating task. The fallback runs from a kworker and iouring marks such task wor...

5.9AI score0.00134EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/09/11 7:43 p.m.9 views

CVE-2026-81010

In the Linux kernel, the following vulnerability has been resolved: iouring/waitid: honor taskwork cancellation iowaitidcb may run through the fallback taskwork path when taskworkadd can no longer queue work to the originating task. The fallback runs from a kworker and iouring marks such task wor...

7.8CVSS6AI score0.00134EPSS
SaveExploits0
OSV
OSV
added 2026/09/11 7:43 p.m.8 views

CVE-2026-81010 io_uring/waitid: honor task_work cancellation

In the Linux kernel, the following vulnerability has been resolved: iouring/waitid: honor taskwork cancellation iowaitidcb may run through the fallback taskwork path when taskworkadd can no longer queue work to the originating task. The fallback runs from a kworker and iouring marks such task wor...

7.8CVSS6AI score
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/09/11 12:00 a.m.13 views

PT-2026-90140

In the Linux kernel, the following vulnerability has been resolved: io uring/waitid: honor task work cancellation io waitid cb may run through the fallback task work path when task work add can no longer queue work to the originating task. The fallback runs from a kworker and io uring marks such...

5.9AI score0.00134EPSS
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/09 10:39 a.m.7 views

cve-2017-5123

CVE-2017-5123 This repository contains a demonstration of CVE-2017-5123 , an ICMP command-and-control backdoor, and a CWE-78 OS Command Injection vulnerable web app. Part of CSC 4308 - Challenge 3. Prerequisites Linux Kernel : 4.13 up to but excluding 4.13.7 Node.js : 10.x npm : 6.x Overview This...

8.8CVSS7.1AI score0.03714EPSS
SaveExploits12References2
NVD
NVD
added 2026/08/19 8:17 a.m.14 views

CVE-2026-49424

The Linux waitid implementation translates a FreeBSD siginfot struct into a stack-declared Linux siginfot. It did not first zero the stack struct. An unprivileged user may observe 104 bytes of uninitialized kernel stack data, which may contain sensitive information...

5.5CVSS0.00113EPSS
SaveExploits0References1
Rows per page
Query Builder