From 0c632af59be81329a859d27014135e1307345cdf Mon Sep 17 00:00:00 2001 From: Kris Lamoureux Date: Fri, 22 May 2026 00:27:31 -0400 Subject: [PATCH] Add ssh-keysign-pwn CVE-2026-46333 --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6e522f1..a189eb3 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,8 @@ source-based PoCs before Vagrant rsyncs them to `/vagrant` on the guest. ## Vulnerabilities -| CVE | Name | CVSS | Type | Box | Exploit | -| -------------- | --------- | ---- | ---- | ------------------- | ---------------------------------------- | -| CVE-2026-31431 | copyfail | 7.8 | LPE | debian13-20260221.0 | [Python PoC](https://copy.fail/#exploit) | -| CVE-2026-43284 | dirtyfrag | 8.8 | LPE | debian13-20260221.0 | [C PoC](https://dirtyfrag.io/) | +| CVE | Name | CVSS | Type | Box | Exploit | +| -------------- | --------------- | ---- | --------- | ------------------- | ------------------------------------------------------------- | +| CVE-2026-31431 | copyfail | 7.8 | LPE | debian13-20260221.0 | [Python PoC](https://copy.fail/#exploit) | +| CVE-2026-43284 | dirtyfrag | 8.8 | LPE | debian13-20260221.0 | [C PoC](https://dirtyfrag.io/) | +| CVE-2026-46333 | ssh-keysign-pwn | 7.1 | Info Leak | debian13-20260221.0 | [C PoC](https://github.com/0xdeadbeefnetwork/ssh-keysign-pwn) |