CVE-2025-15583 Details
Description
A weakness has been identified in detronetdip E-commerce 1.0.0. This affects the function get_safe_value of the file utility/function.php. Executing a manipulation can lead to cross site scripting. The attack can be executed remotely. The exploit has been made available to the public and could be used for attacks. The project was informed of the problem early through an issue report but has not responded yet.
A stored cross-site scripting vulnerability has been identified in Detronetdip E-commerce version 1.0.0. The issue arises from inadequate input sanitization in the 'get_safe_value' function within 'utility/function.php'. This function only utilizes 'mysqli_real_escape_string' to escape characters for SQL queries, leaving HTML entities unencoded. As a result, an attacker can exploit this weakness by injecting malicious JavaScript payloads into product fields, such as 'product_name' or 'description'. These payloads are stored in the database and executed when an administrator views the product list or approves products in the backend dashboard.
To address this vulnerability, the 'get_safe_value' function should be updated to include output encoding using 'htmlspecialchars' before data is displayed in the admin dashboard. Additionally, all backend PHP files should verify the user's session state before processing data.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Feb 23, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/detronetdip/E-commerce/ | [email protected] | Product |
| https://github.com/detronetdip/E-commerce/issues/23 | [email protected] | ExploitIssue TrackingVendor Advisory |
| https://github.com/Nixon-H/PHP-Stored-XSS-Bypass-Real-Escape | [email protected] | ExploitMitigationThird Party Advisory |
| https://vuldb.com/?ctiid.346487 | [email protected] | Permissions RequiredVDB Entry |
| https://vuldb.com/?id.346487 | [email protected] | Third Party AdvisoryVDB Entry |
| https://vuldb.com/?submit.754033 | [email protected] | Third Party AdvisoryVDB Entry |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-79 | Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') | [email protected] |
| CWE-79 | Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') | [email protected] |
| CWE-94 | Improper Control of Generation of Code ('Code Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| detronetdip e-commerce | 1.0.0 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 29, 2026 | Data Remediation | [email protected] |
| Feb 26, 2026 | Initial Analysis | [email protected] |
| Feb 20, 2026 | New CVE Received | [email protected] |