No recording notification for microphone
Categories
(Fenix :: General, defect)
Tracking
(firefox102 wontfix, firefox103 wontfix, firefox104 fixed)
People
(Reporter: agi, Assigned: amejia)
Details
(Keywords: sec-low, Whiteboard: [post-critsmash-triage][adv-main104+])
Attachments
(2 files)
12.20 KB,
patch
|
royang
:
review+
|
Details | Diff | Splinter Review |
438 bytes,
text/plain
|
Details |
Navigate to a page that records audio, e.g.: https://addpipe.com/simple-web-audio-recorder-demo/
Start recording, notice no notification appears that the page is recording audio.
Chrome shows a notification as expected.
Reporter | ||
Comment 1•4 years ago
•
|
||
This might be related to the recent deprecation of the onRecordingStatusChanged
API
Reporter | ||
Comment 2•4 years ago
|
||
I can reproduce in release so this is not a recent regression :(
Comment 3•4 years ago
|
||
Since this can only apply to sites you've given permission to there won't be too many opportunities for maliciousness, but people might forget that it's running. (Recording without permission would be sec-high, even if there is a tiny recording icon somewhere)
Reporter | ||
Comment 4•3 years ago
|
||
It looks like all it's needed here is for AC/Fenix to listen for onRecordingStatusChanged
and display a notification.
Assignee | ||
Comment 5•3 years ago
|
||
[Security approval request comment]
How easily could an exploit be constructed based on the patch?
Not easy.
Do comments in the patch, the check-in comment, or tests included in the patch paint a bulls-eye on the security problem?
No.
Which older supported branches are affected by this flaw?
102 (Actual)
If not all supported branches, which bug introduced the flaw?
Not know.
Do you have backports for the affected branches? If not, how different, hard to create, and risky will they be?
No.
How likely is this patch to cause regressions; how much testing does it need?
Not likely.
Assignee | ||
Updated•3 years ago
|
Updated•3 years ago
|
Assignee | ||
Comment 6•3 years ago
|
||
We landed a patch on AC and manually verified that the notification is working as expected. The fix should be in Fenix and Focus as soon ad they get the new AC update.
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Updated•2 years ago
|
Comment 7•2 years ago
|
||
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Description
•