Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Orphan kernel threads needs to check process validity before access #1474

Open
atcuno opened this issue Dec 27, 2024 · 0 comments
Open

Orphan kernel threads needs to check process validity before access #1474

atcuno opened this issue Dec 27, 2024 · 0 comments
Assignees

Comments

@atcuno
Copy link
Contributor

atcuno commented Dec 27, 2024

Another backtrace triggered in mass testing:

 File "/home/ub/volatility3/volatility3/cli/__init__.py", line 501, in run
    renderer.render(grid)
  File "/home/ub/volatility3/volatility3/cli/text_renderer.py", line 232, in render
    grid.populate(visitor, outfd)
  File "/home/ub/volatility3/volatility3/framework/renderers/__init__.py", line 241, in populate
    for level, item in self._generator:
  File "/home/ub/volatility3/volatility3/framework/plugins/windows/thrdscan.py", line 100, in _generator
    for ethread in self.implementation(self.context, kernel_name):
  File "/home/ub/volatility3/volatility3/framework/plugins/windows/orphan_kernel_threads.py", line 84, in list_orphan_kernel_threads
    if proc.UniqueProcessId != 4 and proc.InheritedFromUniqueProcessId != 4:
       ^^^^^^^^^^^^^^^^^^^^
@atcuno atcuno self-assigned this Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant