What is Oracle WebLogic Server's Administration Console?
The WebLogic Administration Console is the web-based management interface for configuring and monitoring a WebLogic Server deployment — normally something only an authenticated administrator should be able to reach, since it exposes the ability to deploy new applications directly onto the server.
Overview
CVE-2020-14883 is a remote code execution vulnerability in the WebLogic Console (CVSS 3.1: AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H, 7.2 High) that, taken alone, requires high privileges to reach. Its real-world significance comes from being chained with a separate CVE from the same October 2020 Critical Patch Update, CVE-2020-14882, an authentication bypass that lets an unauthenticated attacker reach console functionality via a specially crafted URL. Combined, the pair gives an unauthenticated remote attacker full code execution on the WebLogic server — one of the fastest and most reliably weaponized Oracle exploit chains of 2020.
Technical Details
CVE-2020-14882's bypass works by encoding path segments in the request URL (a percent-encoding trick against a specific console path) in a way that defeats WebLogic's access-control filter while the underlying servlet still processes the request as if it came through a legitimate, authenticated path. Once an attacker reaches the console this way, CVE-2020-14883 provides the actual code-execution primitive — deploying a malicious application or otherwise triggering server-side code execution through console functionality that assumes only a trusted administrator could reach it.
Discovery
Patched as part of Oracle's routine October 2020 Critical Patch Update; the chaining relationship between the two CVEs was identified and published by independent security researchers within days of the patch release, once they reverse-engineered the fix.
Exploitation Context
Public proof-of-concept code combining CVE-2020-14882 and CVE-2020-14883 spread rapidly, and cryptomining botnets began mass-scanning for and exploiting vulnerable, internet-exposed WebLogic servers within days — consistent with the established pattern for WebLogic RCE chains, where the population of exposed instances and existing scanning infrastructure make near-immediate weaponization the norm rather than the exception.
Remediation
- Apply Oracle's October 2020 Critical Patch Update (or later) immediately — patching CVE-2020-14883 alone without also confirming CVE-2020-14882 is fixed leaves the chain viable if any part of the CPU was only partially applied.
- Never expose the WebLogic Administration Console directly to the internet — restrict it to trusted internal management networks only, regardless of patch status.
- Monitor for anomalous console access patterns, including requests with unusual URL encoding targeting console paths, which may indicate attempts to exploit the CVE-2020-14882 bypass.
- Check for unauthorized application deployments or cryptomining processes on any WebLogic server that had its console reachable from an untrusted network around the October 2020 disclosure window.
Key Details
| Property | Value |
|---|---|
| CVE ID | CVE-2020-14883 |
| Vendor / Product | Oracle — WebLogic Server |
| NVD Published | 2020-10-21 |
| NVD Last Modified | 2025-10-27 |
| CVSS 3.1 Score | 7.2 |
| CVSS 3.1 Vector | CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H |
| Severity | HIGH |
| CISA KEV Added | 2021-11-03 |
| CISA KEV Deadline | 2022-05-03 |
| Known Ransomware Use | No |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2020-10-20 | Patched in Oracle's October 2020 Critical Patch Update, alongside the related auth-bypass CVE-2020-14882 |
| 2020-10 | Public proof-of-concept combining both CVEs published within days; mass cryptomining exploitation follows |
| 2021-11-03 | Added to CISA Known Exploited Vulnerabilities catalog |
| 2022-05-03 | CISA BOD 22-01 remediation deadline |
References
| Resource | Type |
|---|---|
| Oracle Critical Patch Update — October 2020 | Vendor Advisory |
| NVD — CVE-2020-14883 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |