<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Cpe:2.3:a:oracle:weblogic_server:12.2.1.3.0:*:*:*:*:*:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3aoracleweblogic_server12.2.1.3.0/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Wed, 02 Sep 2026 12:43:23 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3aoracleweblogic_server12.2.1.3.0/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Oracle WebLogic Server Improper Access Control Vulnerability (CVE-2023-21839)</title><link>https://feed.craftedsignal.io/briefs/2026-09-cve-2023-21839/</link><pubDate>Wed, 02 Sep 2026 12:43:23 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-cve-2023-21839/</guid><description>CVE-2023-21839 is an improper access control vulnerability in Oracle WebLogic Server enabling unauthorized remote JNDI lookups via T3 or IIOP protocols, with multiple functional proof-of-concept exploits now publicly available.</description><content:encoded><![CDATA[<p>CVE-2023-21839 is a high-severity (CVSS 7.5) improper access control vulnerability in Oracle WebLogic Server. The vulnerability allows unauthenticated, remote attackers to trigger unauthorized JNDI lookups by manipulating objects bound via the T3 or IIOP protocols. Specifically, when an attacker triggers a lookup or list operation on a bound object, the system inadvertently invokes the getReferent method of that object. This allows an attacker to direct the server to interact with arbitrary JNDI endpoints, such as malicious LDAP servers, which can be leveraged for further exploitation. The recent publication of functional proof-of-concept exploits and scanning tools on public repositories significantly elevates the risk for organizations running affected versions (12.2.1.3.0, 12.2.1.4.0, and 14.1.1.0.0). Defenders should prioritize patching and monitoring network traffic for anomalous T3/IIOP interactions.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker identifies an internet-exposed Oracle WebLogic Server instance using the T3 or IIOP protocol.</li>
<li>Attacker interacts with the WebLogic RMI/CORBA interface to bind a malicious or specifically crafted object to the naming service.</li>
<li>Attacker triggers a JNDI lookup or list operation targeting the previously bound object.</li>
<li>The WebLogic server processes the request, traversing the <code>WLNamingManager</code> and <code>BasicNamingNode</code> components.</li>
<li>The application code executes the vulnerable <code>getReferent</code> method on the crafted object due to insufficient access controls.</li>
<li>The server initiates a network connection to an attacker-controlled remote server (e.g., via <code>ldap://</code>) as specified in the JNDI lookup.</li>
<li>The external server provides a malicious payload or response to the WebLogic server, potentially leading to further exploitation or unauthorized data access.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>The vulnerability allows unauthenticated remote attackers to perform unauthorized JNDI operations against Oracle WebLogic Server. If successful, this can lead to unauthorized information disclosure or serve as an initial vector for more complex attacks, including remote code execution depending on the subsequent JNDI response handling. With multiple functional exploits now publicly available, the risk to unpatched enterprise infrastructure is high.</p>
<h2 id="recommendation">Recommendation</h2>
<ol>
<li>Apply the latest security patches for Oracle WebLogic Server provided by Oracle immediately to remediate CVE-2023-21839.</li>
<li>Implement strict network segmentation and access control lists (ACLs) to limit access to T3 and IIOP ports (typically 7001) to known and authorized source IP addresses only.</li>
<li>Configure WebLogic security policies to disable or restrict the use of JNDI lookups from untrusted sources.</li>
<li>Monitor network traffic for anomalous outbound connections originating from WebLogic application servers to external/unknown IP addresses, particularly over non-standard or LDAP-related ports.</li>
<li>Audit application logs for <code>javax.naming.InitialContext</code> lookup errors or unusual JNDI activity patterns associated with RMI/IIOP services.</li>
</ol>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category></item></channel></rss>