Description
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.
Published: 2026-08-11
Score: 9.3 Critical
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a classic SQL injection flaw that permits an attacker to inject and execute arbitrary SQL statements against the underlying database. Because the flaw is not protected by authentication, any remote client that can reach the exposed endpoint can read, modify, or delete records, thereby violating confidentiality, integrity, and potentially availability of the application data. This aligns with CWE-89, the noted weakness for improper handling of untrusted input in SQL queries.

Affected Systems

The affected product is the Travel Agency Management System from Win Men Intermational. Specific version details are not listed, so any installed instance could be vulnerable unless a vendor-issued fix has been applied.

Risk and Exploitability

The CVSS score of 9.3 signals a severe risk. The EPSS score is not available, but the absence of a KEV listing does not reduce the threat because exposure is remote and unauthenticated. Attackers can target the publicly accessible endpoint and send crafted requests that execute SQL on the database, enabling data theft, destruction, or alteration. The lack of authentication further lowers the barrier to exploitation and increases the likelihood that a successful attack will occur.

Generated by OpenCVE AI on August 11, 2026 at 05:21 UTC.

Remediation

Vendor Solution

Contact the vendor for patching.


OpenCVE Recommended Actions

  • Apply the vendor‑provided patch or upgrade to a version that fixes the SQL injection.
  • Restrict access to the application by filtering inbound traffic to trusted IP ranges or by enforcing VPN access to reduce the attack surface.
  • Configure a web application firewall to block suspicious SQL patterns and monitor for injection attempts.

Generated by OpenCVE AI on August 11, 2026 at 05:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Description 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.
Title Win Men Intermational|Travel Agency Management System - SQL Injection
Weaknesses CWE-89
References
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'}

cvssV4_0

{'score': 9.3, 'vector': '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'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: twcert

Published:

Updated: 2026-08-11T04:17:16.153Z

Reserved: 2026-08-10T11:31:30.248Z

Link: CVE-2026-19425

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-11T05:30:17Z

Weaknesses
  • CWE-89

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