CISA has added CVE-2026-21962, an actively exploited improper access-control flaw in Oracle HTTP Server and the Oracle WebLogic Server Proxy Plug-in, to its Known Exploited Vulnerabilities catalog. For Windows administrators, the immediate check is narrower than “patch WebLogic”: Oracle’s January advisory identifies the affected IIS-hosted WebLogic Server Proxy Plug-in only at version 12.2.1.4.0, while Apache and Oracle HTTP Server deployments are affected across 12.2.1.4.0, 14.1.1.0.0, and 14.1.2.0.0.

CISA’s August 24 alert establishes the critical new fact: it has evidence of exploitation in the wild. Oracle’s patch has been available since its January 2026 Critical Patch Update, meaning this is now a seven-month-old patching gap becoming an incident-response priority rather than a routine quarterly-update item. The agency did not disclose the exploitation technique, affected organizations, threat actor, campaign, indicators of compromise, or whether attacks are opportunistic scanning or targeted intrusions.

That absence matters. Defenders should treat the KEV entry as confirmation that exploitation occurred, but should not fill in the missing details with unverified claims that the bug is necessarily a general-purpose remote-code-execution flaw. Oracle classifies CVE-2026-21962 as improper access control, and its published impact is unauthorized access to data and unauthorized creation, deletion, or modification of data accessible through the vulnerable components.

Cybersecurity analysts monitor dashboards showing a critical WebLogic vulnerability and active network threats.The affected component is a front-end proxy, not WebLogic Server broadly​

Oracle’s January CPU describes CVE-2026-21962 as a vulnerability in the WebLogic Server Proxy Plug-in for Apache HTTP Server and the Proxy Plug-in for IIS. These components sit between a client and back-end WebLogic services, forwarding HTTP requests into application infrastructure. A compromise at that boundary can expose whatever applications, routes, and data the plug-in is permitted to reach.

Oracle’s risk matrix rates the flaw CVSS 10.0. The vendor says exploitation is possible remotely over HTTP without authentication, requires low attack complexity, requires no privileges or user interaction, and can produce high confidentiality and integrity impact across a changed scope. Availability impact is listed as none. The score should therefore not be read as a claim that every affected server can be taken offline or that every deployment yields operating-system-level control; it reflects the potential for unauthenticated access and data manipulation beyond the immediate proxy component.

The NIST National Vulnerability Database mirrors Oracle’s affected-version data and describes an unauthenticated attacker with HTTP network access being able to compromise the affected Oracle components. Singapore’s Cyber Security Agency separately warned in January that successful exploitation could provide access to data or full access to the vulnerable product and permit sensitive-data modification. Those records corroborate the exposure and impact, but neither supplies public incident details behind CISA’s new exploitation determination.

For Windows shops, this distinction is operationally important. A Windows Server hosting a WebLogic application is not automatically affected merely because WebLogic Server is installed. The exposed item to identify is the WebLogic Server Proxy Plug-in for IIS 12.2.1.4.0, along with any dependent topology that routes Internet traffic through it. Administrators should also account for Linux-based Oracle HTTP Server and Apache proxy plug-in instances; mixed Windows/Linux middleware estates are common, and inventory tools often classify these separately.

CISA’s KEV addition changes the priority, not the patch source​

Oracle released the relevant fix through its January 2026 Critical Patch Update, which contained 337 new security patches across Oracle product families. The patch availability and installation instructions are provided through Oracle’s Fusion Middleware support documentation, rather than a public standalone installer. Organizations without a confirmed patch state should verify both the installed proxy-plug-in version and the CPU level applied to the corresponding Oracle home.

The relevant version boundaries are:

  • Oracle HTTP Server versions 12.2.1.4.0, 14.1.1.0.0, and 14.1.2.0.0 are affected.
  • Oracle WebLogic Server Proxy Plug-in for Apache HTTP Server versions 12.2.1.4.0, 14.1.1.0.0, and 14.1.2.0.0 are affected.
  • Oracle WebLogic Server Proxy Plug-in for IIS is affected at version 12.2.1.4.0 only.

Oracle also makes a qualification that is easy to overlook during inventory reviews: its security patches are issued for releases in Premier Support or Extended Support. The company warns that releases outside support are not tested for the vulnerability and may also be affected. In practice, an old proxy deployment that does not match the three published versions is not a safe exclusion; it is an escalation path to Oracle support and a reason to consider isolation or replacement.

CISA’s catalog entry does not itself supply a new patch, a compensating control, or an exploitation signature. It does, however, answer the prioritization question. A publicly reachable proxy component carrying a known-exploited, unauthenticated HTTP flaw should move ahead of internal-only findings with similar CVSS values.

Do not rely on stale exploit-status fields​

There is a potentially confusing discrepancy in public vulnerability data. The NVD record currently displays a CISA-added SSVC assessment timestamped January 27, 2026 that lists exploitation as “none,” while CISA’s August 24 KEV alert says the agency has evidence of active exploitation.

Those statements are not necessarily contradictory: they describe different points in time. But they demonstrate why teams should not treat an old field in a vulnerability scanner, an SBOM platform, or a cached NVD enrichment as a current assessment of exploitation. CISA’s KEV action is the newer authoritative operational signal.

The NVD record also includes references to a social-media post and a GitHub issue added by CISA’s ADP process in January. Those references do not amount to a CISA-published attack advisory, and CISA’s new alert provides no usable detection artifacts. Security teams should avoid building hunt logic around purported public proof-of-concept details unless they can validate them against their own telemetry or vendor guidance.

Juniper’s Threat Labs released an intrusion-prevention signature for this CVE in April and recommends blocking matching HTTP traffic. That is useful where compatible Juniper IPS controls are already deployed, but it is neither a substitute for Oracle’s patch nor proof that all observed exploitation uses one request pattern. A signature reduces one detection and blocking gap; the vulnerable proxy remains exposed until the supported remediation is installed.

What administrators should do before treating this as closed​

Start by identifying every Internet-facing Oracle HTTP Server, Apache HTTP Server instance loading the WebLogic Proxy Plug-in, and Windows IIS server running the IIS variant. Review reverse-proxy diagrams, load balancer targets, server configuration repositories, CMDB records, and Oracle home directories rather than relying solely on a generic “WebLogic” asset tag.

Next, establish whether the January 2026 CPU remediation was applied to each affected installation and validate the post-update component versions. Because the flaw exists at the request-forwarding tier, a successful test should include normal application routing, authentication handoff, health checks, WebSocket or HTTP/2 behavior where used, and back-end session persistence. Oracle notes that network-blocking workarounds may reduce exposure but can break application functionality and do not correct the underlying defect.

Finally, investigate exposed systems that remained unpatched after January. CISA’s new determination is evidence of exploitation somewhere, not confirmation that a particular organization was breached. Still, teams should preserve and review reverse-proxy, IIS, Oracle HTTP Server, Apache, WebLogic access, authentication, and application logs for anomalous unauthenticated requests, unexpected access to protected application paths, changes to data exposed through proxied services, and unusual back-end activity originating from the proxy tier.

Federal civilian agencies must evaluate the vulnerability under CISA’s June 10 Binding Operational Directive 26-04, which prioritizes publicly exposed KEV flaws based on exploitability and post-compromise impact and can impose much shorter remediation windows for the highest-risk cases. Private-sector organizations are not bound by that directive, but the decision is straightforward: an Internet-exposed Oracle proxy plug-in still awaiting a January patch is now a known-exploited exposure that merits immediate remediation and a retrospective compromise check.