Cyber Resilience

CVE-2025-35031

Mieweb Enterprise Health rc202403 … rc202503

Published
29 September 2025
Modified
02 January 2026
CVSS Score v4 4.6
Click a component to see what it means
Raw vectorCVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/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
EPSS Score 0.0013 3th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2025-35031 is a medium-severity Debug Messages Revealing Unnecessary Information (CWE-1295) vulnerability in Mieweb Enterprise Health. Its CVSS base score is 4.6 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique OS Credential Dumping (T1003); ranked at the 3th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SI-11 (Error Handling) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

Medical Informatics Engineering Enterprise Health includes the user's current session token in debug output. An attacker could convince a user to send this output to the attacker, thus allowing the attacker to impersonate that user. This issue is fixed as…

more

of 2025-04-08.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1003 OS Credential Dumping Credential Access
Adversaries may attempt to dump credentials to obtain account login and credential material, normally in the form of a hash or a clear text password.
T1082 System Information Discovery Discovery
An adversary may attempt to get detailed information about the operating system and hardware, including version, patches, hotfixes, service packs, and architecture.
T1592 Gather Victim Host Information Reconnaissance
Adversaries may gather information about the victim's hosts that can be used during targeting.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2025-35034Same product: Mieweb Enterprise Health
CVE-2025-35030Same product: Mieweb Enterprise Health
CVE-2025-35032Same product: Mieweb Enterprise Health
CVE-2025-35033Same product: Mieweb Enterprise Health
CVE-2025-35029Same product: Mieweb Enterprise Health
CVE-2025-2877Shared CWE-1295
CVE-2025-12910Shared CWE-1295
CVE-2023-4215Shared CWE-1295
CVE-2026-28811Shared CWE-1295
CVE-2025-2469Shared CWE-1295

Affected Assets

mieweb
enterprise health
rc202403, rc202409, rc202503

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 3 hardening rules · 3 OS baselines
Validate
Prove the fix (OWASP ASVS)
  • V13.4.2

Mitigating Controls (NIST 800-53 r5) AI

SI-11 requires error messages (including debug/diagnostic output) to avoid exposing exploitable system details, directly stopping the described information leakage.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require sanitizing or removing debug messages that leak internal information.

PR.PS-01 partial match
prevents

Configuration baselines can disable debug output in production, partially preventing exposure of sensitive details.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can detect excessive debug information, but does not guarantee its prevention in production.

prevents

Configuration management can disable debug flags, providing partial mitigation without covering the control's broader scope.

A.8.15 Logging partial match
prevents

Logging control requires that only necessary information is recorded, directly mitigating debug messages that leak sensitive data.

prevents

Secure coding practices mandate removal or protection of debug output containing sensitive information before release.

mitigates

Separation of environments reduces risk of debug exposure in production but does not address the weakness itself.

Hardening callouts derived

Configuration rules from DISA STIG baselines that bear on weaknesses of the type cited by this CVE. Each rule is shown with the relationship its mapping actually records, against the CWE it was authored against. Derived via CVE→CWE over `controls_xwalks` (authoritative rows only; rows rated `none` are excluded).

Windows 10 (1 rule)
  • V-220967 The Debug programs user right must only be assigned to the Administrators group. prevents CWE-1295
Windows Server 2016 (1 rule)
  • V-225079 The Debug programs user right must only be assigned to the Administrators group. prevents CWE-1295
Windows Server 2019 (1 rule)
  • V-205757 Windows Server 2019 Debug programs: user right must only be assigned to the Administrators group. prevents CWE-1295

References