TL;DR: Container base images now sit at the centre of software supply chain risk, with Rapidsort arguing that mature distributions, curated images, and scanner visibility matter more than cosmetic CVE counts. The practical issue is not eliminating every vulnerability, but reducing inherited exposure before workloads ever reach production.
At a glance
What this is: This whitepaper argues that near-zero CVE container images reduce inherited software supply chain risk by combining mature base distributions, curated patching, and scanner-friendly validation.
Why it matters: It matters because container security, DevSecOps, and platform teams need a repeatable way to cut vulnerability burden without creating opaque images, broken builds, or weak governance over the underlying software supply chain.
By the numbers:
- 85% of enterprise software is open source, so most application risk is inherited from components the development team did not write.
- 10 hours from vulnerability disclosure to active exploit leaves very little time for teams relying on after-the-fact remediation.
- 99.9% of vulnerabilities can be eliminated within hours, hours when intake, build, and runtime controls are applied together.
👉 Read Rapidsort's whitepaper on near-zero CVE container images
Context
Container base images are part of the security boundary, not just a build convenience. When teams inherit outdated packages, unmanaged dependencies, and opaque provenance from the start, every downstream control becomes harder to trust. This is a software supply chain problem first, and a vulnerability management problem second.
For DevSecOps and platform engineering teams, the real question is how to reduce inherited risk without trading it for brittle builds or hidden dependencies. That makes base image selection, patch cadence, and scanner compatibility operational governance decisions, not packaging preferences.
The identity angle is indirect but real: build pipelines, signing workflows, and deployment automation depend on machine identities, secrets, and access controls. Where those controls are weak, curated images can reduce exposure, but they cannot compensate for poor lifecycle governance around CI/CD credentials or workload trust.
Key questions
Q: How should security teams choose container base images for brownfield applications?
A: Start with images that match the realities of legacy dependency sprawl. Prioritise curated, well-supported distributions when the application has hidden packages, older libraries, or fragile build steps, because those environments are most likely to break under scratch-based rebuilding and most likely to carry inherited vulnerability debt.
Q: Why do scanner-recognised base images matter in supply chain governance?
A: Because security teams need findings they can independently validate. If a scanner cannot identify the distribution or reconcile the component set, the organisation loses confidence in the report, struggles to compare exceptions, and may approve risky images based on incomplete evidence.
Q: What do security teams get wrong about near-zero CVE images?
A: They sometimes treat the label as proof of safety. The real control is a combination of provenance, patch cadence, scanner visibility, and runtime verification. Without those, a low CVE count may simply reflect limited detection or a narrowly scoped component set.
Q: How can teams reduce software supply chain risk without slowing delivery?
A: Teams can reduce risk by automating security checks, limiting write access, and isolating release signing instead of adding manual gates everywhere. The key is to place controls where the highest trust transitions occur, such as commit, build, test, and sign. That preserves speed while shrinking the blast radius of a compromise.
Technical breakdown
Why base image provenance drives downstream vulnerability exposure
A container image is not just an operating system layer. It also carries package sources, maintainer practices, patch cadence, and the trust model behind security advisories. If the base distribution is obscure or weakly maintained, vulnerability data may be incomplete, scanner coverage may be inconsistent, and teams may inherit risk they cannot easily validate. Mature distributions matter because they combine long-term support, transparent patch workflows, and broader ecosystem scrutiny. That gives defenders a better baseline for both remediation and auditability.
Practical implication: choose base images that mainstream scanners and vulnerability databases can reliably identify and assess.
Scratch images versus curated base images in brownfield delivery
Scratch images can be effective when a team fully controls dependencies and can rebuild often, but they demand disciplined dependency tracking and careful runtime validation. In brownfield environments, those assumptions often fail because legacy applications include hidden packages, transitive libraries, and fragile build steps. Curated base images reduce that uncertainty by preloading known packages, maintaining patch coverage, and limiting the chance of runtime breakage. The trade-off is not size versus security alone, but maintainability versus dependency opacity.
Practical implication: use curated images for legacy or complex workloads where dependency discovery is incomplete.
How scanner visibility affects trust in near-zero CVE claims
A near-zero CVE claim only has value if the image can be independently verified. Scanner tooling depends on component recognition, database coverage, and consistent naming of distributions and packages. If a vendor uses a custom or poorly recognised distro, the scanner may miss components or fail to reconcile findings across tools. That creates a false sense of safety because the absence of reported CVEs may reflect weak detection rather than real hygiene. Independent validation is therefore part of the control, not an optional check afterward.
Practical implication: require evidence that the image is detectable and assessable by the scanners your organisation already trusts.
Threat narrative
Attacker objective: The attacker wants to exploit inherited image weaknesses to reach deployed workloads before defenders can patch or replace the vulnerable components.
- Entry occurs through a vulnerable or poorly maintained container base image that brings known packages and dependencies into the build pipeline.
- Escalation follows when the image is promoted through CI/CD and the inherited flaws are deployed into runtime workloads with broad operational reach.
- Impact is wider attack surface, faster exploitability, and greater supply chain blast radius across containerised applications.
NHI Mgmt Group analysis
Near-zero CVE images are a supply chain control, not a branding claim. The value of these images lies in reducing inherited exposure before software reaches runtime, but that value depends on independent validation. If scanners cannot reliably recognise the image, the security story collapses into trust without verification. Practitioners should treat image provenance, patch cadence, and scanner compatibility as one control chain.
Scanner visibility is becoming a governance requirement for container security. A base image that cannot be reconciled across mainstream scanning tools creates blind spots in risk reporting and exception handling. That matters for DevSecOps teams that need defensible evidence for change approval, audit, and remediation prioritisation. The governance lesson is simple: if the image cannot be assessed, it cannot be governed with confidence.
Curated images reduce dependency uncertainty, but they do not remove identity risk from the delivery pipeline. Build systems still rely on secrets, service accounts, and signing workflows that can be abused if lifecycle controls are weak. In practice, curated images should be paired with strict machine identity governance for CI/CD runners and deploy automation. Container security improves fastest when image hygiene and credential hygiene are managed together.
Dependency reduction changes the economics of remediation. When a platform removes unused packages and pre-patches the base layer, security teams can focus on the CVEs that actually affect reachable code. That shifts the work from chasing every alert to governing exploitability and provenance. The practical outcome is better prioritisation, not magical elimination of software risk.
Supply chain hardening is moving earlier, but the control model must keep up. The market is converging on build-time and intake-time security because production-only remediation is too slow for modern exploit timelines. That accelerates secure-by-default expectations for image vendors and forces practitioners to re-evaluate how much trust they place in their own build provenance. Teams should assume the supply chain is now part of the attack surface, not just the delivery mechanism.
What this signals
Near-zero CVE images lower inherited risk, but they do not change the need for disciplined machine identity governance in delivery pipelines. Build runners, signing services, and deployment automation still need scoped access, short-lived credentials, and auditable ownership. For practitioners, the next control gap is not only image hygiene but whether the CI/CD estate can prove who or what signed, promoted, and deployed each artifact.
Dependency visibility is becoming the practical dividing line between defensible and merely optimistic supply chain security. If a team cannot tell whether a package is present, reachable, and recognised by scanners, then CVE counts become a weak proxy for exposure. That pushes programmes toward stronger provenance checks, runtime evidence, and tighter integration between DevSecOps and identity controls.
For practitioners
- Standardise on scanner-recognised base images Require base images that your primary scanners can identify, map, and assess consistently across environments. If an image cannot be reconciled in your current tooling, treat that as a governance failure rather than a procurement detail.
- Separate brownfield from greenfield image strategy Use scratch images only where dependency ownership is tight and rebuild discipline is mature. For legacy services with hidden dependencies, prefer curated images with controlled patching and predictable runtime behaviour.
- Tie image selection to build identity controls Review the secrets, service accounts, and signing identities used in CI/CD before adopting near-zero CVE images. A hardened base image cannot compensate for compromised build runners or weak machine identity governance.
- Measure exploitability, not just CVE counts Track whether packages are reachable in runtime, whether vulnerability data is complete, and whether remediation can be verified independently. Use those measures to separate cosmetic noise from exposure that actually changes risk.
Key takeaways
- Near-zero CVE container images reduce inherited software supply chain risk only when provenance, patching, and scanner visibility are all verifiable.
- Brownfield applications need curated base images more often than scratch builds because hidden dependencies make complete rebuild discipline unrealistic.
- Container security and identity governance intersect at build-time access, signing workflows, and CI/CD machine identities, which remain essential controls.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
MITRE ATT&CK address the attack and risk surface, while NIST CSF 2.0, NIST SP 800-53 Rev 5, CIS Controls v8 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | PR.IP-1 | Secure development and configuration practices are central to curated image selection. |
| MITRE ATT&CK | TA0002 , Execution; TA0011 , Command and Control | Compromised build and runtime paths can turn image exposure into execution and control risk. |
| NIST SP 800-53 Rev 5 | CM-2 | Baseline configuration management fits curated image selection and dependency control. |
| CIS Controls v8 | CIS-4 , Secure Configuration of Enterprise Assets and Software | Container image hardening is a direct secure configuration problem. |
| NIST Zero Trust (SP 800-207) | Build and deployment systems need continuous verification of machine identity and artifact trust. |
Apply zero trust principles to CI/CD promotion and require continuous validation of artifact provenance.
Key terms
- Near-Zero CVE Image: A container image curated to minimise known vulnerabilities through continuous patching, package reduction, and controlled maintenance. The term does not mean vulnerability-free. It describes an image strategy that aims to reduce inherited exposure enough that remaining risk can be validated and governed more effectively.
- Curated Base Image: A prebuilt container foundation that includes only the packages an application is expected to need, maintained by a vendor or trusted distributor. It reduces dependency uncertainty in brownfield systems and gives teams a more stable baseline than rebuilding every layer from scratch.
- Scanner Visibility: The degree to which security tools can recognise, classify, and assess a container image and its component packages. Good visibility is essential for trustworthy vulnerability reporting, because an unrecognised distribution or opaque package set can hide exposure rather than eliminate it.
- Software Supply Chain: A software supply chain is the set of tools, identities, dependencies, and processes that turn source code into deployed software. Because it relies on automation and privileged machine identities, it becomes a governance problem when access, signing, and deployment controls are too broad.
What's in the full article
Rapidsort's full whitepaper covers the operational detail this post intentionally leaves for the source:
- Distribution-by-distribution evaluation criteria for Ubuntu, Debian, Red Hat UBI, and Alpine when selecting a base image
- The vendor's own comparison of scratch versus curated images across greenfield and brownfield workloads
- How Rapidsort frames scanner support, CVE advisory transparency, and runtime profiling in its image strategy
- Implementation-specific details on RapidFort's intake, build, and runtime workflow that are not expanded in this analysis
Deepen your knowledge
NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, machine identity security, secrets management, and identity lifecycle control. It is designed for practitioners who need to connect delivery pipeline trust with broader identity governance.
Published by the NHIMG editorial team on August 21, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org