header-logo
Suggest Exploit
vendor:
AtMail
by:
Not mentioned
5.5
CVSS
MEDIUM
Cross-Site Scripting
79
CWE
Product Name: AtMail
Affected Version From: 1.0.4
Affected Version To: Not mentioned
Patch Exists: NO
Related CWE: Not mentioned
CPE: a:atmail:atmail:1.0.4
Metasploit:
Other Scripts:
Platforms Tested: Not mentioned
Not mentioned

Cross-Site Scripting Vulnerabilities in AtMail

AtMail is prone to multiple cross-site scripting vulnerabilities because it fails to properly sanitize user-supplied input. An attacker may leverage these issues to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may allow the attacker to steal cookie-based authentication credentials and launch other attacks.

Mitigation:

Proper input sanitization should be implemented to prevent cross-site scripting vulnerabilities. Regular security updates and patching should be followed.
Source

Exploit-DB raw data:

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

AtMail is prone to multiple cross-site scripting vulnerabilities because it fails to properly sanitize user-supplied input.

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

AtMail 1.0.4 is vulnerable; other versions may also be affected. 

GET: http://www.example.com/search.php?func=<script>alert(&#039;XSS&#039;);</script>
GET: http://www.example.com/search.php?func=<script>alert(&#039;XSS&#039;);</script>