CUPS is a standards-based, open-source printing system, and cups-filters provides backends, filters, and other software for CUPS 2.x to use on non-Mac OS systems. Any value passed to FoomaticRIPCommandLine
via a PPD file will be executed as a user controlled command. When combined with other logic bugs as described in CVE_2024-47176, this can lead to remote command execution.
The product constructs all or part of a command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended command when it is sent to a downstream component.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Cups-filters | Ubuntu | devel | * |
Cups-filters | Ubuntu | esm-infra/bionic | * |
Cups-filters | Ubuntu | esm-infra/xenial | * |
Cups-filters | Ubuntu | focal | * |
Cups-filters | Ubuntu | jammy | * |
Cups-filters | Ubuntu | noble | * |
Cups-filters | Ubuntu | oracular | * |
Command injection vulnerabilities typically occur when:
Many protocols and products have their own custom command language. While OS or shell command strings are frequently discovered and targeted, developers may not realize that these other command languages might also be vulnerable to attacks. Command injection is a common problem with wrapper programs.