vendor:
PHP Script Forum Hoster
by:
int_main();
7,5
CVSS
HIGH
Unauthorized topic deletion and Persistent XSS
79, 80
CWE
Product Name: PHP Script Forum Hoster
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
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
2009
PHP Script Forum Hoster Multiple vulnerabilities
Unauthorized topic deletion can be done by getting the Forum and Topic ID from the URL and then using the manageforum.php page to delete the topic. Persistent XSS can be done by writing Javascript/HTML code into the $_POST sections of the postthread.php page.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in the application.