CVE-2026-24422 is a medium severity vulnerability with a CVSS score of 5.3. No known public exploits at this time.
Please cite this page when referencing data from Strobes VI. Proper attribution helps support our vulnerability intelligence research.
Very low probability of exploitation
EPSS predicts the probability of exploitation in the next 30 days based on real-world threat data, complementing CVSS severity scores with actual risk assessment.
Several public API endpoints return email addresses and non‑public records (e.g. open questions with isVisible=false).
OpenQuestionController::list() calls Question::getAll() with the default showAll=true, returning invisible questions and their emails. Similar exposures exist in comment/news/faq APIs.
curl -i -H 'Accept-Language: en' \
http://192.168.40.16/phpmyfaq/api/v3.0/open-questions
Privacy exposure of email addresses and non‑public content; increased risk of phishing/scraping.