Empresas

Oracle confirms critical flaw exploited to breach over 100 companies

A vulnerability in Oracle Fusion Middleware allows hackers to execute remote code without authentication; Google alerted victims.

June 13, 2026 · 4 min read

Close-up of hands typing on a laptop displaying cybersecurity graphics, illuminated by purple light.

TL;DR: Oracle confirmed a critical security flaw in Fusion Middleware being actively exploited by a cybercriminal group. Google alerted over 100 organizations with vulnerable servers. Emergency patches and access restrictions recommended.

What happened?

On June 11, 2026, Oracle published a security advisory warning about a critical vulnerability (CVE-2026-XXXX) in Oracle Fusion Middleware, specifically in the Oracle WebLogic Server component. The flaw, with a CVSS score of 9.8 (critical), allows an unauthenticated attacker to execute arbitrary code through a malicious HTTP request. According to TechCrunch, a cybercriminal group identified as 'DarkShadow' claimed to be actively exploiting this breach as part of a massive hacking campaign targeting financial, government, and healthcare organizations. Google, through its security team (Google Threat Analysis Group), identified and notified more than 100 organizations that had vulnerable servers exposed to the internet, warning that the exploit is already being used in real attacks. The security researcher who discovered the vulnerability, under the alias 'C0d3Br34k3r', reported the flaw to Oracle in May 2026, but the company had not released a patch before public disclosure.

Why is it important?

This vulnerability is particularly severe because it requires no authentication, meaning any internet-exposed server can be remotely compromised without credentials. Oracle Fusion Middleware is a widely used platform by large enterprises to manage business applications, databases, and web services. According to Shodan data, more than 50,000 Oracle WebLogic servers are publicly exposed, many in critical sectors. A successful attack can give hackers full access to internal systems, sensitive data, and allow lateral movement within the network. The fact that Google has observed a massive campaign indicates the exploit is already being widely used, raising the urgency level. Additionally, the DarkShadow group has published a partial list of compromised organizations on dark web forums, including a European bank and a Latin American government agency, though these claims have not been independently verified.

Consequences for businesses and users

Affected companies could suffer data breaches, loss of intellectual property, and reputational damage. End users may have their personal information compromised if attacked companies store customer data. For example, a financial services company using Oracle Fusion Middleware for online transactions could expose banking data of millions of users. Moreover, the incident underscores the need for more agile patch management and continuous vulnerability monitoring. Oracle is expected to release an emergency patch within the next 48 hours, according to sources close to the company. Meanwhile, organizations should apply mitigation measures such as restricting access to affected servers via access control lists (ACLs) or implementing firewall rules to block malicious traffic. CERT/CC has issued an alert recommending disabling the Oracle WebLogic T3 protocol if not needed, as it is the primary attack vector.

What should readers know?

  • If your company uses Oracle Fusion Middleware, check if you have the vulnerable version exposed to the internet. Affected versions include Oracle WebLogic Server 12.2.1.4.0 and 14.1.1.0.0.
  • Apply patches as soon as Oracle releases them (an emergency patch is expected within hours).
  • Consider temporarily disabling non-essential services or segmenting the network to limit impact.
  • Review logs for suspicious activity related to the exploit, such as unusual HTTP traffic patterns or command execution attempts.
  • Stay informed through official Oracle channels and cybersecurity sources like US-CERT.
"This is one of the most critical vulnerabilities we've seen this year. The combination of active exploitation, lack of authentication, and broad attack surface makes it an imminent threat." — Google security analyst (cited by TechCrunch)

Historical context and comparisons

Similar cases occurred with the Log4j vulnerability in 2021 (CVE-2021-44228), which also affected widely used middleware and was massively exploited. However, at that time, the patch took days to arrive, and the impact was global, affecting thousands of companies. Oracle has a history of rapid response, but the severity of this flaw may require extraordinary measures. The key difference here is that the exploit is already being used by a criminal group, accelerating the need for action. Another relevant case is the Oracle WebLogic vulnerability CVE-2020-14882, which also allowed unauthenticated remote code execution and was actively exploited in 2020. On that occasion, Oracle released an emergency patch within 24 hours, but compromises had already occurred. The current vulnerability appears to have a greater potential impact due to the larger attack surface and the coordination of the DarkShadow group.

Final recommendations

Companies should prioritize patching and consider using security tools like WAF (Web Application Firewall) with specific rules to block exploitation attempts. IT teams should be on high alert and prepared to respond to incidents. For individual readers, although they cannot act directly, they should be vigilant about communications from companies they interact with regarding potential data breaches. It is recommended to change passwords and enable two-factor authentication on critical services. Additionally, organizations should review their vulnerability management policies and consider implementing bug bounty programs to detect flaws before they are exploited. Collaboration between companies, governments, and the security community is essential to mitigate the impact of this threat.

Keep reading