Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Full Disclosure: Full-Disclosure

Newest hacks

 

 

Full Disclosure full-disclosure RSS feed   Index | Next | Previous | View Threaded


wangkaig at lenovo

Mar 20, 2007, 10:26 PM

Post #1 of 8 (467 views)
Permalink
Newest hacks

Hi guys,

I noticed a news recently.Researchers at Indiana University's Department
of Computer Science recently released a report outlining a way hackers
could potentially access and change the configuration routers on home
networks. They described how some JavaScript built into a Web page could
be used to log into the administrator account of a home router and change
its DNS (define) settings.The Indiana University report points out that
this attack doesn't exploit any browser vulnerability, and, more
importantly, it seems to work with pretty much any router,rrespective of
brand or model.Any idea how to program the javascript to modify the DNS
configuration?

Best Regards



Ken


drellman at hotmail

Mar 20, 2007, 10:45 PM

Post #2 of 8 (438 views)
Permalink
Re: Newest hacks [In reply to]

similar to this:
http://seclists.org/bugtraq/2007/Feb/0285.html
We discovered a new potential threat that we term "Drive-by Pharming".
An attacker can create a web page containing a simple piece of malicious
JavaScript code. When the page is viewed, the code makes a login attempt
into the user's home broadband router and attempts to change its DNS
server settings (e.g., to point the user to an attacker-controlled DNS
server). Once the user's machine receives the updated DNS settings from
the router (e.g., after the machine is rebooted) future DNS request are
made to and resolved by the attacker's DNS server.


wangkaig [at] lenovo wrote:
> Hi guys,
>
> I noticed a news recently.Researchers at Indiana University's Department
> of Computer Science recently released a report outlining a way hackers
> could potentially access and change the configuration routers on home
> networks. They described how some JavaScript built into a Web page could
> be used to log into the administrator account of a home router and change
> its DNS (define) settings.The Indiana University report points out that
> this attack doesn't exploit any browser vulnerability, and, more
> importantly, it seems to work with pretty much any router,rrespective of
> brand or model.Any idea how to program the javascript to modify the DNS
> configuration?
>
> Best Regards
>
>
>
> Ken
>
>
>
>
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Full-Disclosure - We believe in it.
> Charter: http://lists.grok.org.uk/full-disclosure-charter.html
> Hosted and sponsored by Secunia - http://secunia.com/

_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/


jimpop at yahoo

Mar 20, 2007, 10:48 PM

Post #3 of 8 (437 views)
Permalink
Re: Newest hacks [In reply to]

On Wed, 2007-03-21 at 13:26 +0800, wangkaig [at] lenovo wrote:
>
> Hi guys,
>
> I noticed a news recently.Researchers at Indiana University's
> Department of Computer Science recently released a report outlining a
> way hackers could potentially access and change the configuration
> routers on home networks. They described how some JavaScript built
> into a Web page could be used to log into the administrator account of
> a home router and change its DNS (define) settings.The Indiana
> University report points out that this attack doesn't exploit any
> browser vulnerability, and, more importantly, it seems to work with
> pretty much any router,rrespective of brand or model.Any idea how to
> program the javascript to modify the DNS configuration?

Sure. Someone could create an html email with an img src set to
something like this:
http://192.168.1.1?/cgi-stuff?dns1=badguy.someplace.tld.

Next they could add a bunch of urls for all the different router types.
Then, they could send the email from a common Sender addr like
security@<comapany>.tld so that email clients load the images
automatically. :-(

-Jim P.

_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/


krahmer at suse

Mar 21, 2007, 2:08 AM

Post #4 of 8 (439 views)
Permalink
Re: Newest hacks [In reply to]

On Wed, 21 Mar 2007, Saeed Abu Nimeh wrote:

Hi,

This is not very different from the common session riding attacks
happening since ages, except the part after the "vulnerability"
(changing DNS or whatever).
Internal 192.168.x.y <img src=> tags have been used since years to trigger
intranet CGI's and configuration stuff. The possibility to exploit this
with DSL modems and alike is straight forward ;-)
Nice however...

Sebastian

> similar to this:
> http://seclists.org/bugtraq/2007/Feb/0285.html
> We discovered a new potential threat that we term "Drive-by Pharming".
> An attacker can create a web page containing a simple piece of malicious
> JavaScript code. When the page is viewed, the code makes a login attempt
> into the user's home broadband router and attempts to change its DNS
> server settings (e.g., to point the user to an attacker-controlled DNS
> server). Once the user's machine receives the updated DNS settings from
> the router (e.g., after the machine is rebooted) future DNS request are
> made to and resolved by the attacker's DNS server.
>
>
> wangkaig [at] lenovo wrote:
> > Hi guys,
> >
> > I noticed a news recently.Researchers at Indiana University's Department
> > of Computer Science recently released a report outlining a way hackers
> > could potentially access and change the configuration routers on home
> > networks. They described how some JavaScript built into a Web page could
> > be used to log into the administrator account of a home router and change
> > its DNS (define) settings.The Indiana University report points out that
> > this attack doesn't exploit any browser vulnerability, and, more
> > importantly, it seems to work with pretty much any router,rrespective of
> > brand or model.Any idea how to program the javascript to modify the DNS
> > configuration?
> >
> > Best Regards
> >
> >
> >
> > Ken
> >
> >
> >
> >
> >
> >
> >
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > Full-Disclosure - We believe in it.
> > Charter: http://lists.grok.org.uk/full-disclosure-charter.html
> > Hosted and sponsored by Secunia - http://secunia.com/
>
> _______________________________________________
> Full-Disclosure - We believe in it.
> Charter: http://lists.grok.org.uk/full-disclosure-charter.html
> Hosted and sponsored by Secunia - http://secunia.com/
>

--
~
~ perl self.pl
~ $_='print"\$_=\47$_\47;eval"';eval
~ krahmer [at] suse - SuSE Security Team
~ SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nuernberg)

_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/


nikon at xillioncomputers

Mar 21, 2007, 7:29 AM

Post #5 of 8 (448 views)
Permalink
Re: Newest hacks [In reply to]

For those who haven't read about what Ken was saying.

The technique is called drive by Pharming. It involves crafting a page
hosting malicious JavaScript that takes advantage of default configurations
in home broadband modem/routers. (dlink, Linksys, netcomm etc.)
The basis of this attack is tricking a user into accessing a webpage that
changes the configuration of your modem by using default username and
password credentials.

The report by the Indiana university is here:
http://www.cs.indiana.edu/pub/techreports/TR641.pdf

Symantec's noob proof response is here:
http://www.symantec.com/enterprise/security_response/weblog/2007/02/driveby_
pharming_how_clicking_1.html

nikon.

_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/


jammer128 at gmail

Mar 21, 2007, 1:09 PM

Post #6 of 8 (437 views)
Permalink
Re: Newest hacks [In reply to]

this is old and i find it personally useless/retarded. complete waste
if a wardrivers time. if you can give me 5 cases of something like
this actually happening, with PROOF, please do. i will then change my
mind.

On 3/21/07, Nick Eoannidis <nikon [at] xillioncomputers> wrote:
> For those who haven't read about what Ken was saying.
>
> The technique is called drive by Pharming. It involves crafting a page
> hosting malicious JavaScript that takes advantage of default configurations
> in home broadband modem/routers. (dlink, Linksys, netcomm etc.)
> The basis of this attack is tricking a user into accessing a webpage that
> changes the configuration of your modem by using default username and
> password credentials.
>
> The report by the Indiana university is here:
> http://www.cs.indiana.edu/pub/techreports/TR641.pdf
>
> Symantec's noob proof response is here:
> http://www.symantec.com/enterprise/security_response/weblog/2007/02/driveby_
> pharming_how_clicking_1.html
>
> nikon.
>
> _______________________________________________
> Full-Disclosure - We believe in it.
> Charter: http://lists.grok.org.uk/full-disclosure-charter.html
> Hosted and sponsored by Secunia - http://secunia.com/
>

_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/


jammer128 at gmail

Mar 21, 2007, 2:29 PM

Post #7 of 8 (437 views)
Permalink
Re: Newest hacks [In reply to]

someone has too much free time.

On 3/21/07, Stauf von Stauf <stauf [at] freshcheese> wrote:
> Jason Miller wrote:
> > this is old and i find it personally useless/retarded. complete waste
> > if a wardrivers time. if you can give me 5 cases of something like
> > this actually happening, with PROOF, please do. i will then change my
> > mind.
> >
> > On 3/21/07, Nick Eoannidis <nikon [at] xillioncomputers> wrote:
> >
> >> For those who haven't read about what Ken was saying.
> >>
> >> The technique is called drive by Pharming. It involves crafting a page
> >> hosting malicious JavaScript that takes advantage of default configurations
> >> in home broadband modem/routers. (dlink, Linksys, netcomm etc.)
> >> The basis of this attack is tricking a user into accessing a webpage that
> >> changes the configuration of your modem by using default username and
> >> password credentials.
> >>
> >> The report by the Indiana university is here:
> >> http://www.cs.indiana.edu/pub/techreports/TR641.pdf
> >>
> >> Symantec's noob proof response is here:
> >> http://www.symantec.com/enterprise/security_response/weblog/2007/02/driveby_
> >> pharming_how_clicking_1.html
> >>
> >> nikon.
> >>
> >> _______________________________________________
> >> Full-Disclosure - We believe in it.
> >> Charter: http://lists.grok.org.uk/full-disclosure-charter.html
> >> Hosted and sponsored by Secunia - http://secunia.com/
> >>
> >>
> >
> > _______________________________________________
> > Full-Disclosure - We believe in it.
> > Charter: http://lists.grok.org.uk/full-disclosure-charter.html
> > Hosted and sponsored by Secunia - http://secunia.com/
> >
> It was recently a major problem for tconl networks, and for a while
> there was an alert located on http://home.tconl.com. It was a major
> call driver for the support as well. And it was a bitch to figure out.
>

_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/


redhowlingwolves at bellsouth

Mar 21, 2007, 2:59 PM

Post #8 of 8 (431 views)
Permalink
Re: Newest hacks [In reply to]

It seems to me pdp(architect) wrote about this about a year ago.He also
wrote a simple javascript scanner.You can check it out at
http://www.gnucitizen.org/projects/javascript-port-scanner/.
Regards,
Scott

_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/

Full Disclosure full-disclosure RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.