Enhancement: fuzzing/mdb-database-file.yaml by md

patch-1
MostInterestingBotInTheWorld 2023-03-08 11:16:31 -05:00
parent 1056f99bbe
commit 8d26baad86
1 changed files with 8 additions and 1 deletions

View File

@ -1,11 +1,16 @@
id: mdb-database-file id: mdb-database-file
info: info:
name: MDB database file leakage name: Microsoft Access Database File - Detect
author: pdteam author: pdteam
severity: medium severity: medium
description: Microsoft Access database file was detected.
reference: reference:
- https://owasp.org/www-project-web-security-testing-guide/v42/4-Web_Application_Security_Testing/07-Input_Validation_Testing/05.5-Testing_for_MS_Access.html - https://owasp.org/www-project-web-security-testing-guide/v42/4-Web_Application_Security_Testing/07-Input_Validation_Testing/05.5-Testing_for_MS_Access.html
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: fuzz,mdb,asp tags: fuzz,mdb,asp
requests: requests:
@ -37,3 +42,5 @@ requests:
- type: status - type: status
status: status:
- 200 - 200
# Enhanced by md on 2023/03/08