Skip to main content

kerwincui FastBee EUVDEUVD-2026-26811

| CVE-2026-7677 LOW
Cross-site Scripting (XSS) (CWE-79)
2026-05-03 VulDB
2.0
CVSS 4.0 · NVD

Severity by source

NVD PRIMARY
2.0 LOW
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
P
Scope
X

Lifecycle Timeline

6
CVSS changed
May 03, 2026 - 05:22 NVD
3.5 (LOW) 2.0 (LOW)
PoC Detected
May 03, 2026 - 05:15 vuln.today
Public exploit code
Analysis Generated
May 03, 2026 - 05:00 vuln.today
EUVD ID Assigned
May 03, 2026 - 04:30 euvd
EUVD-2026-26811
Analysis Generated
May 03, 2026 - 04:30 vuln.today
CVE Published
May 03, 2026 - 03:15 nvd
LOW 2.0

DescriptionCVE.org

A vulnerability was determined in kerwincui FastBee up to 1.2.1. The impacted element is the function Add of the file springboot/fastbee-admin/src/main/java/com/fastbee/web/controller/system/SysNoticeController.java of the component System Notice Handler. This manipulation of the argument noticeContent causes cross site scripting. It is possible to initiate the attack remotely. The exploit has been publicly disclosed and may be utilized. The vendor was contacted early about this disclosure but did not respond in any way.

AnalysisAI

Stored cross-site scripting (XSS) in kerwincui FastBee up to version 1.2.1 allows authenticated remote attackers to inject malicious scripts via the noticeContent parameter in the System Notice Handler component, which are then executed in the browsers of other users viewing notices. The vulnerability requires user interaction (victims must view the injected notice) and authenticated access, limiting immediate attack scope, though publicly available exploit code and vendor non-responsiveness increase real-world risk.

Technical ContextAI

The vulnerability exists in the SysNoticeController.java file within the springboot/fastbee-admin module, specifically in the Add function that processes the noticeContent parameter. The root cause is improper input validation and output encoding for user-supplied content in the System Notice Handler component, classified as CWE-79 (Improper Neutralization of Input During Web Page Generation). The affected CPE is a:kerwincui:fastbee:* (all versions through 1.2.1), indicating the flaw affects the core FastBee administrative interface. The Java-based Spring Boot application fails to sanitize or encode the noticeContent field before storing it in the database and rendering it to other authenticated users, creating a stored XSS vector.

RemediationAI

No vendor-released patch is available, as the vendor did not respond to early disclosure contact. Immediate mitigations include: (1) Upgrade to a version newer than 1.2.1 if available from an alternative source or fork, though this is not confirmed; (2) Implement input validation and output encoding for the noticeContent parameter at the application level by modifying SysNoticeController.java to sanitize all user-supplied content using a whitelist-based HTML sanitizer (e.g., OWASP AntiSamy, DOMPurify) before storage and encoding output using context-appropriate encoding (e.g., HTML entity encoding) before rendering; (3) Restrict access to the System Notice Handler to a minimal set of trusted administrators and implement strict role-based access control; (4) Deploy a Web Application Firewall (WAF) with rules to detect and block common XSS payloads in the noticeContent parameter; (5) Audit the database for existing malicious notices and purge them. Consider migrating to an actively maintained alternative if FastBee is mission-critical, given vendor abandonment.

More in Java

View all
CVE-2012-4681 CRITICAL POC
9.8 Aug 28

Oracle Java SE 7 Update 6 and earlier contains multiple sandbox bypass vulnerabilities via the ClassFinder and forName m

CVE-2015-7450 CRITICAL POC
9.8 Jan 02

Remote code execution in IBM Sterling B2B Integrator, Sterling Integrator, and Tivoli Common Reporting allows unauthenti

CVE-2013-2465 CRITICAL POC
9.8 Jun 18

Java Runtime Environment sandbox bypass via incorrect image channel verification in 2D component allows remote unauthent

CVE-2011-3544 CRITICAL POC
9.8 Oct 19

Oracle Java SE JDK/JRE 7 and 6 Update 27 and earlier allows remote code execution with complete system compromise throug

CVE-2010-1871 HIGH POC
8.8 Aug 05

JBoss Seam 2 in Red Hat JBoss EAP 4.3.0 fails to sanitize JBoss Expression Language inputs, allowing remote attackers to

CVE-2012-1723 CRITICAL POC
9.8 Jun 16

Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 update 4 and earlier, 6 up

CVE-2013-0422 CRITICAL POC
9.8 Jan 10

Multiple vulnerabilities in Oracle Java 7 before Update 11 allow remote attackers to execute arbitrary code by (1) using

CVE-2012-0507 CRITICAL POC
9.8 Jun 07

Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 2 and earlier, 6 Up

CVE-2015-4852 CRITICAL POC
9.8 Nov 18

The WLS Security component in Oracle WebLogic Server 10.3.6.0, 12.1.2.0, 12.1.3.0, and 12.2.1.0 allows remote attackers

CVE-2012-5076 CRITICAL POC
9.8 Oct 16

Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 7 and earlier allow

CVE-2017-3066 CRITICAL POC
9.8 Apr 27

Remote unauthenticated attackers can execute arbitrary code on Adobe ColdFusion servers through Java deserialization fla

CVE-2012-0391 CRITICAL POC
9.8 Jan 08

The ExceptionDelegator component in Apache Struts before 2.2.3.1 interprets parameter values as OGNL expressions during

Share

EUVD-2026-26811 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy