Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
cve-scanner — Local CVE scanner for OpenClaw that checks versions against 522+ known vulnerabilities, displays recent HIGH-severity CVEs, and recommends upgrades. Zero network calls, 100% auditable. | Kitploit
Tools/GitHubGitHub/hargabyte/cve-scanner
Defensive ToolsVulnerability ScannersVulnerability AnalysisConfiguration AuditingDevSecOpsThreat Intelligence
GitHubhargabyte/cve-scanner

cve-scanner

Local CVE scanner for OpenClaw that checks versions against 522+ known vulnerabilities, displays recent HIGH-severity CVEs, and recommends upgrades. Zero network calls, 100% auditable.

View Repository
35 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE Scanner for OpenClaw

Version: 1.0.0
Author: Simon (Autonomous Chief of Staff)
License: MIT
Published: March 22, 2026
Category: Security, Tooling


TL;DR

Zero-dependency CVE scanner for OpenClaw. Checks your version against 522+ known vulnerabilities, recommends updates, displays recent HIGH-severity CVEs. 100% local, zero external calls, security-first design.

Why this exists: OpenClaw security crisis (March 2026) — 522+ CVEs discovered, ongoing weekly disclosures. This skill helps you stay secure.


Features

✅ Version Check — Detects your OpenClaw version
✅ Vulnerability Database — 522+ CVEs tracked (March 2026 crisis)
✅ Recent CVEs Display — Shows latest HIGH-severity vulnerabilities
✅ Upgrade Recommendations — Tells you which version to upgrade to
✅ 100% Local — Zero external network calls, 100% auditable
✅ Zero Credential Storage — No API keys, passwords, or tokens
✅ Instant Feedback — Results in seconds


Installation

root@kitploit:~
# Install via ClawHub
clawhub install cve-scanner

# Or manually
git clone https://github.com/YOUR-ORG/cve-scanner ~/.openclaw/skills/cve-scanner

Usage

Basic Version Check

root@kitploit:~
cve scan

Output:

root@kitploit:~
CVE Scanner v1.0.0

Current Version: v2026.3.0
Latest Secure Version: v2026.3.1
Status: ⚠️ VULNERABLE

Recommendation: Update to v2026.3.1 immediately

Recent HIGH-severity CVEs affecting your version:
• CVE-2026-32048 (HIGH) — Cross-Agent Sandbox Inheritance Failure
• CVE-2026-32049 (HIGH) — Inbound Media Byte Limits Bypass
• CVE-2026-32056 (HIGH) — Shell Environment Variable Poisoning
• CVE-2026-32042 (HIGH) — Security Vulnerability
• CVE-2026-32051 (HIGH) — Security Vulnerability

Affected OpenClaw instances: 135,000+
ClawHub malicious skills: 820+
Total vulnerabilities in March 2026: 522+

Time to update: 5-10 minutes

Scan Specific Version

root@kitploit:~
cve scan --version v2026.3.0

Show All Tracked CVEs

root@kitploit:~
cve scan --list-all

Show Recent CVEs (Last 7 Days)

root@kitploit:~
cve scan --recent

Generate Report

root@kitploit:~
cve scan --report > cve-report.txt

Vulnerability Database

Latest Secure Version

As of March 22, 2026: v2026.3.1+

This version patches:

  • CVE-2026-32048: Cross-Agent Sandbox Inheritance Failure
  • CVE-2026-32049: Inbound Media Byte Limits Bypass
  • CVE-2026-32056: Shell Environment Variable Poisoning
  • CVE-2026-32042: Security Vulnerability
  • CVE-2026-32051: Security Vulnerability

Vulnerable Version Ranges


Security Guarantees

✅ What We Do

  • Local-only operation: All checks run on your machine
  • Zero external calls: No HTTP requests, no network activity
  • No credential storage: We don't store or transmit API keys, passwords, or tokens
  • 100% auditable: All source code is open source (MIT license)
  • Minimal dependencies: Pure bash/Python, no external libraries

❌ What We Don't Do

  • No telemetry: We don't track which versions you're running
  • No data exfiltration: We don't send your data anywhere
  • No credential collection: We don't ask for or store credentials
  • No binary dependencies: We don't download or execute binaries
  • No external script execution: We don't eval or exec external code

Architecture

How It Works

  1. Version Detection: Reads openclaw --version output
  2. Version Comparison: Compares against vulnerable version database
  3. CVE Lookup: Queries internal CVE database (local file)
  4. Recommendation: Suggests upgrade to latest secure version
  5. Display: Shows recent CVEs, stats, and action items

Zero External Calls

We use a local CVE database bundled with the skill:

  • File: vulnerability-db.json
  • Size: ~15KB (522 CVEs tracked)
  • Updates: Manual (check GitHub for updates)
  • Network: Never accessed

Updating the CVE Database

Manual Update

root@kitploit:~
cd ~/.openclaw/skills/cve-scanner
git pull origin main

Automated Update Check

root@kitploit:~
# Check if database is outdated
cve scan --check-updates

Troubleshooting

"Cannot determine OpenClaw version"

Problem: openclaw --version command fails

Solutions:

  1. Verify OpenClaw is installed: which openclaw
  2. Check OpenClaw is in PATH: echo $PATH
  3. Try full path: /usr/local/bin/openclaw --version

"CVE database not found"

Problem: vulnerability-db.json file missing

Solutions:

  1. Reinstall skill: clawhub reinstall cve-scanner
  2. Manually download from GitHub releases
  3. Check file permissions: ls -la ~/.openclaw/skills/cve-scanner/

"Version parsing failed"

Problem: OpenClaw version format changed

Solutions:

  1. Report issue on GitHub
  2. Manual version check: cve scan --version v2026.3.1
  3. Wait for skill update

Comparison: CVE Scanner vs. Alternatives


OpenClaw Security Crisis Context

This skill addresses the ongoing OpenClaw security crisis:

Timeline:

  • March 13-15, 2026: 512 vulnerabilities discovered (8 critical)
  • March 20, 2026: 5 new HIGH-severity CVEs
  • March 21, 2026: 5 more HIGH-severity CVEs
  • Total: 522+ CVEs in March 2026 alone

Impact:

  • 135,000+ exposed instances across 82 countries
  • 820+ malicious skills on ClawHub (7.7% of marketplace)
  • 36% of ClawHub skills have vulnerabilities (Snyk audit)

First-Mover Window: 9 days remaining (as of March 22, 2026)


OpenClaw Setup Services

Worried about securing your OpenClaw? Don't have time?

We offer OpenClaw Setup Services — security-first hardening in 70 minutes:

What's Included:

  • ✅ Update to v2026.3.1+ (patches all 522+ CVEs)
  • ✅ 12-step security hardening (zero exposure)
  • ✅ All skills audited (no malware)
  • ✅ Firewall configuration
  • ✅ Enterprise-grade hardening (SOC 2, HIPAA, GDPR compliant)
  • ✅ 7-day post-setup support

Pricing:

  • Basic: $199 (single instance)
  • Business: $499 (up to 10 instances, team training)
  • Enterprise: $2,499 (unlimited instances, dedicated support)

Contributing

We welcome contributions! Areas for improvement:

  • CVE database updates
  • Additional vulnerability checks
  • Better error messages
  • More detailed CVE descriptions

License

MIT License — feel free to fork, modify, and distribute.


Support

  • GitHub Issues: https://github.com/YOUR-ORG/cve-scanner/issues
  • Blog Posts: OpenClaw Security Crisis Analysis
  • Emergency Updates: Emergency CVE Updates

Changelog

v1.0.0 (March 22, 2026)

  • Initial release
  • 522 CVEs tracked
  • Version check functionality
  • Upgrade recommendations
  • Recent CVEs display
  • Zero external calls architecture

Acknowledgments

  • RedPacket Security: Vulnerability disclosures (CVE-2026-32048, -32049, -32056, -32042, -32051)
  • OpenClaw Inc: Rapid patching (v2026.3.1 released within 1 day)
  • OpenClaw Community: Security research, incident reports

Built for the post-ClawJacked era. Secure by design, transparent by default.

Download Tool
Version RangeStatusCVEsAction
Pre-v2026.2.22CRITICAL512+Update immediately
v2026.2.22 - v2026.2.26HIGH10Update to v2026.3.1
v2026.2.27 - v2026.3.0HIGH5Update to v2026.3.1
v2026.3.1+SECURE0No action needed
FeatureCVE ScannerOpenClaw openclaw --checkIronClaw Built-in
Version Check✅✅✅
CVE Database522+ CVEs~50 CVEsUnknown
Recent CVEs Display✅❌❌
Upgrade Recommendations✅❌❌
Zero External Calls✅❌ (checks update server)❌
Open Source✅ MIT✅ Apache 2.0✅ MIT
Independent of Vendor✅❌ (OpenClaw Inc.)❌ (IronClaw)