PQC Basics · Part 9 of 10
CBOM Access Control: Who Should Actually See Your Cryptographic Inventory?
August 23, 2026 · PQCClear · 6 minute read
Eight posts in, we've treated a CBOM as something you'd obviously want to exist. This post asks a question that gets skipped surprisingly often: once it exists, who should actually be allowed to look at it?
The Same Document, Read Two Ways
A detailed, accurate CBOM is one of the most useful documents a security team can have. It is also, in the wrong hands, close to a map of exactly where to attack.
That’s not a contradiction. It’s the same property working in two directions. A document that says precisely which system uses an outdated algorithm, at what key strength, protecting what data, is exactly the information a defender needs to prioritize fixing it. It’s also exactly the information an attacker would want, if they could get a copy before the fix happens.
Who Legitimately Needs to See One
Not everyone with a reason to care about a vendor’s security needs the full technical document. Most people need a summary. A much smaller group needs the real thing.
Legitimate access
Needs the full document
- The vendor's own engineering team, who have to actually act on it
- The assessor doing the scan, since someone has to generate and verify the findings
- The bank's TPRM or security team, for a vendor at High or Critical tier, where a real technical review is the whole point
- An examiner, when documentation is requested as part of a formal review
Not by default
A summary is enough
- The general public. A CBOM is not a marketing asset, unlike a certificate or badge
- A vendor's competitors. Detailed cryptographic weaknesses are not information a competitor should casually have
- Every employee at every bank a vendor works with. Broad internal access multiplies the places a sensitive document can leak from without adding security value
- Anyone, indefinitely, with no record of who looked or when. Even legitimate access should leave a trail
A Wrinkle That Only Shows Up at Scale
Everything above is true for a single vendor’s CBOM sitting in a single company’s own records. Something changes once you introduce a platform that holds many vendors’ CBOMs, on behalf of many banks, all in one place.
Individually, no one bank or vendor is doing anything differently. But a platform in that position ends up holding something more concentrated than any single participant does on their own: a wide view across an entire industry’s cryptographic weak points, in one system. That’s not a flaw in the idea. Aggregating this information is exactly what makes fast, comparable assessment possible in the first place, the same reason a credit bureau is useful precisely because it sees more than any single lender does. But it does mean the platform holding that aggregate carries a distinct responsibility that a single vendor or a single bank, looking only at its own data, never has to think about.
The same detail that makes a CBOM useful is what makes it worth protecting.
That’s the principle. The last post in this series is the practical half: specifically how PQCClear handles this tension in its own architecture, for the CBOMs it holds on behalf of banks and vendors.
The last post in this series
Part 10 gets specific: how PQCClear gates access to full assessment records, what gets logged, and why. The practical answer to the question this post raised.
Read part 10PQC Basics is an ongoing series from PQCClear explaining post-quantum cryptography readiness in plain language, one idea at a time. This post represents PQCClear’s own editorial explanation and should not be construed as technical, legal, or regulatory advice.
Key sources: the CycloneDX specification, which defines the cryptographic bill of materials format referenced here; the Interagency Guidance on Third-Party Relationships: Risk Management (Federal Reserve, FDIC, and OCC, June 2023) on handling confidential information exchanged with third parties.