Description
SourceCodester Storage Unit Rental Management System v1.0 is vulnerable to SQL Injection in the file /storage/admin/maintenance/manage_storage_unit.php.
Published: 2026-04-14
Score: 2.7 Low
EPSS: < 1% Very Low
KEV: No
Impact: SQL Injection that can expose or modify database contents
Action: Patch
AI Analysis

Impact

The vulnerability is a classic SQL injection flaw located in the/storage/admin/maintenance/manage_storage_unit.php file of SourceCodester Storage Unit Rental Management System v1.0. An attacker who can supply crafted input to this endpoint could manipulate the underlying database query, allowing unauthorized reading, modification, or deletion of rental unit records. This results in potential data exposure or alteration of critical business information. The weakness is identified as CWE-89.

Affected Systems

Only the SourceCodester Storage Unit Rental Management System version 1.0 is affected. The flaw resides in the administrative maintenance module, and no specific sub‑version details are provided.

Risk and Exploitability

The CVSS score of 2.7 indicates low severity, and no EPSS data is available; the vulnerability is not listed in the CISA KEV catalog. The attack is likely limited to requests that reach the vulnerable PHP script, which would normally require authentication to the admin interface. Therefore, exploitation is inferred to be possible for authenticated administrators or potentially unauthenticated users if proper access controls are missing, but no explicit information is provided.

Generated by OpenCVE AI on April 14, 2026 at 17:58 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest patch or upgrade to a newer version of Storage Unit Rental Management System if available.
  • If a vendor patch is unavailable, restrict access to the /storage/admin/maintenance/manage_storage_unit.php endpoint to authorized administrators only.
  • Modify the vulnerable file to use prepared statements or parameterized queries, ensuring that all user input is properly sanitized.
  • Perform regular security testing and code reviews on custom web applications to detect and remediate SQL injection flaws.

Generated by OpenCVE AI on April 14, 2026 at 17:58 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

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

Type Values Removed Values Added
Title SQL Injection in Storage Unit Rental Management System

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 Injection in the file /storage/admin/maintenance/manage_storage_unit.php.
References

Subscriptions

Sourcecodester Storage Unit Rental Management System
cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-04-14T15:33:11.824Z

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

Link: CVE-2026-37589

cve-icon Vulnrichment

Updated: 2026-04-14T15:33:04.314Z

cve-icon NVD

Status : Deferred

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

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

Link: CVE-2026-37589

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')