Description
Sourcecodester Storage Unit Rental Management System v1.0 is vulnerable to SQL in the file /storage/admin/maintenance/manage_pricing.php.
Published: 2026-04-14
Score: 2.7 Low
EPSS: < 1% Very Low
KEV: No
Impact: Unauthorized Data Access
Action: Assess Impact
AI Analysis

Impact

Sourcecodester Storage Unit Rental Management System version 1.0 contains a classic SQL injection flaw in the manage_pricing.php script, which is part of the admin maintenance interface. An attacker who can reach that endpoint can inject arbitrary SQL commands, potentially reading, modifying, or deleting pricing data. This weakness aligns with the standard SQL Injection category and can lead to unauthorized data disclosure or tampering.

Affected Systems

The only confirmed affected product is Sourcecodester Storage Unit Rental Management System version 1.0. The vulnerability is localized to the admin maintenance folder, specifically manage_pricing.php. No other vendors or product versions have been identified.

Risk and Exploitability

The CVSS base score of 2.7 classifies the flaw as low severity. EPSS is not publicly available, and the flaw is not listed in the CISA KEV catalog, suggesting limited current exploitation interest. However, the likely attack scenario requires access to the protected admin interface, which implies that an adversary would need either compromised administrative credentials or a publicly reachable admin page. If such access is obtained, the low severity does not diminish the risk of unauthorized data manipulation. Because this is a classic injection flaw, exploitation conditions are simple once the target endpoint is reachable.

Generated by OpenCVE AI on April 14, 2026 at 18:16 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Ensure the admin interface is protected behind strong authentication and role‑based access controls.
  • Limit or eliminate accidental exposure of the manage_pricing.php endpoint to the public internet.
  • Refactor the pricing management code to use input validation and prepared statements or parameterized queries, eliminating the injection vector.
  • Apply a vendor‑provided patch or upgrade to a fixed version as soon as one is released.
  • Monitor database logs for suspicious query patterns indicative of injection attempts.

Generated by OpenCVE AI on April 14, 2026 at 18:16 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 15 Apr 2026 16:00:00 +0000

Type Values Removed Values Added
Title SQL Injection in Storage Unit Rental Management System's Pricing Management Endpoint

Tue, 14 Apr 2026 16:45:00 +0000

Type Values Removed Values Added
Title SQL Injection in Storage Unit Rental Management System's Pricing Management Endpoint

Tue, 14 Apr 2026 16:30:00 +0000

Type Values Removed Values Added
First Time appeared Sourcecodester
Sourcecodester storage Unit Rental Management System
Vendors & Products Sourcecodester
Sourcecodester storage Unit Rental Management System

Tue, 14 Apr 2026 16:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-89
Metrics cvssV3_1

{'score': 2.7, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 14 Apr 2026 14:30:00 +0000

Type Values Removed Values Added
Description Sourcecodester Storage Unit Rental Management System v1.0 is vulnerable to SQL in the file /storage/admin/maintenance/manage_pricing.php.
References

Subscriptions

Sourcecodester Storage Unit Rental Management System
cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-04-14T15:29:15.190Z

Reserved: 2026-04-06T00:00:00.000Z

Link: CVE-2026-37592

cve-icon Vulnrichment

Updated: 2026-04-14T15:28:13.229Z

cve-icon NVD

Status : Deferred

Published: 2026-04-14T15:16:33.037

Modified: 2026-06-17T10:41:36.313

Link: CVE-2026-37592

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-15T15:45:07Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')