Lucene search
+L

235 matches found

Kitploit
Kitploit
added 2026/09/17 8:54 a.m.10 views

CVE-2022-42098

KLiK-SocialMediaWebsite version v1.0.1 Vulnerability Explanation: KLiK-SocialMediaWebsite v1.0.1 has SQL Injection Vulnerabilities on profile.php at parameter id. Attack Vectors: KLiK-SocialMediaWebsite v1.0.1 Once an user has been created it can also be find people on KLiK through the KLiK Users...

8.8CVSS8AI score0.01269EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/17 4:31 a.m.12 views

mssqli-duet

MSSQLi-DUET - MSSQL Injection-based Domain User Enumeration Tool SQL injection script for MSSQL that extracts domain users from an Active Directory environment based on RID bruteforcing. Supports various forms of WAF bypass techniques through the implementation of SQLmap tamper functions...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/17 12:53 a.m.12 views

CVE-2021-44593

CVE-2021-44593 Public disclosure of CVE-2021-44593. A SQL injection/arbitrary file upload/remote code execution vulnerability in Simple College Website. DESCRIPTION Simple College Website 1.0 is vulnerable to an unauthenticated union-based SQL injection in the "username" parameter of the...

8.1CVSS8.2AI score0.0424EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/16 11:28 p.m.9 views

wp2shell-poc

这究竟是如何工作的 本 PoC 与公开的 wp2shell 漏洞利用有何不同 所有 PoC 都利用了相同的两个缺陷 - REST 批量路由混淆(CVE-2026-63030)和 authornotin SQL 注入(CVE-2026-60137)- 并采用相同的双重嵌套批次结构。 它们之间的区别在于所选择的远程代码执行(RCE)路径 、环境前置条件 , 以及安全默认设置 。本文档具体说明了本仓库中的实现在这一格局中所处的位置。 简要概述 1. 在存在持久化对象缓存时依然有效。 公开的基于 UNION 的 PoC 使用 已填充基集的注入形式:这一系列所共享的全链实现在那里会出现假阴性,...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/16 5:48 p.m.9 views

CVE-2021-45041

CVE-2021-45041 PoC for CVE-2021-45041 aka SCRMBT-177 - Authenticated SQL-Injection in SuiteCRM = 8.0.0. Defaults to False --help Show this message and exit. https://github.com/manuelz120/CVE-2021-45041 Example usage: root@kitploit: .venv ➜ CVE-2021-45041 git:main ✗ ./exploit.py --host...

8.8CVSS7.6AI score0.02201EPSS
SaveExploits2References4
Kitploit
Kitploit
added 2026/09/16 1:40 p.m.12 views

CVE-2023-23279

SQL injection in Canteen Management System v1.0. Bug author: Tuannq Discovered Day: 5/1/2023 Vendors: https://www.sourcecodester.com/php/15688/canteen-management-system-project-source-code-php.html Login account: [email protected]/rootadmin Super Admin account Vulnerability File:...

9.8CVSS8.6AI score0.00934EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/14 7:01 p.m.13 views

CVE-2024-1512

CVE-2024-1512 Proof of Concept Vulnerability Overview CVE-2024-1512 exposes a critical vulnerability in the MasterStudy LMS WordPress Plugin, specifically within the implementation of the /lms/stm-lms/order/items REST route. The issue arises from the plugin's failure to properly escape the 'user'...

9.8CVSS8.7AI score0.77579EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/11 8:04 p.m.8 views

CVE-2021-42667

CVE-2021-42667 CVE-2021-42667 - SQLインジェクションの脆弱性。Online event booking and reservation systemバージョン2.3.0。 技術的説明: Event management softwareバージョン2.3.0にSQLインジェクションの脆弱性が存在します。攻撃者は「USER」ウェブページの脆弱性のある「id」パラメータを悪用して、実行されるSQLクエリを操作できます。その結果、攻撃者はウェブサーバーから機密データを抽出できます。 脆弱なページ - USER 脆弱なパラメータ - "id" 悪用手順: 1...

9.8CVSS8.5AI score0.16046EPSS
SaveExploits3
Kitploit
Kitploit
added 2026/09/11 3:57 a.m.166 views

blind-sql-bitshifting

Blind SQL Injection via Bitshifting This is a module that performs blind SQL injection by using the bitshifting method to calculate characters instead of guessing them. It requires 7/8 requests per character, depending on the configuration. Usage root@kitploit: import blind-sql-bitshifting as x...

6.2AI score
SaveExploits0
NVD
NVD
added 2026/09/05 12:17 a.m.6 views

CVE-2026-52763

YesWiki is a wiki system written in PHP. Prior to version 4.6.6, the recentchanges action actions/recentchanges.php accepts a period argument from two disjoint parameter spaces. A whitelist validates only the URL form against 'day','week','month'. The action-argument form takes the else branch wi...

6.5CVSS0.00224EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/04 11:39 p.m.33 views

CVE-2026-52763

YesWiki , a PHP-based wiki system, is affected by a stored SQL injection in the recentchanges action (actions/recentchanges.php). The period argument supplied via the action syntax ({{recentchanges period="..."}}) bypasses a whitelist that only validates the $_GET form, flowing unvalidated into P...

6.5CVSS5.9AI score0.00224EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/04 11:39 p.m.35 views

CVE-2026-52763 YesWiki: SQL injection via the `recentchanges` action `period` argument leading to arbitrary DB read

YesWiki is a wiki system written in PHP. Prior to version 4.6.6, the recentchanges action actions/recentchanges.php accepts a period argument from two disjoint parameter spaces. A whitelist validates only the URL form against 'day','week','month'. The action-argument form takes the else branch wi...

6.5CVSS0.00224EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/04 11:39 p.m.6 views

CVE-2026-52763 YesWiki: SQL injection via the `recentchanges` action `period` argument leading to arbitrary DB read

YesWiki is a wiki system written in PHP. Prior to version 4.6.6, the recentchanges action actions/recentchanges.php accepts a period argument from two disjoint parameter spaces. A whitelist validates only the URL form against 'day','week','month'. The action-argument form takes the else branch wi...

6.5CVSS6AI score
SaveExploits0References4
EUVD
EUVD
added 2026/09/02 12:31 a.m.8 views

EUVD-2026-69717

AVideo through version 29.0 contains an unauthenticated SQL injection vulnerability in the UserLocation plugin's regions.json.php and cities.json.php endpoints. The country and region GET parameters are passed directly into SQL queries without escaping or prepared statement binding, allowing...

8.7CVSS6AI score0.00278EPSS
SaveExploits0References3
NVD
NVD
added 2026/09/01 11:17 p.m.19 views

CVE-2026-84208

AVideo through version 29.0 contains an unauthenticated SQL injection vulnerability in the UserLocation plugin's regions.json.php and cities.json.php endpoints. The country and region GET parameters are passed directly into SQL queries without escaping or prepared statement binding, allowing...

8.7CVSS0.00278EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/01 10:25 p.m.35 views

CVE-2026-84208 AVideo User_Location Plugin Unauthenticated SQL Injection

AVideo through version 29.0 contains an unauthenticated SQL injection vulnerability in the UserLocation plugin's regions.json.php and cities.json.php endpoints. The country and region GET parameters are passed directly into SQL queries without escaping or prepared statement binding, allowing...

8.7CVSS0.00278EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/01 10:25 p.m.10 views

CVE-2026-84208 AVideo User_Location Plugin Unauthenticated SQL Injection

AVideo through version 29.0 contains an unauthenticated SQL injection vulnerability in the UserLocation plugin's regions.json.php and cities.json.php endpoints. The country and region GET parameters are passed directly into SQL queries without escaping or prepared statement binding, allowing...

8.7CVSS6AI score
SaveExploits0References4
CVE
CVE
added 2026/09/01 10:25 p.m.18 views

CVE-2026-84208

AVideo through version 29.0 contains an unauthenticated SQL injection vulnerability in the User_Location plugin , specifically in the regions.json.php and cities.json.php endpoints. The root cause is that the country and region GET parameters are passed directly into SQL queries without escaping ...

8.7CVSS6AI score0.00278EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/01 4:27 a.m.40 views

CVE-2026-76006 Photo Gallery by Ays <= 6.8.2 - Authenticated (Administrator+) SQL Injection via 's' Parameter

The Photo Gallery by Ays – Responsive Image Gallery plugin for WordPress is vulnerable to generic SQL Injection via the 's' parameter in all versions up to, and including, 6.8.2 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL quer...

4.9CVSS0.00351EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/09/01 12:00 a.m.17 views

PT-2026-84533

Name of the Vulnerable Software and Affected Versions AVideo versions prior to 29.1 Description An unauthenticated SQL injection exists in the User Location plugin. The endpoints 'regions.json.php' and 'cities.json.php' fail to properly escape or bind the country and region GET parameters before...

8.7CVSS5.7AI score0.00278EPSS
SaveExploits0References6
Rows per page
Query Builder