
A curated collection of in-depth vulnerability writeups covering real-world security incidents in the software ecosystem. Each entry includes a full technical analysis, proof-of-concept, IOC listing, and remediation guidance.
Purpose: Educational reference and portfolio. All PoC code is for detection and research only.
| # | Vulnerability | Type | Severity | Date | Status |
|---|---|---|---|---|---|
| 004 | BeyondTrust Privilege Management for Windows (CVE-2026-1232) | Anti-Tamper Bypass / Privilege Control Weakness | 🟠 Medium | Feb 1, 2026 | ✅ Complete |
Each entry follows a consistent format:
beyondtrust-cve-2026-1232/
├── README.md # full writeup
├── references.md # references
└── poc/ # poc scripts
│
├── check_beyondtrust_integrity.ps1 # PoC 1: version & integrity scanner
│
├── tamper_demo.py # PoC 2: anti-tamper bypass pattern demo
│
└── policy_diff_demo.py # PoC 3: policy diff & integrity check demo
The writeup covers:
Maintained by @horrister