CVE-2026-24421 PUBLISHED

phpMyFAQ missing authorization exposes /api/setup/backup to any authenticated user

Assigner: GitHub_M
Reserved: 22.01.2026 Published: 24.01.2026 Updated: 24.01.2026

phpMyFAQ is an open source FAQ web application. Versions 4.0.16 and below have flawed authorization logic which exposes the /api/setup/backup endpoint to any authenticated user despite their permissions. SetupController.php uses userIsAuthenticated() but does not verify that the requester has configuration/admin permissions. Non-admin users can trigger a configuration backup and retrieve its path. The endpoint only checks authentication, not authorization, and returns a link to the generated ZIP. This issue is fixed in version 4.0.17.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
CVSS Score: 6.5

Product Status

Vendor thorsten
Product phpMyFAQ
Versions
  • Version < 4.0.17 is affected

References

Problem Types

  • CWE-862: Missing Authorization CWE