Hackers are misusing React2Shell flaw in Next.js apps to carry out an automatic scheme to steal credentials. This has already affected at least 766 servers in less than 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.
By infosecbulletin
/ Monday , August 24 2026
A group of hackers named “Madarax” claims they have stolen and are offering to sell the personal information of about...
Read More
By infosecbulletin
/ Monday , August 24 2026
A new hacking technique has been demonstrated to steal data from Elon Musk's Grok AI. It uses a simple trick...
Read More
By infosecbulletin
/ Sunday , August 23 2026
More than 9,300 AWS access keys that were made public from August 2022 to August 2026 are still active, says...
Read More
By infosecbulletin
/ Sunday , August 23 2026
US Bank is looking into LockBit's claims about a breach and stolen data. The ransomware group says they will share...
Read More
By infosecbulletin
/ Friday , August 21 2026
Central Asian government agencies have been attacked in a cyber spy operation that used a small but different range of...
Read More
By infosecbulletin
/ Friday , August 21 2026
T-Mobile’s cybersecurity team reportedly physically cut a network cable connecting compromised infrastructure to the outside world. According to Bloomberg, the move...
Read More
By infosecbulletin
/ Friday , August 21 2026
Splunk has issued security fixes for 17 weaknesses in different apps and add-ons, such as Splunk MCP Server, Splunk AI...
Read More
By infosecbulletin
/ Friday , August 21 2026
Security experts have shown that expired credit cards can still be used. A study from the University of Massachusetts Amherst,...
Read More
By infosecbulletin
/ Thursday , August 20 2026
CERT Polska has alerted that bad actors are actively exploiting a security flaw in Zimbra Collaboration Suite to execute code...
Read More
By infosecbulletin
/ Thursday , August 20 2026
Operation CameraSwarm compromised 14,500+ Dahua IP cameras mostly in Ukraine and Russia. The operation lasted for at least 35 days...
Read More
Cisco Talos calls UAT‑10608 a big, automatic campaign that steals login info. It focuses on public Next.js apps that have a weakness called CVE‑2025‑55182, also known as React2Shell.
By linking this pre-authentication remote code execution (RCE) weakness with automated tools used after a breach, the attackers steal passwords, SSH keys, cloud tokens, and secret information without needing more manual work after the first break-in.
Telemetry from an open NEXUS Listener shows at least 766 affected hosts in different areas and cloud services, with the tools set up for wide usage instead of focusing on certain industries.
React2Shell exploitation
React2Shell (CVE‑2025‑55182) is a security flaw with a score of 10.0. It allows attackers to run their code without proper access in React Server Components (RSC). This issue also affects other frameworks that use RSC, like Next.js.
The flaw comes from unsafe deserialization of data from an attacker sent to Server Function points. This lets the attacker run any code they want on the server side in the Node.js process before checking who they are or doing any proper validation.
In this campaign, UAT‑10608 finds a vulnarable internet app. It then sends a special message to a Server Function to cause the deserialization issue.
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.