header-logo
Suggest Exploit
vendor:
Scribe CMS
by:
5.5
CVSS
MEDIUM
Cross-Site Scripting (XSS)
79
CWE
Product Name: Scribe CMS
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE: a:sigmer_technologies:scribe_cms
Metasploit:
Other Scripts:
Platforms Tested:

Cross-Site Scripting Vulnerability in Sigmer Technologies Scribe CMS

Sigmer Technologies Scribe CMS is prone to a cross-site scripting vulnerability because the application fails to sufficiently sanitize user-supplied input. An attacker may leverage this issue to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may let the attacker steal cookie-based authentication credentials and launch other attacks.

Mitigation:

To mitigate this vulnerability, it is recommended to implement proper input sanitization and validation mechanisms in the application's code. All user-supplied input should be properly encoded or validated to prevent the execution of malicious script code.
Source

Exploit-DB raw data:

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

Sigmer Technologies Scribe CMS is prone to a cross-site scripting vulnerability because the application fails to sufficiently sanitize user-supplied input.

An attacker may leverage this issue to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may let the attacker steal cookie-based authentication credentials and launch other attacks.

https://www.example.com/path/copy_folder.php?path=SITE/%3Cscript%3Ealert%28document.cookie%29%3C/script%3E