2022-07-16 12:47:06 +00:00
id : CVE-2020-8654
2022-04-13 18:34:51 +00:00
info :
2022-07-16 12:47:06 +00:00
name : EyesOfNetwork 5.3 - Authenticated RCE
2022-04-13 18:34:51 +00:00
author : praetorian-thendrickson
severity : high
description : EyesOfNetwork version 5.1-5.3 is vulnerable to multiple exploits. Version 5.3 is vulnerable to CVE-2020-8654 (authenticated rce), CVE-2020-8655 (privesc), CVE-2020-8656 (SQLi - API version before 2.4.2), and 2020-8657 (hardcoded api key). Versions 5.1-5.3 are vulnerable to CVE-2020-9465 (SQLi).
2022-07-16 12:47:06 +00:00
reference :
2022-04-15 12:20:32 +00:00
- https://github.com/h4knet/eonrce
2022-04-13 18:34:51 +00:00
- https://github.com/rapid7/metasploit-framework/blob/master/modules/exploits/linux/http/eyesofnetwork_autodiscovery_rce.rb
2022-04-15 12:20:32 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2020-8657
2022-07-16 13:01:23 +00:00
- https://github.com/EyesOfNetworkCommunity/eonweb/issues/50
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
cvss-score : 8.8
cve-id : CVE-2020-8654
cwe-id : CWE-78
2022-07-16 12:47:06 +00:00
tags : cve,cve2020,cisa,eyesofnetwork,rce,authenticated
2022-04-13 18:34:51 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}/css/eonweb.css"
2022-07-16 12:47:06 +00:00
extractors :
2022-04-13 18:34:51 +00:00
- type : regex
2022-07-16 12:47:06 +00:00
name : version
internal : true
2022-04-13 18:34:51 +00:00
part : body
2022-07-16 12:47:06 +00:00
group : 1
2022-04-13 18:34:51 +00:00
regex :
2022-07-16 12:47:06 +00:00
- '# VERSION : ([0-9.]+)'
matchers-condition : and
matchers :
- type : dsl
dsl :
- compare_versions(version, '< 5.4', '>= 5.1')
2022-04-13 18:34:51 +00:00
- type : word
part : body
words :
2022-07-16 12:47:06 +00:00
- "EyesOfNetwork"
2022-04-13 18:34:51 +00:00
- type : status
status :
2022-04-15 12:20:32 +00:00
- 200