CVE-2025-15408
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2026-01-01

Last updated on: 2026-04-29

Assigner: VulDB

Description
A vulnerability was found in code-projects Online Guitar Store 1.0. Affected is an unknown function of the file /admin/Create_product.php. Performing a manipulation of the argument dre_title results in sql injection. The attack is possible to be carried out remotely. The exploit has been made public and could be used.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-01-01
Last Modified
2026-04-29
Generated
2026-06-16
AI Q&A
2026-01-01
EPSS Evaluated
2026-06-15
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
anisha online_guitar_store 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-2025-15408 is a SQL injection vulnerability in the Online Guitar Store version 1.0, specifically in the /admin/Create_product.php file. The vulnerability occurs because the 'dre_title' parameter is used directly in SQL queries without proper sanitization or validation, allowing attackers to inject malicious SQL code. This flaw enables remote attackers to manipulate SQL queries, potentially compromising the database and the application without requiring authentication. [1, 2, 3]

Impact Analysis

This vulnerability can lead to unauthorized database access, data leakage, data tampering, full system compromise, and potential service disruption. Attackers can exploit it remotely without authentication, which makes it easier to carry out attacks that compromise confidentiality, integrity, and availability of the affected system. [1, 2]

Detection Guidance

This vulnerability can be detected by testing the 'dre_title' parameter in the /admin/Create_product.php endpoint for SQL injection. A common approach is to use automated tools like sqlmap to perform time-based blind SQL injection tests. For example, you can run a command such as: sqlmap -u "http://targetsite/admin/Create_product.php" --data="dre_title=TEST" --method=POST --technique=T --level=5 --risk=3 to test the POST parameter 'dre_title'. Additionally, attackers may be located using Google dorking with the query: inurl:admin/Create_product.php to find vulnerable targets. [1, 2]

Mitigation Strategies

Immediate mitigation steps include: 1) Implement prepared statements with parameter binding to separate SQL code from user input, preventing injection. 2) Enforce strict input validation and filtering on the 'dre_title' parameter to ensure inputs conform to expected formats and block malicious data. 3) Minimize database user privileges by avoiding the use of high-privilege accounts for routine database operations. 4) Consider replacing the affected software with an alternative product, as no known mitigations or countermeasures have been identified. These steps collectively reduce the risk of SQL injection and improve security. [1, 2]

Compliance Impact

The vulnerability allows remote attackers to perform SQL injection, potentially leading to unauthorized access, data leakage, and data tampering. Such compromises of confidentiality, integrity, and availability of data can negatively impact compliance with standards and regulations like GDPR and HIPAA, which require protection of sensitive data and maintaining data integrity. However, no explicit mention of compliance impact is provided in the resources. [1, 2]

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-15408. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart