7 matches found
cve-2021-4034
cve-2021-4034 mkdir -p 'GCONVPATH=.'; touch 'GCONVPATH=./pwnkit'; chmod a+x 'GCONVPATH=./pwnkit' mkdir -p pwnkit; echo 'module UTF-8// PWNKIT// pwnkit 2' pwnkit/gconv-modules echo...
CVE-2021-4034
CVE-2021-4034 polkit権限昇格エクスプロイトのための一日 make、./cve-2021-4034を実行するだけで、rootシェルが手に入ります。 実際の作者によるオリジナルアドバイザリはこちら PoC エクスプロイトが正常に動作した場合、すぐにrootシェルが取得できます。 root@kitploit: vagrant@ubuntu-impish:/CVE-2021-4034$ make cc -Wall --shared -fPIC -o pwnkit.so pwnkit.c cc -Wall cve-2021-4034.c -o cve-2021-4034 ech...
CVE-2021-4034-PwnKit-
CVE-2021-4034 PwnKit - 分析とエクスプロイト このリポジトリには、CVE-2021-4034 (別名 PwnKit )のエクスプロイトを実証するソースコードが含まれています。この脆弱性は pkexec(Polkitパッケージの一部)で発見され、悪意のある環境変数を使用することでローカル権限昇格をrootに 許可します。 ⚠️ 警告 このコードは教育および研究目的 でのみ提供されています。本番システムや明示的な許可なく使用してはなりません。不正使用は違法となる可能性があり、作者の利用規約に反します。 🧠 技術的説明 この脆弱性は、pkexec...
Restricted vim sandbox escape
Description Restricted vim doesn't allow executing shell commands but it's possible to bypass this by setting GCONVPATH environment variable. I'm not sure if this can be consider a vulnerability but I decided to report it anyway found this while playing TeamItaly CTF . Proof of Concept Save this...
Exploit for Out-of-bounds Write in Polkit_Project Polkit
CVE-2021-4034 - Proof Of Concept This POC exploits GLib's...