How do you audit closed-source vendor blobs for CVEs in production firmware? #9525
Unanswered
trifonivanov07
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey everyone,
I'm curious about real-world workflows for verifying precompiled vendor binaries (.ko, .o, .elf) when source code isn't available.
My situation:
We receive 5-10 vendor blobs per release and need to triage them for known CVEs and unsafe patterns before integration. Currently using binwalk + string analysis, but feels incomplete.
What I'd like to understand:
Genuinely trying to understand how teams balance security vs delivery speed with third-party blobs. Would appreciate hearing what works (and what doesn't) in practice.
All reactions