Description
SourceCodester Tailor Management System 1.0 is vulnerable to SQL Injection in addmeasurement.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

Tailor Management System 1.0 exposes a web script that accepts a numeric identifier through an HTTP GET parameter without sanitization, enabling attackers to inject arbitrary SQL code. This flaw can be leveraged to read, modify, or delete database contents, potentially compromising customer records, financial data, and operational integrity of the apparel management operation. The vulnerability fails to authenticate or validate input, making it a classic SQL Injection of type CWE‑89.

Affected Systems

The affected product is SourceCodester Tailor Management System, version 1.0. No other vendor or product versions are listed for this vulnerability. If the system is deployed on a web server accessible to unauthorized users, any susceptible user could target the addmeasurement.php endpoint.

Risk and Exploitability

The flaw is remotely exploitable via a crafted HTTP request to addmeasurement.php?id=… and would not require local privileges. The CVSS score of 9.8 highlights a high severity, and an EPSS score of <1% indicates a low but non‑zero exploitation probability. The lack of built‑in input filtering implies a potentially high exploitation likelihood for exposed web interfaces. The vulnerability is not recorded in the CISA KEV catalog, indicating no confirmed national exploitation at the time of this analysis. Attackers could achieve unauthorized data disclosure or manipulation if the system is exposed to the internet.

Generated by OpenCVE AI on August 3, 2026 at 12:44 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest vendor patch or update to a version of Tailor Management System that includes proper input validation for the addmeasurement.php script
  • Refactor database access code to use parameterized or prepared statements so that user supplied data cannot alter SQL syntax
  • Restrict access to the management interface by implementing IP whitelisting, VPN access, or a web application firewall to reduce exposure to unauthenticated users

Generated by OpenCVE AI on August 3, 2026 at 12:44 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 03 Aug 2026 13:00:00 +0000

Type Values Removed Values Added
Title SQL Injection in Tailor Management System addmeasurement.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 addmeasurement.php

Fri, 31 Jul 2026 16: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 addmeasurement.php?id=1.
References

Subscriptions

Sourcecodester Tailor Management System
cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-07-31T15:13:35.803Z

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

Link: CVE-2025-69941

cve-icon Vulnrichment

Updated: 2026-07-31T15:11:07.539Z

cve-icon NVD

Status : Deferred

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

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

Link: CVE-2025-69941

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T12:45:03Z

Weaknesses
  • CWE-89

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