4 matches found
CVE-2018-6389
CVE-2018-6389 WordPress Exploit CVE-2018-6389 Exploit kann jede WordPress-Seite unter 4.9.3 lahmlegen Die Schwachstelle betrifft das WordPress-Skript load-scripts.php , das einen Parameter namens load empfängt. Über den PoC Ein einfaches Python-Skript mit Threading könnte es jedem ermöglichen, di...
kimi
Kimi: Motor de Descoberta de Superfície de Ataque Desenvolvido com 💜 por @alechilczenko Contexto do Projeto: Este projeto serve como uma peça de portfólio demonstrando conceitos em segurança ofensiva, concorrência e arquitetura distribuída. 1. Apresentando Kimi: A História de Origem O que era Kim...
PyO3 has a missing `Sync` bound on `PyCFunction::new_closure` closures
PyCFunction::newclosure and the temporary newclosurebound complement in the 0.21–0.22 series required the supplied closure to be Send + 'static but not Sync. The resulting PyCFunction is a Python callable that can be invoked from any Python thread, which means the closure may be called concurrent...
GHSA-CHGR-C6PX-7XPP PyO3 has a missing `Sync` bound on `PyCFunction::new_closure` closures
PyCFunction::newclosure and the temporary newclosurebound complement in the 0.21–0.22 series required the supplied closure to be Send + 'static but not Sync. The resulting PyCFunction is a Python callable that can be invoked from any Python thread, which means the closure may be called concurrent...