CVE-2026-75498
Received Received - Intake

SQL Injection in QloApps Admin Panel

Vulnerability report for CVE-2026-75498, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-25

Last updated on: 2026-08-25

Assigner: Cybersecurity and Infrastructure Security Agency (CISA) U.S. Civilian Government

Description

Webkul QloApps does not validate request parameters before a database query. A remote, authenticated attacker with administrative privileges could send a crafted SQL query to the 'bo_query' parameter in the 'Address.php' file. Fixed in 123c97c.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-25
Last Modified
2026-08-25
Generated
2026-08-25
AI Q&A
2026-08-25
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
webkul qloapps 123c97c

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a SQL injection flaw in Webkul QloApps where request parameters are not validated before database queries. An authenticated attacker with admin privileges can send a malicious SQL query via the 'bo_query' parameter in Address.php to manipulate the database.

Detection Guidance

Check QloApps logs for suspicious SQL queries or errors in Address.php. Look for requests containing 'bo_query' parameter with unvalidated input. Use tools like SQLMap to test for SQL injection in the 'bo_query' parameter of Address.php.

Impact Analysis

An attacker could exploit this to read, modify, or delete sensitive data in the database, including customer information, booking details, or administrative credentials. This could lead to data breaches, financial loss, or system compromise.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR (data protection) and HIPAA (healthcare data) by exposing sensitive personal or health information. Organizations may face legal penalties, fines, or reputational damage if exploited.

Mitigation Strategies

Update QloApps to the latest version where the fix is applied. If immediate update is not possible, manually apply the pSQL() function to sanitize 'bo_query' parameter in Address.php and related files.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-75498. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart