HIGH 8.7

CVE-2026-35258: Oracle WebLogic Server Console Open Redirect Vulnerability – Analysis & Patch Guidance

Oracle WebLogic Server contains a vulnerability in its Console component that allows an attacker with low-level network access to manipulate critical data or gain unauthorized access to sensitive information. The attack requires some form of user interaction—such as an administrator clicking a malicious link—but once successful, the attacker can read or modify data across the WebLogic environment and potentially affect connected systems. The vulnerability affects versions 14.1.2.0.0 and 15.1.1.0.0.

Source data · NVD / CISA · public domain

CVSS
3.1 · 8.7 HIGH · CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N
Weaknesses (CWE)
CWE-601
Affected products
2 configuration(s)
Published / Modified
2026-06-17 / 2026-06-18

NVD description (verbatim)

Vulnerability in the WebLogic Server product of Oracle Fusion Middleware (component: Console). Supported versions that are affected are 14.1.2.0.0 and 15.1.1.0.0. Easily exploitable vulnerability allows low privileged attacker with network access via HTTPS to compromise WebLogic Server. Successful attacks require human interaction from a person other than the attacker and while the vulnerability is in WebLogic Server, attacks may significantly impact additional products (scope change). Successful attacks of this vulnerability can result in unauthorized creation, deletion or modification access to critical data or all WebLogic Server accessible data as well as unauthorized access to critical data or complete access to all WebLogic Server accessible data. CVSS 3.1 Base Score 8.7 (Confidentiality and Integrity impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N).

1 reference(s) · View on NVD →

SEC.co analysis · AI-assisted, reviewed against source

Technical summary

This is a CWE-601 (Open Redirect) vulnerability in the WebLogic Server Console component. The attack vector is network-based over HTTPS, requiring low privilege credentials and user interaction. The vulnerability exhibits scope change, meaning exploitation can impact systems and data beyond WebLogic Server itself. With a CVSS 3.1 base score of 8.7, it carries high confidentiality and integrity impact—an attacker can read (C:H) and modify (I:H) critical data without the ability to disrupt availability. The low attack complexity (AC:L) indicates the exploitation path is straightforward once the initial conditions are met.

Business impact

Organizations running the affected WebLogic versions face risk of unauthorized data access and modification of business-critical information. Because the scope extends beyond WebLogic Server, a successful attack can cascade to compromise other integrated systems—including databases, applications, and services that rely on WebLogic for authentication or data management. The requirement for user interaction limits mass-exploitation scenarios but makes targeted campaigns against administrators particularly dangerous. Data breach, compliance violations, and operational disruption are material concerns.

Affected systems

Oracle WebLogic Server versions 14.1.2.0.0 and 15.1.1.0.0 are affected. These are production-grade versions deployed in enterprise environments. Older versions (prior to 14.1.2.0.0) and newer versions (after 15.1.1.0.0) require verification against Oracle's official security advisory to confirm their status. The Console component is typically accessed by administrators and operators, limiting the attacker population to those with basic network access and valid low-privilege credentials.

Exploitability

Exploitation is rated 'easily exploitable' by Oracle. The attack chain is straightforward: an attacker with low-privilege network access crafts a malicious HTTPS request or link that exploits the redirect flaw in the Console. The attacker then tricks an authorized user (administrator, operator) into clicking or following that link. Upon successful social engineering, the attacker gains access to read or modify WebLogic data and systems. The current EPSS and KEV data do not indicate active exploitation in the wild, but the combination of ease-of-exploitation and high impact makes this a priority for rapid patching.

Remediation

Oracle has released patches for both affected versions. Organizations should consult Oracle's official security advisory to identify and deploy the correct patch version for their specific WebLogic installation. Patches should be tested in a non-production environment before production deployment. Prioritize patching systems that host sensitive data or serve as authentication/authorization hubs for other applications. Interim mitigations may include network segmentation, access controls on the Console, and monitoring of Console activity for suspicious redirects or data access patterns.

Patch guidance

Obtain and review Oracle's security bulletin for CVE-2026-35258 to identify the correct patch version for WebLogic 14.1.2.0.0 and 15.1.1.0.0. Patches should be applied during maintenance windows to minimize disruption. Test patches in staging first to verify compatibility with custom applications and extensions. After patching, verify that the Console operates normally and that any integrated identity management or single sign-on services continue to function. Confirm patch application by checking version numbers and applying Oracle's patch verification tools if available.

Detection guidance

Monitor WebLogic Server logs for unusual Console access patterns, particularly failed or redirected authentication attempts and unusual URLs in HTTP referrer headers. Watch for requests to the Console that contain redirect parameters or external URLs. Implement network-level detection to flag HTTPS requests to the Console originating from unexpected sources or containing suspicious query parameters indicative of CWE-601 exploitation. Correlate Console access logs with user actions to identify potential social-engineering attempts. Consider deploying a Web Application Firewall (WAF) in front of WebLogic to detect and block redirect-based attacks.

Why prioritize this

This vulnerability warrants high priority due to its combination of ease of exploitation, broad data access impact, scope change affecting dependent systems, and the targeting of administrative interfaces. Although KEV status is currently false and no widespread exploitation is confirmed, the risk is substantial in organizations where WebLogic is central to data management or service delivery. The human-interaction requirement does not significantly lower priority given the prevalence of successful phishing and social engineering in real-world environments.

Risk score, explained

The CVSS 3.1 score of 8.7 (HIGH) reflects the high confidentiality and integrity impact (both H), the scope change (S:C), and the low barriers to exploitation (AV:N, AC:L, PR:L). The score appropriately penalizes the requirement for user interaction (UI:R), which prevents autonomous exploitation but remains a credible attack vector. The absence of availability impact (A:N) moderates the score slightly. For most organizations, the actual business risk exceeds the numerical score due to the criticality of WebLogic systems and the potential for cascading compromise.

Frequently asked questions

Does this vulnerability allow an attacker without credentials to gain access?

No. The vulnerability requires the attacker to have low-privilege network access (a valid login or network path to WebLogic) and also requires tricking another authorized user into following a malicious link or request. It is not an unauthenticated remote code execution vulnerability.

Are versions outside 14.1.2.0.0 and 15.1.1.0.0 affected?

According to Oracle's advisory, only versions 14.1.2.0.0 and 15.1.1.0.0 are explicitly listed as affected. However, verify the vendor's official statement to confirm whether other versions in the 14.x and 15.x lines are also vulnerable.

Can this vulnerability be exploited without user interaction?

No. The CVSS vector explicitly includes UI:R, meaning user interaction is required. An attacker cannot trigger the vulnerability remotely without the intervention of an authorized person, typically an administrator, clicking or following a malicious link.

What is the practical impact if my WebLogic environment is compromised?

Attackers can read and modify data stored in or accessible through WebLogic Server, including user credentials, business data, and application configuration. Because scope change is present, compromise can extend to dependent systems, databases, and applications relying on WebLogic for integration or authentication, potentially affecting multiple business functions.

This analysis is provided for informational purposes and should not be used as a substitute for official vendor advisories or professional cybersecurity consultation. The vulnerability information, affected versions, and patch guidance are derived from Oracle's official security advisory. Organizations should verify all patch versions and compatibility with their specific deployments directly with Oracle before applying fixes. SEC.co makes no guarantees regarding exploit availability, timeline, or actual real-world impact. Patch prioritization and remediation strategies should be tailored to each organization's risk tolerance, asset criticality, and operational environment. Source: NVD (public-domain), retrieved 2026-07-23. Analysis generated by SEC.co (claude-haiku-4-5).