CVE-2026-46366: phpMyFAQ - Unauthenticated Information Disclosure via getIdFromSolutionId Permission Bypass
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 /solutionid{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.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-46366?
CVE-2026-46366 is classified as an information disclosure vulnerability due to its ability to expose restricted FAQ entries.
How do I fix CVE-2026-46366?
To fix CVE-2026-46366, upgrade phpMyFAQ to version 4.1.2 or later to ensure proper permission filtering.
Who is affected by CVE-2026-46366?
Users of phpMyFAQ versions prior to 4.1.2 are affected by CVE-2026-46366.
What type of attack does CVE-2026-46366 facilitate?
CVE-2026-46366 facilitates unauthenticated attacks that enable enumeration of restricted FAQ entries.
What method is vulnerable in CVE-2026-46366?
The getIdFromSolutionId() method is where the permission bypass vulnerability exists in CVE-2026-46366.