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-2026-59827-metabase-cyber-range — Educational cyber range for CVE-2026-59827 (Metabase H2 unsafe deserialization / CWE-502). Isolated Docker lab — training only, not for attacking production Metabase. | Kitploit
Tools/GitHubGitHub/shivammittal2403/cve-2026-59827-metabase-cyber-range
Dynamic Analysis (Sandboxing)Vulnerability AnalysisExploitationWeb Application ExploitationSecurity VirtualizationCTFPenetration TestingLearning & EducationLabs & Practice

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
GitHubshivammittal2403/cve-2026-59827-metabase-cyber-range

cve-2026-59827-metabase-cyber-range

Educational cyber range for CVE-2026-59827 (Metabase H2 unsafe deserialization / CWE-502). Isolated Docker lab — training only, not for attacking production Metabase.

View Repository
4h 14m agoNot yet reviewed
Share

CVE-2026-59827 — Metabase / H2 Unsafe Deserialization Cyber Range

Educational laboratory modeling CVE-2026-59827 (GHSA-w95f-x9v9-wv36): unsafe deserialization of H2 query result columns of type OTHER in Metabase.

TRAINING ONLY — DO NOT EXPOSE TO THE INTERNET

Quick start

root@kitploit:~
git clone https://github.com/shivammittal2403/cve-2026-59827-metabase-cyber-range.git
cd cve-2026-59827-metabase-cyber-range
cp .env.example .env
docker compose build && docker compose up -d

Open: http://127.0.0.1:3000
Login: [email protected] / NativeQuery!2026

Attacker: docker exec -it cve59827-attacker bash

Vulnerability

Authenticated user + native H2 query → OTHER column → Java object deserialization → RCE (lab: controlled artifact only).

Fixed in Metabase 1.58.15 / 1.59.12 / 1.60.6.3 / 1.61.1.4.

See docs/ for full curriculum (10 CTF levels, detection, forensics, patch).

Download Tool