Enhancement: exposures/files/sensitive-storage-exposure.yaml by md
parent
6fdc29bb56
commit
f3c130d6be
|
@ -1,12 +1,16 @@
|
|||
id: sensitive-storage-data-expose
|
||||
|
||||
info:
|
||||
name: Sensitive Storage Data Exposed
|
||||
name: Sensitive Storage Data - Detect
|
||||
author: pussycat0x
|
||||
severity: medium
|
||||
description: Searches for sensitive keys file,logs,debugbar,app.
|
||||
description: A generic search for 'storage' in sensitive key files, file names, logs, etc., returned a match.
|
||||
reference:
|
||||
- https://www.exploit-db.com/ghdb/6304
|
||||
classification:
|
||||
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
||||
cvss-score: 5.3
|
||||
cwe-id: CWE-200
|
||||
tags: expose,listing,config,logs,storage,edb,files
|
||||
|
||||
requests:
|
||||
|
@ -32,3 +36,5 @@ requests:
|
|||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
# Enhanced by md on 2023/03/07
|
||||
|
|
Loading…
Reference in New Issue