2021-08-16 10:07:07 +00:00
|
|
|
id: wp-woocommerce-pdf-invoice-listing
|
|
|
|
|
|
|
|
info:
|
2021-08-24 12:18:31 +00:00
|
|
|
name: Woocommerce PDF Invoice Exposure
|
2021-08-16 10:07:07 +00:00
|
|
|
author: mohammedsaneem,sec_hawk
|
|
|
|
severity: medium
|
2021-10-25 07:06:50 +00:00
|
|
|
description: A vulnerability in Woocommerce allows remote unauthenticated attackers to access company invoices and other sensitive information.
|
2021-08-19 13:59:12 +00:00
|
|
|
reference:
|
2021-08-19 14:44:46 +00:00
|
|
|
- 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/
|
2021-08-16 10:07:07 +00:00
|
|
|
tags: wordpress,listing,exposure
|
|
|
|
|
|
|
|
requests:
|
|
|
|
|
|
|
|
- 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:
|
2021-08-24 12:18:31 +00:00
|
|
|
- 200
|