Live data from Hacker News

AliExpress runs silent WebAudio fingerprinting that breaks Bluetooth multipoint

blog.laserphile.com

321–330 of 348 posts

Re: AliExpress runs silent WebAudio fingerprinting that breaks Bluetooth multipoint

#321
post #9

Earlier quoted context omitted.

I cannot ever imagine installing something like AliExpress as an app.

They're all doing some level of this

That's why I don't install any app, unless I really have to. Just use the website.

Re: AliExpress runs silent WebAudio fingerprinting that breaks Bluetooth multipoint

#323
post #157

I wish such shenanigans would simply trigger the little speaker icon most browser display on tabs these days. Given that they don't (at least in my experience), I'm assuming "playing silent audio" is a sufficiently common thing for websites to do to have motivated browsers into doing the slightly more complicated thing of actually analyzing audio streams for content... Now I wonder, does this also allow websites to c…

I wish the browser would classify the fingerprinting and not load the site and show a security risk warning like it does for http sites. Then Advanced > Accept risk to continue. @FireFoxDudes You need to be addressing fingerprinting

We already did, long ago, and this fingerprinting here does not work in Firefox.

A colleague of mine made a recent post here: https://ritter.vg/blog-webaudio_alibaba.html

Re: AliExpress runs silent WebAudio fingerprinting that breaks Bluetooth multipoint

#324
post #157

I wish such shenanigans would simply trigger the little speaker icon most browser display on tabs these days. Given that they don't (at least in my experience), I'm assuming "playing silent audio" is a sufficiently common thing for websites to do to have motivated browsers into doing the slightly more complicated thing of actually analyzing audio streams for content... Now I wonder, does this also allow websites to c…

It does on my Firefox, I had to close their tab because it also tricks kde into thinking I'm playing audio.

The actual fingerprinting here does not work in Firefox though.

A colleague of mine made a recent post here: https://ritter.vg/blog-webaudio_alibaba.html

Re: AliExpress runs silent WebAudio fingerprinting that breaks Bluetooth multipoint

#325

Earlier quoted context omitted.

This doesn't look like it gives websites something they couldn't do before with CSS and JS.

I'm pretty sure it does but maybe I'm wrong, I had never tried to create popovers/popups using CSS. What's neat[†] about the popovers API is that it doesn't need any JS, you just write a couple of HTML attributes and voila, a popover/popup. They will run with JS disabled as well. https://chrisburnell.com/html-can-do-that/ [†] Neat for me building things like tooltips and dropdowns into my web apps without using JS; n…

The core trick to making a popover, tooltip, or, really, any kind of overlay element that's anchored to something on the page is putting an element with `position: absolute` inside one with `position: relative`. You can make it display on hover with CSS alone too, if you really want to.

Re: AliExpress runs silent WebAudio fingerprinting that breaks Bluetooth multipoint

#326

Earlier quoted context omitted.

It does on my Firefox, I had to close their tab because it also tricks kde into thinking I'm playing audio.

The actual fingerprinting here does not work in Firefox though. A colleague of mine made a recent post here: https://ritter.vg/blog-webaudio_alibaba.html

While it may not be effective at fingerprinting, the side effect of the attempt sure is annoying when it stops my music! Do you know if it would count as a bug if muting the firefox tab or the browser as a whole does not stop the audio stream?

Re: AliExpress runs silent WebAudio fingerprinting that breaks Bluetooth multipoint

#327

I'm confused, doesn't access to microphone raise pop up asking for permissions? I'm nearly sure I saw it

Perhaps accessing the microphone is something else they do, however that is not the issue in my case nor what my article is about.

Re: AliExpress runs silent WebAudio fingerprinting that breaks Bluetooth multipoint

#329

I dont get how this fingerprints the browser? Are they able to read back the playback of audio somehow?

The Web Audio API has the ability to extract frequency, waveform, and other data from an audio source, that source is generated at runtime on your device. A firefox developer did a further dive into what the WebAudio based fingerprinting can actually return in firefox. https://developer.mozilla.org/en-US/docs/Web/API/AnalyserNod...

Re: AliExpress runs silent WebAudio fingerprinting that breaks Bluetooth multipoint

#330
post #167

Earlier quoted context omitted.

Yesterday on here, somebody was demo'ing a sun clock website that asks for your position....... ....and yes, many HN'ers were clearly happy to give there precise GNSS coordinates to some random scrote who askes for them.

What's the threat scenario here? Unless you Saddam Hussein...

a) They don't need by exact location, so why ask for it?

b) Browser fingerprinting and the like links this position to me and my activities.

Do you not find it bizarre that many people see nothing wrong in routinely giving their precise location to anybody who asks for it?

Post reply on HN