Lucene search
+L

143645 matches found

BDU FSTEC
BDU FSTEC
added 2026/09/03 12:00 a.m.4 views

The vulnerability of the pingback.ping method in the WordPress content management system allows a hacker to perform an SSRF attack.

The vulnerability of the pingback.ping method in the WordPress content management system is related to synchronization errors when using a shared resource “Race Situation”. This occurs due to improper validation of requests on the server side. Exploiting this vulnerability allows an attacker to...

5.9CVSS5.9AI score0.0315EPSS
SaveExploits5References4Affected Software1
UbuntuCve
UbuntuCve
added 2026/09/03 12:00 a.m.0 views

CVE-2026-17615

A flaw was found in RESTEasy's SourceProvider. This vulnerability allows an unauthenticated attacker to perform an unauthenticated remote file read. By sending a specially crafted XML body with a DOCTYPE declaration referencing external entities to an endpoint that accepts application/xml and...

7.5CVSS0.00471EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/09/03 12:00 a.m.12 views

PT-2026-85046

CRMEB contains an authentication bypass vulnerability in the verifyAuth method of SystemRoleServices.php that returns true from both conditional branches. Sub-administrators and accounts with no roles can access restricted admin endpoints by exploiting the inert role check that always permits...

8.7CVSS5.2AI score0.00326EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/09/03 12:00 a.m.14 views

PT-2026-85045

Label Studio fails to apply organization filters when resolving storage URIs for tasks and projects in proxy api.py endpoints. Attackers can access other tenants' cloud storage objects by creating a separate organization and supplying arbitrary file URIs to presign or stream bucket contents...

8.3CVSS5.4AI score0.00238EPSS
SaveExploits0References5
Packet Storm
Packet Storm
added 2026/09/03 12:00 a.m.13 views

...[ More ]

This Metasploit module exploits an unauthenticated command execution vulnerability in MCPJam Inspector. The /api/mcp/connect endpoint accepts a JSON serverConfig object containing a command and argument list used to start an MCP server. A remote attacker can abuse this endpoint to execute arbitra...

9.8CVSS6.6AI score0.65845EPSS
SaveExploits41
Kitploit
Kitploit
added 2026/09/02 11:57 p.m.6 views

CVE-2025-6018-CVE-2025-6019-Privilege-Escalation-Exploit

CVE-2025-6018 + CVE-2025-6019 Privilege Escalation Guide 📋 Quick Exploitation Steps Step 1: Prepare XFS Image Local Machine root@kitploit: Create 300MB XFS image dd if=/dev/zero of=xfs.image bs=1M count=300 mkfs.xfs -f xfs.image Mount and install SUID bash mkdir mnt sudo mount -t xfs xfs.image mn...

7.8CVSS7.8AI score0.01018EPSS
SaveExploits19
Kitploit
Kitploit
added 2026/09/02 11:56 p.m.7 views

CVE-2025-9967

Exploit: Unauthenticated OTP Password Reset Browser Console PoC no authentication required root@kitploit: async = async function getNonceAndAjaxUrl if window.resetpassobj return nonce: resetpassobj.ajaxnonce, ajaxUrl: resetpassobj.ajaxurl ; const home = await...

9.8CVSS5.9AI score0.00399EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/02 11:56 p.m.11 views

CVE-2025-9172

Exploit: Time-Based SQL Injection via /vibes/v1/beacon unauthenticated Browser Console PoC root@kitploit: async = const url = 'http://localhost/wordpress/index.php?restroute=/vibes/v1/beacon'; async function sendresource const body = type: 'navigation', resource, // injected into SQL unprepared...

7.5CVSS6AI score0.00429EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/02 11:55 p.m.6 views

CVE-2025-12137

1 Helper to call the plugin’s REST API with current nonce root@kitploit: async function iwpFetchpath, method='GET', body const nonce = window?.wpApiSettings?.nonce || jQuery?.ajaxSettings?.headers?.'X-WP-Nonce'; const res = await fetch$location.origin/wordpress/wp-json/iwp/v1$path, method, header...

4.9CVSS5.8AI score0.00441EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/02 11:54 p.m.6 views

SNet

SNet 日本語版はこちら / Japanese version A CTF where you use AI to capture the flag. No pentesting experience? No problem. Claude Code acts as your personal trainer — it sets up the environment, teaches you the tools, and guides you through real attack techniques step by step. You type every command...

6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/02 11:50 p.m.5 views

CVE-2025-12028

1 Start a simple HTTP server to host the proof-of-concept page root@kitploit: mkdir -p /tmp/attacker && cd /tmp/attacker php -S 127.0.0.1:8000 2 Create a file /tmp/attacker/poc.html with the following contents root@kitploit: document.getElementById'x'.submit;...

8.8CVSS5.8AI score0.00198EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/02 11:48 p.m.6 views

CVE-2025-10307

Exploit: Arbitrary File Deletion via Backuply tarfile path traversal Browser Console PoC authenticated admin root@kitploit: async = const page = $location.origin/wordpress/wp-admin/admin.php?page=backuply; // 1 Extract a valid nonce from the Backuply page const html = await fetchpage, credentials...

6.5CVSS5.9AI score0.00665EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/02 11:48 p.m.7 views

CVE-2025-11986

1 Extract the public cryptoajax nonce from the restricted page root@kitploit: UA='Mozilla/5.0 Windows NT 10.0; Win64; x64; rv:127.0 Gecko/20100101 Firefox/127.0' NONCE=$curl -s "http://localhost/wordpress/" -A "$UA" | \ perl -0777 -ne 'print "$1\n" if...

5.3CVSS5.9AI score0.00357EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/02 11:47 p.m.6 views

CVE-2025-6018

CVE-2025-6018 + CVE-2025-6019 Privilege Escalation Guide 中文 📋 Quick Exploitation Steps Step 1: Prepare XFS Image Local Machine root@kitploit: Create 300MB XFS image dd if=/dev/zero of=xfs.image bs=1M count=300 mkfs.xfs -f xfs.image Mount and install SUID bash mkdir mnt sudo mount -t xfs xfs.image...

7.8CVSS7.8AI score0.01018EPSS
SaveExploits19References1
Kitploit
Kitploit
added 2026/09/02 11:44 p.m.6 views

CVE-2025-11627

Send a crafted request to the AJAX handler with the extracted nonce. root@kitploit: = // 1 find the inline script that contains the AJAX URL const s = ...document.scripts.findsc = sc.textContent.includes'billminozzijserrorcatched'; if !s console.error'Script with ajax URL not found. Is wphead...

6.5CVSS5.8AI score0.00322EPSS
SaveExploits0
IBM Security Bulletins
IBM Security Bulletins
added 2026/09/02 11:37 p.m.12 views

Security Bulletin: Security vulnerabilities have been addressed in IBM Verify Identity Access and IBM Security Verify Access

Summary Security vulnerabilities have been addressed in IBM Verify Identity Access and IBM Security Verify Access Vulnerability Details CVEID:CVE-2026-11927 DESCRIPTION: IBM Security Verify Identity Access reverse proxy may allow parameters to be injected in requests to third party services...

7.5CVSS6.6AI score0.00463EPSS
SaveExploits1Affected Software2
Kitploit
Kitploit
added 2026/09/02 11:36 p.m.4 views

Watermark_Spoofing

EL IMPACTO DEL MARCADO DE AGUA DE AUDIO EN LAS CONTRAMEDIDAS ANTI-SPOOFING DE AUDIO Este repositorio proporciona la implementación oficial de nuestro artículo: EL IMPACTO DEL MARCADO DE AGUA DE AUDIO EN LAS CONTRAMEDIDAS ANTI-SPOOFING DE AUDIO . Explora la demo interactiva y las visualizaciones...

6AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/02 11:26 p.m.8 views

ida_kcpp — Updated!

idakcpp An IDAPython module for way more convienent way to Reverse Engineering iOS kernelcaches. Big part of the iOS kernelcache is written by C++, which compiled into complicated binary code use many virtual table derefences rather than explicit direct calls.idakcpp takes the advanteage of...

5.8AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/02 11:21 p.m.4 views

CVE-2026-25049

🚨 CVE-2026-25049 – n8n Unauthenticated Settings Disclosure 📌 Overview CVE ID: CVE-2026-25049 Affected Software: n8n Severity: Critical Category: Improper Access Control / Information Disclosure This vulnerability allows unauthenticated access to internal configuration data via a REST API endpoint...

9.9CVSS8.4AI score0.01451EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/02 11:20 p.m.5 views

CVE-2025-47273-PoC

CVE-2025-47273: setuptools version 78.1.0 - Path Traversal in setuptools.packageindex Disclaimer This Proof of Concept PoC is intended for educational purposes and authorized security auditing only. The author assumes no responsibility for misuse of this information. Unauthorized access to comput...

8.8CVSS7AI score0.01503EPSS
SaveExploits5References1
Rows per page
Query Builder