2 matches found
CVE-2024-49400
Tacquito prior to commit 07b49d1358e6ec0b5aa482fcd284f509191119e2 was not properly performing regex matches on authorized commands and arguments. Configured allowed commands/arguments were intended to require a match on the entire string, but instead only enforced a match on a sub-string. That...
CVE-2024-49400
Tacquito contains a Permissive Regular Expression vulnerability where the code prior to commit 07b49d1358e6ec0b5aa482fcd284f509191119e2 performed regex matches on authorized commands and arguments in a more permissive way, enforcing a substring rather than a full-string match. This could potentia...