Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-8696

Race condition when loading drivers concurrently can lead to use after free

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Critical
    • None
    • NTCore
    • None

    Description

      With MmSpecialPoolTag = 'omlk', a use after free situation in IopActionInitChildServices is observable.
      The function is accessing a ModuleObject that has been freed. This is caused by concurrent calls to this function, with MmLoadSystemImage returning a ModuleObject and another instance freeing it due to a failure condition.

      Attachments

        Activity

          People

            ThFabba ThFabba
            ThFabba ThFabba
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: