Description
A weakness has been identified in jaychouchannel Tourism-Management-System up to 8122bf020d91199eddfff3ee02d1632a70a9a132. Affected is an unknown function of the file travel/src/main/java/com/controller/CommonController.java of the component CommonDao. Executing a manipulation of the argument table/column/xColumn/yColumn can lead to sql injection. The attack can be launched remotely. The exploit has been made available to the public and could be used for attacks. This product does not use versioning. This is why information about affected and unaffected releases are unavailable. This patch is called d44ec3aa0bd2a72c8800e3befb0a9a96a6491b86. A patch should be applied to remediate this issue.
Published: 2026-09-07
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Remote SQL Injection
Action: Patch Now
AI Analysis

Impact

The vulnerability resides in CommonController.java of the CommonDao component of the open-source Tourism-Management-System. A flaw in the handling of parameters such as table, column, xColumn, and yColumn allows an attacker to inject arbitrary SQL into the database query. Because the application forwards the constructed SQL without sanitizing the input, an attacker can read, modify, or delete data in the underlying database. This can compromise the confidentiality, integrity, and availability of the system's data.

Affected Systems

The affected product is the Tourism-Management-System published by jaychouchannel. All releases built from code before the patch commit d44ec3aa0bd2a72c8800e3befb0a9a96a6491b86 are considered vulnerable. Because the project does not use explicit versioning, any deployment based on code older than this commit remains at risk.

Risk and Exploitability

The CVSS score of 6.9 indicates a high-impact vulnerability that requires network access to exploit. The EPSS score is unavailable, but a public proof-of-concept has been released, raising the likelihood of exploitation. Since the attack can be launched remotely by manipulating query parameters directed at CommonController endpoints, the risk is significant for exposed servers. Although the vulnerability is not listed in the CISA KEV catalog, the presence of publicly available exploits means attackers can easily target vulnerable instances over the internet.

Generated by OpenCVE AI on September 7, 2026 at 13:57 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the official patch at commit d44ec3aa0bd2a72c8800e3befb0a9a96a6491b86 to the codebase or deploy a version containing this commit.
  • Refactor the CommonController code to construct database queries using parameterized statements or prepared statements, ensuring that table, column, xColumn, and yColumn identifiers are validated against a whitelist rather than concatenated directly.
  • Enable detailed logging of database queries and set up monitoring or alerts for anomalous SQL requests, so that attempts at injection can be detected and mitigated in real time.

Generated by OpenCVE AI on September 7, 2026 at 13:57 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 08 Sep 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 07 Sep 2026 08:00:00 +0000

Type Values Removed Values Added
Description A weakness has been identified in jaychouchannel Tourism-Management-System up to 8122bf020d91199eddfff3ee02d1632a70a9a132. Affected is an unknown function of the file travel/src/main/java/com/controller/CommonController.java of the component CommonDao. Executing a manipulation of the argument table/column/xColumn/yColumn can lead to sql injection. The attack can be launched remotely. The exploit has been made available to the public and could be used for attacks. This product does not use versioning. This is why information about affected and unaffected releases are unavailable. This patch is called d44ec3aa0bd2a72c8800e3befb0a9a96a6491b86. A patch should be applied to remediate this issue.
Title jaychouchannel Tourism-Management-System CommonDao CommonController.java sql injection
First Time appeared Jaychouchannel
Jaychouchannel tourism-management-system
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:jaychouchannel:tourism-management-system:*:*:*:*:*:*:*:*
Vendors & Products Jaychouchannel
Jaychouchannel tourism-management-system
References
Metrics cvssV2_0

{'score': 7.5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:P/A:P/E:POC/RL:OF/RC:C'}

cvssV3_0

{'score': 7.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:O/RC:C'}

cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:O/RC:C'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Jaychouchannel Tourism-management-system
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-08T16:00:18.094Z

Reserved: 2026-09-06T13:48:38.527Z

Link: CVE-2026-86282

cve-icon Vulnrichment

Updated: 2026-09-08T16:00:15.390Z

cve-icon NVD

Status : Deferred

Published: 2026-09-07T08:17:14.590

Modified: 2026-09-08T16:18:26.223

Link: CVE-2026-86282

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-07T16:00:13Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

  • CWE-89

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