惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Martin Fowler
Martin Fowler
爱范儿
爱范儿
博客园_首页
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
大猫的无限游戏
大猫的无限游戏
月光博客
月光博客
IT之家
IT之家
WordPress大学
WordPress大学
N
Netflix TechBlog - Medium
Microsoft Azure Blog
Microsoft Azure Blog
The GitHub Blog
The GitHub Blog
C
Check Point Blog
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - Franky
G
Google Developers Blog
V
V2EX
雷峰网
雷峰网
美团技术团队
博客园 - 【当耐特】
人人都是产品经理
人人都是产品经理
有赞技术团队
有赞技术团队
MongoDB | Blog
MongoDB | Blog
V
Visual Studio Blog
J
Java Code Geeks

Sysdig Blog

Masterclass: AI is more than ChatGPT and LLMs CVE-2026-39987 update: How attackers weaponized marimo to deploy a blockchain botnet via HuggingFace Kubernetes 1.36 - New security features 5 steps to securing AI workloads Marimo OSS Python Notebook RCE: From Disclosure to Exploitation in Under 10 Hours Security briefing: March 2026 The Sysdig MCP server is now available in AWS Marketplace Risk isn’t reduced until you take action: How teams resolve issues in the cloud AI infrastructure security: Why it deserves its own category Three pillars for building effective runtime-powered cloud defense, the right way Closing the cloud security gap with runtime security Seeing risk isn’t stopping it: Why visibility alone isn’t enough TeamPCP expands: Supply chain compromise spreads from Trivy to Checkmarx GitHub Actions AI coding agents are running on your machines — Do you know what they're doing? Runtime security for AI coding agents: Protecting AI-assisted development How runtime insights power every cloud security use case CVE-2026-33017: How attackers compromised Langflow AI pipelines in 20 hours Inline Cloud Response: Accelerating AWS threat containment for SOC teams Runtime malware detection for AWS Fargate Detecting CVE-2026-3288 & CVE-2026-24512: Ingress-nginx configuration injection vulnerabilities for Kubernetes Malware detection with Sysdig Security briefing: February 2026 Leveling up Kubernetes Posture: From baselines to risk-aware admission Eliminating runtime blind spots: How CleanStart and Sysdig build continuous trust across the container lifecycle LLMjacking: From Emerging Threat to Black Market Reality Real risks live at runtime: Why CISOs must care about deep telemetry in 2026 Sysdig named a Leader in the Forrester Wave™: Cloud Native Application Protection Solutions, Q1 2026 How to run rootless containers AI-assisted cloud intrusion achieves admin access in 8 minutes Securing GPU-accelerated AI workloads in Oracle Kubernetes Engine
Security briefing: January 2026
Crystal Morin · 2026-02-02 · via Sysdig Blog

Security briefing: January 2026

Falco Feeds extends the power of Falco by giving open source-focused companies access to expert-written rules that are continuously updated as new threats are discovered.

learn more

Green background with a circular icon on the left and three bullet points listing: Automatically detect threats, Eliminate rule maintenance, Stay compliant, with three black and white cursor arrows pointing at the text.

So much for easing into the new year

January usually begins with a fresh start for many. Unfortunately, that’s not the case for cybersecurity. The new year brought continued pressure from maximum-severity vulnerabilities, sophisticated malware, and the continued abuse of AI and CI/CD infrastructure. Here’s how the year began for defenders:

Jan 7: Ni8mare CVE-2026-21858

  • Ni8mare is a maximum-severity vulnerability that impacts locally deployed instances of the open source workflow automation tool n8n.
  • Initially, more than 100,000 n8n servers were deemed vulnerable to the data parsing flaw, but exploitation first requires network accessibility.
  • A successful attack allows threat actors to read arbitrary files from the host, escalate to full remote code execution, and obtain full server takeover.
  • Patching to the highest version of n8n is the best mitigation strategy. Otherwise, organizations should restrict or disable publicly accessible webhooks and form endpoints from untrusted paths.

Jan 13: VoidLink malware

  • VoidLink is a Chinese-developed Linux malware framework that targets cloud and container environments.
  • The malware is written in Zig programming language and shows strong signs of LLM-assisted code generation.
  • This is the first report of a C2 server building kernel modules on-demand. This technique has been dubbed serverside rootkit compilation (SRC) by the Sysdig Threat Research Team (TRT).
  • VoidLink is highly sophisticated, including techniques to minimize its on-disk footprint, evade detection tools, and rootkit deployment that varies based on kernel versions.
  • Sysdig’s response: The Sysdig TRT published an in-depth analysis of the malware framework on January 16. It highlights several rules for Sysdig Secure customers and threat hunting techniques for detecting VoidLink.

Jan 20: ChainLeak AI vulnerabilities

  • ChainLeak is the culmination of two vulnerabilities in the open source AI framework Chainlit that impact internet-facing applications.
  • CVE-2026-22218 allows attackers to copy arbitrary server files into their session with validation, therefore leaking sensitive data like API keys, credentials, source code, and more.
  • CVE-2026-22219 is a server-side request forgery (SSRF) flaw that allows attackers to make arbitrary HTTP requests. When combined with the file read vulnerability, SSRF will help move laterally and reach internal services or cloud endpoints.
  • Vulnerable organizations should upgrade to the most recent version of Chainlit and/or remove public accessibility, rotate exposed credentials, and monitor for unexpected internal requests.

Additional Sysdig TRT findings

The team witnessed an increasing amount of GitHub Actions abuse in 2025 and reported on multiple instances throughout the year. On January 13, the Sysdig TRT published an in-depth technical blog detailing how threat actors are weaponizing self-hosted GitHub Actions runners as persistent backdoors. This technique allows threat actors to blend into CI/CD workflows while executing malicious code and masking C2 activity. The blog includes a real-world case study and detection and mitigation techniques for defenders.

Also in the news

  • Attack on Polish energy grid: Poland’s Computer Emergency Response Team (CERT) released a report on 30 January about the late December Russian attacks on more than 30 Polish energy facilities and a manufacturing company. These well-thought-out and deliberately destructive attacks on both IT and physical OT permanently damaged some equipment, but failed to disrupt power.
  • New AI compliance framework: The European Telecommunications Standards Institute (ETSI) published a new Technical Specification on 29 January called Securing Artificial Intelligence (SAI): Baseline Cyber Security Requirements for AI Models and Systems. This European Standard aligns with the EI AI Act to provide organizations with a baseline of cybersecurity requirements tailored specifically to AI models and systems.
  • LLMjacking is back: In fact, it never left – it expanded. The Sysdig TRT first reported on and coined the term LLMjacking in May 2024, with two additional reports since. The Pillar Security Research Team just reported on a large-scale LLMjacking campaign on January 28 called Operation Bizarre Bazaar, complete with commercial monetization. LLMjacking is the new cryptomining.

Closing thoughts

January reinforced a familiar reality. While this may garner several eyerolls from readers, attackers are continuing to get faster, more creative, and they are increasingly comfortable operating in and around the tools defenders and developers rely on most. From automation platforms to CI/CD pipelines and cloud infrastructure, trust is the most abused control.

There are three things to look out for as we move deeper into 2026:

  • Relentless exploitation of open source software.
  • Rapid maturation of cloud-native and Linux malware.
  • AI systems firmly planted in both attack chains and the attack surface.

Expect a small margin of error this year and prepare accordingly.

About the author

Test drive the right way to defend the cloud
with a security expert