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
/ Tuesday , June 23 2026
LastPass has reported a security issue with its vendor, Klue. This incident allowed an attacker unauthorized access to customer data....
Read More
By infosecbulletin
/ Tuesday , June 23 2026
Researchers at cybersecurity firm Paradigm Shift found a new flaw called usbliter8. This flaw can get around main boot protections...
Read More
By infosecbulletin
/ Tuesday , June 23 2026
A cyber attack seems to have affected one of India's top electronics companies. Tata Electronics has said there was a...
Read More
By infosecbulletin
/ Monday , June 22 2026
The recent finding shows how powerful Mythos is: the AI can access the US government's secret networks in just a...
Read More
By infosecbulletin
/ Monday , June 22 2026
Test before going live is important for AI developers. But there's a problem: testing usually uses fake scenarios that often...
Read More
By infosecbulletin
/ Sunday , June 21 2026
AryStinger has taken control of over 4,000 old D-Link routers to use them as proxies for harmful traffic. The team...
Read More
By infosecbulletin
/ Sunday , June 21 2026
Brazil's government suspects a hacking attack triggered an unauthorized alert sent to cell phones across parts of the country early...
Read More
By infosecbulletin
/ Sunday , June 21 2026
A new open-source cybersecurity tool named CyberSentinel AI v3.0 has come out. It is an important step in self-operated security...
Read More
By infosecbulletin
/ Saturday , June 20 2026
Barracuda gathered industry people in Dhaka on 18 June 2026 for a roundtable talk about cyber resilience. The company shared...
Read More
By infosecbulletin
/ Saturday , June 20 2026
The U.S. Cybersecurity and Infrastructure Security Agency (CISA) asked Fortinet users with FortiGate devices on Thursday to act to protect...
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.