Lucene search
+L

62 matches found

RedhatCVE
RedhatCVE
•added 2026/04/03 4:59 p.m.•13 views

CVE-2026-34973

phpMyFAQ is an open source FAQ web application. Prior to version 4.1.1, the searchCustomPages method in phpmyfaq/src/phpMyFAQ/Search.php uses realescapestring via escape to sanitize the search term before embedding it in LIKE clauses. However, realescapestring does not escape SQL LIKE...

6.9CVSS5.8AI score0.00385EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
•added 2026/04/02 2:47 p.m.•4 views

CVE-2026-34973 phpMyFAQ has a LIKE Wildcard Injection in Search.php — Unescaped % and _ Metacharacters Enable Broad Content Disclosure

phpMyFAQ is an open source FAQ web application. Prior to version 4.1.1, the searchCustomPages method in phpmyfaq/src/phpMyFAQ/Search.php uses realescapestring via escape to sanitize the search term before embedding it in LIKE clauses. However, realescapestring does not escape SQL LIKE...

6.9CVSS5.8AI score0.00385EPSS
SaveExploits1References2
Cvelist
Cvelist
•added 2026/04/02 2:47 p.m.•38 views

CVE-2026-34973 phpMyFAQ has a LIKE Wildcard Injection in Search.php — Unescaped % and _ Metacharacters Enable Broad Content Disclosure

phpMyFAQ is an open source FAQ web application. Prior to version 4.1.1, the searchCustomPages method in phpmyfaq/src/phpMyFAQ/Search.php uses realescapestring via escape to sanitize the search term before embedding it in LIKE clauses. However, realescapestring does not escape SQL LIKE...

6.9CVSS0.00385EPSS
SaveExploits1References2
OSV
OSV
•added 2026/04/02 2:47 p.m.•17 views

CVE-2026-34973 phpMyFAQ has a LIKE Wildcard Injection in Search.php — Unescaped % and _ Metacharacters Enable Broad Content Disclosure

phpMyFAQ is an open source FAQ web application. Prior to version 4.1.1, the searchCustomPages method in phpmyfaq/src/phpMyFAQ/Search.php uses realescapestring via escape to sanitize the search term before embedding it in LIKE clauses. However, realescapestring does not escape SQL LIKE...

6.9CVSS5.9AI score
SaveExploits0References4
CVE
CVE
•added 2026/04/02 2:47 p.m.•51 views

CVE-2026-34973

CVE-2026-34973 affects phpMyFAQ prior to 4.1.1. The bug is in the searchCustomPages() function where real_escape_string() (via escape()) sanitizes the search term for LIKE clauses but does not escape SQL LIKE metacharacters % and _. Consequently, an unauthenticated attacker can inject wildcards i...

6.9CVSS5.8AI score0.00385EPSS
SaveExploits1References2Affected Software1
attackerkb
attackerkb
•added 2026/04/02 2:47 p.m.•5 views

CVE-2026-34973

phpMyFAQ is an open source FAQ web application. Prior to version 4.1.1, the searchCustomPages method in phpmyfaq/src/phpMyFAQ/Search.php uses realescapestring via escape to sanitize the search term before embedding it in LIKE clauses. However, realescapestring does not escape SQL LIKE...

6.9CVSS5.8AI score0.00385EPSS
SaveExploits1References3Affected Software1
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/04/02 12:00 a.m.•1 views

CVE-2026-34973: Improper Neutralization of Special Elements in Data Query Logic

phpMyFAQ is an open source FAQ web application. Prior to version 4.1.1, the searchCustomPages method in phpmyfaq/src/phpMyFAQ/Search.php uses realescapestring via escape to sanitize the search term before embedding it in LIKE clauses. However, realescapestring does not escape SQL LIKE...

6.9CVSS5.8AI score0.00385EPSS
SaveExploits1References3
OSV
OSV
•added 2026/04/01 11:41 p.m.•24 views

GHSA-GCP9-5JC8-976X phpMyFAQ has a LIKE Wildcard Injection in Search.php — Unescaped % and _ Metacharacters Enable Broad Content Disclosure

Summary The searchCustomPages method in phpmyfaq/src/phpMyFAQ/Search.php uses realescapestring via escape to sanitize the search term before embedding it in LIKE clauses. However, realescapestring does not escape SQL LIKE metacharacters % match any sequence and match any single character. An...

6.9CVSS5.9AI score0.00385EPSS
SaveExploits1References4
CVE
CVE
•added 2026/02/24 12:41 a.m.•66 views

CVE-2026-25591

Summary of CVE-2026-25591 (from connected advisory): A SQL LIKE wildcard injection in the authenticated endpoint /api/token/search allows crafted patterns to cause resource exhaustion and DoS by forcing expensive queries. The vulnerable code directly concatenates user-supplied keyword and token i...

7.1CVSS5.7AI score0.00644EPSS
SaveExploits1References3Affected Software1
Vulnrichment
Vulnrichment
•added 2026/02/24 12:41 a.m.•5 views

CVE-2026-25591 New API has an SQL LIKE Wildcard Injection DoS via Token Search

New API is a large language mode LLM gateway and artificial intelligence AI asset management system. Prior to version 0.10.8-alpha.10, a SQL LIKE wildcard injection vulnerability in the /api/token/search endpoint allows authenticated users to cause denial of service through resource exhaustion by...

7.1CVSS5.7AI score0.00644EPSS
SaveExploits1References3
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/02/24 12:00 a.m.•2 views

CVE-2026-25591: Improper Neutralization of Special Elements in Data Query Logic

New API is a large language mode LLM gateway and artificial intelligence AI asset management system. Prior to version 0.10.8-alpha.10, a SQL LIKE wildcard injection vulnerability in the /api/token/search endpoint allows authenticated users to cause denial of service through resource exhaustion by...

7.1CVSS5.9AI score0.00644EPSS
SaveExploits1References1
Github Security Blog
Github Security Blog
•added 2026/02/23 9:56 p.m.•22 views

New API has an SQL LIKE Wildcard Injection DoS via Token Search

Summary A SQL LIKE wildcard injection vulnerability in the /api/token/search endpoint allows authenticated users to cause Denial of Service through resource exhaustion by crafting malicious search patterns. Details The token search endpoint accepts user-supplied keyword and token parameters that...

7.1CVSS6AI score0.00644EPSS
SaveExploits1References6Affected Software1
OSV
OSV
•added 2026/02/23 9:56 p.m.•17 views

GHSA-W6X6-9FP7-FQM4 New API has an SQL LIKE Wildcard Injection DoS via Token Search

Summary A SQL LIKE wildcard injection vulnerability in the /api/token/search endpoint allows authenticated users to cause Denial of Service through resource exhaustion by crafting malicious search patterns. Details The token search endpoint accepts user-supplied keyword and token parameters that...

7.1CVSS6AI score0.00644EPSS
SaveExploits1References6
EUVD
EUVD
•added 2025/10/07 12:30 a.m.•15 views

EUVD-2019-9228

Malware in sbrugna...

7.5CVSS7.5AI score0.01236EPSS
SaveExploits0References3
Palo Alto Networks
Palo Alto Networks
•added 2025/06/11 4:00 p.m.•6 views

GlobalProtect: Authenticated Code Injection Through Wildcard on macOS

An improper neutralization of wildcards vulnerability in the log collection feature of Palo Alto Networks GlobalProtect™ app on macOS allows a non administrative user to escalate their privileges to root. Work around: No workaround or mitigation is available...

8.8CVSS7.5AI score0.00443EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
•added 2025/05/22 8:26 a.m.•14 views

CVE-2019-19614

An issue was discovered in Halvotec RAQuest 10.23.10801.0. The login page is vulnerable to wildcard injection, allowing an attacker to enumerate the list of users sharing an identical password. Fixed in Release 10.24.11206.1...

7.5CVSS6.8AI score0.01236EPSS
SaveExploits0References1
OSV
OSV
•added 2020/03/09 7:15 p.m.•11 views

CVE-2019-19614

An issue was discovered in Halvotec RAQuest 10.23.10801.0. The login page is vulnerable to wildcard injection, allowing an attacker to enumerate the list of users sharing an identical password. Fixed in Release 10.24.11206.1...

7.5CVSS7.1AI score0.01236EPSS
SaveExploits0References2
NVD
NVD
•added 2020/03/09 7:15 p.m.•32 views

CVE-2019-19614

An issue was discovered in Halvotec RAQuest 10.23.10801.0. The login page is vulnerable to wildcard injection, allowing an attacker to enumerate the list of users sharing an identical password. Fixed in Release 10.24.11206.1...

7.5CVSS7.5AI score0.01236EPSS
SaveExploits0References2
Prion
Prion
•added 2020/03/09 7:15 p.m.•22 views

Design/Logic Flaw

An issue was discovered in Halvotec RAQuest 10.23.10801.0. The login page is vulnerable to wildcard injection, allowing an attacker to enumerate the list of users sharing an identical password. Fixed in Release 10.24.11206.1...

5CVSS7.4AI score0.01236EPSS
SaveExploits0References2Affected Software1
CVE
CVE
•added 2020/03/09 6:51 p.m.•77 views

CVE-2019-19614

CVE-2019-19614 affects Halvotec RAQuest 10.23.10801.0, where the login page is vulnerable to a wildcard injection. This flaw allows an attacker to enumerate the list of users sharing an identical password, constituting an information disclosure vulnerability. The issue is fixed in Release 10.24.1...

7.5CVSS7.4AI score0.01236EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder