Enigma 2022 Resources and Q&A

This page contains resources related to my February 2nd, 2022 talk, “Broken Captchas and Fractured Equity: Privacy and Security in hCaptcha’s Accessibility Workflow”. Each section of this page begins with a level 2 header.

Table of Contents

Slides

Download the slides as Open Office ODP or PowerPoint PPTX. These include speaker’s notes with approximately what I’ll say, transcripts and descriptions of the videos, and descriptions of all images used in the talk.

External Resources on Accessibility Technology and Software Accessibility

Want to learn more about accessibility technology? These pages are organized approximately from least to most technical. I’ve tried to focus on resources by people with disabilities, or at least recommended by them.

There are many excellent resources out there. If I’ve missed a good one, please let me know, either by email or via the contact form.

Code

All the code for the vulnerability can be found on my GitHub account.

Video

Frequently Asked Questions

What is Assistive Technology?

Anything that helps someone do something they couldn’t otherwise do or improve their experience/ability to do something. In this context, that’s mostly alternative input and output devices or software for computers. For example, foot keyboards and mice, puff-and-sip devicesscreenreaders, screen magnifiers, and even ergonomic keyboards (especially when used for symptoms or prevention of carpal tunnel). In a non-computer context, items like eyeglasses and contacts are also assistive technologies.

What is a CAPTCHA?

A captcha is a “Completely Automated Public Turing test to tell Computers and Humans Apart”. In other words, it’s a short task that is trivial for humans to do and difficult to impossible for computers to do. Captchas are used for many reasons on the internet, almost all of which have to do with excluding automation from websites.

What is hCaptcha?

hCaptcha is a commercial captcha product, built by Intuition Machines. Intuition Machines uses hCaptcha to provide data labeling, specifically for visuals. So if a researcher has a large set of photos and wants them labeled by objects they contain, they can pay Intuition Machines to have labels applied. Intutition Machines uses hCaptcha to crowdsource this labeling. They show the images and have users identify what is in them. Usually users are asked to select all images containing a certain item.

hCaptcha is somewhat unique in that they pay (some) website owners to use hCaptcha. And somehow there’s a blockchain involved in all of this – but it isn’t really relevant to this work.

Ideally, hCaptcha is a mutually beneficial arrangement. Researchers get labeled data and website owners are able to prevent automation on their websites, improving the experience for their users (and possibly getting paid in the process!).

Did you disclose this vulnerability before speaking about it?

Of course! I did this work under the terms of hCaptcha’s bug bounty program and Cloudflare’s HackerOne program.

On June 3, 2021, I sent hCaptcha support and security an email describing the issue. The first (non-automated) response came the next day. We discussed the issue more from there, but I was not informed of any action by hCaptcha.

Additionally, I disclosed this to Cloudflare on June 14th, and received a response on June 22nd, which closed the issue.

This requires making accounts at scale to work. Were you able to do so?

No, though I did ask permission to do so. As soon as I was able to use automation to register one account, I reached out to hCaptcha to report my findings. In that communication, I was very clear that I had not attempted to do any work at scale. I also requested permission to try it at scale, which I did not receive.

What do you want me to take away from this?

I’m hoping you take away that accessibility is a core component of modern software engineering and must be involved in every design from the beginning.

So is hCaptcha just bad and inaccessible?

This answer has to be given in two parts. First, let’s talk about hCaptcha an accessibility on a relative scale, compared to the rest of the CAPTCHA industry. On this scale, they’re doing great! They thought about people with disabilities and put in place a solution for them before their product launched. Yes, it didn’t work perfectly, but it did work. Which is better than some other captchas that don’t have any accessible options (and yes, I am calling out wikimedia for having an 16 year old bug that their captcha is inaccessible and not having fixed it yet. That bug is old enough to drive!). And while they do get beaten by other options, their automated workflow was, in my opinion, well above industry average.

However, on an absolute scale, the accessibility still sucks. It imposes a significant privacy and time penalty on those who use the accessible workflow. Privacy in that the user’s activity across the web can now be tied to their email address. While hCaptcha’s terms are clear that they do not do this, there is no real way to verify that – and it’s scary enough they have the technical capability. And time in that using the accessibility workflow is simply slower and more complicated. Especially once you consider all the ways where things just don’t work right. For example, the automation I wrote has to tab past the hCaptcha widget and then back to it, because it isn’t possible to get to the checkbox otherwise. Or that (last I checked) the announcement that the accessibility cookie was set did not read correctly to screen readers. This makes it evident that despite their good intentions, they probably have not run user tests with users with disabilities.

In sum, I believe hCaptcha is good people doing their best to come up with a solution to a very complicated problem. I really appreciate that they’re at least thinking about people with disability and assistive technology and how both interact with their product. That said, the solution they’re coming up with are unfortunately halfhearted. As a solution, it doesn’t work for people with disabilities in ways that are very obvious to anyone with a disability or even the modicum of experience with accessibility technology I picked up working on this product. These indicate that hCaptcha likely is not testing the accessible workflow for accessibility – or if they are doing so, they are not using experienced accessibility testers.

How did you get into doing accessibility work?

I don’t do accessibility work.  In my day job I work on supercomputers. However, that work does mean I spend a lot of time thinking about how systems work and how various parts of a solution work together (or don’t). That’s what lead to me spotting that hCaptcha can be automated. This is not a coding flaw, but a design flaw. They simply failed to verify that the accessible workflow met the design goals.

I do have some prior experience seeing how accessibility can make a difference. When I was in high school and college, I taught sailing, in part in a universal access program. Before being part of that program, I had never thought about alternative ways to sail. It was a boat, it had controls, and you used them. But participating in the program as an instructor made it very obvious to me very quickly that I was wrong. I saw firsthand how adaptations could be made so that everyone could sail. Just because there is an obvious way to do something based on my experience and perspective does not mean it is the only way to do something. It’s a lesson that has helped me design better software systems and think more flexibly about anything I interact with.

Questions, Comments, Other Things?

Do you have questions, comments, or other things you would like to discuss with me? If so, please email .