Close Menu
NCIJ Network NCIJ Network
    What's Hot

    Lunex Stealer Abuses AMD Driver to Disable Security Monitoring and Steal Browser Credentials

    September 26, 2026

    How Crypto Stopped Waiting for Congress and Learned to Love the Regulators

    September 26, 2026

    Scientists burned their own scrolls to unlock a 2,000-year-old mystery

    September 26, 2026
    Facebook X (Twitter) Instagram
    Trending
    • Lunex Stealer Abuses AMD Driver to Disable Security Monitoring and Steal Browser Credentials
    • How Crypto Stopped Waiting for Congress and Learned to Love the Regulators
    • Scientists burned their own scrolls to unlock a 2,000-year-old mystery
    • Colombia extradites leader of armed group to US in shift towards Washington | Crime News
    • Andy Burnham pledges £210m to regenerate UK’s high streets
    • This Browser Extension Lets You Snooze Open Tabs Until Later
    • ShinyHunters uses WAF bypass trick in Oracle PeopleSoft attacks
    • Bitcoin ETFs Notch Seven-Day Winning Streak as 2026 Flows Turn Green
    • About
      • Our Team
      • Editorial Policy
      • Editorial Independence
      • International Support
    • Trust & Standards
      • AI Usage Policy
      • Conflict of Interest Policy
      • Corrections Policy
      • Ethics Policy
      • Fact-Checking Policy
      • Source Protection
    • Get Involved
      • Guide for Sources
      • Support Independent Journalism
    • Legal
      • Cookie Policy
      • Privacy Policy
      • Terms of Use
    Facebook X (Twitter) Instagram
    NCIJ Network NCIJ Network
    Saturday, September 26
    • Home
    • World
    • Ai
    • Business
    • Politics
    • Health
    • Crypto
    • Science
    • Technology
    • Cybersecurity
    • Defense & Security
    • Economy
    • Energy
    • Europe
    • More
      • Fact Check
      • Investigations
      • Opinion & Analysis
      • Environment
    NCIJ Network NCIJ Network
    Home»Cybersecurity

    ShinyHunters uses WAF bypass trick in Oracle PeopleSoft attacks

    NCIJ NETWNCIJ NETWORKBy NCIJ NETWNCIJ NETWORKSeptember 26, 2026 Cybersecurity No Comments5 Mins Read
    Share
    Facebook Twitter LinkedIn Pinterest Email

    The ShinyHunters extortion gang is using a URL-encoding trick to bypass web application firewall rules that mitigate the Oracle PeopleSoft CVE-2026-35273 flaw, allowing the threat actors to resume widespread exploitation of a flaw on vulnerable servers.

    Google’s Mandiant and Threat Intelligence Group (GTIG) say this new technique has allowed the threat actor to once again target PeopleSoft servers that had not applied security updates and instead blocked access to the vulnerable PSEMHUB endpoint using a WAF.

    On June 10, BleepingComputer first reported that the ShinyHunters extortion gang was targeting Oracle PeopleSoft servers using a zero-day vulnerability, allowing them to steal data from 100 organizations.

    The next day, Oracle fixed the PeopleSoft zero-day as CVE-2026-35273, stating that it allows unauthenticated remote code execution.

    Google also reported that same day that ShinyHunters, whom they track as UNC6240, was exploiting the CVE-2026-35273 flaw in attacks on the education sector, confirming BleepingComputer’s reporting.

    At the time, Mandiant advised organizations that could not immediately install the security updates or disable the Environment Management Hub to block external access to the vulnerable `/PSEMHUB/*` endpoint.

    However, in a new report, Google says ShinyHunters has now modified its exploit to bypass WAF rules that look for this literal path, rather than encoded versions of it.

    For example, instead of sending requests to:

    
    /PSEMHUB/

    the attackers are requesting:

    
    /%50SEMHUB/

    The ‘%50’ sequence is the percent-encoded version of the letter ‘P’.

    Mandiant says many WAFs and reverse proxies compare the literal request path before decoding it, causing rules designed to block ‘/PSEMHUB/’ to miss the encoded version.

    Oracle WebLogic, on the other hand, decodes the encoded ‘P’ and routes the request to the vulnerable endpoint, bypassing the WAF rule.

    “This allows the threat actor to reach the endpoint on systems whose operators may have believed their WAF rules had mitigated the exposure,” Mandiant explains.

    PSEMHUB WAF bypass
    PSEMHUB WAF bypass
    Source: Mandiant

    Google warns ShinyHunters may not always use the ‘%50’ bypass variation, and could switch to other percent-encoded, mixed-case, or other variations of ‘/PSEMHUB/’ to bypass WAFs.

    Instead of relying on a web application firewall, Mandiant urges organizations to install the latest security update to protect against CVE-2026-35273.

    Organizations are also advised to search WebLogic access logs for requests to ‘/PSEMHUB/’ and encoded variants such as ‘/%50SEMHUB/’ to detect signs of exploitation.

    WAF bypass leads to new data-theft attacks

    Google says the new wave of attacks has deployed web shells on dozens of systems worldwide within higher education, technology, IT services, healthcare, agriculture, transportation, and government organizations.

    “Mandiant recommends that organizations running Oracle PeopleSoft take the following immediate actions. Additional remediation and hardening guidance is included later in this post,” warns Mandiant.

    Before attempting exploitation, the attackers typically send between five and 15 POST requests to `/%50SEMHUB/hub` containing serialized Java objects.

    On vulnerable systems, these requests return information about the host operating system without writing files or disrupting the service, allowing ShinyHunters to determine whether a server can be exploited quietly.

    Once they determine a system is vulnerable, the threat actors exploit the flaw again to execute commands directly in memory or deploy JSP web shells.

    Google says the attackers deploy an ‘x.jsp’ web shell for command execution and ‘u.jsp’ and ‘u2.jsp’ shells for uploading larger files.

    On compromised Windows servers, ShinyHunters used these shells to deploy an executable named ‘Ple64.exe’, which masquerades as a signed Light Alloy media player installer but installs a backdoor tracked by Google as SIDEEYE.

    The SIDEEYE malware is used to steal credentials, for process and file management, to create interactive reverse shells, and for reverse proxy functionality.

    The threat actors also deployed the open-source Neo-reGeorg tunneling toolkit via the ‘tunnel.jsp’ and ‘tunnel.jspx’ files.

    This toolkit allows SOCKS5 proxy traffic to be tunneled over normal HTTP and HTTPS connections, letting the compromised PeopleSoft server be used to spread laterally into the internal network.

    Mandiant also observed ShinyHunters using the legitimate MeshAgent remote management software to maintain access to compromised Linux systems.

    ShinyHunters previously claimed a new PeopleSoft zero-day

    These new attacks come after ShinyHunters claimed that they breached FBI systems using what they described as a new Oracle PeopleSoft zero-day vulnerability.

    ShinyHunters told BleepingComputer on September 22 that the alleged vulnerability allowed remote code execution and was used to access the FBI Jobs platform, then spread laterally into the FBI’s AWS GovCloud infrastructure.

    The group claimed it stole between 2TB and 3TB of data related to current and former FBI employees, job applicants, and other internal systems.

    At the time, BleepingComputer could not independently verify the alleged zero-day, the claimed lateral movement, or the amount of data reportedly stolen.

    The FBI confirmed that it was investigating claims of unauthorized activity affecting FBIjobs.gov but did not confirm that its systems had been breached or that data was stolen.

    It is currently unclear whether the vulnerability ShinyHunters described as a new PeopleSoft zero-day was actually CVE-2026-35273 exploited through the newly documented WAF bypass.

    However, ShinyHunters told BleepingComputer at the time that they were using this allegedly new zero-day in attacks against other organizations, including Fortune 500 companies.

    BleepingComputer has contacted ShinyHunters to confirm whether this bypass is what they previously called a zero-day in the alleged FBI attack.


    article image

    Join Mikko Hyppönen and security leaders from the NFL, CHANEL, and Atlassian for a two-hour digital summit on what AI-speed attacks change, what defenders should stop doing, and how to validate, decide, fix, and re-validate at machine speed.

    Save your seat

    attacks Bypass Oracle PeopleSoft ShinyHunters trick WAF
    NCIJ NETWNCIJ NETWORK
    • Website

    Keep Reading

    Lunex Stealer Abuses AMD Driver to Disable Security Monitoring and Steal Browser Credentials

    Kiteworks Urges Customers to Shut Down Systems for 9 Hours Over Possible Cyber Attack

    Zero Trust for AI Agents Starts With Fixing Zero Visibility

    Attackers Bypass WAFs to Exploit Oracle PeopleSoft Flaw and Deploy Web Shells

    OpenAI Says Its Models Engaged With US Government Websites in New Model Misbehavior Disclosure

    SharePoint RCE and MikroTik RouterOS Flaws Actively Exploited in the Wild

    Add A Comment
    Leave A Reply Cancel Reply

    Editors Picks

    Lunex Stealer Abuses AMD Driver to Disable Security Monitoring and Steal Browser Credentials

    September 26, 2026

    How Crypto Stopped Waiting for Congress and Learned to Love the Regulators

    September 26, 2026

    Scientists burned their own scrolls to unlock a 2,000-year-old mystery

    September 26, 2026

    Colombia extradites leader of armed group to US in shift towards Washington | Crime News

    September 26, 2026
    Latest Posts

    5 Best AI Notetakers (2026), Tested and Reviewed

    August 6, 2026

    All schools to get pupil attendance targets, government says

    August 6, 2026

    Trump vows to find ‘leakers’ after reports of depleted Iran war munitions | US-Israel war on Iran News

    August 6, 2026

    Subscribe to News

    Get the latest sports news from NewsSite about world, sports and politics.

    NCIJ Network is an independent digital news platform delivering trusted investigative journalism, European and global news, in-depth analysis, and fact-based reporting with accuracy, transparency, and integrity.

    Facebook X (Twitter) Instagram Pinterest YouTube

    Lunex Stealer Abuses AMD Driver to Disable Security Monitoring and Steal Browser Credentials

    September 26, 2026

    How Crypto Stopped Waiting for Congress and Learned to Love the Regulators

    September 26, 2026

    Scientists burned their own scrolls to unlock a 2,000-year-old mystery

    September 26, 2026

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    Type above and press Enter to search. Press Esc to cancel.