SHELLSHOCK!

Sistemi operativi Linux e software open source
Jena Plisskin
Messaggi: 745
Iscritto il: sabato 9 febbraio 2013, 13:39

Re: SHELLSHOCK!

Messaggio da Jena Plisskin »

Ho googlato un poco, in effetti i più pronti sono stati debian e redhat. Cmq i consigli sono quella di non usare script in cgi per i server web e usare un'altra shell. La pagina del forum linkata parla della patch #026 fornita dagli sviluppatori di Bash

http://www.linuxquestions.org/questions ... page5.html

se te la senti puoi compilartela, ma io attiverei i minimi consigli di sicurezza ed attenderei l'rpm. Mi preoccupa android :? usa la bash ? perche c'è un baco anche su dhcp, sempre sullo stesso link.

Avatar utente
magooz
Messaggi: 718
Iscritto il: sabato 9 febbraio 2013, 10:49
Località: Copertino (LE)

Re: SHELLSHOCK!

Messaggio da magooz »

Su Debian testing c'è stato l'update domenica.

Per quanto ne so, Android usa mksh...
GNU/Linux User # 402007
Immagine
Heaven is where the police are British, the chefs Italian, the mechanics German, the lovers French and is is all organized by the Swiss.
Hell is where the police are German, the chefs British, the mechanics French, the lovers Swiss and it is all organized by the Italians.

dobermann77
Messaggi: 1081
Iscritto il: martedì 6 agosto 2013, 19:58

Re: SHELLSHOCK!

Messaggio da dobermann77 »

Occhio debianari, controllate bene con questa stringa!

Codice: Seleziona tutto

cd /tmp; rm -f /tmp/echo; env 'x=() { (a)=>\' bash -c "echo date"; cat /tmp/echo
Se mostra la data, il problema esiste ancora!
Anche OpenSUSE ha patchato da un bel pezzo, ma solo PARZIALMENTE!

Cyanogen usa bash.

Avatar utente
magooz
Messaggi: 718
Iscritto il: sabato 9 febbraio 2013, 10:49
Località: Copertino (LE)

Re: SHELLSHOCK!

Messaggio da magooz »

Confermo che su Debian testing il problema è risolto, perché viene visualizzata la stringa "date" e non la data.
GNU/Linux User # 402007
Immagine
Heaven is where the police are British, the chefs Italian, the mechanics German, the lovers French and is is all organized by the Swiss.
Hell is where the police are German, the chefs British, the mechanics French, the lovers Swiss and it is all organized by the Italians.

dobermann77
Messaggi: 1081
Iscritto il: martedì 6 agosto 2013, 19:58

Re: SHELLSHOCK!

Messaggio da dobermann77 »


Jena Plisskin
Messaggi: 745
Iscritto il: sabato 9 febbraio 2013, 13:39

Re: SHELLSHOCK!

Messaggio da Jena Plisskin »

Per me Heartbleed è peggio. Il problema della bash è grave ma devi aver avuto già un accesso illegale. Facilita la vita ma in parte il guaio è già avvenuto. Il bug dell SSL ha messo in crisi i siti web, ovviamente tutti esposti quindi tutti raggiungibili. Di HB si hanno dei test positivi di aggressione simulata, del bug della Bash non ci sono test positivi, almeno io non li ho trovati.

Resta un problema grave, imho.

Rispondi