Description
A security vulnerability has been detected in jaychouchannel Tourism-Management-System up to 8122bf020d91199eddfff3ee02d1632a70a9a132. Affected by this vulnerability is the function getOption of the file travel/src/main/java/com/controller/CommonController.java. The manipulation of the argument tableName/columnName leads to information disclosure. The attack may be initiated remotely. The exploit has been disclosed publicly and may be used. This product uses a rolling release model to deliver continuous updates. As a result, specific version information for affected or updated releases is not available. The identifier of the patch is d44ec3aa0bd2a72c8800e3befb0a9a96a6491b86. To fix this issue, it is recommended to deploy a patch.
Published: 2026-09-07
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Information Disclosure
Action: Apply Patch
AI Analysis

Impact

This vulnerability occurs in the getOption function of CommonController.java. By manipulating the tableName and columnName arguments, an attacker can retrieve sensitive information beyond authorized boundaries. The flaw resides in insufficient validation and improper authorization checks, exposing the system to unfiltered data disclosure. The weakness aligns with information exposure (CWE-200) and authorization bypass (CWE-284).

Affected Systems

The affected product is jaychouchannel’s Tourism-Management-System. No specific product releases are listed because the project follows a rolling‑release model. Until the patch identified by commit d44ec3aa0bd2a72c8800e3befb0a9a96a6491b86 is applied, all available builds remain vulnerable.

Risk and Exploitability

The CVSS score of 6.9 indicates a medium‑to‑high severity vulnerability. EPSS is not available, and the issue is not currently listed in CISA's KEV catalog, but the public disclosure and remote attack possibilities imply a tangible risk. An attacker could trigger the flaw through the exposed web API, possibly exposing confidential data without any special access. The lack of authentication or authorization gating makes exploitation straightforward for requesters able to reach the endpoint.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Deploy the patch identified by commit d44ec3aa0bd2a72c8800e3befb0a9a96a6491b86 to fix the information disclosure flaw
  • If immediate patch deployment is not possible, disable or restrict the getOption endpoint to block remote access to the vulnerable functionality
  • Implement proper input validation for the tableName and columnName parameters to ensure only authorized values are processed

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 08 Sep 2026 15: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:15:00 +0000

Type Values Removed Values Added
Description A security vulnerability has been detected in jaychouchannel Tourism-Management-System up to 8122bf020d91199eddfff3ee02d1632a70a9a132. Affected by this vulnerability is the function getOption of the file travel/src/main/java/com/controller/CommonController.java. The manipulation of the argument tableName/columnName leads to information disclosure. The attack may be initiated remotely. The exploit has been disclosed publicly and may be used. This product uses a rolling release model to deliver continuous updates. As a result, specific version information for affected or updated releases is not available. The identifier of the patch is d44ec3aa0bd2a72c8800e3befb0a9a96a6491b86. To fix this issue, it is recommended to deploy a patch.
Title jaychouchannel Tourism-Management-System CommonController.java getOption information disclosure
First Time appeared Jaychouchannel
Jaychouchannel tourism-management-system
Weaknesses CWE-200
CWE-284
CPEs cpe:2.3:a:jaychouchannel:tourism-management-system:*:*:*:*:*:*:*:*
Vendors & Products Jaychouchannel
Jaychouchannel tourism-management-system
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N/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:N/VA:N/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Jaychouchannel Tourism-management-system
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-08T14:18:36.545Z

Reserved: 2026-09-06T14:20:25.628Z

Link: CVE-2026-86284

cve-icon Vulnrichment

Updated: 2026-09-08T14:16:59.952Z

cve-icon NVD

Status : Deferred

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

Modified: 2026-09-08T15:18:53.623

Link: CVE-2026-86284

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-284

    Improper Access Control