
VampSecure Labs: FortiOS CVE scanner (CVE-2018-13379, CVE-2022-40684, CVE-2023-27997, CVE-2024-21762)
Multi-Vendor Edge Device CVE Scanner — VampSecure Labs
vamp-forticheck is an asynchronous, non-destructive security scanner that detects CVE vulnerabilities across seven major network security vendors. It performs a structured three-phase analysis:
Coverage spans 16 CVEs across 7 vendors: FortiOS/FortiGate, Palo Alto PAN-OS, Cisco ASA, Cisco IOS-XE, Check Point Gateway, Juniper Junos, and F5 BIG-IP.
asyncio + aiohttp with configurable concurrencyCVSS × confidence_factor (1.0 for confirmed findings, 0.55 for version-match only)vampsec_report modulePython 3.11+
aiohttp >= 3.9.0
rich >= 13.7.0
Install dependencies:
pip install -r requirements.txt
git clone https://github.com/belky-me/vamp-forticheck.git
cd vamp-forticheck
pip install -r requirements.txt
python vamp_forticheck.py [OPTIONS]
Target selection:
-t, --target HOST [HOST ...] One or more targets (IP, hostname, or HOST:PORT)
-i, --input FILE File with one target per line
Scope:
-s, --scope FILE Allowlist file (CIDR blocks, wildcards, or exact hosts)
Performance:
-c, --concurrency N Maximum concurrent connections (default: 10)
--timeout N Per-request timeout in seconds (default: 10)
Output:
-o, --output FILE Write all findings to a JSON file
--html FILE Generate a standalone HTML report
-v, --verbose Show detailed probe traces and HTTP responses
Scan a single edge device and write a JSON report:
python vamp_forticheck.py -t 203.0.113.1 -o results.json
Scan a target list within a defined scope, with HTML output and verbose logging:
python vamp_forticheck.py -i targets.txt -s scope.txt --html report.html -v
Scan multiple hosts with increased concurrency:
python vamp_forticheck.py -t 10.0.0.1 10.0.0.2 10.0.0.254 -c 20 -o findings.json
Scan a management interface on a non-standard port:
python vamp_forticheck.py -t firewall.corp.example:8443 --html firewall_report.html
| Code | Meaning | CI/CD usage |
|---|---|---|
0 | No findings — all targets clean |
| Level | Computed score |
|---|---|
| CRITICAL | ≥ 9.0 |
| HIGH | ≥ 7.0 |
| MEDIUM | ≥ 4.0 |
| LOW | > 0.0 |
| INFO | 0.0 |
Score = CVSS_base × confidence_factor. Confidence is 1.0 when a probe confirms the vulnerability condition, and 0.55 when the finding is based on version disclosure alone.
vamp-forticheck is part of the VampSecure Labs Security Research Toolkit — a collection of professional-grade, self-hosted security assessment tools.
© VampSecure Studios — VampSecure Labs Security Research Division
For authorized security assessments only. Unauthorized use is prohibited.
| Format | How to enable | Description |
|---|
| Console | Default | Rich table with vendor, CVE IDs, CVSS score, and risk level per host |
| JSON | -o FILE | Machine-readable findings with full metadata and probe details |
| HTML | --html FILE | Standalone dark-theme report for browser viewing or archival |
| Client report | Configured via vampsec_report | Executive HTML + PDF for client delivery |
| Pass gate |
1 | Medium / Low findings present | Review recommended |
2 | High / Critical findings confirmed | Fail gate — escalate immediately |
| Tool | Purpose |
|---|
| vamp-forticheck | Multi-vendor edge device CVE scanner |
| vamp-cve-oracle | CVE intelligence and RBVM engine |
| vamp-passive-recon | Passive recon and attack surface mapping |
| vamp-subdomain-takeover | Subdomain takeover vulnerability scanner |
| vamp-cloud-enum | Cloud storage bucket enumerator |
| vamp-orchestrator | Multi-tool assessment orchestrator |