SQL injection in phpMyFAQ - #VU140883

 

SQL injection in phpMyFAQ - #VU140883

Published: August 4, 2026


Vulnerability identifier: #VU140883
CSH Severity: Medium
CVSS v4: 8.6 [CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N]
CVE-ID: N/A
CWE-ID: CWE-89
Exploitation vector: Remote access
Exploit availability: No public exploit available

Vulnerability details

The vulnerability allows a remote user to execute arbitrary SQL commands and disclose sensitive information.

The vulnerability exists due to SQL injection in GlossaryRepository::create and GlossaryRepository::update when handling glossary create or update requests. A remote user can submit a specially crafted glossary item and definition to execute arbitrary SQL commands and disclose sensitive information.

The issue is triggered by truncating the escaped glossary item before it is embedded in a quoted SQL literal, which can leave a dangling backslash that causes the definition field to be interpreted as SQL.


Affected software

phpMyFAQ

Remediation

Install security update from vendor's website.

phpMyFAQ - update to 4.1.7

External References