The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-7677

CVE-2026-7677: FastBee XSS Vulnerability in System Notice

CVE-2026-7677 is a cross-site scripting flaw in FastBee up to version 1.2.1 affecting the System Notice Handler. Attackers can exploit this remotely via the noticeContent parameter. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: May 7, 2026

CVE-2026-7677 Overview

CVE-2026-7677 is a stored cross-site scripting (XSS) vulnerability [CWE-79] in kerwincui FastBee through version 1.2.1. The flaw resides in the Add function of springboot/fastbee-admin/src/main/java/com/fastbee/web/controller/system/SysNoticeController.java, part of the System Notice Handler component. Attackers can inject malicious script payloads through the noticeContent parameter, which the application stores and later renders without proper sanitization. The exploit has been publicly disclosed. The vendor was contacted prior to disclosure but did not respond.

Critical Impact

Authenticated remote attackers can inject persistent JavaScript payloads into system notices, executing arbitrary script in the browsers of administrators and users who view the affected notice.

Affected Products

  • kerwincui FastBee versions up to and including 1.2.1
  • FastBee Admin module (fastbee-admin)
  • System Notice Handler component (SysNoticeController.java)

Discovery Timeline

  • 2026-05-03 - CVE-2026-7677 published to NVD
  • 2026-05-05 - Last updated in NVD database

Technical Details for CVE-2026-7677

Vulnerability Analysis

The vulnerability is a stored XSS issue in the FastBee IoT platform's administrative notice subsystem. The Add method in SysNoticeController.java accepts user-supplied content via the noticeContent argument and persists it without applying output encoding or HTML sanitization. When other authenticated users access the notice list or detail view, the browser parses the stored payload as active script content.

The attack requires low-privilege authenticated access and limited user interaction, since a victim must view the notice for the payload to execute. The impact is constrained to integrity within the application context, which is reflected in the low CVSS rating. However, in administrative interfaces, even low-impact XSS can enable session hijacking, CSRF chaining, or pivot attacks against operators of connected IoT devices.

Root Cause

The root cause is missing input validation and output encoding on the noticeContent field within the System Notice Handler. The controller forwards untrusted input directly into persistent storage, and the front-end renders the value into the DOM without escaping HTML entities or stripping script tags.

Attack Vector

An authenticated attacker submits a crafted POST request to the notice creation endpoint with a script payload embedded in the noticeContent field. The server stores the payload verbatim. Each subsequent user who loads the notice triggers script execution in their browser session. The attack is reachable over the network and does not require local access. The vulnerability affects only stored data integrity, not server-side confidentiality or availability.

A proof of concept has been publicly disclosed through VulDB submission #800724 and a Feishu document referenced in VulDB. See the VulDB CTI entry for #360830 for additional technical context.

Detection Methods for CVE-2026-7677

Indicators of Compromise

  • HTTP POST requests to the FastBee notice creation endpoint containing <script>, onerror=, onload=, or javascript: substrings within the noticeContent parameter.
  • Database rows in the sys_notice table where notice_content contains HTML tags or JavaScript event handler attributes.
  • Unusual outbound requests from administrator browsers to attacker-controlled domains shortly after viewing system notices.

Detection Strategies

  • Inspect application access logs for requests to the notice Add controller with payloads matching common XSS patterns.
  • Apply web application firewall (WAF) rules that flag script tags and event handlers submitted to FastBee admin endpoints.
  • Audit existing notice records for stored HTML or script content that should not appear in plain-text notices.

Monitoring Recommendations

  • Enable verbose logging on the FastBee admin module and forward logs to a centralized SIEM for correlation.
  • Alert on administrator account activity that creates notices followed by anomalous browser-originated outbound traffic.
  • Track failed Content Security Policy (CSP) violations reported by browsers accessing the FastBee admin interface.

How to Mitigate CVE-2026-7677

Immediate Actions Required

  • Restrict access to the FastBee admin interface to trusted networks and authenticated administrators only.
  • Audit and remove any system notices containing HTML tags, script content, or suspicious event handler attributes.
  • Rotate session tokens and credentials for any administrators who may have viewed attacker-supplied notices.

Patch Information

No official vendor patch has been published. According to the disclosure, the vendor was contacted but did not respond. Operators should monitor the kerwincui FastBee project for upstream fixes and apply server-side input sanitization in the interim.

Workarounds

  • Implement a reverse proxy or WAF rule that strips or rejects HTML tags in requests to the notice creation endpoint.
  • Apply server-side output encoding by modifying the SysNoticeControllerAdd method to HTML-escape noticeContent before persistence.
  • Deploy a strict Content Security Policy on the FastBee admin interface to block inline script execution.
  • Limit notice creation privileges to a minimal set of trusted accounts until a vendor fix is available.
bash
# Example nginx rule blocking script payloads to the notice endpoint
location /system/notice {
    if ($request_body ~* "(<script|onerror=|onload=|javascript:)") {
        return 403;
    }
    proxy_pass http://fastbee_backend;
}

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechFastbee

  • SeverityLOW

  • CVSS Score2.0

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • 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
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • Feishu Document Resource

  • VulDB Submission #800724

  • VulDB Vulnerability #360830

  • VulDB CTI for #360830
  • Related CVEs
  • CVE-2026-7676: FastBee Path Traversal Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English