DJI Drones Buzzed Over Security Flaw in Company's User Forum

Check Point researchers found a flaw in the DJI's online user forum that could allow an attacker to access and steal information from one of the company's drones.

Larry Loeb, Blogger, Informationweek

November 9, 2018

3 Min Read

Over the past several years, DJI has established itself as a leader in the civilian drone and aerial imaging technology industry. The company has also captured a significant share of the enterprise market, which includes critical infrastructure, manufacturing, agricultural, construction and the emergency-management markets.

Now comes the security.

Check Point researchers recently discovered a possible attack that would pose a major security risk to DJI's customers, allowing an attacker to access the raw information these drones transmit.

The attack could gain access to a customer's flight logs, photos and the videos generated during drone flights, if a DJI user had synced this data with the company's cloud servers.

(Source: Pixabay)

(Source: Pixabay)

The attacker could also get to the live camera views and map view created during drone flights, if a user were using DJI's FlightHub flight management software.

Finally, a DJI user's account, including user profile information, was also hijackable.

One might think that the attack would originate with the drone hardware itself, due to some fault. That assumption would be incorrect. The attack went through the DJI Forum, which is an online portal that the company hosts and maintains for product discussions.

Users in the forum could click on a specially-planted malicious link, which would then enable their login credentials to be stolen.

This, in turn, would allow access to other DJI online assets which include the DJI's web platform -- account, store, forum -- cloud server data synced from DJI's GO or GO 4 pilot apps, and cloud server data synced from DJI's GO or GO 4 pilot apps.

The vulnerability was residing in the DJI identification process. The company uses a cookie that the attacker can obtain to identify a user, as well as create tokens to access their platforms.

Check Point researchers found that the login between the domains for the cloud services that DJI provided used the OAuth framework. This led Check Point to look at traffic between the subdomains.

The researchers observed that a request to the mobile.php URL gave them sensitive information about their test user which included data such as username, member_uid, token and more. Further, one cookie named "meta-key" was the one responsible for user identification.

Getting this cookie turned out to be simple.

Check Point found that an attacker could create a JavaScript payload for a GET request that would send that meta-key cookie to his website. This kind of XSS would not be blocked by any XSS Auditor because it resides in the JavaScript itself and not consist of scripts or events.

In order to trigger this XSS attack, all the attacker needed to do is write a simple post in the DJI forum which would contain the link to the payload.

The cookie stolen from a user could be used by the attacker to bamboozle the DJI web applications into thinking that they are the user. The applications will then give up that user's information without complaint.

Check Point informed DJI about this, and the company has since patched its software.

However, the lesson remains: Attacks can be successful when they are carried out in a way that was not addressed by the threat model used. While each individual part of the web program had specific security measures taken, they were vulnerable to a meta-threat that came in obliquely and used one aspect of a system to later defeat the security of others.

Related posts:

— Larry Loeb has written for many of the last century's major "dead tree" computer magazines, having been, among other things, a consulting editor for BYTE magazine and senior editor for the launch of WebWeek.

Read more about:

Security Now

About the Author(s)

Larry Loeb

Blogger, Informationweek

Larry Loeb has written for many of the last century's major "dead tree" computer magazines, having been, among other things, a consulting editor for BYTE magazine and senior editor for the launch of WebWeek. He has written a book on the Secure Electronic Transaction Internet protocol. His latest book has the commercially obligatory title of Hack Proofing XML. He's been online since uucp "bang" addressing (where the world existed relative to !decvax), serving as editor of the Macintosh Exchange on BIX and the VARBusiness Exchange. His first Mac had 128 KB of memory, which was a big step up from his first 1130, which had 4 KB, as did his first 1401. You can e-mail him at [email protected].

Keep up with the latest cybersecurity threats, newly discovered vulnerabilities, data breach information, and emerging trends. Delivered daily or weekly right to your email inbox.

You May Also Like


More Insights