This issue was addressed through improved state management.
Fixed by "Resign Now Playing status when WKWebView suspends all media playback" which I still need to backport and make public
The bug "Private Browsing tabs may be accessed without authentication" is that other applications can view what media is playing via MPRIS.
The affected code was added in https://commits.webkit.org/275558@main which doesn't yet exist on WebKitGTK 2.44, so there is nothing to do here. Normally I would say the CVE does not affect us, except in this case, we actually do have the same "bug" on Linux, it's just not fixed. Doesn't seem important enough to spend any time on, though.
(In reply to Michael Catanzaro from comment #3) > Normally I would say the CVE does not affect us, except in this case, we > actually do have the same "bug" on Linux, it's just not fixed. Doesn't seem > important enough to spend any time on, though. Actually no, sorry. In ephemeral mode we the MPRIS interface only allows playback control and doesn't indicate what media is actually playing. We're really not affected.
Closing as NOTABUG because this bug doesn't affect Linux.