Security Vulnerability Report
中文
CVE-2025-14917 CVSS 6.7 MEDIUM

CVE-2025-14917

Published: 2026-03-25 21:16:25
Last Modified: 2026-03-30 16:59:11

Description

IBM WebSphere Application Server - Liberty 17.0.0.3 through 26.0.0.3 IBM WebSphere Application Server Liberty could provide weaker than expected security when administering security settings.

CVSS Details

CVSS Score
6.7
Severity
MEDIUM
CVSS Vector
CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H

Configurations (Affected Products)

cpe:2.3:a:ibm:websphere_application_server:*:*:*:*:liberty:*:*:* - VULNERABLE
cpe:2.3:o:apple:macos:-:*:*:*:*:*:*:* - NOT VULNERABLE
cpe:2.3:o:ibm:aix:-:*:*:*:*:*:*:* - NOT VULNERABLE
cpe:2.3:o:ibm:i:-:*:*:*:*:*:*:* - NOT VULNERABLE
cpe:2.3:o:ibm:z\/os:-:*:*:*:*:*:*:* - NOT VULNERABLE
cpe:2.3:o:linux:linux_kernel:-:*:*:*:*:*:*:* - NOT VULNERABLE
IBM WebSphere Application Server Liberty 17.0.0.3
IBM WebSphere Application Server Liberty 17.0.0.4
...
IBM WebSphere Application Server Liberty 26.0.0.3

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
#!/usr/bin/env python3 # PoC for CVE-2025-14917: IBM WebSphere Liberty Security Bypass # This script demonstrates a conceptual bypass by manipulating the server configuration. # Note: Actual exploitation requires local access and high privileges. import xml.etree.ElementTree as ET def exploit_poc(config_file_path): """ Simulates modifying the server.xml to bypass security settings. """ try: tree = ET.parse(config_file_path) root = tree.getroot() # Logic to find and weaken security settings (conceptual) # For example, disabling the appSecurity feature for feature in root.findall(".//feature"): if "appSecurity" in feature.text: print(f"[+] Found security feature: {feature.text}") # In a real exploit, this might be commented out or modified # feature.text = "" # Removing feature to bypass print("[+] Configuration manipulation attempted.") print("[!] If vulnerable, security settings may be weakened.") except Exception as e: print(f"[-] Error: {e}") if __name__ == "__main__": # Placeholder path for WebSphere Liberty server.xml CONFIG_PATH = "/opt/ibm/wlp/usr/servers/defaultServer/server.xml" exploit_poc(CONFIG_PATH)

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-14917", "sourceIdentifier": "[email protected]", "published": "2026-03-25T21:16:24.550", "lastModified": "2026-03-30T16:59:11.230", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "IBM WebSphere Application Server - Liberty 17.0.0.3 through 26.0.0.3 IBM WebSphere Application Server Liberty could provide weaker than expected security when administering security settings."}, {"lang": "es", "value": "IBM WebSphere Servidor de Aplicaciones - Liberty 17.0.0.3 hasta 26.0.0.3 IBM WebSphere Servidor de Aplicaciones Liberty podría proporcionar seguridad más débil de lo esperado al administrar las configuraciones de seguridad."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", "baseScore": 6.7, "baseSeverity": "MEDIUM", "attackVector": "LOCAL", "attackComplexity": "LOW", "privilegesRequired": "HIGH", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "HIGH"}, "exploitabilityScore": 0.8, "impactScore": 5.9}, {"source": "[email protected]", "type": "Primary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "baseScore": 9.8, "baseSeverity": "CRITICAL", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "HIGH"}, "exploitabilityScore": 3.9, "impactScore": 5.9}]}, "weaknesses": [{"source": "[email protected]", "type": "Primary", "description": [{"lang": "en", "value": "CWE-1393"}]}], "configurations": [{"operator": "AND", "nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:ibm:websphere_application_server:*:*:*:*:liberty:*:*:*", "versionStartIncluding": "17.0.0.3", "versionEndExcluding": "26.0.0.4", "matchCriteriaId": "815C3061-AAD1-4A76-9E8C-BAE5F894C6E3"}]}, {"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": false, "criteria": "cpe:2.3:o:apple:macos:-:*:*:*:*:*:*:*", "matchCriteriaId": "387021A0-AF36-463C-A605-32EA7DAC172E"}, {"vulnerable": false, "criteria": "cpe:2.3:o:ibm:aix:-:*:*:*:*:*:*:*", "matchCriteriaId": "E492C463-D76E-49B7-A4D4-3B499E422D89"}, {"vulnerable": false, "criteria": "cpe:2.3:o:ibm:i:-:*:*:*:*:*:*:*", "matchCriteriaId": "C684FC45-C9BA-4EF0-BD06-BB289450DD21"}, {"vulnerable": false, "criteria": "cpe:2.3:o:ibm:z\\/os:-:*:*:*:*:*:*:*", "matchCriteriaId": "0E97A964-6F9E-4C87-9B90-21AE2C1DF52F"}, {"vulnerable": false, "criteria": "cpe:2.3:o:linux:linux_kernel:-:*:*:*:*:*:*:*", "matchCriteriaId": "703AF700-7A70-47E2-BC3A-7FD03B3CA9C1"}, {"vulnerable": false, "criteria": "cpe:2.3:o:microsoft:windows:-:*:*:*:*:*:*:*", "matchCriteriaId": "A2572D17-1DE6-457B-99CC-64AFD54487EA"}]}]}], "references": [{"url": "https://www.ibm.com/support/pages/node/7267362", "source": "[email protected]", "tags": ["Vendor Advisory"]}]}}