Friday, 1 May 2015

Russians hacked Pentagon

The news channel quoted Defence Secretary Ash Carter, saying that the Department of Defense suffered a cybersecurity breach after Russian hackers infiltrated an unclassified defense computer network earlier this year.

The Department of Defense managed to react quickly and get rid of the attackers within 24 hours, but to Carter, speaking to a group at Stanford University, that was not enough to feel safe: `I still worry about what we don't know because this was only one attack` he said.

A Pentagon official told Fox News that the Russian hacking of the Department of Defense was `totally separate` from recent hacks at the White House and State Department earlier this month and in March, respectively.

Russian hackers broke into the unclassified networks of the White House itself last October. This past March, media revealed the networks at the State Department had also been breached.

The news came a day after it was revealed that the US military will, for the first time ever, include cyber warfare as an option in conflicts with enemies.

A 33-page Pentagon cybersecurity strategy says the Defence Department `should be able to use cyber operations to disrupt an adversary's command and control networks, military-related critical infrastructure and weapons capabilities.`
Carter, who was sworn in last February, said one way the department is responding is to be more transparent about cyber security.

`I think it will be useful to us for the world to know that, first of all, we're going to protect ourselves, we're going to defend ourselves,` said Carter recently.

Read original article

Google Password Alert

Phishing pages are tricky by nature: they look like standard login pages, but are actually faux sites run by people looking to receive and steal passwords. Google is taking steps to thwart this common and dangerous trap with its Password Alert service.

Password Alert is an open-source Chrome extension that Google and Google Apps for Work Accounts. Once you've installed it, it shows a warning if a user types her Google password into a site that isn't a Google sign-in page. The idea is to protect from phishing attacks and also to encourage web denizens to use different passwords for different sites, a security best practice.

`The most effective phishing attacks can succeed 45% of the time, nearly 2% of messages to Gmail are designed to trick people into giving up their passwords, and various services across the web send millions upon millions of phishing emails, every day,` said Drew Hintz, security engineer and Justin Kosslyn from Google Ideas, in a blog post.

For consumer accounts, once Password Alert is installed and initialized, Chrome will remember a `scrambled` version of the Google Account password. So if a user types a password into a site that isn`t a Google sign-in page, an alert pops up warning of being at-risk of being phished.

As for Google for Work, including Google Apps and Drive for Work, administrators can install Password Alert for everyone in the domains they manage, and receive alerts when Password Alert detects a possible problem.

`This can help spot malicious attackers trying to break into employee accounts and also reduce password reuse,` the Googlers said.

Google has been steadily beefing up its security measures, including expanding its Safe Browsing technology, offering tools like two-factor authentication and security keys, and rolling out encryption-by-default across its properties.
The internet behemoth is not without work to do, of course, as the recent revelation of a major WHOIS privacy flaw that exposed nearly 300,000 domains registered via Google Apps to potential phishing attacks and identity theft efforts can attest.

Read original article

Zombie Apps

What happens to dead mobile apps that never get a proper burial? Unfortunately, they often get re-animated.

Any time an app is removed from an app store, that app will still remain on users' mobile devices but it will no longer be updated for bugs or security fixes – meaning it can easily be exploited by third parties to offer fake updates via vulnerabilities that were never patched. Unlike other consumer products and retailers, app stores (such as Google Play and Apple's App Store) are under no regulatory requirement to notify users when or why an app has been removed – making these zombie apps a significantly more widespread risk than mobile malware, as we reported.

But what do these zombies do? One bite from an un-updated BYOD device can turn a whole enterprise network rancid – but imagine instead that it's a whole plague of them, swarming towards the network brains of the organization.

`This year, we'll likely see the first corporate breach traced back to a mobile app,` said Domingo Guerra, president and co-founder at Appthority. `The enterprise is experiencing a massive influx of new end-user devices and apps that offer new ways to perform workday tasks.`

The perception of data breaches in the enterprise has always been associated with the concept of one big breach, where sensitive data like email archives or financial statements is exfiltrated from a vulnerable server.

`But, in the context of BYOD, similar results can also be achieved if data is exfiltrated from individual mobile devices that held key information over time,` reads a report on dead apps from Appthority. `Unlike large data breaches behind the firewall, micro breaches are a lot harder to discover, and it is easier for attackers to cover up their tracks.`

An example scenario would be to target a company's sales force to get to a list of their clients. By profiling the sales team using social networks such as LinkedIn and then using social engineering to uncover dead apps and exploit them, it would be trivial to access their phone contact list/address books.

So the question remains: mobile malware may occupy a lot of headlines, but why – WHY – has no one noticed the zombie scourge?? They're hungry – so hungry – and enterprises would do well to invest in some worker education to avoid throwing open the doors to an easy feast.

Read original article

SOHO Routers Flaw

Major security issues in small office and home routers have again been highlighted after TippingPoint's Zero Day Initiative (ZDI) publicly disclosed a new vulnerability which could allow attackers to remotely execute malicious code on devices.

The remote code execution bug, CVE-2014-8361, affects the RealTek SDK, which means routers from D-Link and Trendnet for sure, but probably many others too.

The ZDI advisory had the following:

`The specific flaw exists within the miniigd SOAP service. The issue lies in the handling of the NewInternalClient requests due to a failure to sanitize user data before executing a system call. An attacker could leverage this vulnerability to execute code with root privileges.`

HP-owned TippingPoint – which was told of the bug by researcher Ricky 'HeadlessZeke' Lawshae – decided to go public with the flaw after months of inaction by RealTek, despite telling the vendor about the vulnerability way back in August last year.

ZDI said in its advisory that the only effective mitigation strategy would be to `restrict interaction with the service to trusted machines.`

`Only the clients and servers that have a legitimate procedural relationship with products using Realtek SDK service should be permitted to communicate with it,` it added. `This could be accomplished in a number of ways, most notably with firewall rules/whitelisting.`

The disclosure is the latest in a string of similar incidents involving SOHO routers.

Most recently, D-Link was forced to push out firmware updates to some of its models to address remote code injection, DNS hijacking and other flaws.

Rapid7 security engineering manager, Tod Beardlsey, argued that patch management of home routers is `usually non-existent` because vulnerabilities mainly cause no noticeable difference in performance, and no one company takes responsibility for patching as the ecosystem is fragmented.

`There are some open source projects, such as OpenWRT and AdvancedTomato which offer much more frequent updates to the firmware that drives several versions of common, off-the-shelf router/modem hardware, but the onus is on the user to ensure that these are up to date,` he added.

`So, there are alternatives to the stock firmware offered by D-Link, Linksys, Buffalo, and other vendors, but there is definitely a maintenance cost associated with them, not the least of which is warranty violation.`

Read original article

Vulnerability Wifi authentication

A vulnerability in wpa_supplicant, used to authenticate clients on Wi-fi networks, could expose Android, BSD, Linux, and possibly Windows and Mac OS X system to attack.

The vulnerability uses Service Set Identifier's information to create or update P2P peer entries. The valid length range of SSID is 0-32 octets, but on one of the code paths wpa_supplicant was not sufficiently verifying the payload length. This resulted in copying of arbitrary data from an attacker to a fixed length buffer of 32 bytes.

The device results in corrupted state in heap, unexpected program behavior due to corrupted P2P peer device information, denial of service due to wpa_supplicant process crash, exposure of memory contents during GO Negotiation, and potentially arbitrary code execution.

According to Jouni Malinen, maintainer of wpa_supplicant, `The vulnerability is easiest to exploit while the device has started an active P2P operation (e.g., has ongoing P2P_FIND or P2P_LISTEN control interface command in progress). However, it may be possible, though significantly more difficult, to trigger this even without any active P2P operation in progress.`

This issue was reported by the Google security team and hardware research group of Alibaba security team.

The users could merge the following commits to wpa_supplicant and rebuild it, validate SSID element length before copying it (CVE-2015-1863) from http://w1.fi/security/2015-1/. Update to wpa_supplicant v2.5 or newer versions, once they are available.

Read original article

POS Malware Victim

Ongoing investigations relating to security breaches - first discovered in March - that involve point-of-sale system vendor NEXTEP are continuing to result in new data breach notifications being issued to consumers (see POS Vendor Investigates Breach). The latest victims: foodservice management company Compass Group and its customers.

NEXTEP`s POS systems, as well as self-serve kiosks, are used in restaurants, airports, education environments, grocery stores and healthcare facilities, among other locations. One of its customers is the Missouri-based restaurant chain Zoup, which in March confirmed that it had found and removed malware from its NEXTEP POS systems which resulted in consumers` payment card data being compromised.

Now, up to 70,000 consumers may have also been affected via similar attacks involving Compass Group, which is composed of 18 operating companies that provide food for such organizations and events as IBM, SAP, the District of Columbia Public Schools and the Academy Awards.

`Based upon an extensive forensic investigation, it appears that unauthorized individuals installed malicious software designed to capture payment card information on certain NEXTEP self-serve payment kiosks used at a limited number of our on-site dining locations,` Charlotte N.C.-based Compass Group says in a related customer FAQ. `We believe that the malware could have compromised payment card data (including name, payment card account number, card expiration date, and the CVV security code) of individuals who used a payment card at impacted NEXTEP self-serve payment kiosks in use at certain on-site dining locations, between February 2, 2015, and March 9, 2015.`

Compass Group says it does not know exactly which credit or debit cards were compromised, but notes that fewer than 70,000 payment cards were used on its NEXTEP self-serve payment kiosks during the breach period. `We believe that the number of exposed cards is significantly lower because only a portion of kiosks were infected with malware,` it says.

A spokeswoman for Compass Group didn`t immediately respond to a request for comment about exactly which locations - and in which states - it found malware-infected NEXTEP kiosks. Its notification to California residents notes that three locations in that state were affected.

In a message to customers, Compass Group says it will offer one year of prepaid identity theft monitoring services to any customer who used the exploited kiosks during that time.

The breach warning follows POS systems provider Harbortouch Payments on April 22 confirming to Information Security Media Group that attackers had successfully launched a malware attack that affected `a small percentage` of its merchant customers (see POS Vendor Reports Malware Attack). To date, Harbortouch has offered scant additional information on the breach, but one card issuer tells ISMG that related fraud appears to have occurred from March 10 to April 14, 2015.

Familiar Attack Formula

The NEXTEP and Harbortouch Payments breaches are the latest in a string of attacks that involve POS systems. `This is more of the same - cybercriminals are testing every stakeholder in the payments ecosystem for vulnerabilities, and POS systems are a critical chokepoint for payment data that will continue to be exploited,` Al Pascual, director of fraud and security for Javelin Strategy & Research, tells ISMG.

While findings from digital forensics investigations into the NEXTEP or Harbortouch Payments breaches have yet to be released, Pascual says most such attacks follow a now-familiar formula. `I can`t say specifically how this happened, though poor remote access authentication is the most likely suspect.`

Read original article

WiFi Woes Continue

Several pieces of research coincide to send the message that hotspot connectivity is probably always going to be a sore spot for security.

While protections and awareness around WiFi connectivity has certainly matured over the last decade, several pieces of research over the last month serve as a reminder of how user behavior and vulnerabilities in new mobile technologies ensures that the industry will never quite lick the inherent insecurity of public WiFi hotspots.

Among them was the announcement last week at RSA from mobile security start-up Skycure, which explained how a WiFi vulnerability in iOS 8 can put Apple devices at risk of a DDoS attack from a malicious WiFi hotspot, essentially rendering them unusable.

`Basically, by generating a specially crafted SSL certificate, attackers can regenerate a bug and cause apps that perform SSL communication to crash at will,` wrote Yair Amit, CTO for Skycure, in a post on the vulnerability. `An even more interesting impact of the SSL certificate parsing vulnerability is that it actually affects the underlying iOS operating system. With heavy use of devices exposed to the vulnerability, the operating system crashes as well. Even worse, under certain conditions, we managed to get devices into a repeatable reboot cycle, rendering them useless.`

When combined with attacks that have bad guys creating their own malicious networks and forcing external devices to automatically connect to them, such as WiFiGate, this vulnerability could be used to create what Skycure calls a `No iOS Zone` attack.

`Envision a small device, which automatically captures any iOS device in range and gets it to join a fake network. Then, it issues the attack and crashes attacked iOS devices again and again,` Amit says. `Victims in range cannot do anything about it. Think about the impact of launching such an attack on Wall Street, or maybe at the world's busiest airports, or at large utility plants. The results would be catastrophic.`

As Tod Beardsley, engineering manager for Rapid7 explains, this attack vector offers another indication of why users should be wary of `default behavior of a casual hotspot association` with our smartphones. While users might be aware of the dangers of WiFi via laptops, they may still be less cautious with their phones.

`Smartphone users should take care with how they associate to wifi, especially unsecured, open access points. Attackers can carry out more subtle attacks, such as DNS poisoning and DNS hijacking, which can expose private, personally identifying information,` he says.

Meanwhile, at the end of March, researchers with Cylance discovered a whopper of a vulnerability in routers commonly used to create hotel WiFi networks. The flaw would make it easy for attackers to gain access to any device connected to the network to plant malware or steal data.

And just a few weeks later, the security Twittersphere was abuzz with news that researcher Chris Roberts was detained coming off of a United flight after making jokes about hacking critical systems on a plane when news broke about a report from the Government Accountability Office highlighting security problems with passenger Wi-Fi networks that could potentially give hackers a foothold to further break into avionics systems that control flights.

Read original article