Naziv
|
Local Code Inclusion
|
Sažetak
|
The attacker forces an application to load arbitrary code files from the local machine. The attacker could use this to try to load old versions of library files that have known vulnerabilities, to load files that the attacker placed on the local machine during a prior attack, or to otherwise change the functionality of the targeted application in unexpected ways.
|
Preduvjeti
|
The targeted application must have a bug that allows an adversary to control which code file is loaded at some juncture.|Some variants of this attack may require that old versions of some code files be present and in predictable locations.
|
Rješenja
|
Implementation: Avoid passing user input to filesystem or framework API. If necessary to do so, implement a specific, allowlist approach.
|