Lucene search
+L

2598137 matches found

Kitploit
Kitploit
added 2026/09/08 10:34 p.m.5 views

CVE-2021-42013

CVE-2021-41773 / CVE-2021-42013 Apache Vulnerability Scanner A comprehensive Python-based vulnerability scanner for detecting CVE-2021-41773 and CVE-2021-42013 path traversal and remote code execution vulnerabilities in Apache HTTP Server versions 2.4.49 and 2.4.50. Overview CVE-2021-41773 and...

9.8CVSS8.1AI score0.99992EPSS
SaveExploits190
Kitploit
Kitploit
added 2026/09/08 10:34 p.m.2 views

SdoKeyCrypt-sys-local-privilege-elevation

SdoKeyCrypt.sys - Local Privilege Elevation Vulnerability 1. What is SdoKeyCrypt.sys? SdoKeyCrypt.sys is a keyboard protection driver for a MMORPG, aka Massively-Multiplayer-Online-Role-Playing-Game, called MapleStory Online which is published by Shanda Group in China. The game's official website...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/08 10:34 p.m.5 views

CVE-2024-58258

CVE‑2024‑58258 – SugarCRM SSRF & Local File Disclosure About This repository provides a proof‑of‑concept for CVE‑2024‑58258 , a SugarCRM 13.0.4 / 14.0.1 vulnerability where user input is parsed as LESS in the /css/preview API, allowing unauthenticated SSRF or local file access. Affected Versions...

7.2CVSS5.9AI score0.1496EPSS
SaveExploits3
RedhatCVE
RedhatCVE
added 2026/09/08 10:34 p.m.3 views

CVE-2026-87062

A flaw was found in konflux-operator-tasks. GitHub Actions within this component are configured to use mutable tags or branches instead of specific, immutable commit SHAs. This vulnerability could allow a remote attacker to introduce malicious code into the build process if they compromise the...

4.2CVSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/09/08 10:34 p.m.4 views

CVE-2026-87057

A flaw was found in olm-operator-konflux-sample. The build pipelines use mutable floating tags to reference runtime base images instead of immutable SHA256 digests. This configuration allows for the content of the base images to be altered without detection, potentially leading to the introductio...

4.2CVSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/09/08 10:34 p.m.2 views

CVE-2026-87050

A flaw was found in operator-foundry. GitHub Actions and reusable workflows within the component are referenced using mutable tags e.g., @v0, @v4 instead of fixed commit SHAs. This allows an attacker to potentially alter the code executed in the Continuous Integration CI pipeline through an...

4.2CVSS
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/08 10:34 p.m.5 views

NotEnough

Huffman table hacking tool This tool calculates tricky canonical huffman histogram, which is able to trigger OOB Out Of Band write for vulnerable libwebp library i.e. libwebp = 1.3.1. This vulnerability is known as CVE-2023-4863 or CVE-2023-41064. We can overflow the pre-allocated huffman table b...

8.8CVSS7.2AI score0.99979EPSS
SaveExploits10References2
Kitploit
Kitploit
added 2026/09/08 10:34 p.m.107 views

herpaderping

Process Herpaderping Process Herpaderping is a method of obscuring the intentions of a process by modifying the content on disk after the image has been mapped. This results in curious behavior by security products and the OS itself. Summary Generally, a security product takes action on process...

6.5AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/08 10:34 p.m.7 views

herpaderping

Process Herpaderping Process Herpaderping es un método para ocultar las intenciones de un proceso modificando el contenido en disco después de que la imagen haya sido mapeada. Esto resulta en un comportamiento curioso por parte de los productos de seguridad y del propio sistema operativo. Resumen...

6.4AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/08 10:34 p.m.4 views

Guide-and-theoretical-code-for-CVE-2023-35674

Guide-and-theoretical-code-for-CVE-2023-35674 Guide and theoretical code for CVE-2023-35674 Because android is out of my skill league please use this as a high overview from my pov on how i would exploit this cve. the code snippets are just skeletons , please help : So first of all u can't exploi...

8.8CVSS7.7AI score0.02782EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/08 10:33 p.m.7 views

CVE-2026-22010-Android-Intent-Redirection-to-Exported-Component

CVE-2026-22010 – Android Intent Redirection to Exported Component Program Code Java/Android simulation root@kitploit: // VulnActivity.java - Exported activity that forwards intents public class VulnActivity extends Activity @Override protected void onCreateBundle b super.onCreateb; Intent incomin...

7.5CVSS7.4AI score0.00307EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/08 10:33 p.m.6 views

CVE-2026-22006-XSLT-Server-Side-Injection-via-xsl-script-

CVE-2026-22006 – XSLT Server‑Side Injection via xsl:script Program Code Python + XSLT root@kitploit: xsltserver.py - Applies user-supplied XSLT to XML from lxml import etree from flask import Flask, request app = Flaskname @app.route'/transform', methods='POST' def transform: xml =...

5.4CVSS7.7AI score0.00169EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/08 10:33 p.m.5 views

CVE-2019-8943

CVE-2019-8943 WordPress 5.0.0 - Image Remote Code Execution Exploit of CVE-2019-8942 and CVE-2019-8943 using python : ExploitDB : https://www.exploit-db.com/exploits/49512 The original exploit for metasploit : WordPress Core 5.0.0 - Crop-image Shell Upload Metasploit :...

8.8CVSS7AI score0.92642EPSS
SaveExploits11
Kitploit
Kitploit
added 2026/09/08 10:33 p.m.6 views

CVE-2026-22003-Redis-Lua-Sandbox-Escape-via-debug.sethook-

CVE-2026-22003 – Redis Lua Sandbox Escape via debug.sethook Program Code Lua + Python trigger root@kitploit: -- redissandbox.lua - Script that attempts sandbox escape local function escape debug.sethookfunction -- This hook runs in a privileged context os.execute"id /tmp/redisescape" end, "r" loc...

6CVSS7.5AI score0.00101EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/08 10:33 p.m.9 views

CVE-2024-29895

CVE-2024-29895 Cacti CVE-2024-29895 POC A command injection vulnerability allows any unauthenticated user to execute arbitrary command on the server when registerargcargv option of PHP is On. https://github.com/Cacti/cacti/security/advisories/GHSA-cr28-x256-xf5m Usage: app -m http://site.com/ -c...

10CVSS8.3AI score0.98455EPSS
SaveExploits4References1
Kitploit
Kitploit
added 2026/09/08 10:33 p.m.4 views

CVE-2025-25612

CVE-2025-25612: FS S3150-8T2F Switch Stored Cross Site Scripting XSS CVE-2025-25612 FS Inc S3150-8T2F prior to version S3150-8T2F2.2.0D135103 is vulnerable to Cross Site Scripting XSS in the Time Range Configuration functionality of the administration interface. An attacker can inject malicious...

7.1CVSS5.9AI score0.00958EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/08 10:33 p.m.6 views

CVE-2026-18577

cve-id Donate Support the maintenance of this project with PayPal or by scanning the QR code below. ⚡ Simple Usage Use this project only in safe and authorized environments such as: Local virtual machines Docker containers Isolated lab setups Authorized penetration testing environments Example...

8.2CVSS6.3AI score0.54068EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/08 10:33 p.m.8 views

CVE-2026-22012-Diameter-Protocol-Credit-Control-Bypass-in-5G

CVE-2026-22012 – Diameter Protocol Credit‑Control Bypass in 5G Program Code Python Diameter sim root@kitploit: diametercreditcontrolsim.py - Simulated OCS with missing final-unit indication class OCS: def processCCRself, request: Vulnerability: always returns SUCCESS with same quota, never sends...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/08 10:33 p.m.6 views

CVE-2026-22004-Git-LFS-Pointer-Poisoning-Supply-Chain-

CVE-2026-22004 – Git LFS Pointer Poisoning Supply Chain Program Code Bash + Python root@kitploit: createmaliciousrepo.sh - Sets up a repo with poisoned LFS pointer git init git lfs track ".bin" echo "version https://git-lfs.github.com/spec/v1 oid...

4.9CVSS7.6AI score0.00323EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/08 10:33 p.m.7 views

CVE-2026-52680_exploit

CVE-2026-52680 — Apache Kyuubi REST Batch Path-Traversal Arbitrary File Write Unauthenticated arbitrary file write in Apache Kyuubi's REST API via the multipart batch-submission endpoint. POST /api/v1/batches multipart/form-data writes the resourceFile part to $KYUUBIHOME/work/upload// using the...

9.8CVSS5.9AI score0.00832EPSS
SaveExploits1References1
Rows per page
Query Builder