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-2025-41760

CVE-2025-41760: UBR Firmware DOS Vulnerability

CVE-2025-41760 is a denial of service vulnerability in Mbs-solutions Universal Bacnet Router Firmware where empty pass filters fail to block traffic, allowing unrestricted network access. This article covers technical details.

Published: March 13, 2026

CVE-2025-41760 Overview

CVE-2025-41760 is a security configuration bypass vulnerability affecting MBS Solutions Universal BACnet Router (UBR) firmware. The vulnerability occurs when an administrator attempts to block all network traffic by configuring a pass filter with an empty table. However, the UBR firmware incorrectly interprets an empty filter list as having no restrictions, allowing all network traffic to pass unfiltered instead of blocking it as intended.

This behavior represents a significant design flaw (CWE-636: Not Failing Securely) in building automation network infrastructure, where administrators may believe they have implemented restrictive network policies when in fact no filtering is occurring.

Critical Impact

Administrators may unknowingly leave BACnet network traffic completely unfiltered, potentially exposing building automation systems to unauthorized access and control.

Affected Products

  • MBS Solutions Universal BACnet Router Firmware (all versions)
  • MBS Solutions UBR-01 MK II
  • MBS Solutions UBR-02
  • MBS Solutions UBR-LON

Discovery Timeline

  • 2026-03-09 - CVE-2025-41760 published to NVD
  • 2026-03-11 - Last updated in NVD database

Technical Details for CVE-2025-41760

Vulnerability Analysis

This vulnerability stems from a fundamental logic flaw in how the Universal BACnet Router processes filter configuration tables. When a pass filter is configured with an empty table, the expected secure behavior would be to deny all traffic (fail-closed). Instead, the UBR firmware implements a fail-open model where an empty filter table results in no filtering being applied whatsoever.

The vulnerability is network-exploitable and requires high privileges (administrator access) to configure the faulty filter. While the direct exploitation requires administrative access, the impact is significant because it creates a false sense of security—administrators believe traffic is being blocked when it is actually flowing freely. This can lead to confidentiality breaches as unauthorized BACnet communications traverse the network unimpeded.

Building automation systems using BACnet protocol are commonly deployed in critical infrastructure environments including commercial buildings, hospitals, and industrial facilities. Misconfigured network filtering in these environments can expose HVAC systems, access control, and other building management functions to unauthorized observation or manipulation.

Root Cause

The root cause is CWE-636: Not Failing Securely (The Opposite of Intended). The UBR firmware's filter implementation does not follow secure design principles. When presented with an empty pass filter configuration, the system defaults to an open state rather than a closed state. This violates the principle of least privilege and secure defaults, where an ambiguous or empty configuration should result in the most restrictive behavior.

Attack Vector

The attack vector is network-based but requires that an administrator has already misconfigured the device with an empty pass filter table. An attacker with network access to the BACnet infrastructure could then:

  1. Observe that traffic filtering is not being enforced despite administrative configuration
  2. Send unauthorized BACnet messages through the router
  3. Perform reconnaissance on building automation devices
  4. Potentially manipulate building systems if additional controls are absent

The vulnerability does not require user interaction and has a network attack vector. The scope is unchanged, meaning the vulnerable component and impacted component are the same. The primary impact is to confidentiality, as unfiltered network traffic may expose sensitive building automation data and system information.

Detection Methods for CVE-2025-41760

Indicators of Compromise

  • BACnet traffic passing through UBR devices despite pass filter configurations being set to empty tables
  • Unexpected network communications to or from building automation systems
  • Configuration audits revealing empty pass filter tables in UBR devices
  • Network traffic analysis showing unfiltered BACnet protocol messages on segments expected to be restricted

Detection Strategies

  • Review UBR device configurations for any pass filters configured with empty tables
  • Implement network monitoring to verify that filter policies are being enforced as expected
  • Conduct periodic configuration audits comparing intended security policy against actual device configuration
  • Deploy network traffic analysis tools to monitor BACnet communications and detect anomalous traffic patterns

Monitoring Recommendations

  • Enable logging on UBR devices to capture configuration changes and filter policy modifications
  • Implement network segmentation monitoring to detect traffic that should be blocked by filter policies
  • Set up alerts for configuration changes to pass filter tables on UBR devices
  • Monitor BACnet traffic volumes for unexpected increases that may indicate filter bypass

How to Mitigate CVE-2025-41760

Immediate Actions Required

  • Audit all MBS Solutions UBR devices for pass filters configured with empty tables
  • Replace empty pass filter tables with explicit deny rules or populated allow lists
  • Verify filter configurations are functioning as intended through network traffic testing
  • Implement network segmentation as a defense-in-depth measure for building automation systems

Patch Information

MBS Solutions has released a security advisory addressing this vulnerability. Administrators should consult the MBS Solutions Security Advisory (MBS-2025-0001) for specific firmware update information and remediation guidance. Check with MBS Solutions for updated firmware versions that properly implement fail-secure behavior for empty filter configurations.

Workarounds

  • Never configure pass filters with empty tables; always populate filter tables with explicit rules
  • Implement network-level access controls upstream of UBR devices as additional protection
  • Use explicit deny-all rules in filter configurations rather than relying on empty table behavior
  • Deploy additional monitoring and intrusion detection systems on BACnet network segments
bash
# Configuration verification steps
# 1. Access UBR device management interface
# 2. Navigate to filter configuration section
# 3. Verify all pass filters contain explicit entries
# 4. If empty tables exist, populate with intended rules or remove
# 5. Test filter effectiveness with controlled traffic

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechMbs Solutions

  • SeverityMEDIUM

  • CVSS Score4.9

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-636
  • Vendor Resources
  • MBS Solutions Security Advisory
  • Related CVEs
  • CVE-2025-41767: Universal BACnet Router Auth Bypass Flaw

  • CVE-2025-41766: Universal BACnet Router Buffer Overflow

  • CVE-2025-41764: Universal Bacnet Router Auth Bypass Flaw

  • CVE-2025-41763: Bacnet Router Information Disclosure Bug
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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