-
The botnet malware known as RondoDox has been observed targeting unpatched XWiki instances against a critical security flaw that could allow attackers to achieve arbitrary code execution. The vulnerability in question is CVE-2025-24893 (CVSS score: 9.8), an eval injection bug that could allow any guest user to perform arbitrary remote code execution through a request to the “/bin/get/Main/
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
-
A serious security flaw in Cisco Catalyst Center Virtual Appliance has been discovered that allows attackers with low-level access to gain full administrator control over affected systems.
The vulnerability, tracked as CVE-2025-20341, impacts virtual appliances running on VMware ESXi and carries a high severity rating with a CVSS score of 8.8.
This flaw poses a major risk to organizations using these systems for network management and monitoring.
The vulnerability stems from poor input validation within the system. When users submit data through web requests, the software fails to properly check and verify the information.
This oversight creates an opportunity for attackers to send specially designed HTTP requests that trick the system into granting them higher privileges.
The attack can be carried out remotely over the network, making it particularly dangerous for exposed systems.
What makes this vulnerability concerning is that an attacker only needs basic access credentials to exploit it.
Someone with Observer role permissions, which are typically given to users who need to view system information, can use this flaw to elevate their privileges to Administrator level.
Once they gain administrator access, attackers can create new user accounts, modify system settings, and perform other unauthorized actions that compromise the security of the entire network infrastructure.
Cisco security researchers identified this vulnerability during work on a support case with the Technical Assistance Center.
The company has confirmed that no public exploits have been observed yet, which gives organizations a window to patch their systems before widespread attacks begin.
Technical Details and Mitigation
The vulnerability affects Cisco Catalyst Center Virtual Appliance versions 2.3.7.3-VA and later releases.
The security flaw is rooted in insufficient validation mechanisms that process user-supplied input through HTTP requests.
When the system receives these crafted requests, it fails to properly sanitize the data before processing privilege escalation operations.
Cisco has released version 2.3.7.10-VA as the fixed release that addresses this security issue. Organizations running affected versions should upgrade immediately to this patched version.
CVE ID CVSS Score Affected Product Vulnerable Versions Fixed Version Attack Vector CVE-2025-20341 8.8 (High) Cisco Catalyst Center Virtual Appliance (VMware ESXi) 2.3.7.3-VA and later 2.3.7.10-VA Network (Remote) The company has stated that no workarounds are available, making the software update the only effective way to protect against this vulnerability.
Hardware appliances and AWS-based virtual appliances are not affected by this issue.
Follow us on Google News, LinkedIn, and X to Get More Instant Updates, Set CSN as a Preferred Source in Google.
The post Cisco Catalyst Center Vulnerability Let Attackers Escalate Priveleges appeared first on Cyber Security News.
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
-
A proof-of-concept (PoC) exploit tool for CVE-2025-64446 has been publicly released on GitHub. This vulnerability, affecting FortiWeb devices from Fortinet, involves a critical path traversal flaw that has already been observed in real-world attacks, allowing unauthorized access to sensitive CGI endpoints.
Security researchers warn that the tool’s availability could accelerate exploitation attempts against unpatched systems worldwide.
CVE-2025-64446 targets FortiWeb’s web application firewall (WAF) component, enabling attackers to bypass access controls and manipulate user accounts through directory traversal techniques.
Discovered earlier this year, the flaw stems from improper input validation in the CGI handling mechanism, permitting remote code execution in certain configurations.
According to Fortinet’s advisory, affected versions range from 6.3.0 to 7.4.6, with exploitation in the wild reported as early as October 2025 by threat intelligence firms monitoring dark web forums and incident response logs.
The vulnerability’s severity is rated CVSS 9.8, indicating its potential to have a widespread impact on enterprises that rely on FortiWeb for web traffic protection.
The PoC, developed by GitHub user sxyrxyy and shared under the repository “CVE-2025-64446-FortiWeb-CGI-Bypass-PoC,” provides a straightforward Python-based script for testing and exploiting the flaw.
Designed for authorized security testing, the tool requires minimal setup: users simply install dependencies via “pip install -r requirements.txt” before running the exploit script.
For vulnerability verification, the command “python3 exploit.py -t <target_ip> –check” probes the target without causing harm, confirming if the system is susceptible to traversal attacks.
In exploit mode, “python3 exploit.py -t <target_ip> –exploit” leverages the CGI endpoint to create or modify administrative user accounts, defaulting to a username “sxy” and password “sxyrxyadmin1!”.
Advanced options enhance the tool’s flexibility for penetration testers. Custom parameters allow specifying usernames, passwords, profile names (default: prof_admin), VDOM instances (default: root), and login names (default: admin).
For batch operations, the script supports loading multiple targets from a file like targets.txt, enabling scans across IP ranges such as 192.168.1.100 to 192.168.1.102.
Port customization defaults to 443 for HTTPS, but the “–http” flag switches to unencrypted traffic, and the “–testpoint-name” option sets a default user creation name of “Testpoint”.
Experts emphasize the tool’s dual-edged nature: while invaluable for defensive assessments, its public release amplifies threats to outdated FortiWeb deployments in sectors like finance and healthcare.
Fortinet urges immediate patching to version 7.4.7 or later, alongside network segmentation to mitigate lateral movement risks. The repository’s disclaimer stresses use only on owned or permitted systems, aligning with responsible disclosure norms.
Follow us on Google News, LinkedIn, and X for daily cybersecurity updates. Contact us to feature your stories.
The post PoC Exploit Tool Released for FortiWeb WAF Vulnerability Exploited in the Wild appeared first on Cyber Security News.
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
-
A severe remote code execution (RCE) flaw has been uncovered in pgAdmin4, the popular open-source interface for PostgreSQL databases.
Dubbed CVE-2025-12762, the vulnerability affects versions up to 9.9 and could allow attackers to run arbitrary commands on the hosting server, potentially compromising entire database infrastructures.
The issue stems from improper handling of code injection during server-mode restores from PLAIN-format dump files. When pgAdmin processes these files commonly used for backing up and migrating PostgreSQL data it fails to sanitize inputs adequately.
An attacker with low privileges, such as an authenticated user, could craft a malicious dump file to inject commands, exploiting the tool’s execution of system-level operations.
This CWE-94 weakness, rooted in code generation from untrusted sources, requires only network access and no user interaction, making it dangerously straightforward to exploit.
The National Vulnerability Database (NVD) rates the flaw as critical, with a CVSS v3.1 score of 9.3 out of 10. Key metrics highlight its network-based attack vector, low complexity, and changed scope, leading to high confidentiality impacts alongside moderate integrity and availability risks.
The advisory aligns with a GitHub issue (#9320) reported by the pgAdmin team, which traces the root cause to unsafe command construction in the restore process.
pgAdmin developers swiftly addressed the problem in commit 1d39739, released in version 10.0. Users running affected setups in server mode, common in enterprise environments, face immediate threats, especially if handling untrusted dumps from external sources.
The flaw underscores broader concerns in database tools, where restore functions often bypass strict validation.
Organizations should prioritize upgrading to pgAdmin 10.0 or later, disable PLAIN-format restores if possible, and audit access controls. As PostgreSQL powers countless applications, this RCE serves as a wake-up call for rigorous input sanitization in DevOps pipelines.
Follow us on Google News, LinkedIn, and X for daily cybersecurity updates. Contact us to feature your stories.
The post Critical pgAdmin4 Vulnerability Lets Attackers Execute Remote Code on Servers appeared first on Cyber Security News.
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
-
A new threat targeting Chinese users has appeared with a dangerous ability to shut down security tools.
RONINGLOADER, a multi-stage loader spreading a modified version of the gh0st RAT, uses clever tricks to bypass antivirus protection.
The malware arrives through fake software installers that pretend to be legitimate programs like Google Chrome and Microsoft Teams.
Once inside a system, it works through several layers of infection to disable Windows Defender and popular Chinese security products like Qihoo 360 Total Security and Huorong.
This campaign shows how attackers are getting better at breaking through security defenses. The malware brings its own signed driver that looks legitimate to Windows but actually helps it kill security processes.
What makes it dangerous is how many backup plans it has. If one method to disable security fails, it tries several other approaches.
This shows the Dragon Breath APT group behind it has learned from earlier campaigns and improved their methods.
After tracking detection systems, Elastic security analysts identified this campaign using a behavioral rule designed to spot Protected Process Light abuse.
The research team found RONINGLOADER using a technique that was publicly documented just months earlier. The malware takes advantage of a Windows feature meant to protect important system processes but turns it against Defender itself.
Attack Method and Infection Chain
The infection starts with a trojanized NSIS installer that drops multiple components onto the victim system. When someone runs what they think is a normal software installer, they actually activate two separate installers.
.webp)
RONINGLOADER Execution flow (Source – Elastic) One installs the real software to avoid raising suspicion, while the second quietly deploys the attack chain.
The malware creates a directory at C:\Program Files\Snieoatwtregoable\ and drops two files: Snieoatwtregoable.dll and an encrypted file called tp.png.
The DLL file decrypts tp.png using a simple but effective algorithm that combines XOR encryption with a rotate operation:-
*encrypted_file_content = _ROR1_(*encrypted_file_content ^ xor_key[indx), 4);After decryption, the malware loads fresh system libraries to remove any security hooks that might catch its behavior. It then elevates its privileges using the runas command and scans for running security software.
The malware looks explicitly for Microsoft Defender, Kingsoft Internet Security, Tencent PC Manager, and Qihoo 360 Total Security by checking their process names.
To kill these processes, RONINGLOADER uses a signed driver called ollama.sys that was digitally signed by Kunming Wuqi E-commerce Co., Ltd.
The driver registers a single function that accepts a process ID and terminates it using kernel-level APIs that normal security tools cannot block.
The malware writes this driver to disk, creates a temporary service to load it, sends the termination command, and immediately deletes the service.
For Qihoo 360, the malware takes extra steps by blocking all network connections through firewall rules before injecting code into the Volume Shadow Copy service process.
This injection uses Windows thread pools with file write triggers, a technique that helps it avoid detection.
Follow us on Google News, LinkedIn, and X to Get More Instant Updates, Set CSN as a Preferred Source in Google.
The post RONINGLOADER Weaponizes Signed Drivers to Disable Defender and Evade EDR Tools appeared first on Cyber Security News.
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
-
Attackers are using fake invoice emails to spread XWorm, a remote-access trojan that quietly steals login credentials, passwords, and sensitive files from infected computers.
When a user opens the attached Visual Basic Script file, the malware begins working silently in the background without any visible warnings or alerts.
This makes it extremely dangerous because victims never know their system is compromised until it’s too late.
Once active, XWorm gives attackers complete control over the infected machine, allowing them to record keystrokes, spy on users, steal personal data, and even install additional threats like ransomware.
The attack begins with a simple email that appears to be a routine payment notification. These emails typically include a polite message from someone claiming to be an account officer, asking recipients to review processed invoices.
The message looks harmless enough, but the attachment contains a .vbs file that immediately executes malicious code when opened.
What makes this tactic clever is that the attackers rely on outdated technology that most people no longer expect to see in business communications.
Malwarebytes security analysts identified the malicious attachment as Backdoor.XWorm during their investigation.
XWorm operates as malware-as-a-service, meaning cybercriminals can rent or purchase access to the infrastructure that maintains backdoor connections and collects stolen data.
.webp)
A piece of the code inside the vbs file with the last line commented out (Source – Malwarebytes) This business model has made it easier for less technically skilled attackers to launch sophisticated campaigns, increasing the overall threat landscape for both individuals and organizations.
The Visual Basic Script attachment stands out because modern businesses rarely use this file type anymore. Most email security systems block .vbs files automatically since they can run code directly on a computer without any additional steps.
However, when these attachments manage to slip through email filters, they can cause serious damage.
The script immediately drops a batch file named IrisBud.bat into the Windows temporary folder and uses Windows Management Instrumentation to execute it invisibly.
Infection Mechanism and Execution Flow
The infection chain starts simple but quickly becomes complex through multiple stages of obfuscation.
The initial .vbs file contains 429 lines of heavily disguised code that writes another file to the system. This batch file then copies itself to the user profile directory under the name aoc.bat, ensuring persistence even if the temporary files get cleaned up.
The batch file includes a clever technique to hide its execution by checking if a specific variable exists. If not, it restarts itself in a minimized window that runs completely invisible to the user while the original process exits immediately.
Inside the batch file, attackers use padding techniques with repeated variables that serve no purpose except to confuse analysis tools and security researchers.
These dummy variables make the code appear longer and more complicated than it actually is. After removing this padding, the real commands become visible, including instructions to copy files, read encoded data, and launch PowerShell scripts.
The batch file contains two hidden payload sections that look like ordinary comments starting with double colons, but these actually hold encrypted malware data.
The PowerShell script performs the final stage of the attack by reading the hidden payloads from aoc.bat, decrypting them using AES encryption with a hardcoded key, and decompressing the data with GZip.
This produces two executable files that load directly into memory without ever being saved to disk, a technique called fileless execution that helps avoid detection by traditional antivirus software.
The sandbox analysis revealed a mutex identifier
5wyy00gGpG6LF3m6that security researchers recognize as belonging to the XWorm malware family, confirming the threat and allowing for proper classification and response.Follow us on Google News, LinkedIn, and X to Get More Instant Updates, Set CSN as a Preferred Source in Google.
The post Hackers are Weaponizing Invoices to Deliver XWorm That Steals Login Credentials appeared first on Cyber Security News.
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
-
Chinese government-backed hackers used Anthropic’s Claude Code tool to carry out advanced spying on about thirty targets worldwide, successfully breaking into several major organizations.
The first documented large-scale cyberattack executed primarily by leveraging artificial intelligence with minimal human intervention.
The operation, detected in mid-September 2025 by Anthropic security team, targeted leading tech companies, financial institutions, chemical manufacturing firms, and government agencies.
First AI-Orchestrated Cyberattack
What made this attack different from earlier ones was its heavy use of advanced AI agents. These systems can work on their own and only need humans once in a while.
The attackers got Claude Code to carry out complex break-in tasks by using advanced jailbreaking techniques.
They tricked the AI by splitting the attack into harmless-looking tasks and pretending they were working for a real cybersecurity company defending against real threats.
The operation proceeded through distinct phases. First, human operators selected targets and developed attack frameworks.
The lifecycle of the cyberattack Claude Code then conducted reconnaissance, identifying high-value databases and security vulnerabilities within the target infrastructure.
The AI wrote its own exploit code, harvested credentials, extracted sensitive data, and created backdoors, all while generating comprehensive documentation for future operations.
Remarkably, Claude performed 80-90 percent of the campaign with human intervention required only at approximately 4-6 critical decision points per attack.
At peak activity, the AI executed thousands of requests per second, an impossible pace for human hackers. This level of efficiency marked a major change in cyber attack abilities.
This incident shows that new AI agent abilities have made it much easier for people to carry out advanced cyberattacks.
Less experienced, less resourced threat actor groups can now execute enterprise-scale operations that previously required extensive human expertise and effort.
Anthropic’s discovery highlights a serious problem: the same AI capabilities that enable these attacks are essential to cybersecurity defense.
Anthropic security teams are advised to experiment with AI-assisted defense in Security Operations Center automation, threat detection, vulnerability assessment, and incident response.
Industry experts say that AI platforms need stronger protections to stop bad actors from misusing them.
Enhanced detection methods, improved threat intelligence sharing, and stronger safety controls remain essential as threat actors increasingly adopt these powerful technologies.
The incident marks a turning point in the cybersecurity landscape, signaling that organizations must rapidly adapt their defensive strategies to counter AI-orchestrated threats.
Follow us on Google News, LinkedIn, and X for daily cybersecurity updates. Contact us to feature your stories.
The post First Large-scale Cyberattack Using AI Tools With Minimal Human Input appeared first on Cyber Security News.
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
-
The U.S. Department of Justice (DoJ) on Friday announced that five individuals have pleaded guilty to assisting North Korea’s illicit revenue generation schemes by enabling information technology (IT) worker fraud in violation of international sanctions. The five individuals are listed below – Audricus Phagnasay, 24 Jason Salazar, 30 Alexander Paul Travis, 34 Oleksandr Didenko, 28, and Erick
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
-
A new malware family targeting macOS systems has emerged with advanced detection evasion techniques and multi-stage attack chains.
Named DigitStealer, this information stealer uses multiple payloads to steal sensitive data while leaving minimal traces on infected machines.
The malware disguises itself as legitimate software and uses clever methods to bypass Apple’s security protections.
DigitStealer spreads through fake versions of popular macOS applications. The malware was discovered in an unsigned disk image file called DynamicLake.dmg, pretending to be a legitimate utility.
Users are tricked into running a file labeled “Drag Into Terminal.msi” which starts the infection process.
At the time of discovery, no antivirus engines on VirusTotal detected this threat, making it extremely dangerous.
What makes this malware stand out is its use of advanced hardware checks to avoid running on virtual machines or older Mac computers.
Jamf security researchers identified that DigitStealer specifically targets newer Apple Silicon systems, particularly M2 chips and above, while avoiding Intel-based Macs and even M1 devices.
The malware performs extensive system checks before executing its main payload.
The infection starts with a simple bash command that downloads an encoded script from a remote server. Once decoded, this script performs multiple verification steps to ensure it runs only on physical Mac computers with specific hardware features.
.webp)
Malware workflow (Source -Jamf) The malware checks the system locale and exits if it detects certain countries, potentially to avoid prosecution.
Detection Evasion Through Advanced Hardware Checks
DigitStealer uses sophisticated techniques to detect virtual machines and analysis environments. The malware queries hardware information using system commands and searches for keywords like “Virtual” or “VM” in the output.
If detected, the malware immediately stops execution. The most interesting aspect involves checking for specific Apple Silicon features using the following commands:-
sysctl -n hw.optional.arm.FEAT_BTI sysctl -n hw.optional.arm.FEAT_SSBS sysctl -n hw.optional.arm.FEAT_ECVThese commands verify whether advanced ARM processor features exist on the target system. Only M2 or newer chips have these capabilities, effectively limiting infections to the latest Mac computers.
This approach helps the malware avoid detection by security researchers who often use virtual machines or older hardware for analysis.
After passing all verification checks, DigitStealer downloads four separate payloads from remote servers.
Each payload has a specific purpose, from stealing browser credentials and cryptocurrency wallets to modifying legitimate applications like Ledger Live.
The malware uses legitimate Cloudflare services to host payloads, making detection and blocking more difficult.
Follow us on Google News, LinkedIn, and X to Get More Instant Updates, Set CSN as a Preferred Source in Google.
The post Highly Sophisticated macOS DigitStealer Employs Multi-Stage Attacks to Evade detection appeared first on Cyber Security News.
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
-
Fortinet has released urgent security updates to address a critical vulnerability in its FortiWeb Web Application Firewall (WAF) that is being actively exploited in the wild. Tracked as CVE-2025-64446, the flaw allows unauthenticated attackers to execute administrative commands and gain complete control of affected systems. The vulnerability has been assigned a critical severity rating with […]
The post Critical FortiWeb WAF Flaw Actively Exploited to Establish Admin Access and Seize Total Control appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶
¶¶¶¶¶


