38 lines
1.1 KiB
YAML
38 lines
1.1 KiB
YAML
id: wp-woocommerce-pdf-invoice-listing
|
|
|
|
info:
|
|
name: Woocommerce - PDF Invoice Exposure
|
|
author: mohammedsaneem,sec_hawk
|
|
severity: medium
|
|
description: A vulnerability in Woocommerce allows remote unauthenticated attackers to access company invoices and other sensitive information.
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
|
cvss-score: 5.3
|
|
cwe-id: CWE-200
|
|
reference:
|
|
- https://twitter.com/sec_hawk/status/1426984595094913025?s=21
|
|
- https://github.com/Mohammedsaneem/wordpress-upload-information-disclosure/blob/main/worpress-upload.yaml
|
|
- https://woocommerce.com/products/pdf-invoices/
|
|
tags: wordpress,listing,exposure,woocommerce
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-content/uploads/pdf-invoices/"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Index of /wp-content/uploads/pdf-invoices"
|
|
- "Parent Directory"
|
|
- ".pdf"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|