#codeInjection
Microsoft warns that attackers are deploying malware in ViewState code injection attacks using static ASP. NET machine keys found online. #codeinjection #CyberAlerts www.bleepingcomputer.com/news/securit...
Microsoft says attackers use exposed ASP.NET keys to deploy malware
Microsoft warns that attackers are deploying malware in ViewState code injection attacks using static ASP. NET machine keys found online.
www.bleepingcomputer.com
February 6, 2025 at 11:12 PM
August 25, 2026 at 1:16 PM
GitLab Email Feature Exposes Critical Security Risk #CodeInjection #CyberSecurity #DevSecOps
GitLab Email Feature Exposes Critical Security Risk
 GitLab’s “Email work item to this project” feature, intended to simplify issue creation, has been found to expose a serious security vulnerability that allows attackers to push code directly to the main branch and execute CI/CD pipelines. Security researchers at Aikido discovered that the private email addresses GitLab provides contain long-lived authentication tokens that grant far more access than users expect, effectively bypassing traditional security controls like IP restrictions.  Modus operandi When users click “Email work item to this project” in GitLab, they receive a unique email address containing a glimt- prefixed token that never expires. While GitLab’s interface suggests this address only creates issues within a specific project, the embedded token actually provides account-wide access across all projects the user can reach, both public and private. Attackers who obtain this email address can change the suffix from -issue@ to -merge-request@, attach a code patch, and submit it directly to any branch, including protected ones like main. If the patch modifies .gitlab-ci.yml, the attacker can execute arbitrary CI/CD jobs with the victim’s permissions, potentially exfiltrating secrets or deploying malicious code.  One of the most concerning aspects of this vulnerability is its ability to circumvent IP allowlists and other network-based restrictions. Researchers tested this against private projects configured to accept connections from only a single IP address; while GitLab correctly blocked browser access and git clone commands from unauthorized IPs, it still accepted merge request emails and pushed commits to the main branch. This creates a dangerous blind spot for organizations that believe their IP restrictions provide comprehensive protection, when in reality the email pathway offers an unguarded backdoor into their repositories. The vulnerability affects every GitLab.com account and all self-managed instances with incoming email enabled, with no option to disable the feature. GitLab has acknowledged the issue but classified it as intended behavior rather than a security bug, making only minor UI updates to clarify that the email addresses can create merge requests in addition to issues. However, these changes still don’t adequately communicate that the token reaches every project in the account, can push code to protected branches, and bypasses IP restrictions entirely. Researchers found over a dozen publicly exposed email addresses in open-source project documentation, many deliberately published by maintainers instructing users where to send bug reports.  Mitigation strategies  Organizations should immediately rotate their incoming email tokens via the personal access tokens page, though this invalidates all project addresses simultaneously. Teams should scan repositories and documentation for exposed glimt- tokens using secret detection tools, treating these addresses with the same caution as API keys or passwords. Additionally, security teams must recognize that IP allowlists alone don’t provide complete protection in GitLab, and should implement additional controls like requiring sender address verification and monitoring for unauthorized merge requests. Until GitLab implements more granular controls or allows feature disablement, proactive token rotation and vigilant secret scanning remain the primary defenses against this attack vector.
dlvr.it
September 24, 2026 at 3:33 PM
Critical Roundcube Flaw Under Active Exploitation in Code Injection Attacks #CodeInjection #RoundcubeWebmail #UserSecurity
Critical Roundcube Flaw Under Active Exploitation in Code Injection Attacks
 A high-severity vulnerability in Roundcube Webmail, patched in May 2026, is now being actively exploited in code injection attacks, according to the Canadian Centre for Cyber Security. The flaw, tracked as CVE-2026-48842, allows unauthenticated attackers to bypass security controls and execute malicious database commands, putting millions of email users at risk.  Roundcube is a browser-based IMAP email client used as the default mail interface by thousands of services and is pre-installed with the widely adopted cPanel web hosting control panel. The vulnerability resides in the virtuser_query plugin, which handles database-driven user lookups and maps users to email addresses. Successful exploitation enables threat actors with no privileges to inject and execute malicious SQL commands, steal data from Roundcube's database, and compromise email systems without requiring any user interaction.  The Roundcube security team addressed this issue in May by releasing patches in versions 1.6.16 and 1.7.1, strongly recommending that administrators update their servers immediately. For those unable to upgrade right away, disabling or removing the virtuser_query plugin eliminates the attack vector and reduces exposure. Despite the availability of fixes, Shadowserver currently tracks over 523,000 Roundcube instances exposed on the Internet, though it remains unclear how many are honeypots or already patched against this flaw.  This is not the first time Roundcube has been targeted by sophisticated threat actors. The Russian Winter Vivern (TA473) group exploited a cross-site scripting zero-day (CVE-2023-5631) against European government entities, while APT28 abused multiple Roundcube flaws to breach Ukrainian government email systems. More recently, in February 2026, the U.S. Cybersecurity and Infrastructure Security Agency (CISA) flagged two other Roundcube vulnerabilities as actively exploited, ordering federal agencies to secure their networks within three weeks. Since May 2022, CISA has tagged 11 Roundcube Webmail vulnerabilities as exploited in the wild, underscoring the platform's persistent appeal to cybercriminals and state-backed hackers.  Organizations relying on Roundcube should prioritize patching to versions 1.6.16 or 1.7.1 without delay, as the window for safe operation has closed. Administrators who cannot upgrade immediately must disable the vulnerable virtuser_query plugin and monitor logs for suspicious database queries or unauthorized access attempts. Given the scale of exposed instances and the history of active exploitation, treating this flaw as a critical priority is essential to prevent data theft, credential harvesting, and broader compromise of email infrastructure.
dlvr.it
September 25, 2026 at 3:05 PM
Code injection attacks are exploiting publicly disclosed ASP.NET machine keys. Microsoft warns: Secure your keys now! Full details: www.microsoft.com/en-us/securi... #CyberSecurity #CodeInjection #ASPNET #Microsoft #ThreatAlert
Code injection attacks using publicly disclosed ASP. NET machine keys
Microsoft Threat Intelligence observed limited activity by an unattributed threat actor using a publicly available, static ASP.NET machine key to inject malicious code and deliver the Godzilla post-ex...
www.microsoft.com
February 7, 2025 at 5:06 PM
🚨 Code Injection: An attack where malicious code is inserted into systems, exploiting vulnerabilities to gain unauthorized access or manipulate data
🔒 Keep your #code safe: Validate inputs, use secure coding, and #update regularly

#CodeInjection #CyberSecurity #DataProtection #TechTips
December 9, 2024 at 12:05 PM
📰 Peretas Aktif Eksploitasi Celah Kritis Gitea untuk Serangan Injeksi Kode dan Malware Mining

👉 Baca artikel lengkap di sini: https://ahmandonk.com/2026/08/27/peretas-eksploitasi-celah-kritis-gitea-dalam-serangan-injeksi-kode/

#cisaKev #codeInjection #cryptomining #cve-2026-60004 #devops #gi
August 27, 2026 at 5:56 AM
CISA says CVE-2026-60004 is actively exploited in Gitea, letting authenticated users run shell commands via the diffpatch API. Open registration can expose default installs. #Gitea #CISA #CodeInjection
Hackers now exploit critical Gitea flaw in code injection attacks
Attackers are actively exploiting CVE-2026-60004, a critical code injection flaw in Gitea that can let authenticated users run arbitrary shell commands on vulnerable servers. Because default Gitea installations allow open registration, unauthenticated attackers can create accounts and repositories to abuse the flaw, prompting CISA to order urgent patching and Gitea to release version 1.27.1. #Gitea #CVE-2026-60004 #CISA
www.hendryadrian.com
August 26, 2026 at 12:45 PM
August 21, 2026 at 9:20 AM
August 21, 2026 at 7:09 AM
CVE-2026-76760 - Code injection in chenhg5 cc-connect <=1.4.1 via Authenticate (core/webhook.go). Remote exploit public, CVSS 7.3, no patch yet. Limit access and monitor logs. #CVE #infosec #codeinjection

https://www.valtersit.com/cve/CVE-2026-76760/
August 20, 2026 at 5:10 PM
SAP fixes critical code injection and memory corruption vulnerabilities. Immediate patching is crucial. #SAP #Cybersecurity #CodeInjection #MemoryCorruption #SecurityPatch thedailytechfeed.com/sap-patches-...
August 11, 2026 at 3:44 PM
GitLab Remediation of Critical RCE and Information Disclosure Vulnerabilities

##GitLab ##RCE ##CodeInjection ##CloudSecurity ##VulnerabilityAnalysis

https://flagthis.com/newsletter/2026/06/27/tldr/3870
June 27, 2026 at 9:22 AM
Il bug che non muore mai: perché il Buffer Overflow è ancora ovunque nel 2026

📌 Link all'articolo : www.redhotcyber.com/post/il-bug-...

A cura di Canio Campaniello

#redhotcyber #news #cybersecurity #hacking #vulnerabilita #bufferoverflow #rce #codeinjection
June 18, 2026 at 12:35 PM
WatchGuard Firebox: Kritische Sicherheitslücken ermöglichen Code-Injection und Umgehung von Schutzmaßnahmen
www.all-about-security.de/watchguard-f...
#cve #security #firewall #codeinjection
WatchGuard Firebox: Kritische Sicherheitslücken ermöglichen Code-Injection und Umgehung von Schutzmaßnahmen
Zehn Schwachstellen in WatchGuard Firebox-Firewalls gefährden Unternehmensnetzwerke. Patches verfügbar – sofortige Installation dringend empfohlen.
www.all-about-security.de
December 8, 2025 at 11:02 AM
Over 6,400 Apache ActiveMQ servers worldwide, mainly in Asia, North America, and Europe, remain exposed to a critical code-injection flaw CVE-2026-34197. Patched in versions 6.2.3 and 5.19.4. #ApacheActiveMQ #CodeInjection #Japan
Actively exploited Apache ActiveMQ flaw impacts 6,400 servers
Shadowserver found more than 6,400 Apache ActiveMQ servers exposed online that are vulnerable to ongoing attacks exploiting a high-severity code-injection flaw tracked as CVE-2026-34197. Discovered by Horizon3 researcher Naveen Sunkavally using the Claude AI assistant after 13 years, the improper input validation bug allows authenticated attackers to execute arbitrary code and was patched in ActiveMQ Classic 6.2.3 and 5.19.4 on March 30; #ApacheActiveMQ #CVE-2026-34197
www.hendryadrian.com
April 21, 2026 at 1:00 PM
New Windows injection method exploits WM_COPYDATA callback for stealthy code execution. #WindowsSecurity #WM_COPYDATA #CodeInjection #CyberSecurity #Win32k #KernelCallbackTable thedailytechfeed.com/new-windows-...
June 29, 2026 at 3:07 PM