HelpnetSecurity

CISA sets a new SBOM baseline


The US Cybersecurity and Infrastructure Security Agency (CISA), together with its co-authoring partners, has released the 2026 Minimum Elements for a Software Bill of Materials (SBOM), replacing the 2021 guidance published by the National Telecommunications and Information Administration (NTIA).

An SBOM is a list of the components that make up a software package and their supply chain relationships. It helps organizations understand what is included in their software, assess software supply chain risks, and make informed security decisions.

The revision incorporates feedback received during a 2025 public comment period and applies the minimum elements to SBOMs for all software.

The update introduces new minimum SBOM elements, including component hash algorithms, component licenses, the name of the SBOM generation tool, and generation context. It also renames several existing fields to improve clarity and consistency, making SBOMs easier to use for automated software supply chain and vulnerability management.

Future areas for SBOM development

The document ends with a Discussion section looking at four tricky areas where the guidance may need to grow: cloud software, AI, checking that an SBOM is trustworthy, and linking SBOMs to security alerts.

Cloud and software-as-a-service (SaaS) products are hard to pin down because responsibility is split between the company that builds the service and the one that runs it, and because the software changes constantly. Producing a fresh SBOM every time could bury both sides in paperwork, so the authors suggest tools like automated snapshots can help, and they leave the door open to adding cloud-specific elements later.

AI raises a similar problem. Because AI is still software, the standard elements already capture a lot, but AI systems have extra pieces – such as the “model cards” and “data cards” that describe how a model was built and trained – that a normal SBOM misses. For now, CISA holds off on adding AI-specific fields and instead points readers to separate AI SBOM guidance the G7 published in May 2026.

The last two topics are about getting value out of SBOMs. To help recipients confirm an SBOM is genuine and unaltered, the guidance adds a digital signature field, though it notes that fully verifying an SBOM’s accuracy goes beyond what these minimum elements cover. And by connecting an SBOM to security alerts (using formats like VEX and CSAF that flag which components are vulnerable), an organization can quickly check whether a newly discovered flaw affects its software.

Read more:



Source link