CVE-2025-69941
Deferred Deferred - Pending Action

SQL Injection in Tailor Management System 1.0

Vulnerability report for CVE-2025-69941, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-30

Last updated on: 2026-07-31

Assigner: MITRE

Description

SourceCodester Tailor Management System 1.0 is vulnerable to SQL Injection in addmeasurement.php?id=1.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-30
Last Modified
2026-07-31
Generated
2026-08-20
AI Q&A
2026-07-31
EPSS Evaluated
2026-08-18
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
sourcecodester tailor_management_system 1.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

The Tailor Management System 1.0 has a SQL Injection vulnerability in the addmeasurement.php file when handling the id parameter. This flaw allows attackers to manipulate SQL queries by injecting malicious code, potentially accessing or altering database contents.

Detection Guidance

To detect SQL Injection in Tailor Management System 1.0, inspect web requests to addmeasurement.php?id=1 for suspicious inputs like single quotes or SQL keywords. Use tools like SQLmap with: sqlmap -u "http://target/addmeasurement.php?id=1" --batch. Check server logs for unusual queries or errors.

Impact Analysis

This vulnerability could allow unauthorized access to sensitive data like customer information, financial records, or proprietary details stored in the system. Attackers might also modify or delete data, disrupt operations, or escalate privileges within the application.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR (data breaches), HIPAA (protected health information exposure), or other regulations requiring data protection. Organizations may face legal penalties, reputational damage, and mandatory breach notifications.

Mitigation Strategies

Immediately patch the application to the latest version. If unavailable, apply input validation to sanitize the 'id' parameter in addmeasurement.php. Use prepared statements in PHP for database queries. Restrict database user permissions to limit damage from potential exploits.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-69941. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart