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
Commercial Interactive Media SCOOP! Multiple Cross-Site Scripting Vulnerabilities - exploit.company
header-logo
Suggest Exploit
vendor:
SCOOP!
by:
No author mentioned
7.5
CVSS
HIGH
Cross-Site Scripting
79
CWE
Product Name: SCOOP!
Affected Version From: 2.3
Affected Version To: Unknown
Patch Exists: NO
Related CWE:
CPE: a:commercial_interactive_media:scoop:2.3
Metasploit:
Other Scripts:
Platforms Tested:
2006

Commercial Interactive Media SCOOP! Multiple Cross-Site Scripting Vulnerabilities

The Commercial Interactive Media SCOOP! application fails to properly sanitize user-supplied input, leading to multiple cross-site scripting vulnerabilities. An attacker can exploit these vulnerabilities to execute arbitrary script code in the browser of a user visiting the affected site, potentially leading to the theft of authentication credentials and other attacks.

Mitigation:

To mitigate these vulnerabilities, it is recommended to sanitize user input by implementing proper input validation and output encoding techniques. Additionally, web application firewalls can be deployed to detect and block malicious input.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/16015/info
  
Commercial Interactive Media SCOOP! is prone to multiple cross-site scripting vulnerabilities. These issues are due to a failure in the application to properly sanitize user-supplied input.
  
An attacker may leverage these issues to have arbitrary script code executed in the browser of an unsuspecting user in the context of the affected site. This may facilitate the theft of cookie-based authentication credentials as well as other attacks.
  
Version 2.3 of Commercial Interactive Media SCOOP! is reportedly vulnerable to these issues; other versions may also be affected. 

http://www.example.com/account_login.asp?Username=[XSS]
http://www.example.com/account_login.asp?Password=[XSS]