Disable WPAD Now or Have Your Accounts Compromised, Researchers Warn (csoonline.com)
It's enabled by default on Windows (and supported by other operating systems) -- but now security researchers are warning that "Man-in-the-middle attackers can abuse the WPAD protocol to hijack people's online accounts and steal their sensitive information even when they access websites over encrypted HTTPS or VPN connections," according to CSO. Slashdot reader itwbennett writes: Their advice: disable WPAD now. "No seriously, turn off WPAD!" one of their presentation slides said. "If you still need to use PAC files, turn off WPAD and configure an explicit URL for your PAC script; and serve it over HTTPS or from a local file"... A few days before their presentation, two other researchers named Itzik Kotler and Amit Klein independently showed the same HTTPS URL leak via malicious PACs in a presentation at the Black Hat security conference. A third researcher, Maxim Goncharov, held a separate Black Hat talk about WPAD security risks, entitled BadWPAD.
To prevent Windows from tracking which network support WPAD, you need to make a simple registry change:
Click the Start button, and in the search field, type in "regedit", then select "regedit.exe" from the list of results
Navigate through the tree to "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Wpad"
Once you have the "Wpad" folder selected, right click in the right pane, and click on "New -> DWORD (32-Bit Value)"
Name this new value "WpadOverride"
Double click the new "WpadOverride" value to edit it
In the "Value data" field, replace the "0" with a "1", then click "OK"
Reboot the computer
Unless I have Windows Server 2008 RC2. Any clues as to how to turn it off on Windows 10? I do not use proxy so I should turn it off regardless.
I go out of my way to complicate the simple things, so that I can simplify the complicated things.
If you were finding the summary to be less than clear on WTF it was referring to.. WPAD = Web Proxy Autodiscovery Protocol.
I should use this sig to advertise my book ISBN-13 : 978-1501515132.
Is there any such setting to disable on OS X/macOS?
Is this advice for Windows 10? Windows 8? Windows 7? Windows Vista? Windows XP? Windows NT? Windows 2000? Windows 98? Windows 95? Windows ME?
Also Linux, iOS, Palm Pilot and KA9Q. The problem is in the protocol blindly fetching javascript and running it. Blame Netscape.
I should use this sig to advertise my book ISBN-13 : 978-1501515132.
This should work for most users:
1. Uncheck “Automatically detect settings” of Local Area Network (LAN) Settings in Internet Options.
2. Disable the service “WinHTTP Web Proxy Auto-Discovery Service” in Services.
3. Disable devolution by setting UseDomainNameDevolution value under the following registry entry to 0 (FALSE):
HKLM\System\CurrentControlSet\Services\Tcpip\Parameters
Just cruising through this digital world at 33 1/3 rpm...
If anyone made a program to disable this, you'd probably make some money. I don't want to try remotely editing the Registry on my mother's computer :-)
I've done well over the past 20 years by just looking for marketingspeak and deactivating pre-emptively.
Insert a CD or device and then manually run SETUP.EXE? Fine. Insert a CD and let Autorun do it? Presume insecure. Disable.
DHCP is "Dynamic Host Configuration Protocol." No marketing name, but it works just fine and automagically gets me an IP. Something like Web Proxy Auto Discovery of an external service on the LAN? Presume insecure.
TV? Monitor? Fine. Smart TV? Literally a device with unpatchable firmware sitting on your network. Disable/block it.
Mounting a remote filesystem? Fine. Bonjour/Zeroconf = Presume insecure. (And while we're at it, File and Print "Sharing" done over port 137/138/139? NetBIOS/NetBEUI? REALLY?!?!?!)
Plug-and-Play (as the replacement for setting interrupts)? Works just fine. The totally related Universal Plug-and-Play, as in UDP Port 1900?) Presume insecure.
Setting up WPA2 with PSK? Works. WPS, originally known as "Wi-Fi Simple Config" with a push-button? Again, insecure
Actual programs that you run and that aren't tightly integrated to the OS? Fine. Windows Widgets and Gadgets because oooh, they're on the desktop and not in their own separate windows? No. Insecure.
Any service with a marketing-friendly name like "Smart" "Auto" "Easy" - and especially one enabled by default - must be presumed insecure and must be disabled.
Article links to 2 PDF's hosted by Blackhat. Can't wait to read em!
Everything I've found says that it is not enabled by default in GNU/Linux or iOS.
Right. It isn't. The common scenario is your work laptop that has it configured in order to find the company proxy, but when outside that network, it will reach out and pick up anything proffered up with the same name.
I should use this sig to advertise my book ISBN-13 : 978-1501515132.
Sounds a bit overhyped to me, "You won't believe what happened when they connected to an untrusted network!"
Never email donotemail@WeAreSpammers.com
It isn't ... on what distribution? Do you really feel lucky and able to claim that it isn't for ALL distris out there?
We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
Yes. And 8, 8.1, 10, ... all and any of them. The how to is in the top post.
We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
You have done well Glasshopper.
I should use this sig to advertise my book ISBN-13 : 978-1501515132.
I found an 8 year-old article (http://perimetergrid.com/wp/2008/01/11/wpad-internet-explorers-worst-feature/) about this and how to disable it with a simple Google search. I'm still glad Slashdot posted about it today because I would never have realized it was a problem. How has this vulnerability existed for almost a decade without being rectified?
http://maximumhoyt.blogspot.co...
"I believe in Karma. That means I can do bad things to people all day long and I assume they deserve it." : Dogbert
... "Stop using Windows NOW. No, seriously, stop using it NOW!" ?
Can someone in the know make a definitive statement about whether this affects OS X users and if it does what to do?
Are there chances that this is the weakness being used to track down Tor users who are using Windows OS?
You can disable this via the registry DWORD (0) at HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\EnableAutoproxyResultCache.
https://support.microsoft.com/...
Area51 - We are watching...
It is one of the reasons I stopped using my work laptop outside of work, except at home on the VPN.
I should use this sig to advertise my book ISBN-13 : 978-1501515132.
It probably is in your browser.
There are two variants:
a) via DHCP. Then your os needs to do stuff
b) Via DNS. Then your browser implements it. (Or your OS could do stuff, like setting environment variables).
I think the attack is about the DNS variant only.