Severity by source
AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
3DescriptionCVE.org
Improper certificate validation in Devolutions Hub Reporting Service 2025.3.1.1 and earlier allows a network attacker to perform a man-in-the-middle attack via disabled TLS certificate verification.
AnalysisAI
Devolutions Hub Reporting Service versions 2025.3.1.1 and earlier contain improper certificate validation that disables TLS certificate verification, enabling network attackers to intercept and manipulate encrypted communications. An unauthenticated attacker on the network can conduct man-in-the-middle (MITM) attacks to eavesdrop on sensitive data exchanges or inject malicious content. While no CVSS score or EPSS probability is currently available, the vulnerability's classification under CWE-295 (Improper Certificate Validation) indicates a cryptographic bypass with potentially severe information disclosure implications.
Technical ContextAI
The vulnerability stems from disabled TLS certificate verification in the Devolutions Hub Reporting Service (CPE: cpe:2.3:a:devolutions:hub_reporting_service:*:*:*:*:*:*:*:*), which is the root cause categorized as CWE-295 (Improper Certificate Validation). TLS certificate validation is a fundamental security control in HTTPS/TLS protocols that ensures clients verify server identity before establishing encrypted channels. When certificate verification is disabled or improperly implemented, the application fails to authenticate the server's identity, allowing attackers positioned on the network path (local network, ISP, cloud provider, etc.) to present their own certificates without triggering validation errors. This is a common misconfiguration in development scenarios that must never reach production.
RemediationAI
Immediately upgrade Devolutions Hub Reporting Service to the patched version released in advisory DEVO-2026-0009 (https://devolutions.net/security/advisories/DEVO-2026-0009/). Until patching is feasible, enforce network-level mitigations: deploy the service only within a trusted, segmented network; implement HTTPS-only policies with HSTS headers at any proxy layer; restrict inbound connections to known, trusted client IP ranges using firewalls or network policies; and monitor for suspicious certificate warnings in application logs. Do not disable certificate verification in any production environment.
Same weakness CWE-295 – Improper Certificate Validation
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-12950