CVE-2026-57961
Last modified
CVE-2026-57961 is a medium-severity vulnerability rated 5.1/10 on the CVSS scale. phpMyFAQ before 4.1.5 contains a potential authenticated path traversal vulnerability in the concatenatePaths() function within src/phpMyFAQ/Export/Pdf/Wrapper.php. A user with FAQ editing privileges can store HTML containing crafted image paths that are processed during PDF generation.
Description
phpMyFAQ before 4.1.5 contains a potential authenticated path traversal vulnerability in the concatenatePaths() function within src/phpMyFAQ/Export/Pdf/Wrapper.php. A user with FAQ editing privileges can store HTML containing crafted image paths that are processed during PDF generation. The path resolution logic locates the substring "content" within a user-controlled path using strpos(); when "content" is absent, strpos() returns false, which becomes 0 when cast to an integer, preserving the entire attacker-controlled path. This path is later passed to file_get_contents() without canonicalization or root-directory containment validation, which may allow reading of files outside the intended content directory.
Metrics
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N
CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| phpMyFAQ | phpMyFAQ | < 4.1.5 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-57961?
How severe is CVE-2026-57961?
How do I fix CVE-2026-57961?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- 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-57956SigNoz before 0.133.0 contains a broken access control vulne…6.4
- CVE-2026-57957Papermark through 0.22.0 contains a cross-origin resource sh…4.7
- CVE-2026-57958Mixpost through 2.6.0 contains a reflected cross-site script…6.1
- CVE-2026-57959Hi.Events through 1.9.0 contains a promo code validation vul…8.2
- CVE-2026-5796GitLab has remediated an issue in GitLab CE/EE affecting all…4.3
- CVE-2026-57960Hi.Events through 1.9.0 public check-in list endpoints use s…8.3
- CVE-2026-57962A malicious LDAP server, which a Thunderbird user is configu…5.3
- CVE-2026-57963An attacker who can send HTML chat messages (via Matrix or X…6.5
- CVE-2026-57965A flaw was found in spice-vdagent. A malicious or compromise…5.1
- CVE-2026-57966A path traversal vulnerability was found in spice-vdagent. T…4.4
- CVE-2026-57968Buffer over-read in Windows Subsystem for Linux allows an au…7.8
- CVE-2026-57969Missing authentication for critical function in Azure CycleC…8.8
Are you affected by CVE-2026-57961?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
