CVE-2026-75014
Received Received - Intake

SQL Injection in Pet Grooming Management Software

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

Publication date: 2026-08-17

Last updated on: 2026-08-17

Assigner: VulDB

Description

A flaw has been found in SourceCodester Pet Grooming Management Software 1.0. This vulnerability affects unknown code of the file /admin/get_barcode_data.php. This manipulation of the argument barcode causes sql injection. The attack may be initiated remotely. The exploit has been published and may be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
sourcecodester pet_grooming_management_software 1.0

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.
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-75014 is a SQL injection vulnerability in SourceCodester Pet Grooming Management Software 1.0. It exists in the file /admin/get_barcode_data.php due to improper input validation of the barcode parameter. Attackers can inject malicious SQL queries remotely without authentication, potentially accessing or altering database contents.

Detection Guidance

To detect this SQL injection vulnerability, you can use tools like sqlmap to test the /admin/get_barcode_data.php endpoint with the barcode parameter. Example command: sqlmap -u 'http://target-site/admin/get_barcode_data.php?barcode=test' --batch --dbs. Monitor for unusual database queries or delays in responses.

Impact Analysis

This vulnerability allows remote attackers to execute arbitrary SQL commands. Potential impacts include unauthorized data access, data tampering, sensitive information leakage, system compromise, and service disruption. Attackers could manipulate data or gain control over the system without needing credentials.

Compliance Impact

This vulnerability likely violates compliance requirements for data protection standards like GDPR and HIPAA. It enables unauthorized data access and tampering, which could lead to breaches of confidentiality and integrity. Organizations may face legal penalties and reputational damage if exploited.

Mitigation Strategies

Immediately implement prepared statements with parameter binding for all database queries. Apply strict input validation to sanitize the barcode parameter. Reduce database user permissions to the minimum required. Conduct a security audit to identify other potential vulnerabilities.

Chat Assistant

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

EPSS Chart