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 , September 14 2026
Casbaneiro is going after online banking users by sending fake messages that seem like urgent bills or legal papers. The...
Read More
By infosecbulletin
/ Saturday , September 12 2026
German law enforcement agencies are using features built into apps such as WhatsApp to monitor people’s messages without breaking their...
Read More
By infosecbulletin
/ Friday , September 11 2026
GitLab has released an important security update to fix two serious problems. These issues could allow unauthorized file access and...
Read More
By infosecbulletin
/ Thursday , September 10 2026
Palo Alto Networks has revealed a serious flaw in PAN-OS. It may let a remote attacker without a password run...
Read More
By infosecbulletin
/ Thursday , September 10 2026
Check Point Software has revealed and fixed two major VPN flaws, CVE-2026-85102 and CVE-2026-85103. Both have a top CVSS score...
Read More
By infosecbulletin
/ Thursday , September 10 2026
Cisco has said that a serious security flaw CVE-2026-20079 in its Secure Firewall Management Center (FMC) software is being used...
Read More
By infosecbulletin
/ Thursday , September 10 2026
A Russian-speaking hacker has used artificial intelligence like never before. They sent out hundreds of AI agents to find and...
Read More
By infosecbulletin
/ Thursday , September 10 2026
Six Chinese AI companies ran large-scale attacks on American AI models since late 2024, according to U.S. cybersecurity and intelligence...
Read More
By infosecbulletin
/ Wednesday , September 9 2026
An unknown security expert called Nightmare Eclipse has drops a new Microsoft Defender flaw called "ShieldCrash" right after Microsoft released...
Read More
By infosecbulletin
/ Wednesday , September 9 2026
cPanel has shared CVE-2026-67401, a serious SQL injection flaw in EmailTrack. This flaw could allow attackers with permission to take...
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.