Tuesday, September 8, 2026

Hackers Exploit Next.js React2Shell Vulnerability, Breach 766 Hosts in 24 Hours

Hackers are abusing a critical React2Shell vulnerability in Next.js applications to run an automated credential‑theft operation that has already compromised at least 766 servers in under 24 hours.

The threat activity is tracked as “UAT‑10608”. It relies on a custom framework dubbed NEXUS Listener to systematically harvest and organize stolen secrets at scale.

Cisco Talos describes UAT‑10608 as a large‑scale, automated credential harvesting campaign targeting public‑facing Next.js applications vulnerable to CVE‑2025‑55182, commonly known as React2Shell.

By chaining this pre‑authentication remote code execution (RCE) vulnerability with scripted post‑exploitation tooling, the actors exfiltrate credentials, SSH keys, cloud tokens, and environment secrets with no further manual interaction after initial compromise.

Telemetry from an exposed NEXUS Listener instance shows at least 766 hosts compromised across multiple regions and cloud providers, with the tooling tuned for breadth rather than specific industries.

The targeting pattern is consistent with mass internet scanning using services like Shodan or Censys, as well as custom scanners, to discover and probe publicly reachable Next.js deployments.

React2Shell exploitation

React2Shell (CVE‑2025‑55182) is a CVSS 10.0 pre‑auth RCE in React Server Components (RSC) that also affects frameworks built on top of RSC, including Next.js.

The vulnerability arises from insecure deserialization of attacker‑controlled data sent to Server Function endpoints, allowing arbitrary code execution in the server‑side Node.js process before authentication or proper validation takes place.

In this campaign, UAT‑10608 first identifies a vulnerable internet‑facing application, then sends a crafted serialized payload directly to a Server Function endpoint to trigger the deserialization bug.

Successful exploitation results in the execution of a lightweight dropper, which in turn retrieves and launches a multi‑phase shell script without any need for valid credentials.

Post‑compromise, the attackers rely on nohup‑executed shell scripts placed in /tmp with randomized filenames, such as /bin/sh -c nohup sh /tmp/.eba9ee1e4.sh >/dev/null 2>&1, to persist and run the harvesting logic in the background.

The script moves through multiple phases, each focused on a particular data source: environment variables, JavaScript runtime configuration, SSH keys, token patterns, shell history, cloud metadata, Kubernetes service accounts, Docker environments, and running process arguments.

Automated harvesting script (Source : Cisco Talos). 
Automated harvesting script (Source : Cisco Talos). 

Execution state is tracked via a meta.json file, and after each phase completes, the tool phones home to the C2 over HTTP (typically port 8080), passing the victim hostname, current phase label, and a unique ID as URL parameters.

This design makes it easy for operators to monitor progress and correlate individual datasets back to specific hosts in the NEXUS Listener GUI.

NEXUS Listener and stolen data

Once uploaded, all collected files are stored in a backend database and surfaced through a password‑protected web interface called NEXUS Listener.

NEXUS Listener Login Prompt (Source : Cisco Talos).
NEXUS Listener Login Prompt (Source : Cisco Talos).

Data from that instance shows 10,120 files exfiltrated from 766 hosts, with roughly 91.5% of systems exposing database credentials and 78.2% leaking complete SSH private keys.

In at least one observed deployment, the interface was left exposed, allowing researchers to inspect both the application internals and live statistics on compromised hosts, harvested credential types, and application uptime.

NEXUS Listener victims list (Source : Cisco Talos).
NEXUS Listener victims list (Source : Cisco Talos).

Around 25.6% of hosts contained AWS credentials, 32% exposed shell command history, 11.4% had live Stripe API keys, and 8.6% leaked GitHub access tokens.

The interface, labeled as version “v3,” provides searchable access per host, broken down by the same phases used in the harvesting script.

The breadth of exposed data gives attackers everything from direct database access and cloud control‑plane operations to payment abuse, source‑code theft, and potential software supply‑chain attacks.

SSH key exposure, in particular, creates durable lateral‑movement paths that may outlive any immediate credential rotation if keys are reused across environments.

Aggregated at campaign scale, the dataset doubles as an intelligence map of victims’ infrastructure, simplifying follow‑on intrusions, social engineering, or resale of access to other threat actors.

Defenders should immediately patch React2Shell across all React Server Components and Next.js deployments and verify that no vulnerable versions remain exposed to the internet.

Cisco Talos and other vendors further urge teams to audit getServerSideProps and getStaticProps usage, enforce strict NEXT_PUBLIC_ environment‑variable discipline, rotate any potentially exposed secrets, harden cloud metadata access.

Follow us on Google News, LinkedIn, and X to Get Instant Updates and Set GBH as a Preferred Source in Google.

Mayura Kathir
Mayura Kathirhttps://gbhackers.com/
Mayura Kathir is a cybersecurity reporter at GBHackers News, covering daily incidents including data breaches, malware attacks, cybercrime, vulnerabilities, zero-day exploits, and more.

Hot this week

How To Access Dark Web Anonymously and know its Secretive and Mysterious Activities

What is Deep Web The deep web, invisible web, or...

How to Build and Run a Security Operations Center (SOC Guide) – 2023

Today’s Cyber security operations center (CSOC) should have everything...

Russian Hackers Bypass EDR to Deliver a Weaponized TeamViewer Component

TeamViewer's popularity and remote access capabilities make it an...

Web Server Penetration Testing Checklist – 2026

Web server pentesting is performed under three significant categories: identity,...

ATM Penetration Testing – Advanced Testing Methods to Find The Vulnerabilities

ATM Penetration testing, Hackers have found different approaches to...

Hackers Steal Microsoft 365 Sessions to Hijack Accounts Even After MFA

Cybercriminals are using a rebranded Evilginx2 phishing-as-a-service platform dubbed...

Known npm Worm Returns After 111 Days and Security Scanning Still Let It Through

A known Shai-Hulud npm worm payload has resurfaced after...

Switzerland Builds Open-Source Workplace Platform to Operate Alongside Microsoft 365

Switzerland’s Federal Chancellery is advancing a sovereign digital workplace...

Mathspace Data Breach Exposes Personal Data of Over 1 Million Students, Parents and Staff

Mathspace, an online mathematics learning platform used by schools...

New InjectEave Attack Lets Hackers Eavesdrop on Headphone Audio From 30 Meters Away

Security researchers have unveiled InjectEave, an electromagnetic side-channel attack...

PoisonedRefresh Malware Backdoors F5 BIG-IP Servers With Memory-Only PHP Web Shells

A sophisticated Linux implant linked to compromised F5 BIG-IP...

Natural Resources Wales Data Breach Exposes Sensitive Employee Diversity Data

Natural Resources Wales (NRW) has reported a personal data...

Related Articles

Recent News