AI code assistants integrated into IDEs, like GitHub Copilot, offer powerful chat, auto-completion, and test-generation features. However, threat actors and careless users can exploit these capabilities to inject backdoors, leak sensitive data, and produce harmful code. Indirect prompt injection attacks exploit context-attachment features by contaminating public data sources with hidden instructions. When unsuspecting developers feed […]
A security vulnerability has been discovered in LG WebOS TV systems that allows attackers to gain complete control over affected devices by bypassing authentication mechanisms. The vulnerability, disclosed during the TyphoonPWN 2025 LG Category competition where it won first place, affects LG WebOS 43UT8050 and potentially other versions of the smart TV platform. Vulnerability Mechanics […]
Sekoia.io’s Threat Detection and Response (TDR) team has uncovered a sophisticated campaign by APT28 that weaponizes Signal Messenger to deploy two previously undocumented malware families—BeardShell and the Covenant framework. In early 2025, a trusted partner supplied samples that did not match any known infection chain, prompting a joint investigation. On 21 June 2025, CERT-UA published […]
A new supply chain attack has compromised multiple npm packages maintained by the crowdstrike-publisher account, marking a worrying continuation of the so-called “Shai-Halud attack.” Developers and organizations using these packages should take immediate action to safeguard credentials and prevent unauthorized code execution. The Shai-Halud attack first drew attention when it infiltrated tinycolor and over 40 […]
A major data breach at American First Finance, LLC has exposed sensitive information for nearly 700,000 customers. The breach, which occurred on May 31, 2024, was discovered over a year later on June 18, 2025. An ex-employee of the financial services firm is responsible for the unauthorized access, raising serious questions about insider threats and […]
A critical vulnerability has been discovered in LG’s WebOS for smart TVs, allowing an attacker on the same local network to bypass authentication mechanisms and achieve full control over the device.
The flaw, which affects models like the LG WebOS 43UT8050, enables unauthenticated attackers to gain root access, install malicious applications, and completely compromise the television. The vulnerability was disclosed during the TyphoonPWN 2025 hacking competition, where it secured first place.
The attack chain begins with a flaw in the browser-service running on the TV. This service activates on port 18888 when a USB storage device is connected. It exposes an API endpoint, /getFile, intended to allow peer devices to download files from specific directories.
path traversal
According to SSD-Disclosure, the vulnerability is due to a lack of proper input validation on the path parameter, the service is vulnerable to path traversal. This allows an attacker to request and download any file from the TV’s filesystem without needing to authenticate.
By exploiting this path traversal flaw, an attacker can access sensitive system files. The primary target is the database file located at /var/db/main/, which contains authentication keys for clients that have previously paired with the TV’s secondscreen.gateway service.
Armed with these keys, the attacker can impersonate a legitimate client and connect to the secondscreen service, bypassing all authentication checks. This grants them high-privilege access to the TV’s core functions.
From Vulnerability to Device Takeover
Once authenticated to the secondscreen service, the attacker has the privileges needed to enable developer mode on the device. From there, they can use developer tools to install any application, including malware designed to spy on the user, steal data, or use the TV as a bot in a larger network of compromised devices.
The proof-of-concept demonstrates how an attacker can leverage this access to execute arbitrary commands, effectively gaining root control and taking over the television.
The entire process can be automated with a simple script, allowing for rapid exploitation once initial access to the local network is gained.
In response to the disclosure, LG has released the security advisory SMR-SEP-2025 and urges users to ensure their devices are updated with the latest firmware to mitigate the threat.
Free live webinar on new malware tactics from our analysts! Learn advanced detection techniques -> Register for Free
Cybersecurity researchers have warned of a new campaign that’s leveraging a variant of the FileFix social engineering tactic to deliver the StealC information stealer malware.
“The observed campaign uses a highly convincing, multilingual phishing site (e.g., fake Facebook Security page), with anti-analysis techniques and advanced obfuscation to evade detection,” Acronis security researcher Eliad
Late in the summer of 2025, cybersecurity researchers uncovered a sophisticated spearphishing campaign targeting Ukrainian military personnel via the Signal messaging platform.
The operation, dubbed “Phantom Net Voxel,” begins with a malicious Office document sent through private Signal chats, masquerading as urgent administrative forms or compensation requests.
Preview of Signal conversation (Source – Sekoia)
Upon opening, the document’s embedded macros drop a stealthy DLL and a PNG file onto the victim’s machine, initiating a multi-stage infection chain that ultimately installs both Covenant’s HTTP Grunt Stager and the custom C++ backdoor BeardShell.
Sekoia analysts identified the lure documents’ unassuming appearance, formatted in authentic Ukrainian military nomenclature, as a key element of the campaign’s success.
The initial Document_Open macro verifies Windows versions and then leverages the CreateProcessW API to register a malicious COM server under CLSID {2227A280-3AEA-1069-A2DE-08002B30309D}, ensuring the DLL loads on each user logon.
Infection chain (Source – Sekoia)
If the registry key does not exist, the macro drops prnfldr.dll to the ProgramData directory and windows.png to AppData, hiding both files before invoking regsvr32.exe /n /i to execute the DLL’s installation routine.
Once loaded into explorer.exe, the second-stage DLL extracts a shellcode from the least significant bits of each PNG pixel.
The embedded shellcode initializes the .NET Common Language Runtime (CLR) and injects a Covenant HTTP Grunt module, which contacts the Koofr cloud API to create directories named “Keeping” and “Tansfering.” Hybrid encryption secures communications as file uploads and downloads provide a covert command-and-control channel.
Sekoia researchers noted that each compromised host is represented by a unique GUID-derived folder, indicating potentially dozens of infected systems.
In parallel, BeardShell—an unmanaged C++ backdoor—emerges as the subsequent payload, using the icedrive service for C2 communications. Its entry point, ServiceMain, performs anti-analysis checks and then generates a hardware-profile-based identifier for directory naming on the cloud storage.
Once active, BeardShell instantiates PowerShell sessions via embedded CLR initialization routines, executing JSON-formatted commands such as:
These commands and their results are encrypted with ChaCha20-Poly1305, masqueraded as benign image files (e.g., .tiff headers), and uploaded back to the icedrive root directory. The alternating use of legitimate cloud services Koofr and icedrive underscores the adversary’s emphasis on detection evasion and operational flexibility.
Infection Mechanism and Persistence
At the heart of this attack is a two-pronged persistence approach. The VBA macro’s registry modifications guarantee code execution at startup, while the second-stage DLL’s COM hijack ensures seamless proxying of legitimate printing functions, masking its presence.
By splitting payload delivery between Office macros, COM hijacking, steganographic shellcode extraction, and legitimate cloud APIs, APT28 achieves a robust, multi-layered foothold.
Detection engineers are advised to monitor unexpected COM registrations under high-privilege CLSIDs and inspect anomalous PNG or TIFF files in AppData directories for hidden payloads.
With this campaign’s reuse of open-source frameworks and novel steganography, defenders must adapt by correlating code-signing anomalies, registry tampering, and cloud API traffic to intercept future invasions.
Free live webinar on new malware tactics from our analysts! Learn advanced detection techniques -> Register for Free
Luxury retail giant Kering has confirmed a major data breach affecting its top fashion houses, including Gucci, Balenciaga, and Alexander McQueen. The cybercriminal group known as Shiny Hunters claims to have stolen private details tied to as many as 7.4 million unique email addresses. Potentially millions of customers around the world may now be at […]
A critical authentication bypass vulnerability in the Case Theme User WordPress plugin has emerged as a significant security threat, allowing unauthenticated attackers to gain administrative access to websites by exploiting the social login functionality.
The vulnerability, tracked as CVE-2025-5821 with a CVSS score of 9.8, affects all versions of the plugin up to 1.0.3 and impacts an estimated 12,000 active installations worldwide.
The security flaw enables malicious actors to bypass authentication mechanisms entirely, granting them unauthorized access to any user account, including administrator-level privileges, provided they know or can discover the target’s email address.
What makes this vulnerability particularly dangerous is its simplicity—attackers can exploit it through straightforward HTTP requests without requiring sophisticated tools or extensive technical knowledge.
Active exploitation began almost immediately after the vulnerability’s public disclosure on August 22, 2025, with threat actors launching attacks the following day.
Wordfence analysts identified the vulnerability through their bug bounty program and noted that the security firm’s firewall has already blocked over 20,900 exploit attempts targeting this specific weakness.
The rapid onset of exploitation demonstrates the vulnerability’s appeal to cybercriminals seeking quick access to WordPress sites.
The plugin is bundled with multiple premium themes, significantly expanding the attack surface beyond standalone installations.
Attackers have been observed attempting to guess administrative email addresses using common patterns such as admin@domain.com, owner@domain.com, and office@domain.com, suggesting a systematic approach to exploitation across multiple targets.
Exploitation Mechanism and Code Analysis
The vulnerability stems from flawed logic in the facebook_ajax_login_callback() function within the Case_Theme_User_Ajax class.
Exploit process (Source – Wordfence)
The function processes social login requests by creating user accounts based on supplied email addresses, but fails to properly validate the authentication state before granting access.
The exploit process involves two distinct phases. Initially, attackers register a temporary user account using their own email address through a POST request to /wp-admin/admin-ajax.php with the action parameter set to facebook_ajax_login.
The malicious payload includes fabricated Facebook user data, such as data[name]=temp and data[email]=temp@attacker.com, creating a legitimate user session.
In the second phase, attackers leverage the established session to authenticate as the target victim by submitting another request using the same temporary username but substituting the victim’s email address.
The vulnerable code retrieves the user by email rather than verifying the original authentication token, effectively transferring session privileges to the target account.
The patch released in version 1.0.4 addresses this logic flaw by implementing proper authentication verification before granting access rights.
Website administrators should immediately update to the latest version and review their access logs for suspicious AJAX requests originating from known malicious IP addresses, including 2602:ffc8:2:105:216:3cff:fe96:129f and 146.70.186.142.
Free live webinar on new malware tactics from our analysts! Learn advanced detection techniques -> Register for Free