mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4027] firejail prevent my firefox from login to "Ask Fedora" site ! #2510
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#2510
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Nokia808 on GitHub (Mar 2, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4027
Hi. I noticed that if I launch my firefox with firejail then I can not login to "Ask Fedora" site ! But if I run firefox without firejail, then I can login !
To reproduce this:
No problem till now.
Additional notes:
Best.
@ghost commented on GitHub (Mar 2, 2021):
For me this works as expected and a sandboxed Firefox 86.0 on Arch Linux is happy to show that login page. I'm assuming you have already checked your FF preferences (cookies, javascript access, add-ons etc.). In case you didn't please do so, even try a fresh profile to rule out any internal FF issues.
You should update firejail as soon as possible. Besides a big chunk of updates and improvements to our profiles your version 0.9.62.4 is vulnerable to CVE-2021-26910, which is fixed in 0.9.64.4. I'm not familiar with Fedora, so I cannot judge if your specific 32 X64 Cinnamon Edition offers an upgraded firejail package via its package management tools. You can get the latest from git though by following these instructions from our wiki.
@Nokia808 commented on GitHub (Mar 2, 2021):
@glitsj16
Hi. Thank you very much !
It is a big failure for Firejail & for my distro packager.
A big failure for firejail because as I got that firejail affected since 0.9.30 & only fixed at 0.9.64.4 !! This mean - correct to me if I'm wrong - very enough time to cause a damage to some users !! Do you received any report about a damage already had been happened from this security hole ?
A big failure for my distro - see this post that opened by me:
https://bugzilla.redhat.com/show_bug.cgi?id=1934020
I removed firejail from my system just after receiving replay from packager ..... This is the safest solution because I run:
vi /etc/firejail/firejail.config
to see where "overlays" to set it "no" but did not see it (or may be escape from my eyes). Moreover, I do not know - if I could find it & set it to "no" - what I should be done when I received version 0.9.64.4 when upgrading to Fedora 34: does I will receive new firejail.conf or old one will remain & need to remove it or deal with it manually ??
I will close this issue.
@ghost commented on GitHub (Mar 2, 2021):
I have no knowledge about real-world damage being done by the overlayfs bug and affected versions started with 0.9.30, not 0.30. Long Term Support (LTS) Firejail branch is not affected by this bug.
The file that needs editing on an affected version is not /etc/firejail/firejail.conf but
/etc/firejail/firejail.configand the overlayfs setting is here. When you get onto Fedora 34 and install firejail >= 0.9.64.4 this will not be strictly necessary as the undelying bug has been fixed.That being said, it is considered good practice to disable any functionality you don't use in that same file, regardless of CVE's. Minimizing your attack surface is important!
Hope this clears up some confusion, regards!
@Nokia808 commented on GitHub (Mar 2, 2021):
@glitsj16
Hi again. Sorry for my bad typo in my previous replay ! All mistakes that I made I was know their correct !
I was know that the bug started from version 0.9.30 and file is "/etc/firejail/firejail.config" and remaining of my replay was based on the correct things. I mean that I was already run:
vi /etc/firejail/firejail.config
I will correct typo errors in the previous replay.