Description
Sourcecodester Computer and Mobile Repair Shop Management System v1.0 is vulnerable to SQL injection in the file /rsms/admin/clients/manage_client.php
Published: 2026-04-13
Score: 2.7 Low
EPSS: < 1% Very Low
KEV: No
Impact: Potential unauthorized database access
Action: Assess Impact
AI Analysis

Impact

The Sourcecodester Computer and Mobile Repair Shop Management System v1.0 contains a SQL injection flaw in the /rsms/admin/clients/manage_client.php script. The flaw allows an attacker to inject arbitrary SQL statements into database queries that the application executes. This can enable unauthorized viewing, modification or deletion of data stored in the backend database, compromising the confidentiality, integrity, and availability of customer and business information as defined by CWE‑89.

Affected Systems

Vulnerable systems are those running Sourcecodester’s Computer and Mobile Repair Shop Management System version 1.0. Any deployment that includes the manage_client.php page exposed via the web, especially within the administrative interface, is susceptible. No other versions or products were identified in the CVE entry.

Risk and Exploitability

The entry lists a CVSS base score of 2.7, indicating low overall severity. EPSS information is unavailable and the vulnerability is not recorded in the CISA KEV catalog. Based on the description, the likely attack vector is a web interface that accepts unsanitized input through the manage_client.php endpoint. If the attacker has access to the admin area, they could craft requests that inject malicious SQL; if not, the flaw may still be exploitable through publicly accessible parameters depending on configuration. Successful exploitation would allow an attacker to read, alter, or delete records in the application’s database, potentially exposing sensitive business data.

Generated by OpenCVE AI on April 13, 2026 at 23:05 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Verify whether a newer version of the Sourcecodester Repair Shop Management System is available and upgrade to that version if possible.
  • If no patch exists, restrict external access to the /rsms/admin/clients/manage_client.php page, allowing only authenticated administrators to reach it.
  • Update the application code to use prepared statements or parameterized queries for all database interactions to eliminate the injection vector.
  • Install or configure a web application firewall to detect and block suspicious SQL payloads targeting the administrational endpoints.
  • Run regular vulnerability scans and code reviews to ensure that no similar injection points remain in the codebase.

Generated by OpenCVE AI on April 13, 2026 at 23:05 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Title SQL Injection via manage_client.php in Sourcecodester Repair Shop Management System v1.0

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

Type Values Removed Values Added
First Time appeared Sourcecodester
Sourcecodester computer And Mobile Repair Shop Management System
Vendors & Products Sourcecodester
Sourcecodester computer And Mobile Repair Shop Management System

Mon, 13 Apr 2026 21: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'}


Mon, 13 Apr 2026 14:30:00 +0000

Type Values Removed Values Added
Description Sourcecodester Computer and Mobile Repair Shop Management System v1.0 is vulnerable to SQL injection in the file /rsms/admin/clients/manage_client.php
References

Subscriptions

Sourcecodester Computer And Mobile Repair Shop Management System
cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-04-13T20:22:06.176Z

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

Link: CVE-2026-36945

cve-icon Vulnrichment

Updated: 2026-04-13T20:22:03.114Z

cve-icon NVD

Status : Deferred

Published: 2026-04-13T15:17:34.660

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

Link: CVE-2026-36945

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-14T16:35:52Z

Weaknesses
  • CWE-89

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