CVE-2025-69947
Deferred Deferred - Pending Action

SQL Injection in Tailor Management System 1.0

Vulnerability report for CVE-2025-69947, 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 customeredit.php?id=1.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-30
Last Modified
2026-07-31
Generated
2026-08-21
AI Q&A
2026-07-31
EPSS Evaluated
2026-08-19
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 vulnerability is a SQL Injection in the Tailor Management System 1.0, specifically in the customeredit.php file when the id parameter is set to 1. This allows an attacker to manipulate SQL queries to access or modify database information.

Detection Guidance

To detect SQL Injection in Tailor Management System 1.0, test customeredit.php?id=1 with payloads like ' OR 1=1 -- or ' OR '1'='1. Use tools like sqlmap or Burp Suite to automate detection.

Impact Analysis

This vulnerability could allow unauthorized access to sensitive data stored in the system's database, such as customer information. Attackers might extract, alter, or delete data, leading to data breaches or system compromise.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR or HIPAA if it results in unauthorized access to personal or health data. Organizations may face legal penalties, fines, or reputational damage due to data breaches.

Mitigation Strategies

Immediately update the Tailor Management System to the latest patched version. If no patch exists, restrict access to customeredit.php, implement input validation, and use web application firewalls to filter malicious queries.

Chat Assistant

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

EPSS Chart