Ghidra/RuntimeScripts/Linux/support/launch.sh in NSA Ghidra through 10.2.2 passes user-provided input into eval, leading to command injection when calling analyzeHeadless with untrusted input.
The product constructs all or part of a command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended command when it is sent to a downstream component.
Link | Tags |
---|---|
https://github.com/NationalSecurityAgency/ghidra/issues/4869 | exploit issue tracking third party advisory |
https://github.com/NationalSecurityAgency/ghidra/pull/4872 | third party advisory patch |