Lucene search
+L

907 matches found

Kitploit
Kitploit
added 2026/08/27 1:37 a.m.3 views

IoRingReadWritePrimitive

IoRingReadWritePrimitive Post-Exploitation-Technik, um beliebige Kernel-Schreibvorgänge / Inkremente in eine vollständige Lese-/Schreib-Primitive auf Windows 11 22H2+ umzuwandeln. Dieser PoC verwendet den HackSysExtremeVulnerableDriver. Der PoC unterstützt sowohl beliebiges Schreiben als auch...

5.4AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/08/27 12:00 a.m.8 views

PT-2026-82776

Bendix EC80 Brake ECU is vulnerable to an out-of-bounds write, which could allow an attacker to deliver a payload that could establish an arbitrary write primitive, which could crash the ECU...

7.1CVSS5.5AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/08/26 9:35 p.m.3 views

CVE-2024-50804

CVE-2024-50804 Den Writeup finden Sie in meinem Blog unten. Danke! https://g3tsyst3m.github.io/cve/msi/Arbitrary-Write-Privilege-Escalation-CVE-2024-50804/...

7.8CVSS5.2AI score0.00629EPSS
SaveExploits0References1
Kitploit
Kitploit
added 2026/08/26 9:02 p.m.2 views

CVE-2022-0185

CVE-2022-0185 이 저장소에는 CVE-2022-0185에 대한 데모 익스플로잇이 포함되어 있습니다. 여기에는 두 가지 버전이 있습니다. kctf 버전이 아닌 버전fuse 버전은 커널 버전 5.11.0-44를 사용하는 Ubuntu를 구체적으로 대상으로 합니다. 루트 셸을 직접 반환하지는 않지만 /bin/bash를 suid로 만들어 간단한 권한 상승으로 이어집니다. singlestart 및 modprobepath 오프셋을 조정하면 커널 버전 5.7 이상을 사용하는 대부분의 다른 Ubuntu 버전에서도 작동할 것입니다...

8.4CVSS6.9AI score0.25151EPSS
SaveExploits11
Kitploit
Kitploit
added 2026/08/26 8:58 p.m.4 views

CVE-2026-54520

CVE-2026-54520 سمحت خطوة ملف سير العمل ai-agent-automation باجتياز المسار الذي يسمح بالقراءة/الكتابة خارج الدليل المتوقع. الإعلان الأساسي: GHSA-cm8g-8jfq-887p ائتمان الباحث: @chaitanyagarware في لمحة...

5.3AI score
SaveExploits1References2
Kitploit
Kitploit
added 2026/08/26 7:31 p.m.3 views

Recreate-cve-2023-21768

产生原因:对比202209和202307的AFD.sys,在函数AfdNotifyRemoveIOCompletion中,202209版的windows和202307版的windows都有一步用ProbeForWrite函数检测一段内存区域是否在用户态,但是检测的buffer地址有0x8字节的不同,而在该漏洞patch之前,没有该检查,可以猜测202209版的buffer的检查地址可能不太正确而可能无效,而该检查的buffer与中间一步赋值有关:DWORD a3 + 24 = v20;其中应该检查的buffer是a3+24,而v20的值与v8 =...

7.8CVSS7.6AI score0.65417EPSS
SaveExploits13
Debian CVE
Debian CVE
added 2026/08/26 9:13 a.m.6 views

CVE-2026-59682

Arbitrary file overwrite via SAVEPROFILE message in OpenRGB. This issue affects OpenRGB through 1.0rc3...

9.1CVSS5.2AI score0.00514EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/08/26 7:35 a.m.3 views

cve-2016-0040

cve-2016-0040 poc per il bug CVE-2016-0040 trovato e sfruttato da Meysam Firozi @R00tkitSmm questo poc aiuta a scrivere dati arbitrari in un indirizzo arbitrario nel kernel di Windows per maggiori informazioni vedi il mio blog:...

7.8CVSS6.8AI score0.24467EPSS
SaveExploits10
Kitploit
Kitploit
added 2026/08/25 8:46 a.m.3 views

cve-2024-32002-submodule-aw

CVE-2024-32002 Submódulo AW Um submódulo para demonstrar a CVE-2024-32002. Demonstra escrita arbitrária no .git. Veja cve-2024-32002-poc-aw para o POC funcional que utiliza este repositório. O que este repositório contém Simplesmente, um arquivo aleatório para que possamos detectá-lo ao clonar o...

9CVSS8.1AI score0.29234EPSS
SaveExploits32References1
Kitploit
Kitploit
added 2026/08/25 8:46 a.m.3 views

cve-2024-32002-poc-aw

CVE-2024-32002 PRC AW Una POC per CVE-2024-32002 che dimostra la scrittura arbitraria nella directory .git. Vedi cve-2024-32002-submodule-aw per il repository del sottomodulo correlato. Cosa contiene questo repo Un symlink con un nome arbitrario che punta alla directory .git. Un file .gitmodules...

9CVSS8AI score0.29234EPSS
SaveExploits32References1
Kitploit
Kitploit
added 2026/08/25 6:35 a.m.2 views

test_iconv

Testen von CVE-2024-2961 V1 – in Analyse Dieses Repository enthält ein C-Programm zum Testen von CVE-2024-2961, bei dem es sich um eine Pufferüberlauf-Schwachstelle in der Funktion iconv der GNU C Library glibc handelt. Aufgrund der Struktur des PHP-Heaps kann dieser Überlauf ausgenutzt werden, u...

7.3CVSS6.9AI score0.8833EPSS
SaveExploits17
Kitploit
Kitploit
added 2026/08/25 4:32 a.m.5 views

Kernel-exploitation

Kernel-exploitation decompress.sh Datei aus CPIO-Archiv extrahieren root@kitploit: !/bin/sh mkdir fs cd fs cp ../initramfs.cpio.gz ./initramfs.cpio.gz gunzip ./initramfs.cpio.gz cpio -idm ../initramfs.cpio.gz &&\ cd .. &&\ gunzip -f initramfs.cpio.gz &&\ ./run.sh Falls das Archiv ein...

5.6AI score
SaveExploits0References5
NVD
NVD
added 2026/08/24 8:16 p.m.11 views

CVE-2026-63693

Dell Client BIOS contains an Improper Link Resolution Before File Access 'Link Following' vulnerability. A low privileged attacker with local access could potentially exploit this vulnerability, leading to Arbitrary Write...

6.6CVSS0.00102EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/24 7:40 p.m.7 views

EUVD-2026-65091

Dell Client BIOS contains an Improper Link Resolution Before File Access 'Link Following' vulnerability. A low privileged attacker with local access could potentially exploit this vulnerability, leading to Arbitrary Write...

6.6CVSS5.3AI score0.00102EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/24 7:40 p.m.31 views

CVE-2026-63693

Dell Client BIOS contains an Improper Link Resolution Before File Access 'Link Following' vulnerability. A low privileged attacker with local access could potentially exploit this vulnerability, leading to Arbitrary Write...

6.6CVSS0.00102EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/24 7:40 p.m.12 views

CVE-2026-63693

Dell Client BIOS contains an Improper Link Resolution Before File Access (Link Following) vulnerability. A low-privileged local attacker with user interaction could potentially exploit this to achieve Arbitrary Write . The CVSS v3.1 score is 6.6 (MEDIUM) with a vector of AV:L/AC:L/PR:L/UI:R/S:U/C...

6.6CVSS5.2AI score0.00102EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.9 views

Astra Linux – Vulnerability in Linux

In the Linux kernel before version 5.11.14, there is a use-after-free issue in the cipsov4genopt module, located in net/ipv4/cipsoipv4.c. This issue arises due to improper handling of the CIPSO and CALIPSO reference counts related to DOI definitions. As a result, an arbitrary value is written to...

7.8CVSS6.6AI score0.00566EPSS
SaveExploits1References1
Kitploit
Kitploit
added 2026/08/23 5:26 p.m.3 views

PS5-IPV6-Kernel-Exploit

PS5 3.xx / 4.xx Kernel Exploit Sommario Questa repository contiene un'implementazione sperimentale WebKit ROP di un exploit del kernel PS5 basata sulla Use-After-Free UAF IPV6 di TheFlow , che è stata segnalata su HackerOne. La strategia dell'exploit è in gran parte basata sulla PoC BSD/PS4 di...

5.8AI score
SaveExploits0References1
Patchstack
Patchstack
added 2026/08/19 9:56 p.m.8 views

NPM: Tina: Broken Access Control: arbitrary bucket-key write/delete in `next-tinacms-s3` (and sibling production media adapters)

NPM: Tina: Broken Access Control: arbitrary bucket-key write/delete in next-tinacms-s3 and sibling production media adapters vulnerability discovered by ? in WordPress Npm next-tinacms-s3 versions 23.0.4...

5.4CVSS5.3AI score0.00279EPSS
SaveExploits0References6Affected Software1
Patchstack
Patchstack
added 2026/08/19 9:56 p.m.9 views

NPM: Tina: Broken Access Control: arbitrary bucket-key write/delete in `next-tinacms-s3` (and sibling production media adapters)

NPM: Tina: Broken Access Control: arbitrary bucket-key write/delete in next-tinacms-s3 and sibling production media adapters vulnerability discovered by ? in WordPress Npm next-tinacms-azure versions 14.0.4...

5.4CVSS5.3AI score0.00279EPSS
SaveExploits0References6Affected Software1
Rows per page
Query Builder