CVE-2020-14883 — Oracle WebLogic Server Unspecified Vulnerability

CVE-2020-14883

Oracle WebLogic Server — Console RCE Chained With CVE-2020-14882's Auth Bypass for Unauthenticated Takeover

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

  1. 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.
  2. Never expose the WebLogic Administration Console directly to the internet — restrict it to trusted internal management networks only, regardless of patch status.
  3. 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.
  4. 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

PropertyValue
CVE ID CVE-2020-14883
Vendor / Product Oracle — WebLogic Server
NVD Published2020-10-21
NVD Last Modified2025-10-27
CVSS 3.1 Score7.2
CVSS 3.1 VectorCVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
SeverityHIGH
CISA KEV Added2021-11-03
CISA KEV Deadline2022-05-03
Known Ransomware Use No

CVSS 3.1 Breakdown

Attack Vector
Network
Attack Complexity
Low
Privileges Required
High
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Required Action

CISA BOD 22-01 Deadline: 2022-05-03. Apply updates per vendor instructions.

Timeline

DateEvent
2020-10-20Patched in Oracle's October 2020 Critical Patch Update, alongside the related auth-bypass CVE-2020-14882
2020-10Public proof-of-concept combining both CVEs published within days; mass cryptomining exploitation follows
2021-11-03Added to CISA Known Exploited Vulnerabilities catalog
2022-05-03CISA BOD 22-01 remediation deadline

References

ResourceType
Oracle Critical Patch Update — October 2020 Vendor Advisory
NVD — CVE-2020-14883 Vulnerability Database
CISA KEV Catalog Entry US Government