4 matches found
bluffy
Bluffy Converti shellcode in ✨ diversi ✨ formati! Bluffy è un'utilità utilizzata in esperimenti per bypassare i prodotti antivirus staticamente formattando shellcode in formati di dati dall'aspetto realistico. Strumenti proof-of-concept, come 0xBoku di NinjaUUIDRunner e ChoiSG di UuidShellcodeExe...
CVE-2026-41704
CVE-2026-41704 affects BOSH Director prior to v282.1.12. The issue arises from AgentClient#handle_method handling NATS responses: it may invoke inject_compile_log and format_exception, and the blobstore resource flow calls ResourceManager#get_resource(blob_id) followed by ResourceManager#delete_r...
CVE-2026-41704 Compromised VM can make arbitrary blobstore deletes
AgentClienthandlemethod lines 264-303 processes every NATS reply. It calls injectcompilelog line 273 on every response, which reads response'value''result''compilelogid' line 332-338 and passes it to downloadanddeleteblob. Separately, any response containing 'exception' goes through formatexcepti...
ProjectID is disclosed and can be used for IDOR attack
I find that we click "Settings" button, we can see all the project, even the login user does not belong to the project. Using burpsuit to hijack the reqeust, we can obtain project ids. We can use projectid to perform IDOR attack. 1 create two projects: project1 and project2, and their admin is...