fkie-cad/cwe_checker
cwe_checker finds vulnerable patterns in binary executables observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 98
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2886
- days_rel: n/a
- days_push: 13
- n_releases_24m: 0
Adoption not part of the score
1352 stars · 141 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
cwe_checker is a Rust-based suite of checks that detects common bug classes (CWEs) such as null pointer dereferences and buffer overflows in binary executables. It uses Ghidra to disassemble binaries into a common intermediate representation, enabling analysis of ELF binaries across many CPU architectures, making it especially useful for firmware analysis.
Use cases
- find vulnerable patterns in compiled binaries
- scan firmware ELF binaries for CWEs
- detect buffer overflows in executables without source code
- analyze ARM or MIPS binaries for security weaknesses
- integrate binary vulnerability checks into firmware analysis pipelines
- annotate analysis results in Ghidra for reverse engineering
When to choose
- you need to audit binaries without access to source code
- you analyze firmware or cross-compiled ELF binaries for multiple CPU architectures
- you want automated CWE detection integrated into tools like FACT
- you prefer a Docker-based setup that is easy to deploy
When to avoid
- you need dynamic analysis or runtime exploit verification rather than static checks
- you analyze Windows PE or macOS Mach-O binaries, since the focus is ELF
- you need source-code-level static analysis instead of binary analysis
- you require guaranteed low false positives, as results range from heuristics to abstract interpretation
Facets
cli-tool · maturity active
vulnerability-scanning static-site-generator reverse-engineering security parser developer-tools security reverse-engineering developer-tools embedded-systems cli cross-platform cwe binary-analysis ghidra firmware-analysis elf-binaries static-analysis abstract-interpretation plugin-architecture linux docker
2 sources
- readme: https://github.com/fkie-cad/cwe_checker · fetched 2026-08-28 · c8b80dcff9a5
- homepage: https://docs.cwe-checker.io · fetched 2026-08-29 · 44136fa355b3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| fkie-cad/cwe_checker | main | 67 |
For agents
markdown · JSON · MCP: product_card(name="fkie-cad/cwe_checker")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem