Security Bits Logo no alpha channel

Security Bits – 10 August 2019

Security Medium 1 — Human Review of Voice Assistant Recordings

The Guardian newspaper started what turned out to be a far-ranging controversy be reporting that when Apple said they kept anonymised Siri recordings for analysis, that analysis included grading by human beings. Specifically, by outside contractors.

One of the types of problematic interaction the reviewers were helping Apple deal with was accidental triggers. In other words, they were reviewing snippets of content from those times when Siri would just randomly wake up when you didn’t intentionally trigger the feature by saying the wake-word.

Contractors described hearing deeply personal information while reviewing snippets including medical discussions, legal advice, and even possible criminal conspiracies in the making.

Technically speaking Apple did not violate their privacy policy or public statements, but we all seem to have assumed that the analysis we knew was happening was being done by computers, not humans, and we definitely didn’t assume it was being done by humans who don’t work directly for Apple.

The story soon grew legs, and it became clear this is not just an Apple thing, but that all the major voice assistants use humans (we’d known Amazon did this before, and that there were horrible abuses going on with those recordings). It also seems this is bigger than just voice assistants, Skype’s real-time translation service also apparently relies on human review of clips, as may Cortana.

The end-result is that all the major voice assistants (Apple, Google & Amazon) have suspended their human review programs. Apple have said that they will add a setting to allow users to use Siri but opt out of human review. (I’ve found no further details on the situation with Skype/Cortana so I presume human review continues at Microsoft.)

In the end, we’ve ended up with a better future for Siri, and I’m sure Google and Amazon will follow suit before they un-suspend their review services too.

Links

Security Medium 2 — Beware of Privacy-Invading Browser Plugins

A major report by the Washington Post in conjunction with security researchers have shone a light on a long-standing avenue of abuse — browser plugins.

JavaScript within web pages is sandboxed. It can’t interact with the underlying OS, its interactions with the browser are extremely limited, and it can’t access information in tabs from other websites that are open at the same time.

Browser plugins are different. They are still sandboxed very heavily, but in a much larger playground! They can have some interaction with the underlying OS, though that’s very tightly controlled. What’s much more important to understand is that they have a lot of free rein within the browser. The whole point of a plugin is to add new functionality to the browser, so this is not just sensible, it’s essential. This is absolutely a feature, and definitely not a bug!

Browser plugins can see all the tabs you have open, and can see into them and interact with the HTML, CSS & JavaScript within them. Browser plugins can also make their own network connections, so they can communicate directly with servers on the internet. Again, if plugins couldn’t do this they wouldn’t be able to do their thing! Imagine if the 1Password plugin couldn’t use a local socket to talk to the master 1Password app to access usernames and passwords, and if it couldn’t interact with web pages to write the usernames and passwords into the text boxes. What use would it be? What use would any plugin be if it couldn’t interact with the contents of your tabs?

1Password is using the access plugins have as users expect. It does what it promises to do, and nothing more. There is of course nothing stopping less scrupulous developers adding code to their plugins that does things users are not expecting!

What this means is that installing a plugin is an act of trust. You are trusting that the developer who wrote the plugin has your best interests at heart, and that they’re being completely honest in the plugin’s description.

Unsurprisingly, it turns out many are not 🙁

This is yet another follow the money story. The existence of free plugins from for-profit companies should raise red flags in all our minds. How are they making money from these plugins?

Well, one of the ways developers can monetise their plugins is to collect and sell browsing data. Plugins can see every URL you go to, how long you stay there, and how actively you interact with each page. They even know what buttons and links you pushed while on the page. This is a positive gold-mine for the ad industry, so of course there is a market for this information 🙁

What the Washington Post found is that this type of privacy abuse is absolutely rampant, affecting millions of users every day, and that this kind of bad behaviour is not limited to obscure developers, but affects many popular free plugins.

The bottom line is very simple — every time you install a plugin, you are trusting the author, so be conscious of that, and only install plugins you have a good reason to trust. Perhaps they are by a developer you trust, or, perhaps they have been recommended by a person or site you trust.

The days of just installing any plugin on a whim are over, or at least they should be!

Links

Security Medium 3 — 🇺🇸 🇨🇦 The Capital One Breach

Capital One announced that their systems have been hacked and that attackers accessed customer data and data on people who merely applied for credit cards from Capital One.

According to their official FAQ, 100M Americans and 6M Canadians are affected. The data accessed does not include credit card details, though in about 1% of cases it included Social Security Numbers/Social Insurance Numbers (about 140K in the US and 1M in Canada). In general the data included “names, addresses, zip codes/postal codes, phone numbers, email addresses, dates of birth, and self-reported income”. For customers the data also included “credit scores, credit limits, balances, payment history [&] contact information” as well as “fragments of transaction data from a total of 23 days during 2016, 2017 and 2018”, and even “about 80,000 linked bank account numbers”.

Links

Notable Security Updates

Notable News

  • It’s important that you apply the recent security updates for iOS because we now know they patched 6 ‘interactionless’ remote code execution bugs which could be triggered via iMessage. One of the six bugs is only partially patched, so security researchers are keeping the details of that bug back for now, but they’re published the details on the other five — www.zdnet.com/…, www.imore.com/…, nakedsecurity.sophos.com/… & nakedsecurity.sophos.com/…
  • Security researchers have published details of three bugs in WhatsApp that allow manipulation and unexpected publication of private messages. All three bugs were responsibly disclosed to Facebook a year ago, but only a bug that allowed users to be tricked into sending a public message when they thought they were sending a private message has been fixed. The other two bugs which allow attackers to alter the content of quoted messages and to the reword other users responses, making it look like users said things they did not within group chats, remain un-patched today. In other words, you can’t trust that anything in a WhatsApp group conversation was actually said by the apparent author — thenextweb.com/…
  • Security researchers have found that many popular robocall blocking apps like TrapCall, Truecaller & Hiya are monetising themselves by selling users’ private information (Editorial by Bart: yet another example of why it’s important to follow the money, though in some cases it’s even worse with companies charging a fee and selling users data!) — techcrunch.com/…
  • 🧯Security researchers have found a way to bypass the liveness detection security enhancement in Apple’s FaceID. In its default configuration, FaceID will not unlock a devices until it both recognises the face, and their gaze detection algorithms report that the user is looking at the device. Researchers have found that it’s possible to use black and white tape and a pair of glasses to bypass the second of these conditions (and only the second). This means the attack only works if you have a difficult to make 3D model of the person’s head, or, the unconscious person themselves and their phone under your control at the same time. This is an interesting development in the eternal security can-and-mouse game, but absolutely no need for panic! This simply isn’t a realistic real-world attack — www.imore.com/… & threatpost.com/…
  • 🧯Security researchers have found that Apple’s AirDrop and password sharing features can leak some identifiers including MAC addresses and even cell phone numbers via Bluetooth LE packets. Apple have done their best to obscure the information by hashing it, but with enough time an effort security researchers have proven they can break the hashes and recover the information. Because the data is leaked over Bluetooth LE, and only while using the features, the danger is very short-lived and localised, but it’s something to be aware of. Perhaps best not to use these features in public spaces! — arstechnica.com/… & www.imore.com/…
  • At this year’s BlackHat security conference Apple launched some welcome new initiatives to help security researchers discover bugs, and encourage them to disclose them responsibly: (www.imore.com/… & 9to5mac.com/…)
    • Apple will supply security researchers with special iPhones with extra debug tools including things like root shell and SSH access.
    • Apple have expanded their bug bounty program to cover all their OSes, and, increased the maximum payout to $1M for a ‘zero-click kernel code execution with persistence’.
  • 🇪🇺 The ECJ (Court of Justice of the European Union) has ruled that websites that embed Facebook Like buttons are joint data controller with Facebook under the GDPR. This means they are responsible for getting the appropriate user consents etc under the GDPR — www.reuters.com/…

Suggested Reading

Palate Cleansers

Note: When the textual description of a link is part of the link it is the title of the page being linked to, when the text describing a link is not part of the link it is a description written by Bart.

Leave a Reply

Your email address will not be published. Required fields are marked *

Scroll to top