The bypass technique exploits a discrepancy in how URL paths are interpreted by many WAFs and reverse proxies versus Oracle WebLogic. Instead of sending requests to /PSEMHUB/, the attackers substitute a percent-encoded version — /%50SEMHUB/ — where %50 represents the letter 'P'. Many WAFs compare the literal request path before decoding it, missing the encoded variant, while Oracle WebLogic decodes the path and routes requests to the vulnerable endpoint.
Mandiant warns that ShinyHunters may use other encoding variations, such as mixed-case or additional percent-encoding, to evade detection. The group, tracked by Google as UNC6240, has deployed web shells on dozens of systems worldwide, primarily in the higher education sector.
In June, BleepingComputer reported that ShinyHunters was targeting Oracle PeopleSoft servers using a zero-day vulnerability, eventually patched as CVE-2026-35273, which allows unauthenticated remote code execution. At the time, Mandiant advised organizations that could not immediately apply the patch to block external access to the /PSEMHUB/* endpoint — a mitigation now undermined by the new bypass.
Mandiant urges organizations to install the latest security update rather than rely solely on WAF rules. They also recommend reviewing WebLogic access logs for requests to /PSEMHUB/ and encoded variants to detect signs of exploitation.