Home

Description

phpMyFAQ is an open source FAQ web application. Prior to version 4.1.1, the MediaBrowserController::index() method handles file deletion for the media browser. When the fileRemove action is triggered, the user-supplied name parameter is concatenated with the base upload directory path without any path traversal validation. The FILTER_SANITIZE_SPECIAL_CHARS filter only encodes HTML special characters (&, ', ", <, >) and characters with ASCII value < 32, and does not prevent directory traversal sequences like ../. Additionally, the endpoint does not validate CSRF tokens, making it exploitable via CSRF attacks. This issue has been patched in version 4.1.1.

PUBLISHED Reserved 2026-03-30 | Published 2026-04-02 | Updated 2026-04-02 | Assigner GitHub_M




HIGH: 8.7CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:N/I:H/A:H

Problem types

CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

Product status

< 4.1.1
affected

References

github.com/...pMyFAQ/security/advisories/GHSA-38m8-xrfj-v38x exploit

github.com/...pMyFAQ/security/advisories/GHSA-38m8-xrfj-v38x

github.com/thorsten/phpMyFAQ/releases/tag/4.1.1

cve.org (CVE-2026-34728)

nvd.nist.gov (CVE-2026-34728)

Download JSON