Facebook Google Plus Twitter LinkedIn YouTube RSS Menu Search Resource - BlogResource - WebinarResource - ReportResource - Eventicons_066 icons_067icons_068icons_069icons_070

[R1] Multiple Oracle WebLogic Docker Password Disclosures

Medium

Synopsis

While researching Oracle WebLogic Docker containers, Tenable discovered a couple of mechanisms to recover the administrative password.

First, the container stores, in cleartext, the administrator's password in a script within the running container. That means anyone with access to the container can uncover the administrative password simply by executing cat create-wls-domain.py and locating the line that starts with admin_pass = . The following screenshot is an example:

Second, the administrator's password also finds its way into the container log. Anyone with access to the logs can simply run the following command to extract the password: docker logs [container id] | grep password.

Tenable notes that Oracle assigned a CVSSv3 score of 7.5 with a vector of AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N. However, this score seems off to us. Specifically, local access to the target is required. It's possible that Oracle found an additional and more severe vector, but they didn't inform Tenable as to what that vector is.

Solution

Oracle released fixes for these vulnerabilities on Github and as part of the October 2018 CPU. Follow Oracle's patching guidelines.

Disclosure Timeline

05-21-2018 - Vulnerabilities discovered.
06-12-2018 - Vulnerabilities report to [email protected].
06-12-2018 - Oracle acknowledges the report.
06-13-2018 - Oracle asks who to credit.
06-13-2018 - Tenable says "Jimi Sebree of Tenable, Inc."
07-24-2018 - Oracle sends status: under investigation.
08-24-2018 - Oracle indicates, "Issue fixed in main codeline, scheduled for a future CPU."
09-24-2018 - Oracle indicates, "Issue fixed in main codeline, scheduled for a future CPU."
10-12-2018 - Oracle tells Tenable that this will be patched on October 16.

All information within TRA advisories is provided “as is”, without warranty of any kind, including the implied warranties of merchantability and fitness for a particular purpose, and with no guarantee of completeness, accuracy, or timeliness. Individuals and organizations are responsible for assessing the impact of any actual or potential security vulnerability.

Tenable takes product security very seriously. If you believe you have found a vulnerability in one of our products, we ask that you please work with us to quickly resolve it in order to protect customers. Tenable believes in responding quickly to such reports, maintaining communication with researchers, and providing a solution in short order.

For more details on submitting vulnerability information, please see our Vulnerability Reporting Guidelines page.

If you have questions or corrections about this advisory, please email [email protected]

Risk Information

CVE ID: CVE-2018-3213
Tenable Advisory ID: TRA-2018-32
Credit:
Jimi Sebree
CVSSv2 Base / Temporal Score:
6.8 / 5.0
CVSSv2 Vector:
AV:L/AC:L/Au:S/C:C/I:C/A:C
Affected Products:
Oracle WebLogic Docker prior to 12.2.1.3.20180913
Risk Factor:
Medium

Advisory Timeline

10-17-2018 - [R1] Initial Release