![]() |
VOOZH | about |
We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.
Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.
Follow TNS on your favorite social media networks.
Become a TNS follower on LinkedIn.
Check out the latest featured and trending stories while you wait for your first TNS newsletter.
For Kubernetes platform engineers or DevSecOps leads, the experience is all too familiar: You open your security dashboard and are greeted by a list of 10,000 deployments, all flagged with critical vulnerabilities, configuration issues and suspicious activities. The sheer volume of alerts creates a paradox: When everything is a priority, nothing is.
Traditional risk scoring solutions evaluate the risk indicators detected by scanners in isolation, relying on predefined heuristics and static vulnerability scores. These solutions prioritize risks largely based on these static labels, but do not consider whether these risks are truly applicable to the specific deployment environment or whether they pose an actual exploitation path.
Addressing this lack of context is an area of focus for Red Hat, in collaboration with IBM Research, as they develop future capabilities for Red Hat Advanced Cluster Security. By introducing an AI-driven Risk Investigation Agent, the teams are moving away from static scoring toward “deployment-aware” risk analysis.
In many current Kubernetes security practices, risk scores are often assigned based on static metadata rather than the actual behavior of the deployment in its live environment. Determining true risk requires understanding whether the vulnerable library is loaded at runtime, whether the affected port is exposed or whether the workload is even active.
Configuration weaknesses may intensify the impact of certain vulnerabilities, and multiple common vulnerabilities and exposures (CVEs) within the same deployment may interact to form chained exploitation paths. One vulnerability may enable or support the exploitation of another, creating an exploit chain.
Moreover, behavioral indicators such as anomalous processes, unusual network activity or unauthorized access attempts may signal an ongoing exploitation attempt. These signals must be correlated with vulnerability data and deployment context to produce accurate and meaningful risk assessments.
The goal of the new collaboration is to refine risk scoring based on real deployment context. To do this, the system addresses two critical gaps in traditional scanning:
The core of this new capability is the Risk Investigation Agent developed by IBM Research Labs for use with Red Hat Advanced Cluster Security.
This feature is designed as an add-on for users with the resources to power an LLM-based agent. It functions through a sophisticated flow designed to provide more context-aware risk assessment:
To understand the value here, let’s look at a specific evaluation scenario.
Consider a Windows Server Update Services (WSUS)-like service running on a Kubernetes deployment. A standard scan might flag CVE-2025-59287, a remote code execution vulnerability targeting WSUS over TCP ports 8530 and 8531.
The system then generates a human-readable summary: “The risk is related to the exposed WSUS service running on unpatched containers with open TCP ports 8530/8531. Detected anomalous port scanning activity in the cluster increases the likelihood of exploitation and contributes to the overall risk score.”
While traditional AI explainability focuses on clarifying how a risk score is calculated, additional capabilities are being developed to take Red Hat Advanced Cluster Security a step further by making the system interactive and responsive to the deployment environment. The goal is that platform engineers and administrators will be able to query the AI about specific workloads or configurations and receive clear, contextual answers tailored to their environment.
This interactive explainability allows users to provide feedback directly to the model. For example, if a deployment is flagged as high risk but the user knows it is a temporary sandbox, they can annotate that context. The system then incorporates this feedback, continuously adapting and refining its understanding of the enterprise environment. The result is a “white box” AI that not only explains its reasoning but learns from the environment and user input, enabling more accurate, actionable and trustable guidance.
IBM and Red Hat are exploring capabilities that enable the AI to proactively propose remediation actions tailored to the specific deployment context. Future iterations aim to generate remediation options that users can apply directly to mitigate identified risks. These include risk-aware patching strategies aligned with the environment’s operational constraints, mitigation steps for vulnerabilities that cannot be patched immediately and configuration changes to reduce exposure and harden the deployment.
The integration of GenAI into Red Hat Advanced Cluster Security represents a maturity milestone for Kubernetes security. We are moving past the era of simple pattern matching and into an era of contextual understanding.
By combining IBM’s research in correlation analysis with Red Hat’s platform capabilities, Red Hat Advanced Cluster Security is attempting to solve the signal-to-noise ratio problem that plagues modern SecOps. For the IT manager, this means less time chasing false positives. For the Kubernetes user, it means a clearer understanding of what is actually running in their clusters.