282010 matches found
CVE-2026-52771
YesWiki is a wiki system written in PHP. From version 4.2.0 to before version 4.6.6, ApiController::deletePage interpolates a page tag retrieved from the database into a DELETE FROM …links WHERE totag = '$tag' query without escaping. The page tag is attacker-controlled — the POST /api/pages/tag A...
VulnCheck KEV: CVE-2026-86060
RouterOS contains an argument-handling flaw in the SSH login path involving usernames that begin with a prohibited character, allowing for the trusted RouterOS policy mask to be changed, leading to privilege escalation. Exploitation requires an unauthenticated SSH session to reach the RouterOS...
CVE-2024-28000
CVE-2024-28000 - LiteSpeed Cache Privilege Escalation PoC !WARNING This repository is intended for educational and research purposes only. Use the provided PoC exclusively on systems you own or have explicit permission to test. Unauthorized access , exploitation, or misuse of any material in this...
amd-ryzen-master-driver-v17-exploit
Cobalt Strike Beacon Object File for kernel exploitation using AMD's Ryzen Master Driver version 17. Built by Tijme. Credits to Alex for teaching me! Made possible by Northwave Security Description This is a Cobalt Strike CS Beacon Object File BOF and executable which exploits AMD's Ryzen Master...
SharpStartWebclient
SharpStartWebclient Run from an unprivileged session to start the WebClient service and enable that juicy privesc. C port of the Beacon Object File from https://github.com/outflanknl/C2-Tool-Collection/blob/main/BOF/StartWebClient/SOURCE/StartWebClient.c...
SeManageVolumeExploit
SeManageVolumeExploit This exploit grants full permission on C:\ drive for all users on the machine. Enables the privilege in the token Creates handle to \.\C: with SYNCHRONIZE | FILETRAVERSE Sends the FSCTLSDGLOBALCHANGE to replace S-1-5-32-544 with S-1-5-32-545 Overwriting "Printconfig.dll" for...
RToolZ
RToolZ A Stealthy Lsass Dumper - can abuse ProcExp152.sys driver to dump PPL Lsass. What Is So Special About It? No calls to MiniDump or any dbghelp.lib methods, all of the dumping process is done MANUALLY by the dumper while reducing the dump size to minimal by removing unessacery DLLs. Methods ...
CVE-2026-52762
YesWiki (PHP wiki system) prior to version 4.6.6 is affected by a stored Server-Side Template Injection (SSTI) in the Bazar semantic template feature. An authenticated administrator can inject arbitrary Twig expressions into the bn_sem_template field, which are later executed server-side via Temp...
POC
POC For research purposes only! A public collection of POCs & Exploits for the vulnerabilities I discovered. CVE-2022-22583 PackageKit : An application may be able to access restricted files SIP Bypass CVE-2022-26690 PackageKit : A malicious application may be able to modify protected parts of th...
RasmanPotato
RasmanPotato Thanks to @Wh04m1001 for continuous communication over time Just another potato like other potatoes, using RasMan service for privilege escalation For Windows 1011 not test, Windows Server 2012 - 20192022 not test Usage root@kitploit: magicRasMan v0.1 Provided that the current user h...
CVE-2026-46300_Fragnesia
🧨 Fragnesia — CVE-2026-46300 Linux 内核 LPE 审计与 Exploit 工具包 · Page-Cache / XFRM ESP-in-TCP(espintcp)回归 交互式审计 → 检测 LPE 前置条件 → 自动执行 exploit(经确认后) ⚠️ 道德与法律警告 本工具仅用于合法且经授权的安全测试 ——合约渗透测试、实验/CTF,或自有资产。未经系统所有者许可使用即属犯罪行为(UU ITE、Computer Fraud and Abuse Act 等)。使用者承担全部责任。 📖 漏洞概述 CVE-2026-46300 是 Linux 内核中的一个...
CVE-2026-82329
CVE-2026-82329 — JFrog Artifactory Unauthenticated Authentication Bypass Mass Exploit -red.svg Critical Authentication Bypass CVSS 9.8 — Actively Exploited in the Wild This tool is a mass exploit for CVE-2026-82329, a vulnerability that allows an unauthenticated attacker with network access to...
CVE-2026-86091
ntopng before 6.7.260717 fails to check user privileges in the pools bulk-delete endpoint, allowing authenticated non-administrators to delete all host pools and member bindings. Attackers can issue POST requests to the delete pools endpoint to irreversibly destroy every host pool, removing traff...
AZL-99693 CVE-2026-86091 affecting package ntopng 5.2.1-6
ntopng before 6.7.260717 fails to check user privileges in the pools bulk-delete endpoint, allowing authenticated non-administrators to delete all host pools and member bindings. Attackers can issue POST requests to the delete pools endpoint to irreversibly destroy every host pool, removing traff...
CVE-2026-75925
Improper neutralization of CRLF sequences in IXON VPN Client before version 1.4.7 allows an attacker to execute commands as root or SYSTEM. Configuration values accepted by the local service are written to a file later consumed by a privileged subprocess, without line-ending sequences being...
psexec_noinstall
psexecnoinstall 该仓库包含 psexec,它将帮助你利用被遗忘的管道 让一个非天才管理员使用 PsExec 连接到主机: 当我们看到 RemComCommunication 捆绑包时发现了这一点。这是 PsExec 的标准配置 使用 psexecnoinstall,可以以任何低权限用户身份连接到该管道,因为管道的 DACL 允许这样做: 这里有一个检查器: https://github.com/beaverdreamer/nxc-modules...
PetitPotato
PetitPotato Local privilege escalation via PetitPotam Abusing impersonate privileges. Description PetitPotam uses MS-EFSR Encrypting File System Remote, a protocol used to perform maintenance and management operations on encrypted data stored remotely and accessed over a network. There are a seri...
poc_salesforce_lightning
Salesforce Lightning 的 PoC 仅供学术目的使用 。 该工具通过 Aura Lightning 端点以访客权限转储 Salesforce 对象的数据。 代码虽然粗糙,还请见谅。 要求 Python3 用法 root@kitploit: $ python3 exploit.py -h usage: exploit.py -h -u URL -o OBJECTS OBJECTS ... -l -c -a AURACONTEXT -r RECORDID -d -f -s Exploit Salesforce through the aura endpoint with t...
kernel-exploit-factory
kernel-exploit-factory Keep updating...... Linux kernel CVE exploit analysis report and relative debug environment. You don't need to compile Linux kernel and configure your environment anymore. This repository is to extract all Linux kernel exploit and relative debug environment. You can use Qem...
Elevate-System-Trusted-BOF
Elevate-System-Trusted-BOF This BOF can be used to elevate the current beacon to SYSTEM and obtain the TrustedInstaller group privilege. The impersonation is done through the SetThreadToken API. Compiling root@kitploit: gcc elevatex64.c -c -o elevatex64.o Usage root@kitploit: inline-execute...