vendor:
Simple Forum
by:
tomplixsee
7.5
CVSS
HIGH
XSS, Remote File Disclosure
79, 200
CWE
Product Name: Simple Forum
Affected Version From: 3.2
Affected Version To: 3.2
Patch Exists: NO
Related CWE: N/A
CPE: a:gerd_tentler:simple_forum:3.2
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2020
SIMPLE FORUM v 3.2 MULTIPLE VULNERABILITIES
SIMPLE FORUM v3.2 is vulnerable to XSS and Remote File Disclosure. XSS can be exploited by sending a malicious payload in the 'open' and 'date_show' parameters of the forum.php page. Remote File Disclosure can be exploited by sending a malicious payload in the 'file' parameter of the thumbnail.php page.
Mitigation:
Input validation should be done on the server-side to prevent malicious payloads from being sent to the server. Access to the thumbnail.php page should be restricted.