Cyber Resilience

CVE-2025-41766

High

Published: 09 March 2026

Published
09 March 2026
Modified
11 March 2026
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0048 37.8th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2025-41766 is a high-severity Out-of-bounds Write (CWE-787) vulnerability in Mbs-Solutions Universal Bacnet Router Firmware. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 37.8th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-16 (Memory Protection).

Deeper analysis

CVE-2025-41766 is a stack-based buffer overflow vulnerability (CWE-787) that can be triggered via a crafted HTTP POST request using the ubr-network method, resulting in full device compromise. Published on 2026-03-09T09:16:01.173, it carries a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), indicating high severity due to its network accessibility, low attack complexity, and requirements for only low privileges.

A low-privileged remote attacker can exploit this vulnerability by sending a specially crafted HTTP POST request targeting the ubr-network method, causing a stack-based buffer overflow. Successful exploitation enables full compromise of the affected device, granting high levels of confidentiality, integrity, and availability impact without requiring user interaction or privilege escalation beyond low privileges.

Mitigation details are available in the referenced advisory at https://www.mbs-solutions.de/mbs-2025-0001.

EU & UK References

Vulnerability details

A low-privileged remote attacker can trigger a stack-based buffer overflow via a crafted HTTP POST request using the ubr-network method resulting in full device compromise.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Direct remote exploitation of a network-accessible service via crafted HTTP request leading to arbitrary code execution and full device compromise.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-41765Same product: Mbs-Solutions Ubr-01 Mk Ii
CVE-2025-41767Same product: Mbs-Solutions Ubr-01 Mk Ii
CVE-2025-41764Same product: Mbs-Solutions Ubr-01 Mk Ii
CVE-2025-41772Same product: Mbs-Solutions Ubr-01 Mk Ii
CVE-2025-41757Same product: Mbs-Solutions Ubr-01 Mk Ii
CVE-2025-41758Same product: Mbs-Solutions Ubr-01 Mk Ii
CVE-2025-41756Same product: Mbs-Solutions Ubr-01 Mk Ii
CVE-2025-41761Same product: Mbs-Solutions Ubr-01 Mk Ii
CVE-2025-27807Shared CWE-787
CVE-2024-48856Shared CWE-787

Affected Assets

mbs-solutions
universal bacnet router firmware
≤ 6.0.1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly remediates the stack-based buffer overflow flaw by identifying, testing, and applying vendor updates or patches for the ubr-network HTTP method vulnerability.

prevent

Enforces validation of HTTP POST request inputs for the ubr-network method to reject crafted payloads that trigger stack-based buffer overflows.

prevent

Implements memory protections such as stack canaries, ASLR, and DEP to prevent exploitation of stack-based buffer overflows even if invalid inputs are processed.

References