Update CVE-2022-2544.yaml

patch-1
Dhiyaneshwaran 2022-09-17 09:06:01 +05:30 committed by GitHub
parent 7ea990ed3f
commit 00e999deeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 14 deletions

View File

@ -3,36 +3,47 @@ info:
name: Resume Disclosure via Directory Listing name: Resume Disclosure via Directory Listing
author: tess author: tess
severity: medium severity: medium
metadata:
verified: true
description: In certain cases, system administrators leave directory listing enabled description: In certain cases, system administrators leave directory listing enabled
which can sometimes expose sensitive files. which can sometimes expose sensitive files.
reference: reference:
- https://plugins.trac.wordpress.org/changeset/2758420/ninja-job-board/trunk/includes/Classes/File/FileHandler.php?old=2126467&old_path=ninja-job-board%2Ftrunk%2Fincludes%2FClasses%2FFile%2FFileHandler.php - https://plugins.trac.wordpress.org/changeset/2758420/ninja-job-board/trunk/includes/Classes/File/FileHandler.php?old=2126467&old_path=ninja-job-board%2Ftrunk%2Fincludes%2FClasses%2FFile%2FFileHandler.php
- https://wpscan.com/vulnerability/a9bcc68c-eeda-4647-8463-e7e136733053 - https://wpscan.com/vulnerability/a9bcc68c-eeda-4647-8463-e7e136733053
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2544
- https://nvd.nist.gov/vuln/detail/CVE-2022-2544
classification: classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5 cvss-score: 7.5
cve-id: CVE-2022-2544 cve-id: CVE-2022-2544
cwe-id: CWE-425 cwe-id: CWE-425
tags: misconfig,cve,cve2022,wordpress metadata:
verified: true
tags: cve,cve2022,wordpress,wp-plugin,wp
requests: requests:
- raw: - method: GET
- | path:
GET {{expose_data}} HTTP/1.1 - "{{BaseURL}}/wp/wp-content/uploads/wpjobboard/"
Host: {{Hostname}} - "{{BaseURL}}/wp-content/uploads/wpjobboard/"
payloads:
expose_data:
- /wp/wp-content/uploads/wpjobboard/
- /wp/wp-content/uploads/wpjobboard/application/1025/file/
- /wp-content/uploads/wpjobboard/
matchers-condition: and matchers-condition: and
matchers: matchers:
- type: word - type: word
part: body part: body
words: words:
- Index of /wp/wp-content/uploads/wpjobboard - 'Index of /wp/wp-content/uploads/wpjobboard'
- Index of /wp-content/uploads/wpjobboard condition: and
- type: word
part: body
words:
- "Index of /wp-content/uploads/wpjobboard"
condition: or
- type: word
part: header
words:
- "text/html"
- type: status - type: status
status: status:
- 200 - 200