VOOZH about

URL: https://thenewstack.io/cloud-native-companies-are-overspending-on-cve-management/

⇱ Are You Overspending on CVE Management? - The New Stack


TNS
SUBSCRIBE
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.
REQUIRED
It seems that you've previously unsubscribed from our newsletter in the past. Click the button below to open the re-subscribe form in a new tab. When you're done, simply close that tab and continue with this form to complete your subscription.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
Welcome and thank you for joining The New Stack community!
Please answer a few simple questions to help us deliver the news and resources you are interested in.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Great to meet you!
Tell us a bit about your job so we can cover the topics you find most relevant.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Welcome!

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.

What’s next?

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.

PREV
1 of 2
NEXT
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
Thanks for your opinion! Subscribe below to get the final results, published exclusively in our TNS Update newsletter:
NEW! Try Stackie AI
From clobbered drafts to real-time sync
Apr 14th 2026 10:00am, by David Moore
TypeScript 6.0 RC arrives as a bridge to a faster future
Mar 14th 2026 9:00am, by Darryl K. Taft
Mastra empowers web devs to build AI agents in TypeScript
Jan 28th 2026 11:00am, by Loraine Lawson
2024-03-13 06:12:38
Are You Overspending on CVE Management?
sponsor-chainguard,sponsored-post-contributed,
Cloud Native Ecosystem / Security

Are You Overspending on CVE Management?

Study shows the "build now, pay later" approach to mitigating CVEs in containers costs cloud native companies thousands of hours each year.
Mar 13th, 2024 6:12am by John Speed Meyers
👁 Featued image for: Are You Overspending on CVE Management?
Featured image by Josh Appel on Unsplash.
Chainguard sponsored this post.

Asking cloud native developers to “build now” has meant punting vulnerabilities (CVEs) in your cloud native supply chain to “later.” The new CVE Zero movement is rethinking how to approach container security debt.

Modern companies are addicted to the fast delivery of new features. This is why delivering software on a modern software team often feels like feeding fish to a frenzied group of sharks. It’s also why accepting all types of technical debt is so easy for software teams. Why not just feed the sharks today? They want it today, and they’re willing to pay.

Cloud native companies tend to feel this trade-off particularly acutely. Software developers choose base container images and other third-party images, and add custom code and configuration on top. There might be problems lurking inside those third-party container images, but the tests pass and the customers are happy.

It’s only later that issues emerge, when cloud native software teams discover tens of thousands of unique known CVEs in the fleet of containers powering their revenue-generating applications.

What’s the Real Cost of ‘Paying Later’ on CVEs?

It is increasingly accepted that most popular containers, the fundamental building blocks of cloud native applications, are riddled with CVEs. Industry analysis suggests that even the latest versions of popular containers have hundreds of CVEs. Research from the Ponemon Institute and other organizations is digging into how teams are using emerging DevSecOps patterns for managing and addressing vulnerabilities.

But all that great research doesn’t answer a fundamental question: How much does the “pay later” approach to accepting container vulnerabilities as a form of security debt cost? What is the actual penalty of identifying, triaging and remediating CVEs?

To give the security community more insight on the cost of CVEs, Chainguard Labs conducted deep interviews with software professionals who handle vulnerability management as part of their day-to-day duties at cloud native software companies. Our investigation dug deeper into all of the tasks and workflows associated with CVE management to estimate the annual time cost of CVE management.

CVE Management Costs Thousands of Hours Each Year

The findings were frightening, especially from the perspective of software leaders who need to maintain feature velocity to compete.

We learned that most cloud native software companies are spending thousands of hours each year on vulnerability management. For some companies, that’s 10,000 hours per year — or more. That’s an entire engineering squad doing nothing but identifying, triaging and remediating vulnerabilities.

The following table reveals this daunting reality. While the average appears to be around 1,000 hours per year, some organizations are spending 10 times more. This means that whole teams of software and security engineers are managing CVEs rather than shipping new software.

👁 Table showing avg spending on CVEs by industry

Estimate of total annual direct staff hours spent on CVE management by industry

Teams rationalize deferring paying CVE debt in different ways.

One major factor is software consumers are voracious, demanding new features built rapidly. This means software engineers with tight timelines are begrudgingly accepting the cloud native default — containers with CVEs. If the functionality works, scanning for CVEs (much less fixing them) is an afterthought.

Another key factor is the software application developers who usually select a container image — often through making a few edits to a Dockerfile — are often not the ones bearing the downstream costs of vulnerability management.

Finally, creating software that is easy to update is difficult. While it’s at the core of the DevOps philosophy, it’s hard to do in practice. Changing a piece of software, even to fix a CVE, often risks product downtime and frustrated customers. Consequently, many software organizations find it painful to make even minor changes to their software. This means fixing a CVE can be deemed not worth the risk.

You Can’t Know When CVE Security Debt Must Be Paid

Every organization faces different timetables on when their CVE-driven security debts demand payment.

For some, the debt must be paid for compliance reasons. For instance, cloud native companies seeking to tap federal markets often run into compliance frameworks that require onerous amounts of paperwork when CVEs are present in containers (think FedRAMP).

For the particularly unfortunate, the debt comes due all at once as a consequence of hackers exploiting a CVE to access a system. That cost may be millions of dollars in reputational loss, lawsuits and ransomware. CVE-2017-5638, a vulnerability in Apache Struts, allowed remote code execution via HTTP headers. It produced one of largest data breaches in history, affecting almost 150 million U.S. citizens and 15 million U.K. citizens.

CVE-2021-44228, better known as Log4Shell, is another example of a CVE requiring an all-at-once security debt payment. As the undisputed heavyweight of all CVEs, Log4j is still so widespread that nearly all large organizations are running it, and many are still trying to find all the instances.

CVE Zero Is about Building Securely from the Start

Microservices and containers rewrote the rules for how developers get software components. Gone are the days of top-down approaches where technical leadership decides on Linux distributions, operating systems, application infrastructure and security service-level agreements (SLAs). Today, developers are doing this all in Dockerfiles and GitHub Actions.

But there are massive trust gaps between distributions and software packages. There are whole classes of vulnerabilities that live outside distributions and do not get picked up by security scanners. Meanwhile, most distributions and software packages ship with many known CVEs that create a ton of “false positive” noise from security scanners. The consequence of paying CVE security debt later is it’s very hard to get a clear picture of what CVEs are addressable in your environment. There is also a ton of thrashing involved to estimate time to triage an individual CVE, with so many variables between a simple batch version upgrade and migrating a codebase to a major new version of a dependency.

Paying vulnerability-driven security debt down whenever that bill comes due is an engineering management nightmare — lumpy and unpredictable work.

CVE Zero seeks to control the binary, the container image itself. It’s about shifting software building blocks to a zero-vulnerability approach. It’s about weeding out the bloat of unnecessary components from base images so the signals from security scanners become more reliable.

Chainguard is the trusted source for open source. By delivering hardened, secure, and production-ready builds of all the open source software engineers and AI agents rely on, Chainguard helps organizations build faster, stay compliant, and eliminate risk.
Learn More
The latest from Chainguard
Hear more from our sponsor
TRENDING STORIES
John Speed Meyers is the head of Chainguard Labs at Chainguard, a software supply chain security startup.
Read more from John Speed Meyers
Chainguard sponsored this post.
SHARE THIS STORY
TRENDING STORIES
TNS owner Insight Partners is an investor in: Real.
SHARE THIS STORY
TRENDING STORIES
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.