CVE-2026-90523
Received Received - Intake

Improper Privilege Management in Tourism-Management-System User Register

Vulnerability report for CVE-2026-90523, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-13

Last updated on: 2026-09-13

Assigner: VulDB

Description

A vulnerability was identified in jaychouchannel Tourism-Management-System up to 229956e20dbd4a80eeff14535e44d3099502af09. The affected element is an unknown function of the file travel/src/main/java/com/controller/UsersController.java of the component User Register Endpoint. Such manipulation of the argument UsersEntity leads to improper privilege management. The attack can be launched remotely. The exploit is publicly available and might be used. This product does not use versioning. This is why information about affected and unaffected releases are unavailable. The name of the patch is 84d8ec384f669df3985293dab293bb7b477efa64. Applying a patch is advised to resolve this issue.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-13
Last Modified
2026-09-13
Generated
2026-09-13
AI Q&A
2026-09-13
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
jaychouchannel tourism_management_system to 229956e20dbd4a80eeff14535e44 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-266 A product incorrectly assigns a privilege to a particular actor, creating an unintended sphere of control for that actor.
CWE-269 The product does not properly assign, modify, track, or check privileges for an actor, creating an unintended sphere of control for that actor.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is in the Tourism-Management-System's user registration endpoint. It allows remote attackers to create administrator accounts without proper validation by manipulating the UsersEntity argument. The flaw stems from improper privilege management in the /users/register endpoint, where no authentication or authorization checks are enforced before inserting user data into the administrator role table.

Detection Guidance

Check if the /users/register endpoint is publicly accessible by sending a POST request with a JSON payload containing a username and password. If the response grants administrative privileges without authentication, the system is vulnerable.

Impact Analysis

An attacker could exploit this to gain full administrative access to the system. This would allow them to perform unauthorized actions like modifying user data, accessing sensitive information, or disrupting system operations. The publicly available exploit increases the risk of real-world attacks.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive user data, violating GDPR's data protection requirements and HIPAA's security rules. Unauthorized administrative access may result in data breaches, non-compliance with access control regulations, and potential legal consequences for affected organizations.

Mitigation Strategies

Apply the patch from commit 84d8ec384f669df3985293dab293bb7b477efa64 to enforce proper role checks on the /users/register endpoint and remove @IgnoreAuth annotations from unauthorized endpoints.

Chat Assistant

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

EPSS Chart