In GenieACS 1.2.x before 1.2.8, the UI interface API is vulnerable to unauthenticated OS command injection via the ping host argument (lib/ui/api.ts and lib/ping.ts). The vulnerability arises from insufficient input validation combined with a missing authorization check.
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.
Link | Tags |
---|---|
https://github.com/genieacs/genieacs/releases/tag/v1.2.8 | third party advisory release notes |
https://github.com/genieacs/genieacs/commit/7f295beeecc1c1f14308a93c82413bb334045af6 | third party advisory patch |