December 2025 Summaries
10 posts from Sysdig
Filter
Month:
Year:
Post Summaries
Back to Blog
As organizations approach 2026, the likelihood of breaches remains high due to factors such as misconfigurations, social engineering, and non-human identities, compounded by the increasing complexity of environments and the adoption of AI technologies. Attackers are capitalizing on these vulnerabilities with faster, automated methods and by exploiting overlooked areas such as supply chain risks and adversary-in-the-middle attacks. The rise in AI and machine identities has expanded the attack surface, presenting new challenges like sprawl and denial-of-service attacks, while established threats like DNS cache poisoning and zero-day exploits continue to pose significant risks. Despite these challenges, organizations can mitigate risks by implementing robust security practices, such as using AI to enforce policy-as-code, employing phishing-resistant multi-factor authentication, managing machine identities, and maintaining resilience against denial-of-service attacks. The emphasis is on security measures that are identity-aware, contextual, continuous, and runtime-focused, with the goal of reducing the blast radius and detecting attacks before they can cause significant damage.
Dec 18, 2025
1,677 words in the original blog post.
A Sysdig Threat Research Team blog post from December 2025 details how an Ethereum-based malware implant, EtherRAT, is utilized in React2Shell attacks by a suspected North Korean-linked group. The malware disguises its command and control (C2) operations within blockchain activity, aggressively harvests credentials, and operates as fileless malware through Node.js execution. The post uncovers the malware's five payload modules: system reconnaissance, credential harvesting, a self-propagating worm, web server hijacking, and SSH backdoor installation. Each C2 infrastructure update is permanently recorded on Ethereum, offering a forensic advantage by preserving historical changes. The blog further complicates attribution by highlighting a CIS country exclusion in the system reconnaissance payload, typically used by Russian-speaking actors, conflicting with the initial suspicion of North Korean involvement. The post emphasizes the threat posed by React2Shell exploitation, especially to organizations using vulnerable Next.js deployments, and notes the significance of the immutable blockchain audit trail despite the attack's sophistication.
Dec 16, 2025
4,590 words in the original blog post.
Sysdig's runtime File Integrity Monitoring (FIM) offers a modern approach to file security, addressing the limitations of traditional FIM tools, which often struggle in dynamic cloud-native environments like Kubernetes. By utilizing event-driven detection through Falco, Sysdig FIM monitors file changes in real time, recalculating hashes only upon file writes, which reduces unnecessary resource usage and false positives. This method provides detailed forensic context, enabling quicker investigations and reducing the mean time to containment (MTTC) by offering insights into the process responsible for changes and the associated metadata. Sysdig FIM integrates seamlessly into the Sysdig Secure CNAPP platform, supporting compliance with frameworks such as PCI-DSS, HIPAA, and GDPR by allowing customizable policies for real-time detection and response. The solution enhances operational performance across cloud and hybrid environments by focusing on meaningful threat alerts, thus ensuring that teams can respond promptly to potential risks while maintaining system efficiency.
Dec 16, 2025
1,268 words in the original blog post.
Sysdig's Runtime Behavioral Analytics enhances threat detection in cloud-native environments by enabling the correlation and contextualization of security events over time, addressing the limitations of traditional rule-based tools. This capability integrates with the Falco agent and allows for the detection of multi-stage attacks by tracking and connecting sequences of suspicious actions across workloads, containers, and identities. The analytics approach shifts from event-driven detection to context-driven analysis, reducing the risk of overlooking complex attacks and decreasing false positives, ultimately improving the mean time to response and lowering operational costs. By providing a unified threat narrative from seemingly isolated events, Sysdig's solution empowers security teams to detect sophisticated threats more efficiently, contributing to faster and more precise triage and response as aligned with the 555 Benchmark.
Dec 09, 2025
880 words in the original blog post.
On December 5, 2025, Sysdig Threat Research Team identified a sophisticated implant dubbed EtherRAT, which emerged shortly after the disclosure of a severe vulnerability, CVE-2025-55182, in React Server Components. Unlike previously documented React2Shell payloads focused on cryptomining and credential theft, EtherRAT is a persistent access tool leveraging Ethereum smart contracts for command-and-control (C2) resolution and deploying multiple Linux persistence mechanisms. This novel approach includes downloading Node.js from a trusted source to avoid detection, using a consensus-based mechanism across multiple Ethereum RPC endpoints to ensure resilient C2 infrastructure, and implementing a four-stage attack chain that reflects a significant evolution in operational security. With indications of tool-sharing between nation-state groups, EtherRAT raises concerns about the attribution and sophistication of DPRK-linked campaigns, highlighting the necessity for organizations to enhance runtime threat detection and monitoring strategies to defend against such advanced threats.
Dec 08, 2025
3,334 words in the original blog post.
A critical vulnerability known as "React2Shell" (CVE-2025-55182) has been discovered in React Server Components (RSCs), leading to potential unauthenticated remote code execution (RCE) with a maximum severity CVSS score of 10.0. This flaw, affecting versions 19.0.0 to 19.2.0 of react-server-dom packages, arises from unsafe deserialization in the RSC "Flight" protocol, enabling threat actors to execute arbitrary server-side code through a crafted HTTP request. Next.js and other frameworks like React Router, Waku Parcel RSC, and Vite RSC are impacted, with public proof-of-concept exploits demonstrating nearly 100% success rates against default configurations, making this vulnerability particularly susceptible to mass exploitation. The Sysdig Threat Research Team has developed a Falco detection rule to identify exploitation attempts, recommended immediate patching to fixed versions of React and Next.js, and advised deploying runtime threat detections and web application firewall (WAF) rules as temporary mitigations. While some public PoCs have inaccurately represented the exploitability, organizations are urged to update affected packages promptly to mitigate the significant security risk posed by React2Shell.
Dec 05, 2025
1,103 words in the original blog post.
Artificial intelligence agents are transforming cloud security by acting autonomously to handle complex tasks with minimal human intervention. Unlike generative AI, which focuses on content creation, AI agents are designed to execute actions, such as scheduling meetings or logging data, by reasoning about goals, maintaining context, utilizing tools or APIs, and adapting based on feedback. These agents, built on frameworks like LangChain and LlamaIndex, operate through a defined workflow that includes goal definition, planning, action, evaluation, and reporting. In cloud security, AI agents are particularly valuable for automating misconfiguration detection, enriching and triaging alerts, conducting threat hunting, and executing remediation tasks, thereby reducing response times and enhancing proactive security measures. Sysdig's AI agent, Sysdig Sage, exemplifies this approach by using context from cloud and container environments to provide actionable insights and aid decision-making. As AI models improve, these agents will increasingly collaborate with human teams to enhance security operations, marking a future where AI and human expertise work in tandem to secure cloud environments.
Dec 04, 2025
1,042 words in the original blog post.
Kubernetes 1.35 introduces significant changes to enhance security and streamline operations, including 17 updates that involve new validations, deprecations, and expanded support for user namespaces. Key changes include the default disabling of cgroup v1 support in favor of the more advanced cgroup v2, aimed at improving resource management and isolation. The update also enhances image pull credential verification to prevent unauthorized access, especially in multi-tenant clusters, and transitions from the SPDY protocol to WebSockets for more secure and efficient command execution. Additionally, the release introduces features like constrained impersonation to limit user permissions during impersonation, allows HostNetwork pods to use user namespaces for better security, and offers new mechanisms for managing Kubernetes component flags for diagnostics. The update also focuses on improving certificate management with a PodCertificateRequest API, separating user preferences from cluster configurations, and removing deprecated dependencies like gogo protobuf to bolster security and performance.
Dec 02, 2025
3,196 words in the original blog post.
The blog post by Loris Degioanni discusses the pressing need for Chief Information Security Officers (CISOs) to secure AI workloads due to the rapid pace of technological change and the significant risks these technologies pose to enterprises. Highlighting the importance of speed, automation, and algorithms, the article emphasizes the necessity for real-time context and insights in security operations, urging CISOs to integrate automation into security programs to enhance speed and consistency. It also underscores the challenges of transparency in algorithm-driven decisions and suggests a methodology for assessing new technologies, including stakeholder engagement, threat modeling, and maintaining a risk register. As AI continues to reshape industries, the article advises security leaders to focus on training and critical thinking to adapt quickly and maintain organizational safety amidst the evolving threat landscape.
Dec 02, 2025
902 words in the original blog post.
In November 2025, the cybersecurity landscape saw several significant developments, including the identification of new and repurposed threats. Three container escape vulnerabilities in the runc container runtime potentially allow root access to host systems, prompting urgent updates. A Linux kernel vulnerability discovered in January 2024 was found to be actively exploited in ransomware campaigns, emphasizing the importance of patching systems. The Shai-Hulud worm resurfaced, compromising numerous packages and leaking credentials, while a breach in the financial sector affected major institutions like Morgan Stanley. Additionally, Coupang, South Korea's largest online retailer, experienced a data breach affecting 33.7 million accounts. A Microsoft zero-day vulnerability was actively exploited, requiring immediate attention. The introduction of the Cyber Security and Resilience Bill in the UK Parliament aims to enhance cybersecurity requirements. Amid these challenges, the Sysdig Threat Research Team has been proactive in providing detection rules and educational resources to strengthen defenses, while expressing gratitude for the ongoing efforts of the security community.
Dec 01, 2025
915 words in the original blog post.