-
Notifications
You must be signed in to change notification settings - Fork 299
Open
Description
There's a potential security related bug in utils/zpe-updater/zpu_client.go:335
Reason:
Code that constructs a quoted string literal containing user-provided data needs to ensure that this data does not itself contain a quote. Otherwise the embedded data could (accidentally or intentionally) terminate the string literal early and thereby change the structure of the overall string, with potentially severe consequences. If, for example, the string is later used as part of an operating-system command or database query, an attacker may be able to craft input data that injects a malicious command.
Metadata
Metadata
Assignees
Labels
No labels