SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-57994

MEDIUM · CVSS 5.3 EPSS 0.21% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-10 · Last synced 2026-08-09

CyberRota Analysis

AI-Generated

phpMyFAQ versions prior to 4.1.5 are vulnerable due to inconsistent filtering of inactive FAQ content across public API endpoints, allowing unauthenticated attackers to access draft or review-only FAQs. This exposure can lead to the unauthorized disclosure of sensitive information. Organizations using affected versions should prioritize upgrading to mitigate potential information leaks.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-57994
Severity
MEDIUM
CVSS
5.3
EPSS
0.21%

Original NVD Description

phpMyFAQ before 4.1.5 applies inconsistent active=yes and publication-date filtering across its public FAQ API endpoints, allowing unauthenticated attackers to retrieve inactive (draft or review-only) FAQ content. Specifically, GET /api/v3.1/faq/{categoryId}/{faqId} returns the inactive FAQ title and full answer, while GET /api/v3.1/faqs/tags/{tagId} and GET /api/v4.0/faqs/tags/{tagId} return the inactive FAQ title and answer preview, disclosing non-public content.