Lucene search
+L

3013 matches found

CVE
CVE
added 2026/08/10 1:42 p.m.53 views

CVE-2026-63106

ReadyEcommerce prior to 4.5.2 exposes an unauthenticated SQL injection in the product listing API: the rating parameter is concatenated into a MySQL HAVING clause in ProductController.php, enabling time-based blind SQL injection to exfiltrate full database contents (including user credentials and...

9.8CVSS5.7AI score0.00292EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/10 1:42 p.m.33 views

CVE-2026-63106 ReadyEcommerce < 4.5.2 Unauthenticated SQL Injection via ProductController.php

ReadyEcommerce before 4.5.2 contains an unauthenticated SQL injection vulnerability in the product listing API where the rating parameter from the products endpoint is concatenated directly into a MySQL HAVING clause without parameterization in ProductController.php. Attackers can perform...

9.8CVSS0.00292EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/08/10 1:42 p.m.8 views

CVE-2026-63106

ReadyEcommerce before 4.5.2 contains an unauthenticated SQL injection vulnerability in the product listing API where the rating parameter from the products endpoint is concatenated directly into a MySQL HAVING clause without parameterization in ProductController.php. Attackers can perform...

9.8CVSS5.7AI score0.00292EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/06 4:24 p.m.8 views

SUSE CVE-2026-71287

Cacti's sanitizesqlcolumn lib/functions.php sanitizes user-supplied ORDER BY column names using the regex . Because this allowlist retains letters, digits, underscore, parentheses, and dot intended to support expressions like COUNTid and table.column, a payload such as passes through completely...

8.8CVSS5.4AI score0.00305EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/05 4:50 p.m.59 views

CVE-2026-10716

Directus: Authenticated SQL injection in collection creation when using PostgreSQL with PostGIS. A admin can craft a collection with a geometry field where fields[].type starts with geometry but includes attacker-controlled SQL syntax after the geometry subtype, enabling time-based SQL injection....

7.5CVSS5.7AI score0.0031EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/05 1:24 p.m.9 views

CVE-2026-71287

Cacti's sanitizesqlcolumn lib/functions.php sanitizes user-supplied ORDER BY column names using the regex . Because this allowlist retains letters, digits, underscore, parentheses, and dot intended to support expressions like COUNTid and table.column, a payload such as passes through completely...

8.8CVSS0.00305EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/05 1:24 p.m.8 views

CVE-2026-71288

Koha's guided report builder reports/guidedreports.pl reads the CGI parameter and, for each value, a dynamically-named parameter, and concatenates both directly into an SQL ORDER BY clause with no allowlist or validation. Since ORDER BY columns cannot be bound via prepared-statement placeholders,...

8.8CVSS0.00305EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/05 12:26 p.m.8 views

CVE-2026-71288 Koha SQL Injection via order_by and {order}_ovalue Parameters in guided_reports.pl

Koha's guided report builder reports/guidedreports.pl reads the CGI parameter and, for each value, a dynamically-named parameter, and concatenates both directly into an SQL ORDER BY clause with no allowlist or validation. Since ORDER BY columns cannot be bound via prepared-statement placeholders,...

8.8CVSS5.7AI score
SaveExploits0References4
EUVD
EUVD
added 2026/08/05 12:26 p.m.9 views

EUVD-2026-53373

Koha's guided report builder reports/guidedreports.pl reads the orderby CGI parameter and, for each value, a dynamically-named orderovalue parameter, and concatenates both directly into an SQL ORDER BY clause with no allowlist or validation: my @orderby = $input-multiparam'orderby'; foreach my...

8.8CVSS5.7AI score0.00305EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/05 12:26 p.m.34 views

CVE-2026-71288 Koha SQL Injection via order_by and {order}_ovalue Parameters in guided_reports.pl

Koha's guided report builder reports/guidedreports.pl reads the CGI parameter and, for each value, a dynamically-named parameter, and concatenates both directly into an SQL ORDER BY clause with no allowlist or validation. Since ORDER BY columns cannot be bound via prepared-statement placeholders,...

8.8CVSS0.00305EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/05 12:26 p.m.12 views

CVE-2026-71288 Koha SQL Injection via order_by and {order}_ovalue Parameters in guided_reports.pl

Koha's guided report builder reports/guidedreports.pl reads the CGI parameter and, for each value, a dynamically-named parameter, and concatenates both directly into an SQL ORDER BY clause with no allowlist or validation. Since ORDER BY columns cannot be bound via prepared-statement placeholders,...

8.8CVSS5.6AI score0.00305EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/05 12:26 p.m.53 views

CVE-2026-71288

Koha vulnerability CVE-2026-71288 affects the guided report builder (reports/guided_reports.pl). It openly concatenates user-supplied ORDER BY values and corresponding _ovalue parameters into an SQL ORDER BY clause without any allowlist or validation, and appends it to the final query in C4::Repo...

8.8CVSS5.6AI score0.00305EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/05 12:26 p.m.53 views

CVE-2026-71287

Cacti CVE-2026-71287 involves a flaw in sanitize_sql_column() in lib/functions.php. The function filters ORDER BY column names with preg_replace('/[^a-zA-Z0-9_().]/', '', $column), which leaves letters, digits, underscore, parentheses, and dot. This allows payloads like SLEEP(5) to pass unmodifie...

8.8CVSS5.2AI score0.00305EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/05 12:26 p.m.11 views

EUVD-2026-53372

Cacti's sanitizesqlcolumn lib/functions.php sanitizes user-supplied ORDER BY column names using the regex pregreplace'/^a-zA-Z0-9./', '', $column. Because this allowlist retains letters, digits, underscore, parentheses, and dot intended to support expressions like COUNTid and table.column, a...

8.8CVSS5.7AI score0.00305EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/08/05 7:39 a.m.8 views

CVE-2026-11920

The JoomSport – for Sports: Team & League, Football, Hockey & more plugin for WordPress is vulnerable to time-based SQL Injection via the 'order' parameter in all versions up to, and including, 5.7.9 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on...

4.9CVSS5.8AI score0.0029EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/05 7:39 a.m.53 views

CVE-2026-11920

CVE-2026-11920 affects the WordPress plugin “JoomSport – for Sports: Team & League, Football, Hockey & more” up to version 5.7.9. The vulnerability is a time-based SQL Injection in the query path that uses the user-supplied, insufficiently escaped parameters in the SQL statement, triggered when b...

4.9CVSS5.8AI score0.0029EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/08/05 6:58 a.m.9 views

CVE-2026-54418 Leantime - Missing Authorization on TwoFA JSON-RPC Methods Allows Cross-Account 2FA Secret Disclosure and Bypass

Leantime through 3.6.2 exposes the JSON-RPC methods leantime.rpc.TwoFA.TwoFA.getSetupData, saveSecret, verifyAndEnable, and disable2FA, which act on a caller-supplied userId parameter with no ownership check, session pinning, or permission-attribute gate unlike other RPC-exposed methods in the sa...

8.1CVSS5.3AI score0.00248EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/08/05 6:58 a.m.10 views

CVE-2026-54418

Leantime through 3.6.2 exposes the JSON-RPC methods leantime.rpc.TwoFA.TwoFA.getSetupData, saveSecret, verifyAndEnable, and disable2FA, which act on a caller-supplied userId parameter with no ownership check, session pinning, or permission-attribute gate unlike other RPC-exposed methods in the sa...

8.1CVSS5.7AI score0.00248EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/05 6:16 a.m.10 views

CVE-2026-15941

The plugin provides an Admin Search page that allows users with the editposts capability to run Relevanssi searches from the WordPress dashboard. The AJAX handler accepts a URL-encoded args parameter, parses it into a WPQuery, and then passes user-controlled taxonomy query data into Relevanssi's...

6.5CVSS0.00249EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/05 6:0 a.m.8 views

EUVD-2026-53118

The Ajax Load More WordPress plugin before 8.0.1 does not properly sanitise and escape a parameter before using it in a SQL query, allowing unauthenticated attackers to perform time-based blind SQL injection and extract sensitive data from the database...

9.1CVSS5.7AI score0.00324EPSS
SaveExploits0References1
Rows per page
Query Builder