CVE-2026-11546: IBM WebSphere Liberty SSRF Vulnerability in adminCenter
IBM WebSphere Application Server Liberty versions 17.0.0.3 through 26.0.0.7 contain a server-side request forgery (SSRF) vulnerability that becomes exploitable when the adminCenter-1.0 feature is enabled. An authenticated attacker can abuse this flaw to make the vulnerable server perform unintended requests to internal or external systems, potentially compromising confidentiality and service availability. The vulnerability requires valid credentials to exploit, limiting the immediate blast radius but remaining a serious concern for organizations running affected Liberty versions with admin center enabled.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 7.1 HIGH · CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:H
- Weaknesses (CWE)
- CWE-918
- Affected products
- 1 configuration(s)
- Published / Modified
- 2026-06-30 / 2026-07-02
NVD description (verbatim)
IBM WebSphere Application Server - Liberty 17.0.0.3 through 26.0.0.7 is affected by a server-side request forgery vulnerability with the adminCenter-1.0 feature enabled.
1 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
The vulnerability is classified as CWE-918 (Server-Side Request Forgery). It manifests in the adminCenter-1.0 component of WebSphere Application Server Liberty, allowing an authenticated user to craft requests that cause the server to initiate connections to arbitrary targets. The CVSS 3.1 vector (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:H) indicates network accessibility, low attack complexity, and authentication requirement; the high availability impact suggests potential for denial of service or resource exhaustion via forced requests to expensive or unresponsive endpoints. Confidentiality impact is rated as low, indicating limited exposure of sensitive data directly through the SSRF itself.
Business impact
Organizations relying on WebSphere Application Server Liberty for application hosting face potential service disruption if an authenticated user exploits this SSRF to target internal infrastructure. The vulnerability can be leveraged to scan internal networks, reach restricted services, or exhaust resources by forcing the server to perform repeated requests. In environments where admin center is exposed to a broad set of authenticated users, attack surface widens accordingly. Downtime or performance degradation could disrupt business operations dependent on Liberty-hosted applications.
Affected systems
IBM WebSphere Application Server Liberty versions 17.0.0.3 through 26.0.0.7 are affected, provided that the adminCenter-1.0 feature is enabled in the server configuration. Organizations running earlier versions (pre-17.0.0.3) or later versions (post-26.0.0.7) are not impacted by this specific CVE. The vulnerability is active only in instances where admin center functionality is explicitly enabled; default or minimal installations without this feature are not vulnerable.
Exploitability
Exploitation requires valid authentication credentials, which significantly raises the barrier to attack compared to unauthenticated SSRF flaws. However, the low attack complexity means that any authenticated user—including those with limited privileges—can likely trigger the vulnerability without sophisticated techniques. The ability to make the server initiate arbitrary requests is realizable through standard HTTP requests directed at the vulnerable component. No user interaction is required once the attacker has credentials. The lack of KEV (Known Exploited Vulnerability) status indicates no evidence of active exploitation in the wild at time of publication, though this does not rule out future weaponization.
Remediation
Organizations should update IBM WebSphere Application Server Liberty to a patched version beyond 26.0.0.7. Administrators should consult IBM's official security advisories and release notes to verify the exact patched version available for their deployment. As an interim mitigation, if operationally feasible, disable the adminCenter-1.0 feature unless it is actively required for administration. Restrict network access to the admin center interface using firewall rules or application-level access controls to limit the pool of authenticated users who can reach the vulnerable component.
Patch guidance
Verify availability of patches for your specific WebSphere Application Server Liberty version against the IBM security advisory. Organizations running version 26.0.0.7 or earlier should prioritize testing and deployment of the next available patch release. If you are unable to immediately patch, implement compensating controls such as disabling admin center, restricting admin center access via network segmentation, and enhancing monitoring of outbound connections initiated by the Liberty process. Test patches in a non-production environment before production rollout to ensure compatibility with custom applications and configurations.
Detection guidance
Monitor WebSphere Application Server Liberty logs and network traffic for suspicious patterns originating from the admin center component. Look for unusual outbound connections from the Liberty JVM process to internal or unexpected external hosts. Enable detailed logging for the adminCenter-1.0 component if available. Network-based detection should focus on unexpected egress from the Liberty server to ports and destinations outside normal baselines. Correlate Liberty application logs with network flow data to identify requests that appear to originate from admin center processing. Consider deploying WAF rules or reverse proxy inspection to detect malformed or suspicious requests to the admin center endpoint if it is exposed via a web tier.
Why prioritize this
This vulnerability merits high-priority remediation due to its HIGH CVSS severity (7.1), the broad version range affected (spanning 9 major/minor versions), and the availability impact that could affect business-critical applications. While authentication is required, the low attack complexity and high availability impact make it a credible threat in environments where internal attackers or compromised accounts exist. The lack of current exploitation activity should not lower urgency; SSRF vulnerabilities historically attract researcher and attacker interest. Given the scale of WebSphere Liberty deployments in enterprise environments, patch delivery should begin promptly.
Risk score, explained
The CVSS 3.1 score of 7.1 (HIGH) reflects the combination of network accessibility (AV:N), low barriers to exploitation (AC:L), the authentication requirement (PR:L) which moderates the score, and significant impact to availability (A:H) with limited confidentiality exposure (C:L). The score appropriately captures a flaw that is exploitable but not trivial, with meaningful business impact. The availability rating acknowledges that attackers can degrade service or trigger resource exhaustion. The integrity rating of N (no impact) indicates the SSRF does not directly enable data modification, though indirect impacts via compromised internal systems remain a concern outside the strict CVSS model.
Frequently asked questions
Do we need to disable admin center immediately if we cannot patch right away?
Disabling adminCenter-1.0 is the most effective interim control if the feature is not actively required for your operations. If admin center is essential, apply the other compensating controls: restrict network access to it, enforce strict authentication policies, and monitor outbound connections closely. Verify the timeline for patch availability from IBM and prioritize testing in your environment accordingly.
Will this vulnerability affect us if we run Liberty with a minimal configuration and no admin features enabled?
No. The vulnerability explicitly requires the adminCenter-1.0 feature to be enabled. If your Liberty deployment does not include or enable this component, you are not affected by this CVE. Review your server.xml configuration to confirm admin center is not present.
What should we look for in network monitoring to detect exploitation attempts?
Monitor for unexpected outbound connections from the Liberty JVM process—especially to internal IP ranges, database servers, or metadata services (like cloud instance metadata endpoints) that should not be reached by your application. Sudden increases in connection attempts from Liberty to unusual destinations, or connections to ports typically used for internal services, warrant investigation. Correlate timing with requests to the admin center endpoint.
How does the authentication requirement affect our risk assessment?
Authentication significantly lowers risk compared to unauthenticated SSRF, but does not eliminate it. The threat includes compromised user accounts, insider threats, and scenarios where authentication credentials are broadly distributed. If your Liberty instances are accessible only to trusted internal users and administrative staff, risk is lower than if admin interfaces are exposed to application users or less-vetted personnel. Assess your specific access controls to determine residual risk.
This analysis is based on publicly available vulnerability data current as of the publication and modification dates provided. Patch availability, version numbers, and exact affected ranges should be verified against the official IBM security advisory and product release notes. Organizations should conduct internal testing of any patches before production deployment. This assessment does not constitute legal advice or a guarantee of security; each organization must evaluate its own environment, risk tolerance, and remediation timeline. SEC.co and its analysts do not provide exploit code or weaponization guidance for vulnerabilities under active disclosure. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-11714HIGHIBM WebSphere Liberty SSRF Vulnerability – Patch & Detection Guide
- CVE-2026-9006HIGHIBM WebSphere SSRF Vulnerability in Ajax Proxy
- CVE-2025-36324MEDIUMIBM watsonx.data Intelligence SSRF Vulnerability - Patch & Detection Guide
- CVE-2026-13773MEDIUMWebSphere Extreme Scale Deserialization SSRF Escalates to RCE via WAS-26
- CVE-2025-53828HIGHServer-Side Request Forgery in SharePoint for ownCloud Enables Admin Code Execution
- CVE-2026-10055HIGHEclipse Theia SSRF Vulnerability in /services/request-service
- CVE-2026-10068HIGHSSRF in Shibby Tomato 1.28 miniupnpd (Unmaintained)
- CVE-2026-10107HIGHMoviePilot v2 SSRF in Image Proxy Allows Internal Network Access