CVE-2025-35034

4.3 MEDIUM

📋 TL;DR

Medical Informatics Engineering Enterprise Health has a reflected cross-site scripting (XSS) vulnerability in the 'portlet_user_id' URL parameter. Remote unauthenticated attackers can craft malicious URLs that execute arbitrary JavaScript in victims' browsers when clicked. This affects all users accessing vulnerable Enterprise Health instances.

💻 Affected Systems

Products:
  • Medical Informatics Engineering Enterprise Health
Versions: All versions before 2025-03-14
Operating Systems: All supported platforms
Default Config Vulnerable: ⚠️ Yes
Notes: This affects the web interface component of Enterprise Health. The vulnerability is present in default configurations.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Attackers could steal session cookies, perform actions as the victim user, redirect to phishing sites, or install malware via browser exploitation.

🟠

Likely Case

Attackers would typically use this for session hijacking, credential theft, or delivering phishing pages to steal sensitive medical data.

🟢

If Mitigated

With proper input validation and output encoding, malicious scripts would be neutralized before execution.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ⚠️ Yes
Complexity: LOW

Exploitation requires social engineering to trick users into clicking malicious links. No authentication is required to trigger the vulnerability.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Versions updated as of 2025-03-14

Vendor Advisory: https://raw.githubusercontent.com/cisagov/CSAF/develop/csaf_files/IT/white/2025/va-25-272-01.json

Restart Required: No

Instructions:

1. Apply the vendor patch released on or after 2025-03-14. 2. Update Enterprise Health to the latest version. 3. Verify the fix by testing the 'portlet_user_id' parameter.

🔧 Temporary Workarounds

Web Application Firewall (WAF)

all

Deploy a WAF with XSS protection rules to block malicious requests containing script payloads.

Input Validation Filter

all

Implement server-side input validation to sanitize the 'portlet_user_id' parameter before processing.

🧯 If You Can't Patch

  • Implement Content Security Policy (CSP) headers to restrict script execution sources
  • Deploy network segmentation to limit access to vulnerable systems

🔍 How to Verify

Check if Vulnerable:

Test by accessing a URL with 'portlet_user_id=<script>alert('XSS')</script>' appended and check if script executes.

Check Version:

Check Enterprise Health version in admin interface or via vendor documentation

Verify Fix Applied:

After patching, repeat the test with malicious payloads; scripts should not execute and input should be properly encoded.

📡 Detection & Monitoring

Log Indicators:

  • HTTP requests containing script tags or JavaScript in 'portlet_user_id' parameter
  • Unusual URL patterns with encoded script payloads

Network Indicators:

  • HTTP requests with suspicious parameters containing JavaScript code
  • URLs with encoded script payloads in referrer headers

SIEM Query:

source="web_logs" AND (uri="*portlet_user_id=*script*" OR uri="*portlet_user_id=*javascript:*")

🔗 References

📤 Share & Export