In the python-libnmap package through 0.7.2 for Python, remote command execution can occur (if used in a client application that does not validate arguments). NOTE: the vendor believes it would be unrealistic for an application to call NmapProcess with arguments taken from input data that arrived over an untrusted network, and thus the CVSS score corresponds to an unrealistic use case. None of the NmapProcess documentation implies that this is an expected use case
The product constructs a string for a command to be executed by a separate component in another control sphere, but it does not properly delimit the intended arguments, options, or switches within that command string.
Link | Tags |
---|---|
https://pypi.org/project/python-libnmap/ | product third party advisory |
https://www.swascan.com/security-advisory-libnmap-2/ | mitigation third party advisory exploit |
https://github.com/savon-noir/python-libnmap/releases | third party advisory release notes |
https://libnmap.readthedocs.io/en/latest/process.html#using-libnmap-process | third party advisory exploit |