TL;DR: CVE-2026-60702 is a critical Oracle WebLogic Server flaw with a CVSS 9.9 score, network reachability over T3 or IIOP, and low privileges sufficient for takeover, according to CYCOGNITO's analysis. The issue shows how externally reachable middleware and weak protocol exposure can turn application infrastructure into a broad blast-radius problem, especially where identity and access boundaries are poorly separated.
NHIMG editorial — based on content published by CYCOGNITO covering CVE-2026-60702 in Oracle WebLogic Server: a critical takeover flaw with T3 and IIOP exposure
By the numbers:
- Oracle says CVE-2026-60702 has a CVSS v3.1 base score of 9.9, marking it as Critical.
- Oracle lists four affected versions, spanning 12.2.1.4.0 through 15.1.1.0.0.
- Exposure in CyCognito's sample was led by Industrials at 33.6% of observed assets.
Questions worth separating out
Q: What breaks when WebLogic listeners are left internet-exposed?
A: When WebLogic listeners remain reachable from untrusted networks, pre-auth flaws can become server takeover paths before authentication or segmentation can intervene.
Q: Why do low-privilege accounts still create serious risk in middleware environments?
A: Low-privilege access matters when the vulnerable code path sits behind normal service authentication rather than privileged admin access.
Q: How do you know whether a WebLogic instance has dangerous blast radius?
A: Look at what sits on top of it.
Practitioner guidance
- Inventory every reachable WebLogic instance Confirm the exact version, support tier, and listener exposure for each instance, including systems inherited through acquisitions or outsourced builds.
- Restrict T3 and IIOP to trusted sources Use weblogic.security.net.ConnectionFilterImpl and edge network controls to block TCP/7001 and TCP/7002 from untrusted networks.
- Audit low-privilege WebLogic accounts Identify shared or stale accounts that can reach WebLogic listeners and remove any login that does not need middleware access.
What's in the full article
CYCOGNITO's full analysis covers the operational detail this post intentionally leaves for the source:
- The exact affected WebLogic versions and support-window implications for patch planning
- The specific T3 and IIOP exposure patterns observed across enterprise assets
- The recommended ConnectionFilterImpl and edge-blocking configuration details
- The CyCognito platform advisory context and detection research notes
👉 Read CYCOGNITO's analysis of CVE-2026-60702 and WebLogic takeover risk →
CVE-2026-60702 and WebLogic exposure: are your controls ready?
Explore further
Protocol exposure is the real governance failure here. The security issue is not only the CVE, but the assumption that middleware listeners are harmless because they sit behind an application port. WebLogic's T3 and IIOP traffic can turn a routine deployment choice into an external attack path, especially when teams inventory the application but not the protocol surface. Practitioners should treat listener exposure as a governance control, not a network detail.
A few things that frame the scale:
- Only 1.5 out of 10 organisations are highly confident in their ability to secure NHIs, compared to nearly 1 in 4 for securing human identities, according to The State of Non-Human Identity Security.
- 85% of organisations lack full visibility into third-party vendors connected via OAuth apps, according to The State of Non-Human Identity Security.
A question worth separating out:
Q: Who is accountable when an out-of-support WebLogic version remains exposed?
A: Accountability sits with both platform ownership and security governance, because unsupported software is a lifecycle failure as much as a technical one. If a version cannot receive patches, the organisation must decide whether to isolate it, retire it, or formally accept the risk. Leaving it exposed is not a neutral choice.
👉 Read our full editorial: CVE-2026-60702 exposes WebLogic takeover risk through T3 access