<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Sophia</title>
    <description>The latest articles on DEV Community by Sophia (@sophia_f09998d4c8cd836b1d).</description>
    <link>https://dev.to/sophia_f09998d4c8cd836b1d</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3196698%2Fc575a0f5-e40f-4503-9737-1883080f27a8.png</url>
      <title>DEV Community: Sophia</title>
      <link>https://dev.to/sophia_f09998d4c8cd836b1d</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sophia_f09998d4c8cd836b1d"/>
    <language>en</language>
    <item>
      <title>How We Helped Teams Remediate 95% of Container CVEs Without Code Changes</title>
      <dc:creator>Sophia</dc:creator>
      <pubDate>Thu, 05 Jun 2025 17:09:48 +0000</pubDate>
      <link>https://dev.to/sophia_f09998d4c8cd836b1d/how-we-helped-teams-cut-90-of-container-cves-without-code-changes-1jd4</link>
      <guid>https://dev.to/sophia_f09998d4c8cd836b1d/how-we-helped-teams-cut-90-of-container-cves-without-code-changes-1jd4</guid>
      <description>&lt;p&gt;Originally Published on the RapidFort Blog: &lt;a href="https://www.rapidfort.com/blog/reducing-attack-surface-noise-with-runtime-intelligence-a-better-approach-to-cve-management" rel="noopener noreferrer"&gt;Reducing Attack Surface Noise with Runtime Intelligence&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Noise Problem: Too Many CVEs, Too Little Context
&lt;/h2&gt;

&lt;p&gt;We’ve seen this across dozens of engineering and security teams:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Containers are built with multi-stage Dockerfiles&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Slim or minimal base images are used&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Static scanners are embedded in CI/CD&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And yet, scan results still flag hundreds of CVEs per container image.&lt;/p&gt;

&lt;p&gt;Why? Because traditional scanners surface &lt;strong&gt;everything installed in the image&lt;/strong&gt; — even components the application never uses.&lt;/p&gt;

&lt;p&gt;This inflates the CVE count and leads to long patch queues, false positives, and wasted remediation effort.&lt;/p&gt;

&lt;h2&gt;
  
  
  What’s Actually in Your Container?
&lt;/h2&gt;

&lt;p&gt;Even seemingly minimal base images often include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Command-line tools used during build&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Legacy libraries inherited from upstream images&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Package managers and shell utilities not required at runtime&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These unused components:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Expand the software attack surface&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Increase the number of CVEs flagged in scans&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Overcomplicate compliance and audit workflows&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This introduces more risk and workload into software that the application doesn’t even use.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Solution: Runtime-Aware Container Minimization
&lt;/h2&gt;

&lt;p&gt;Instead of optimizing containers based on what’s included, RapidFort asks: &lt;strong&gt;What does the container actually execute?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;By profiling your container using RapidFort DevTime during test or staging, we determine:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;What binaries are executed&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Which libraries are loaded into memory&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Which packages are untouched during runtime&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Then, RapidFort removes everything that wasn’t used — safely, deterministically, and without requiring source code changes. This is &lt;strong&gt;software attack surface management (SASM)&lt;/strong&gt; powered by runtime data.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Results
&lt;/h2&gt;

&lt;p&gt;With RapidFort DevTime and RunTime hardening, teams achieve:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Up to 90% reduction in CVE exposure, by removing unused components&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Smaller container images, improving pull times and CI/CD performance&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Fewer false positives in security scans&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Improved compliance readiness, with precise SBOM and RBOM™ documentation&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;No code changes, no patch chasing, and no guesswork&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This isn’t theoretical. These results come from real-world production workloads hardened through runtime analysis.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Matters
&lt;/h2&gt;

&lt;p&gt;Reducing what’s inside your container:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Shrinks your attack surface&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Eliminates CVEs from non-executing components&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Gives you security signal that reflects real risk&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Helps you maintain audit-ready documentation aligned to actual usage&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Runtime-aware hardening allows security and platform teams to shift from reactive patching to proactive software reduction!&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Get Started
&lt;/h2&gt;

&lt;p&gt;RapidFort offers two paths:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Community Images (GitHub):&lt;/strong&gt;&lt;br&gt;
Free-to-use, pre-hardened versions of popular open-source containers. These are publicly available on GitHub and optimized using RapidFort’s SASM platform. Ideal for experimentation and staging environments.&lt;br&gt;
GitHub: &lt;a href="https://github.com/rapidfort/community-images" rel="noopener noreferrer"&gt;https://github.com/rapidfort/community-images&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Near Zero CVE Images (Curated Images):&lt;/strong&gt;&lt;br&gt;
Enterprise-grade, continuously updated container images with near zero known vulnerabilities, FIPS validation, and STIG/CIS hardening. These are suitable for regulated production workloads: &lt;a href="https://hub.rapidfort.com/repositories" rel="noopener noreferrer"&gt;https://hub.rapidfort.com/repositories&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devops</category>
      <category>productivity</category>
      <category>security</category>
      <category>cicd</category>
    </item>
  </channel>
</rss>
