vendor:
Hotel Portal
by:
Unknown
7.5
CVSS
HIGH
HTML Injection
79
CWE
Product Name: Hotel Portal
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2011
Hotel Portal HTML Injection Vulnerability
Hotel Portal is prone to an HTML-injection vulnerability because it fails to sufficiently sanitize user-supplied data. Attacker-supplied HTML and script code would run in the context of the affected browser, potentially allowing the attacker to steal cookie-based authentication credentials or control how the site is rendered to the user. Other attacks are also possible.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize user-supplied data before using it in HTML output. Input validation and output encoding can help prevent HTML injection attacks.