Lucene search
+L

218 matches found

Kitploit
Kitploit
added 2026/08/27 5:32 p.m.4 views

CVE-2024-41302-Bookea-tu-Mesa-is-vulnerable-to-SQL-Injection

CVE-2024-41302-Bookea-tu-Mesa-is-vulnerable-to-SQL-Injection- Bookea-tu-Mesa è suscettibile a una vulnerabilità di SQL Injection SQLi. Questa falla consente agli aggressori di iniettare comandi SQL dannosi in grado di manipolare il database, compromettendo potenzialmente l'integrità e la sicurezz...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/27 4:18 a.m.4 views

CVE-2025-32429

CVE-2025-32429 – PHP PDO预处理语句中的SQL注入 此仓库包含一个针对 CVE-2025-32429 的概念验证漏洞利用程序,该漏洞影响启用了模拟功能的 PHP PDO 预处理语句。 📄 参考资料 Assetnote 的原始研究: https://slcyber.io/assetnote-security-research-center/a-novel-technique-for-sql-injection-in-pdos-prepared-statements NVD 条目:...

9.8CVSS8.7AI score0.84036EPSS
SaveExploits6References1
ATTACKERKB
ATTACKERKB
added 2026/08/16 4:24 a.m.13 views

CVE-2026-15963

The Quiz and Survey Master QSM – Easy Quiz and Survey Maker plugin for WordPress is vulnerable to generic SQL Injection via 'randoncategory' Quiz Option in all versions up to, and including, 11.2.1 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on t...

6.5CVSS5.8AI score0.00261EPSS
SaveExploits0References7
NVD
NVD
added 2026/08/01 9:17 a.m.16 views

CVE-2026-15951

The Icegram Mailer plugin for WordPress is vulnerable to SQL Injection via the 'fields' parameter in versions up to, and including, 1.0.12. This is due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query in the...

4.9CVSS0.00259EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/06/30 11:19 a.m.17 views

EUVD-2026-40292

An SQL Injection vulnerability exists in Redeight CMS version 1.0 via the "userEmail" parameter in the POST "/admin/index.php" login endpoint. The application fails to sanitize user input and directly interpolates it into SQL queries without using prepared statements, which allows unauthenticated...

9.3CVSS6.2AI score0.00511EPSS
SaveExploits0References1
NVD
NVD
added 2026/06/09 6:17 p.m.20 views

CVE-2026-50636

The RemoteControl API methods inviteparticipants and remindparticipants pass a caller-supplied token-ID array into TokenDynamic::findUninvited, which concatenates the values directly into a tid IN '...' SQL clause without parameterization or input validation. A remote, authenticated attacker...

8.8CVSS0.00358EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.6 views

Astra Linux – Vulnerability in libpgjava

pgjdbc is an open-source PostgreSQL JDBC driver. In affected versions, when a prepared statement is executed using either PreparedStatement.setTextint, InputStream or PreparedStatement.setByteaint, InputStream, a temporary file will be created if the InputStream exceeds 2 kilobytes in size. This...

5.5CVSS6.5AI score0.0048EPSS
SaveExploits1References1
UbuntuCve
UbuntuCve
added 2026/05/10 5:16 a.m.21 views

CVE-2025-14179

In PHP versions 8.2. before 8.2.31, 8.3. before 8.3.31, 8.4. before 8.4.21, and 8.5. before 8.5.6, the PDO Firebird driver improperly handles NUL bytes when preparing SQL queries. During token-by-token query construction, a string token containing a NUL byte is copied via strncat, which stops at...

9.8CVSS5.8AI score0.00439EPSS
SaveExploits0References4
GithubExploit
GithubExploit
added 2026/04/27 11:34 p.m.136 views

SQLi-Scanner-Lab

🕸️ Automated SQLi Vulnerability Scanner & Lab 📌 Project Ov...

5.7AI score
SaveExploits0
GithubExploit
GithubExploit
added 2026/04/13 12:32 a.m.119 views

blind-sqli-lab

🔬 Blind SQL Injection Lab — Time-Based PostgreSQL + FastAPI...

6AI score
SaveExploits0
Veracode
Veracode
added 2026/03/28 5:20 a.m.18 views

SQL Injection

wwbn/avideo is vulnerable to SQL Injection. The vulnerability is due to improper use of prepared statements where user-controlled input videosid is directly concatenated into the query, which allows an attacker to inject and execute arbitrary SQL commands...

8.8CVSS6.1AI score0.00509EPSS
SaveExploits1References2Affected Software1
NVD
NVD
added 2026/03/27 5:16 p.m.12 views

CVE-2026-33770

WWBN AVideo is an open source video platform. In versions up to and including 26.0, the fixCleanTitle static method in objects/category.php constructs a SQL SELECT query by directly interpolating both $cleantitle and $id into the query string without using prepared statements or parameterized...

9.8CVSS0.00492EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2026/03/27 4:13 p.m.5 views

CVE-2026-33770

WWBN AVideo is an open source video platform. In versions up to and including 26.0, the fixCleanTitle static method in objects/category.php constructs a SQL SELECT query by directly interpolating both $cleantitle and $id into the query string without using prepared statements or parameterized...

7.1CVSS6AI score0.00492EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2026/03/27 4:12 p.m.9 views

CVE-2026-33767 AVideo has SQL Injection via Partial Prepared Statement — videos_id Concatenated Directly into Query

WWBN AVideo is an open source video platform. In versions up to and including 26.0, in objects/like.php, the getLike method constructs a SQL query using a prepared statement placeholder ? for usersid but directly concatenates $this-videosid into the query string without parameterization. An...

7.1CVSS6AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/03/27 4:12 p.m.32 views

CVE-2026-33767 AVideo has SQL Injection via Partial Prepared Statement — videos_id Concatenated Directly into Query

WWBN AVideo is an open source video platform. In versions up to and including 26.0, in objects/like.php, the getLike method constructs a SQL query using a prepared statement placeholder ? for usersid but directly concatenates $this-videosid into the query string without parameterization. An...

7.1CVSS0.00509EPSS
SaveExploits1References2
OSV
OSV
added 2026/03/26 6:15 p.m.17 views

GHSA-584P-RPVQ-35VF AVideo has SQL Injection in category.php fixCleanTitle() via Unparameterized clean_title and id Variables

Summary The fixCleanTitle static method in objects/category.php constructs a SQL SELECT query by directly interpolating both $cleantitle and $id into the query string without using prepared statements or parameterized queries. An attacker who can trigger category creation or renaming with a craft...

7.1CVSS6AI score0.00492EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2026/03/16 9:19 p.m.20 views

Admidio has a Second-Order SQL Injection via List Configuration (lsc_special_field, lsc_sort, lsc_filter)

Summary The MyList configuration feature in Admidio allows authenticated users to define custom list column layouts. User-supplied column names, sort directions, and filter conditions are stored in the admlistcolumns table via prepared statements safe storage, but are later read back and...

8CVSS6.1AI score0.00279EPSS
SaveExploits1References4Affected Software1
CNNVD
CNNVD
added 2026/02/19 12:00 a.m.18 views

WordPress plugin Library Management System SQL注入漏洞

WordPress and WordPress plugins are both products of the WordPress Foundation. WordPress is a blog platform developed using the PHP language. This platform allows for the creation of personal blog websites on servers based on PHP and MySQL. A WordPress plugin is an application extension. The...

7.5CVSS5.9AI score0.00446EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/02/04 8:25 a.m.41 views

CVE-2025-15268 Infility Global <= 2.14.46 - Unauthenticated SQL Injection via Predictable API Key and IP Whitelist Bypass

The Infility Global plugin for WordPress is vulnerable to unauthenticated SQL Injection via the 'infilitygetdata' API action in all versions up to, and including, 2.14.46. This is due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL...

7.5CVSS0.00432EPSS
SaveExploits0References4
OSV
OSV
added 2026/01/28 9:07 a.m.18 views

RLSA-2026:1429 Important: php:8.3 security update

PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server. Security Fixes: php: heap-based buffer overflow in arraymerge CVE-2025-14178 php: PHP: Information disclosure via getimagesize function when reading multi-chunk images CVE-2025-14177 php: PHP: Denial of Service...

7.5CVSS6.1AI score0.00707EPSS
SaveExploits4References4
Rows per page
Query Builder