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

推荐订阅源

A
About on SuperTechFans
博客园 - 聂微东
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 司徒正美
宝玉的分享
宝玉的分享
美团技术团队
量子位
The Cloudflare Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
IT之家
IT之家
爱范儿
爱范儿
J
Java Code Geeks
博客园 - Franky
Last Week in AI
Last Week in AI
B
Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
I
InfoQ
GbyAI
GbyAI
Recent Announcements
Recent Announcements
小众软件
小众软件
H
Help Net Security
Microsoft Azure Blog
Microsoft Azure Blog
MyScale Blog
MyScale Blog

RapidFort Blog

How to Use RapidFort’s Curated Distroless Language Images Introducing a Bazel Ruleset for RapidFort’s deb-based Images RapidFort Joins Akrites: A Coordinated Response to the Open-Source Vulnerability Crisis DORA Is Not About Compliance. It Is About Resilience. Risk Over Compliance: What CISA RapidFort Test Blog Blog 4 Test Test Blog 3 Test 2 Mythos Vulnerability Assessment: Eliminate Real Risk, Not Just CVEs Securing Modern AI Workloads for National Security RBOM vs SBOM: The Critical Difference Between Software Inventory and Runtime Reality The Remediation Gap: When AI-Powered Discovery Outpaces Human Defense You Only Control 15% of Your Software. Here's How to Secure the Rest. Free ATO Readiness Cohort: Shorten Your Path to Federal Market US Cyber Strategy & Software Supply Chain Security EU CRA for Containers & Kubernetes: Scope, Deadlines & Steps PyPI, npm, and the New Frontline of Software Supply Chain Attacks GitHub Actions Security Audit: CI/CD Risk & Shell Injection What Is RBOM™? Runtime Bill of Materials vs SBOM Explained EU Cyber Resilience Act & Open Source Risk RapidFort Raises $42M Series A for Software Supply Chain Security Fintech Container Security 2026: SASM & RBOM™ RF Analyzer: Precision Container CVE Intelligence Kimia: Secure Kaniko Alternative for Kubernetes Builds AI-Powered Cyberattacks: How Defenders Must Adapt RapidFort Pioneered DoD Container Hardening | Industry Standard Turn Scanner Output into Verified CVE Elimination RapidFort's Giant Washing Machine: Cleaning Open Source at Scale Why SBOMs Fail: RBOM™ & Near-Zero CVE Images Fix the Gap
Why Container Security Tools Fail: Scan vs Eliminate
Saty Sundarram · 2023-02-03 · via RapidFort Blog

When companies talk about securing their container infrastructure, they’re almost never referring to securing their containers. Instead, they’re focused on network security, application security testing, or patch management. We’ve covered why those things don’t actually work for securing containers with open source dependencies, but that won’t stop companies from focusing their dollars on the wrong things. Let’s take a look at the high-level approaches and overall methods of container security and what actually works.

Application security vs network security

Effective cyber security is more than just a secure network, especially for environments with containerized infrastructure. Investing in network security is justifiably good, but hackers have figured out how to breach networks quickly. Because they’re using social engineering and other attack vectors, security teams need to think beyond the network perimeter and resolve application security issues.

A good application security posture begins with understanding what and where the weak points are in your application environment. It doesn’t matter if you’ve built a network with the strength of Fort Knox and have a really tough firewall; if your application is talking to outside systems (e.g. ecommerce systems) and has application vulnerabilities, hackers will find a way in.

As of 2021, 60% of companies don’t even scan their containers to understand their software attack surface and existing code vulnerabilities. Whether they want to admit it, these companies are willfully ignoring issues in their applications. There’s practically no excuse for it; container scanning tools have been available to generate software bills of materials (SBOMs) for years now and they’re quite affordable. Instead, companies are spending money tightening their network security thinking it’s enough to stop a hacker from exploiting an application vulnerability.

Organizations need to focus their security efforts and policies on software attack surface management (SASM). When production applications are deployed with known vulnerabilities, they can be breached regardless of their broader security posture. Comparing application security to network security - important as it may be - is like comparing apples and oranges. They’re different and need their own methods of protection.

If there are vulnerabilities, you can be breached—and there are always vulnerabilities

Unless you can completely eliminate the application vulnerabilities from your production containers, you can be breached. And if 60% of companies don’t use container security scanners or follow container hardening practices, they’re sitting ducks. Perhaps worse, the 40% of companies who are scanning are only fixing the critical- and high-severity vulnerabilities in their scan results, and only if a patch exists.

Even if companies wanted to truly secure their containers, it’s a nearly-impossible task without container hardening software. Most containers - even golden base images - have hundreds or even thousands of vulnerabilities. Let’s say a developer deploys an app into a golden base image. The golden image started with a few hundred vulnerabilities, then the app and all its dependencies add a couple thousand vulnerabilities, many of which have critical or high severity ratings.

Then the developer runs a container vulnerability scanning tool and generates an SBOM showing all of the known vulnerabilities. They’re most likely to sort the list by severity or CVSS score and start remediation efforts at the top of the list, which we’ve already shown is a losing battle. There’s just no way one developer - or even a full team - can resolve the thousands of vulnerabilities in a single application..

Developers, don’t forget how hackers work

Hackers use cheap, unsophisticated tools and basic scripts to gain unauthorized access to private networks. They break in, sneak around, sit undetected for weeks or months, and leave with valuable, sensitive information. They have no sense of which vulnerabilities are sitting in an application container and they don’t know what the CVSS scores are. Hackers see a potential target and then run simple tools to see what works.

This is where application developers and security experts go wrong: They either forget or are unaware that the CVSS score doesn’t indicate the probability of being attacked or breached. The score merely describes how much damage can predictably be done in case of an exploit. Developers may spend hundreds of hours fixing all the highest CVSS vulnerabilities, but not all of the vulnerabilities have a high probability of occurring. After fighting uphill for some time, devs negotiate with product management and security leaders. “Do we really need to fix all these vulnerabilities? Can we make an exception?” Then they release a product that’s not secure.

Ultimately, it’s a huge waste of time and money. In a sense, people are fooling themselves with half-hearted, inefficient measures.

In other situations, organizations make huge investments in containerized infrastructure and orchestration platforms like Kubernetes. If it’s not configured correctly, Kubernetes can be easily compromised and completely open to hackers. If it’s not used properly, Kubernetes replicates vulnerable containers into different areas for performance and availability, increasing the software attack surface for that organization. If a bad actor gets into part of K8s, it’s very easy for them to propagate malicious code. 

If the vulnerability is in a majority of containers propagated throughout the Kubernetes cluster, it becomes the lowest common security denominator. Unless it’s addressed, organizations are opening themselves up for a ransomware attack or IP theft.

Remove security vulnerabilities with the right container security products

These are the problems with current methods and approaches to container security. Teams put huge amounts of time, money, and energy into efforts that don’t actually pay off.

Our industry needs to shift focus to proper container security and real-deal remediation. In other words, we need to actually eliminate the vulnerabilities that put our infrastructure at risk. But we can’t do that by brute forcing our way through thousands of vulnerabilities one container at a time. We have to use the right container security software.

This is where RapidFort’s tools and our Rapid Risk Score (RRS) come into play. We actually remove the irrelevant code that has vulnerabilities so the remaining code vulnerabilities can be appropriately prioritized. 

The RRS calculates the probability of a security exploit proof of concept (POC) becoming available within the next 90 days. Using the RRS, you can prioritize the few relevant vulnerabilities and know what’s worth fixing. Our software eliminates up 99.9% of vulnerabilities within a software container.

Don’t treat all vulnerabilities equally

Container security scanning tools are a great starting point for container security, but there’s a lot of information they don’t provide. For example, an SBOM gives you no sense of whether a vulnerability exists in the execution path. It just says, “Hey, we discovered these vulnerabilities. It’s up to you to figure out what to do from here.”

RapidFort, on the other hand, knows the pain of vulnerability remediation. We built the app specifically to address the application security woes we’ve faced time and time again. Our CTO Rajeev Thakur spent six months in a previous role trying to launch a product, but couldn’t get it to market because there were too many vulnerabilities in the infrastructure. It became an interminable problem.

There’s no sense treating all vulnerabilities equally. Some have higher severity, some have higher risk of an upcoming POC, and most have no reason to exist in your workload.

Forget about shift left, remove the software components you don’t need

Most of today’s security practices (e.g. *AST, SIEM, shift left, XDR) do very little to actually secure the applications that run in containerized infrastructure. No amount of network security investment is going to make an application secure. It’s apples and oranges.

Instead, use a security solution like RapidFort, the world’s first software attack surface management platform. Use our free tier to secure hundreds of containers right away.