CVE-2026-46366
HighSummary
phpMyFAQ before version 4.1.2 contains an information disclosure vulnerability in the getIdFromSolutionId() method that lacks permission filtering. This allows unauthenticated attackers to enumerate restricted FAQ entries and read their titles via the /solution_id_{id}.html endpoint.
Risk Assessment
Attackers can sequentially iterate solution IDs to discover all FAQs, including those restricted to specific users or groups. This may lead to the leakage of sensitive metadata.
Recommendation
It is recommended to update phpMyFAQ to version 4.1.2 or later to mitigate this vulnerability. Additionally, implementing proper permission filtering mechanisms in the application is advisable.
Original NVD description (English source)
phpMyFAQ before 4.1.2 contains an information disclosure vulnerability in the getIdFromSolutionId() method that lacks permission filtering, allowing unauthenticated attackers to enumerate restricted FAQ entries and read their titles via the /solution_id_{id}.html endpoint. Attackers can sequentially iterate solution IDs to discover all FAQs including those restricted to specific users or groups, leaking sensitive metadata through redirect Location headers and page canonical links.

