CVE-2026-5253 Details
Description
A weakness has been identified in bufanyun HotGo 1.0/2.0. Affected by this vulnerability is an unknown functionality of the file /web/src/layout/components/Header/MessageList.vue of the component editNotice Endpoint. Executing a manipulation can lead to cross site scripting. The attack can be launched remotely. The exploit has been made available to the public and could be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.
A stored cross-site scripting (XSS) vulnerability exists in bufanyun HotGo versions 1.0 and 2.0. The issue arises in the editNotice endpoint, where user-supplied content is accepted without proper sanitization or validation. This content is stored in the database and later rendered on the frontend using Vue.js v-html directive, which also lacks sanitization. As a result, authenticated attackers can inject arbitrary JavaScript that executes in the browsers of users viewing the notice, potentially leading to session hijacking or credential theft.
It is recommended to implement HTML sanitization using libraries like DOMPurify, avoid using v-html in favor of safer Vue.js rendering options, and validate input against a whitelist of allowed HTML tags and attributes.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Apr 1, 2026CISA-ADP
Assessed Apr 1, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/CC-T-454455/Vulnerabilities/tree/master/hotgo/vulnerability-2 | [email protected] | ExploitTechnical Description |
| https://vuldb.com/submit/780614 | [email protected] | AdvisoryExploitRemedy |
| https://vuldb.com/vuln/354443 | [email protected] | AdvisoryExploitPartial Content |
| https://vuldb.com/vuln/354443/cti | [email protected] | Content Wall |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-79 | Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') | [email protected] |
| CWE-94 | Improper Control of Generation of Code ('Code Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| bufanyun HotGo | All versions |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 29, 2026 | Data Remediation | [email protected] |
| Apr 1, 2026 | New CVE Received | [email protected] |
Volerion