Lucene search
+L

318186 matches found

Packet Storm
Packet Storm
added 2026/08/31 12:00 a.m.11 views

C-MOR 6.0104 Directory Traversal

C-MOR Video Surveillance versions 6.0104 and below suffer from a directory traversal vulnerability. Exploit Title: C-MOR 6.0104 - Directory Traversal Google Dork: N/A Date: 2026-07-23 Exploit Author: Fadi Kaakahji Alb Cyber Guards Vendor Homepage: https://www.c-mor.com Software Link:...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/30 11:53 p.m.5 views

CVE-2026-34908-check

UniFi OS Server Unauth RCE Chain Detection Script A safe detector for the unauthenticated remote code execution chain in UniFi OS Server ≤ 5.0.6, disclosed in Ubiquiti Security Advisory Bulletin 064: CVE| Class| Role in the chain ---|---|--- CVE-2026-34908 / CVE-2026-34909| Improper access contro...

10CVSS8.6AI score0.87468EPSS
SaveExploits6References1
Kitploit
Kitploit
added 2026/08/30 10:46 p.m.4 views

iOS-Attack-Chain-CVE-2025-31200-CVE-2025-31201

CVE-2025-31200 & CVE-2025-31201 | iMessage Zero-Click RCE Chain Summary This repository documents research into a zero-click remote exploit chain affecting iOS 18.x and beyond. A malformed AMR audio file delivered via iMessage triggers: 1. Heap corruption in CoreAudio CVE-2025-31200 — in...

9.8CVSS7.5AI score0.1966EPSS
SaveExploits6References1
Kitploit
Kitploit
added 2026/08/30 9:37 p.m.8 views

HellPot

Summary HellPot is an endless honeypot based on Heffalump that sends unruly HTTP bots to hell. Notably it implements a toml configuration file, has JSON logging, and comes with significant performance gains. Grave Consequences Clients hopefully bots that disregard robots.txt and connect to your...

5.5AI score
SaveExploits0References9
GithubExploit
GithubExploit
added 2026/08/30 8:08 p.m.20 views

VIBE-VAULT

⚡ VibeVault: OWASP Top 10 Web Security & Patching Lab VibeV...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/30 7:02 p.m.4 views

Unauthenticated-RCE-FUXA-CVE-2023-33831

Unauthenticated RCE FUXA CVE-2023-33831 The vulnerability affects FUXA's scripting component, due to lack of control or sanitization on inputs that can be controlled by users, thus allowing the use of dangerous methods that can be scaled for remote code execution. The affected route is...

9.8CVSS8.6AI score0.22707EPSS
SaveExploits3
Kitploit
Kitploit
added 2026/08/30 6:50 p.m.3 views

Bludit-3.9.2-Auth-Bruteforce-Bypass-CVE-2019-17240

Bludit Bruteforce Mitigation Bypass Script Overview This script is a refurbished Bash implementation of an exploit targeting the Bludit CMS version = 3.9.2. It leverages a vulnerability CVE-2019-17240 that allows brute-forcing passwords by bypassing the CSRF token-based protection. The original...

9.8CVSS5.3AI score0.39598EPSS
SaveExploits9References4
Kitploit
Kitploit
added 2026/08/30 5:47 p.m.5 views

CVE-2024-12025

CVE-2024-12025 Collapsing Categories = 5.0 AND error-based - WHERE, HAVING, ORDER BY or GR...

7.5CVSS8.8AI score0.02572EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/08/30 5:25 p.m.5 views

CVE-2025-2294

CVE-2025-2294 🚨 CVE-2025-2294 - Local File Inclusion LFI Vulnerability in Kubio AI Page Builder for WordPress 🧱 🔍 Overview CVE-2025-2294 is a critical 🔥 Local File Inclusion LFI vulnerability affecting the Kubio AI Page Builder plugin for WordPress versions up to and including 2.5.1. This flaw...

9.8CVSS9.1AI score0.7836EPSS
SaveExploits12References1
Kitploit
Kitploit
added 2026/08/30 5:01 p.m.5 views

CVE-2025-51411

🛡️ CVE Disclosure: CVE-2025-51411 — Reflected XSS in Institute-of-Current-Students Disclosure Date: 25 July 2025 CVE ID: CVE-2025-51411 Severity: MEDIUM CVSS 6.1 🧩 Summary A reflected Cross-Site Scripting XSS vulnerability exists in the Institute-of-Current-Students v1.0 project, specifically...

6.1CVSS5.2AI score0.00322EPSS
SaveExploits2References1
Kitploit
Kitploit
added 2026/08/30 4:52 p.m.7 views

CVE-2023-6538

CVE-2023-6538 CVE-2023-6538 is an Insecure Direct Object Reference IDOR in vulnerability found in Hitachi NAS' HNAS' System Management Unit SMU Configuration Backup & Restore functionality. This vulnerability affects SMU versions prior to 14.8.7825.01. Exploitation This exploit requires the...

7.6CVSS6.8AI score0.01583EPSS
SaveExploits5
Kitploit
Kitploit
added 2026/08/30 4:52 p.m.4 views

CVE-2025-52097

CVE-2025-52097 – Reflected XSS in InstantForum.NET v4.1.4 This repository contains the public advisory, proof of concept, and supporting materials for CVE-2025-52097 , a reflected cross-site scripting XSS vulnerability identified in InstantForum.NET v4.1.4. Summary Product: InstantForum.NET v4.1....

5.4AI score
SaveExploits1References1
OSV
OSV
added 2026/08/30 4:45 p.m.8 views

ECHO-73AB-600D-62BE Caught by Cursor Bugbot review on PR #19827: the real vulnerability (GHSA-7xf9-4jfc-wgm4) is specific to Fine-Grained Admin Permissions V2's RealmPermissionsV2 treating manage-clients as equivalent to managing the special "admin-permissions" client, which then grants realm-wide admin power. RealmPermissionsV2 and the admin-permissions client concept do not exist in 25.0.6 — its older RealmPermissions.canManageAuthorizationDefault() has no per-ResourceServer parameter at all (it's a single, undifferentiated realm-wide check), so there is no "is this the special admin-permissions client" distinction for a narrow, upstream-faithful fix to attach to. An earlier patch here unconditionally removed MANAGE_CLIENTS from that check to close the described escalation, but that changes intended authorization behavior for every regular client's authorization management, not just a vulnerable path (upstream's real fix leaves the MANAGE_CLIENTS grant intact for non-admin-permissions clients) — reverted.

Bulletin has no description...

7.2CVSS5.8AI score0.00471EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/30 4:45 p.m.7 views

ECHO-1969-C688-A45C Keycloak's GHSA advisory (GHSA-rr5q-3xwr-f323) lists the affected range as < 26.6.3 with no lower bound, so by version string alone 25.0.6 is nominally in range. The actual vulnerability requires a generic parameter-length-limiting mechanism (OIDCProviderConfig's max-length-per-parameter config, TokenEndpoint's checkParameters() gate) that silently drops any oversized request parameter, including subject_token — the fix exempts token-shaped parameters from that drop via a new getTokenParameterNames() method. That length-limiting framework does not exist anywhere in 25.0.6 (same finding as CVE-2026-4634, investigated separately) — confirmed via source search, no getMaxLengthForTheParameter/checkParameters/length-cap mechanism exists on any OIDC grant-type endpoint. With no mechanism to silently drop an oversized subject_token, the described fallback to client-credentials cannot occur.

Bulletin has no description...

8.8CVSS5.8AI score0.0032EPSS
SaveExploits0References1
Kitploit
Kitploit
added 2026/08/30 4:31 p.m.7 views

activemq-cve-2023-46604

Active MQ CVE-2023-46604 exploit This repository is a guide with examples on how to exploit the CVE-2023-46604 The exploit takes advantage of the usage of reflection for instantiating Exception classes through a malicious command that instead of being a valid command, it sends as the exception...

10CVSS7.6AI score0.99723EPSS
SaveExploits33
Kitploit
Kitploit
added 2026/08/30 3:38 p.m.3 views

S2-052

CVE-2017-9805 S2-052 استغلال شل عكسي الإصدارات المتأثرة root@kitploit: Struts 2.1.2 - Struts 2.3.33, Struts 2.5 - Struts 2.5.12 Poc root@kitploit: Content-Type: application/xml 0 false 0 calc false java.lang.ProcessBuilder start foo foo false 0 0 false false 0...

8.1CVSS7.2AI score0.99396EPSS
SaveExploits24
Kitploit
Kitploit
added 2026/08/30 3:28 p.m.3 views

CVE-2017-16995

Linux Kernel Version 4.14 - 4.4 Ubuntu && Debian Description This vulnerability exists in the eBPF bpf2 system call in the Linux kernel. When a user provides a malicious BPF program that causes a calculation error in the eBPF verifier module, it leads to arbitrary memory read/write issues...

7.8CVSS6.5AI score0.30052EPSS
SaveExploits17References2
Kitploit
Kitploit
added 2026/08/30 3:26 p.m.3 views

oauth-scan

OAUTHScan Description OAUTHScan est une extension Burp Suite écrite en Java ayant pour objectif de fournir des contrôles de sécurité automatiques, qui pourraient être utiles lors de tests d'intrusion sur des applications implémentant les normes OAUTHv2 et OpenID. Le plugin recherche diverses...

5.4AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/30 3:18 p.m.6 views

cve-2023-5044

CVE-2023-5044 Ingress Nginx Exploit Proof-Of-Concept This is a quick Go program to exploit the recent CVE in the Ingress Nginx controller. Details on how to do this are already out there via Rory McCune's blog at https://raesene.github.io/blog/2023/10/29/exploiting-CVE-2023-5044/, this just...

8.8CVSS8.1AI score0.56605EPSS
SaveExploits2References1
NVD
NVD
added 2026/08/30 3:16 p.m.10 views

CVE-2026-82655

Admidio before 5.0.12 contains a blind SQL injection vulnerability in the relationtypelist parameter of listsshow.php that allows unauthenticated attackers to execute arbitrary SQL queries. Attackers can bypass authentication by providing a dummy UUID in rolelist and inject SQL through...

8.7CVSS0.00333EPSS
SaveExploits0References2
Rows per page
Query Builder