You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tproxy` server is vulnerable to a drive-by command injection.
Critical
txthinking
published
GHSA-vfrj-fv6p-3cpfMay 30, 2023
Package
No package listed
Affected versions
< v20230122
Patched versions
v20230606
Description
The tproxy server is vulnerable to a drive-by command injection. An attacker may fool a victim into visiting a malicious web page which will trigger requests to the local tproxy service leading to remote code execution.
The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component.
Learn more on MITRE.
The
tproxy
server is vulnerable to a drive-by command injection. An attacker may fool a victim into visiting a malicious web page which will trigger requests to the localtproxy
service leading to remote code execution.