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

problem of God mode #1

Description

@rtfingc

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;                                             
}                                                          

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions