WAF Bypass Enables Widespread PeopleSoft Exploitation
The ShinyHunters extortion gang has resurfaced, deploying a sophisticated tactic to bypass Web Application Firewall (WAF) protections and exploit the Oracle PeopleSoft CVE-2026-35273 vulnerability. This flaw, which allows for remote code execution, was previously mitigated by WAFs designed to detect and block malicious payloads. However, ShinyHunters' use of URL encoding circumvents these security layers, enabling them to resume widespread attacks against vulnerable Oracle PeopleSoft servers. The group is known for exfiltrating sensitive data and then extorting organizations for its return.The Technical Details of the Exploit
The core of the ShinyHunters attack lies in its exploitation of CVE-2026-352573, a critical vulnerability within Oracle's PeopleSoft applications. This flaw, when successfully triggered, allows an unauthenticated remote attacker to execute arbitrary code on the affected server. The implications are severe, potentially leading to full system compromise, data theft, and ransomware deployment. Initially, security measures, including WAFs, were effective in blocking known exploit attempts targeting this CVE. However, ShinyHunters has adapted by leveraging a common but effective technique: URL encoding. When a WAF inspects incoming HTTP requests, it looks for specific patterns associated with known exploits. By encoding parts of the malicious payload using standard URL encoding schemes (e.g., replacing spaces with %20, special characters with their hex equivalents), the attackers disguise the exploit code. The WAF may not recognize the encoded string as malicious. Once the request reaches the PeopleSoft application server, the server decodes the URL, revealing the original exploit payload, which then successfully triggers the vulnerability. This method is akin to a spy using a coded message that a customs officer can't read, but the intended recipient can easily decipher. The attackers are essentially using the application server itself as the decoder, rendering the WAF's protective barrier ineffective against this specific evasion technique. The attackers are reportedly focusing on PeopleSoft Financials and Campus Solutions, two widely used modules.
