CVE-2026-49205
Last modified
CVE-2026-49205 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. phpMyFAQ is an open source FAQ web application. Versions prior to 4.1.4 have Missing Authorization in the API CategoryController. EPSS estimates a 0.24% chance of exploitation in the next 30 days.
Description
phpMyFAQ is an open source FAQ web application. Versions prior to 4.1.4 have Missing Authorization in the API CategoryController. CVE-2026-24421 addressed this in the BackupController by adding: $this->userHasPermission(PermissionType::BACKUP). The same fix was not applied to 4 other write endpoints in the public API. All 4 only call $this->hasValidToken() — which checks a shared API key header, rather than the individual user's role permissions. The following APIs are affected: POST /api/v4.0/category (CategoryController::create), POST /api/v4.0/faq (FaqController::create), PUT /api/v4.0/faq (FaqController::update), and POST /api/v4.0/question (QuestionController::create). This issue has been fixed in version 4.1.4.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-49205?
How severe is CVE-2026-49205?
How do I fix CVE-2026-49205?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-4920The Next Date plugin for WordPress is vulnerable to Stored C…6.4
- CVE-2026-49200The acer_cgi.log file in the device firmware is accessible w…9.8
- CVE-2026-49201The upload.cgi binary, responsible for processing device bac…9.8
- CVE-2026-49202Internal multimedia session archives are accessible without …8.6
- CVE-2026-49203Crucial management API endpoints for cellular eSIM allocatio…8.3
- CVE-2026-49204Leftover debug modules contain fixed credentials for interna…6.5
- CVE-2026-49208Symfony UX is a JavaScript ecosystem for Symfony. From 2.8.0…5.3
- CVE-2026-49209Symfony UX is a JavaScript ecosystem for Symfony. From 2.5.0…6.5
- CVE-2026-49210Symfony UX is a JavaScript ecosystem for Symfony. From 2.8.0…6.1
- CVE-2026-49211Symfony UX is a JavaScript ecosystem for Symfony. From 2.2.0…7.5
- CVE-2026-49212Symfony UX is a JavaScript ecosystem for Symfony. From 2.8.0…7.5
- CVE-2026-49213TypeBot is a chatbot builder tool. Prior to 3.17.2, Typebot'…8.1
Are you affected by CVE-2026-49205?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
