[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <16513.1302118831@localhost>
Date: Wed, 06 Apr 2011 15:40:31 -0400
From: Valdis.Kletnieks@...edu
To: Ryan Sears <rdsears@....edu>
Cc: full-disclosure <full-disclosure@...ts.grok.org.uk>
Subject: Re: ISC DHCP Client [3.0.x to 4.2.x] Arbitrary
Command Execution (CVE-2011-0997)
On Wed, 06 Apr 2011 14:01:58 EDT, Ryan Sears said:
> https://www.isc.org/software/dhcp/advisories/cve-2011-0997
Seems a tad buggy in the mitigation section:
new_host_name=${new_host_name//[^a-zA-Z0-9]/}
I suspect they wanted:
new_host_name=${new_host_name//[^-.a-zA-Z0-9]/}
Otherwise if a valid dhcp server hands you foo.bar.baz.example.com your hostname
just became foobarbazexamplecom - whoops. Oh, and - just because that's valid in a
hostname too...
Content of type "application/pgp-signature" skipped
_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/
Powered by blists - more mailing lists