Description
SourceCodester Tailor Management System 1.0 is vulnerable to SQL Injection in customeredit.php?id=1.
Published: 2026-07-30
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Tailor Management System 1.0 contains an unsanitized 'id' parameter in customeredit.php, allowing an attacker to inject arbitrary SQL statements. This flaw can be exploited to read, modify, or delete data from the underlying database, thereby compromising the confidentiality and integrity of customer records. Based on the description, it is inferred that the attack vector is remote via an HTTP request to the web interface, where the attacker supplies a crafted 'id' value.

Affected Systems

SourceCodester Tailor Management System version 1.0 is affected. No other versions are currently known to be vulnerable.

Risk and Exploitability

The vulnerability can be exploited by crafting a malicious value for the 'id' parameter in the URL of the customeredit.php page, which is accessible to anyone who can request the page. The CVSS score is 9.8 and the EPSS score is less than 1%; the flaw is not listed in the CISA KEV catalog. These metrics indicate a high overall risk, with exploitation currently regarded as unlikely, but the ability to directly manipulate the database remains severe.

Generated by OpenCVE AI on August 4, 2026 at 12:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a vendor release that addresses the SQL injection flaw; if no official update is available, manually patch the code by adding input validation and using prepared statements for the 'id' parameter.
  • Restrict the database user privileges to the minimum necessary permissions for the application to reduce the impact of a successful injection.
  • Monitor database logs and application activity for signs of unauthorized data access or manipulation.

Generated by OpenCVE AI on August 4, 2026 at 12:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 04 Aug 2026 12:45:00 +0000

Type Values Removed Values Added
Title SQL Injection in Tailor Management System 1.0 via customeredit.php

Sun, 02 Aug 2026 21:00:00 +0000

Type Values Removed Values Added
First Time appeared Sourcecodester
Sourcecodester tailor Management System
Vendors & Products Sourcecodester
Sourcecodester tailor Management System

Fri, 31 Jul 2026 23:15:00 +0000

Type Values Removed Values Added
Title SQL Injection in Tailor Management System 1.0 via customeredit.php

Fri, 31 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-89
Metrics cvssV3_1

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

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 30 Jul 2026 20:45:00 +0000

Type Values Removed Values Added
Description SourceCodester Tailor Management System 1.0 is vulnerable to SQL Injection in customeredit.php?id=1.
References

Subscriptions

Sourcecodester Tailor Management System
cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-07-31T15:03:21.965Z

Reserved: 2026-01-09T00:00:00.000Z

Link: CVE-2025-69947

cve-icon Vulnrichment

Updated: 2026-07-31T15:02:46.314Z

cve-icon NVD

Status : Deferred

Published: 2026-07-30T21:16:52.883

Modified: 2026-07-31T16:16:56.997

Link: CVE-2025-69947

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T12:30:09Z

Weaknesses
  • CWE-89

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