CVE-2026-96810
Received Received - Intake

Cross-Site Scripting in huanzi-qch base-admin

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

Publication date: 2026-09-24

Last updated on: 2026-09-24

Assigner: VulDB

Description

A vulnerability was identified in huanzi-qch base-admin up to 52816b760cd53244989fd664bbb2b3d4edbfdbf1. This issue affects the function Save of the file base-admin-master\src\main\java\cn\huanzi\qch\baseadmin\common\controller\CommonController.java of the component Add User Handler. The manipulation of the argument Username leads to cross site scripting. The attack can be initiated remotely. The exploit is publicly available and might be used. Continious delivery with rolling releases is used by this product. Therefore, no version details of affected nor updated releases are available. The vendor was contacted early about this disclosure but did not respond in any way.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
huanzi-qch base-admin to 52816b760cd53244989fd664bbb2b3d4edbfdbf1 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.
CWE-94 The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a storage-based Cross-Site Scripting (XSS) vulnerability in the BaseAdminSystem. User input for the 'add user' function is not properly filtered or encoded before being stored in the database. When other users access the page, the stored malicious scripts execute automatically.

Detection Guidance

To detect this storage-based XSS vulnerability, inspect the BaseAdminSystem's user management interface for improperly encoded user input. Check if the Username field in the add user function reflects unfiltered input in the database or web page. Manually test by submitting XSS payloads like <script>alert(1)</script> in the Username field and verify if they execute when the page is refreshed or accessed by other users.

Impact Analysis

An attacker could exploit this to inject malicious scripts via user input. This may lead to session hijacking, phishing attacks, or unauthorized actions on behalf of users accessing the affected page.

Compliance Impact

This vulnerability could impact compliance with GDPR and HIPAA by enabling cross-site scripting attacks that may lead to unauthorized access to sensitive data. Stored XSS could allow attackers to steal session tokens or inject malicious scripts, potentially exposing personal or health information. GDPR requires protection against data breaches, while HIPAA mandates safeguards for protected health information. The lack of input validation in this system increases the risk of non-compliance with these regulations.

Mitigation Strategies

Immediately update the BaseAdminSystem to a patched version if available. If no patch exists, implement input validation to sanitize the Username field and encode output before rendering. Use context-aware escaping libraries to prevent XSS payloads from executing. Monitor network traffic for suspicious requests targeting the add user function.

Chat Assistant

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

EPSS Chart