Lucene search
+L

106 matches found

Kitploit
Kitploit
added 2026/09/15 8:23 p.m.7 views

CVE-2016-2067

ADRENO GPU IOMMU DMA EXPLOIT Tested under Nexus 6p google/angler/angler:6.0.1/MMB29M/2431559:user/release-keys About the bug Discussed in 2016 via Blackhat EU About the exploit With iommu dma writes, vdso.so is overwritten with shellcode. So after /init executes kernelclockgettime, the shellcode...

9.3CVSS7.7AI score0.00679EPSS
SaveExploits0
AstraLinux
AstraLinux
added 2026/09/14 12:41 p.m.7 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Do not crash in stacktop for tasks without vDSO Not all tasks have a vDSO mapped; for example, kthreads never have. If such a task ever calls stacktop, it will dereference the NULL vdso pointer and crash. This can occu...

5.5CVSS6AI score0.00218EPSS
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/12 2:57 a.m.6 views

dirtycow-vdso

0xdeadbeef PoC for Dirty COW CVE-2016-5195. This PoC relies on ptrace instead of /proc/self/mem to patch vDSO. It has a few advantages over PoCs modifying filesystem binaries: no setuid binary required SELinux bypass container escape no kernel crash because of filesystem writeback And a few cons:...

7.2CVSS7.3AI score0.83524EPSS
SaveExploits92References1
Kitploit
Kitploit
added 2026/09/11 10:19 p.m.7 views

OSDS_Paper_CVE-2016-5195

CVE-2016-5195 "Dirty COW" This repository contains my paper and presentation slides on CVE-2016-5195, a Linux privilege escalation vulnerability, written for the Operating Systems: Design And Security course at FMI, University of Bucharest. Correction In my paper I claimed that you can use Dirty...

7.2CVSS7.3AI score0.83524EPSS
SaveExploits92References2
Kitploit
Kitploit
added 2026/09/10 11:46 p.m.5 views

VIKIROOT

VIKIROOT This is a CVE-2016-5195 PoC for 64-bit Android 6.0.1 Marshmallow perhaps 7.0 ?, as well as an universal & stable temporal root tool. It does not require a SUID executable or any filesystem changes. Features SELinux bypass see below for details. Memory-only: does not modify the filesystem...

7.2CVSS7.4AI score0.83524EPSS
SaveExploits92
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.8 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: rvdso: In the vdsojointimens function, a NULL reference was corrected when using vfork. The testing results are as follows in the kernel log: 6.838454 Unable to handle kernel access to user memory without uaccess routines at...

5.7AI score0.00235EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2025/12/11 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2022-50674

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - riscv: vdso: fix NULL deference in vdsojointimens when vfork Testing tools/testing/selftests/timens/vforkexec.c got below kernel log: 6.838454 Unable to handle...

5.4AI score0.00235EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/12/09 6:30 p.m.17 views

EUVD-2022-55731

In the Linux kernel, the following vulnerability has been resolved: riscv: vdso: fix NULL deference in vdsojointimens when vfork Testing tools/testing/selftests/timens/vforkexec.c got below kernel log: 6.838454 Unable to handle kernel access to user memory without uaccess routines at virtual...

5.9AI score0.00235EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/09 4:17 p.m.10 views

DEBIAN-CVE-2022-50674

In the Linux kernel, the following vulnerability has been resolved: riscv: vdso: fix NULL deference in vdsojointimens when vfork Testing tools/testing/selftests/timens/vforkexec.c got below kernel log: 6.838454 Unable to handle kernel access to user memory without uaccess routines at virtual...

5.2AI score0.00235EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/09 4:17 p.m.13 views

CVE-2022-50674

In the Linux kernel, the following vulnerability has been resolved: riscv: vdso: fix NULL deference in vdsojointimens when vfork Testing tools/testing/selftests/timens/vforkexec.c got below kernel log: 6.838454 Unable to handle kernel access to user memory without uaccess routines at virtual...

0.00235EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/09 4:17 p.m.14 views

UBUNTU-CVE-2022-50674

In the Linux kernel, the following vulnerability has been resolved: riscv: vdso: fix NULL deference in vdsojointimens when vfork Testing tools/testing/selftests/timens/vforkexec.c got below kernel log: 6.838454 Unable to handle kernel access to user memory without uaccess routines at virtual...

5.7AI score0.00235EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/12/09 1:29 a.m.45 views

CVE-2022-50674 riscv: vdso: fix NULL deference in vdso_join_timens() when vfork

In the Linux kernel, the following vulnerability has been resolved: riscv: vdso: fix NULL deference in vdsojointimens when vfork Testing tools/testing/selftests/timens/vforkexec.c got below kernel log: 6.838454 Unable to handle kernel access to user memory without uaccess routines at virtual...

0.00235EPSS
SaveExploits0References3
CVE
CVE
added 2025/12/09 1:29 a.m.38 views

CVE-2022-50674

CVE-2022-50674 affects the Linux kernel riscv architecture, specifically a NULL dereference in vdso_join_timens() during vfork. The issue manifests as kernel Oops with timens_commit/timens_on_fork traces when setting up vdso for a new process, as shown in the provided logs. The root cause is desc...

6AI score0.00235EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/12/09 1:29 a.m.14 views

CVE-2022-50674

In the Linux kernel, the following vulnerability has been resolved: riscv: vdso: fix NULL deference in vdsojointimens when vfork Testing tools/testing/selftests/timens/vforkexec.c got below kernel log: 6.838454 Unable to handle kernel access to user memory without uaccess routines at virtual...

5.2AI score0.00235EPSS
SaveExploits0
OSV
OSV
added 2025/12/09 1:29 a.m.10 views

CVE-2022-50674 riscv: vdso: fix NULL deference in vdso_join_timens() when vfork

In the Linux kernel, the following vulnerability has been resolved: riscv: vdso: fix NULL deference in vdsojointimens when vfork Testing tools/testing/selftests/timens/vforkexec.c got below kernel log: 6.838454 Unable to handle kernel access to user memory without uaccess routines at virtual...

6.3AI score
SaveExploits0References6
CNNVD
CNNVD
added 2025/12/09 12:00 a.m.12 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from user memory accesses not being handled correctly in vdsojointimens, which could result in a null pointer...

6.1AI score0.00235EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/12/09 12:00 a.m.10 views

PT-2025-49705

In the Linux kernel, the following vulnerability has been resolved: riscv: vdso: fix NULL deference in vdso join timens when vfork Testing tools/testing/selftests/timens/vfork exec.c got below kernel log: 6.838454 Unable to handle kernel access to user memory without uaccess routines at virtual...

6.3AI score0.00235EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/07 12:30 a.m.15 views

EUVD-2014-9399

Malware in sbrugna...

2.1CVSS6.6AI score0.00557EPSS
SaveExploits1References34
EUVD
EUVD
added 2025/10/07 12:30 a.m.13 views

EUVD-2009-4239

Malware in sbrugna...

4.7CVSS6AI score0.00324EPSS
SaveExploits1References8
EUVD
EUVD
added 2025/10/07 12:30 a.m.7 views

EUVD-2008-3513

Malware in sbrugna...

4.6CVSS6AI score0.00377EPSS
SaveExploits2References16
Rows per page
Query Builder