Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

problem of God mode #1

Closed
rtfingc opened this issue Jun 7, 2020 · 3 comments
Closed

problem of God mode #1

rtfingc opened this issue Jun 7, 2020 · 3 comments

Comments

@rtfingc
Copy link

rtfingc commented Jun 7, 2020

Hello, When reproduce cve-2019-11708, I found that in newer version of firefox
turn_off_all_security_so_that_viruses_can_take_over_this_computer will use read only page as below .
I cannot find any idea to trigger God Mode.
Do you have any idea?

inline bool IsInAutomation() {                             
  if (!ReadOnlyPage::sInstance.mTurnOffAllSecurityPref) {  
    return false;                                          
  }                                                        
  MOZ_RELEASE_ASSERT(AreNonLocalConnectionsDisabled());    
  return true;                                             
}                                                          

@0vercl0k
Copy link
Owner

0vercl0k commented Jun 10, 2020 via email

@0vercl0k
Copy link
Owner

0vercl0k commented Jun 10, 2020 via email

0vercl0k added a commit that referenced this issue Jun 13, 2020
@0vercl0k
Copy link
Owner

Just added a note in the README, thanks again for reporting!

Cheers

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants