Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-pagenavi domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/u918112125/domains/exploit.company/public_html/wp-includes/functions.php on line 6114
Private Message System Multiple Vulnerabilities - exploit.company
header-logo
Suggest Exploit
vendor:
Private Message System
by:
5.4
CVSS
MEDIUM
Cross-Site Scripting (XSS) and Information Disclosure
79
CWE
Product Name: Private Message System
Affected Version From: 1.1.2003
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Metasploit:
Other Scripts:
Platforms Tested:

Private Message System Multiple Vulnerabilities

Private Message System is prone to multiple vulnerabilities that can allow remote attackers to carry out cross-site scripting attacks and disclose arbitrary private messages. The vulnerability exists in the 'message_send.php' script, specifically in the 'tid' parameter. An attacker can exploit this issue by injecting arbitrary HTML or script code into the vulnerable parameter, potentially allowing them to steal sensitive information or execute arbitrary code in the context of the affected site.

Mitigation:

To mitigate these vulnerabilities, it is recommended to sanitize and validate user-supplied input before using it in dynamically generated web pages or database queries. Additionally, restricting access to the affected script or implementing proper input validation can also help prevent exploitation.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/11671/info

Private Message System is reported prone to multiple vulnerabilities that can allow remote attackers to carry out cross-site scripting attacks and disclose arbitrary private messages.

Private Message System 1.1.3 is reported vulnerable to these issue, however, it is possible that other version are affected as well.

http://www.example.com/message_send.php?tid=%22><script>alert(document.cookie)</script>