Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Unauthenticated network SQL injection (AV:N/AC:L/PR:N/UI:N) grants full read, modify, and delete access to the database, yielding C:H/I:H/A:H with no scope change.
Primary rating from Vendor (twcert).
CVSS VectorVendor: twcert
Lifecycle Timeline
5DescriptionCVE.org
Travel Agency Management System developed by Win Men Intermational has a SQL Injection vulnerability. Unauthenticated remote attackers can inject arbitrary SQL commands to read, modify, and delete database contents.
AnalysisAI
SQL injection in Win Men Intermational's Travel Agency Management System lets unauthenticated remote attackers inject arbitrary SQL to read, modify, and delete backend database contents. Rated CVSS 4.0 9.3 (Critical) with a fully network-exploitable, no-privilege, no-interaction vector, it was disclosed via Taiwan's TWCERT/CC. There is no public exploit identified at time of analysis and it is not listed in CISA KEV.
Technical ContextAI
This is a classic CWE-89 (Improper Neutralization of Special Elements used in an SQL Command) flaw in a web-based travel agency booking/management application. The affected component (CPE cpe:2.3:a:win_men_intermational:travel_agency_management_system) fails to parameterize or sanitize user-supplied input before concatenating it into SQL queries, allowing attacker-controlled input to alter query structure. Because the injection is reachable pre-authentication, the vulnerable input reaches a database-backed request handler exposed on a public endpoint, giving direct access to the underlying relational database.
RemediationAI
Apply the vendor's fixed release as directed in the TWCERT/CC advisories at https://www.twcert.org.tw/en/cp-139-11099-56aa8-2.html and https://www.twcert.org.tw/tw/cp-132-11098-0fb4a-1.html; no vendor-released patch version was provided in this data, so the specific fixed build should be confirmed directly with Win Men Intermational. Until patched, restrict network exposure by placing the application behind a VPN or IP allowlist and blocking untrusted internet access to it, and deploy a WAF with SQL-injection signatures in front of the affected endpoints as a compensating control - noting that WAF rules can be bypassed and may block legitimate booking traffic, so they reduce but do not eliminate risk. Where feasible, tighten the application's database account to least privilege (remove write/delete rights not strictly needed) to limit the impact of a successful injection, accepting that this does not stop data-read exposure.
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-55933
GHSA-mh55-5vhx-83cg