CVE-2026-28002
Received Received - Intake

Blind SQL Injection in Booktics

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

Publication date: 2026-08-13

Last updated on: 2026-08-13

Assigner: Patchstack

Description

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Arraytics Booktics allows Blind SQL Injection. This issue affects Booktics: from n/a through 1.0.22.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
arraytics booktics From 1.0.0 (inc) to 1.0.22 (inc)

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 is a Blind SQL Injection vulnerability in Arraytics Booktics versions up to 1.0.22. It allows attackers to manipulate SQL queries by injecting malicious input, potentially accessing or modifying database contents without direct visibility into the results.

Detection Guidance

Detecting SQL injection vulnerabilities typically involves testing input fields and monitoring database queries. Use tools like SQLmap to automate detection by sending crafted payloads to suspected endpoints. Check application logs for unusual database query patterns or errors. Network traffic analysis tools can also help identify suspicious SQL-like strings in requests.

Impact Analysis

An attacker could exploit this to extract sensitive data, alter database records, bypass authentication, or execute administrative operations on the database. This may lead to data breaches, unauthorized access, or system compromise depending on the database contents.

Compliance Impact

This vulnerability could lead to unauthorized data access or leaks, violating GDPR (data protection) and HIPAA (health data privacy) requirements. Organizations may face fines, legal penalties, and reputational damage due to non-compliance from insufficient SQL injection protections.

Mitigation Strategies

Immediately update Booktics to the latest version if available. Implement input validation for all user-supplied data. Use parameterized queries or prepared statements in your application code. Restrict database permissions to limit potential damage from SQL injection. Monitor application logs for signs of exploitation attempts.

Chat Assistant

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

EPSS Chart