CUPS cups-browsed before 2.5b1 will send an HTTP POST request to an arbitrary destination and port in response to a single IPP UDP packet requesting a printer to be added, a different vulnerability than CVE-2024-47176. (The request is meant to probe the new printer but can be used to create DDoS amplification attacks.)
The product does not properly control the allocation and maintenance of a limited resource, thereby enabling an actor to influence the amount of resources consumed, eventually leading to the exhaustion of available resources.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Red Hat Enterprise Linux 7.7 Advanced Update Support | RedHat | cups-filters-0:1.0.35-26.el7_7.3 | * |
Red Hat Enterprise Linux 7 Extended Lifecycle Support | RedHat | cups-filters-0:1.0.35-29.el7_9.3 | * |
Red Hat Enterprise Linux 8 | RedHat | cups-filters-0:1.20.0-35.el8_10 | * |
Red Hat Enterprise Linux 8.2 Advanced Update Support | RedHat | cups-filters-0:1.20.0-19.el8_2.2 | * |
Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support | RedHat | cups-filters-0:1.20.0-24.el8_4.2 | * |
Red Hat Enterprise Linux 8.4 Telecommunications Update Service | RedHat | cups-filters-0:1.20.0-24.el8_4.2 | * |
Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions | RedHat | cups-filters-0:1.20.0-24.el8_4.2 | * |
Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support | RedHat | cups-filters-0:1.20.0-27.el8_6.3 | * |
Red Hat Enterprise Linux 8.6 Telecommunications Update Service | RedHat | cups-filters-0:1.20.0-27.el8_6.3 | * |
Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions | RedHat | cups-filters-0:1.20.0-27.el8_6.3 | * |
Red Hat Enterprise Linux 8.8 Extended Update Support | RedHat | cups-filters-0:1.20.0-29.el8_8.3 | * |
Red Hat Enterprise Linux 9 | RedHat | cups-filters-0:1.28.7-17.el9_4 | * |
Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions | RedHat | cups-filters-0:1.28.7-10.el9_0.2 | * |
Red Hat Enterprise Linux 9.2 Extended Update Support | RedHat | cups-filters-0:1.28.7-11.el9_2.2 | * |
Cups-browsed | Ubuntu | devel | * |
Cups-browsed | Ubuntu | noble | * |
Cups-filters | Ubuntu | esm-infra/bionic | * |
Cups-filters | Ubuntu | esm-infra/xenial | * |
Cups-filters | Ubuntu | focal | * |
Cups-filters | Ubuntu | jammy | * |
Limited resources include memory, file system storage, database connection pool entries, and CPU. If an attacker can trigger the allocation of these limited resources, but the number or size of the resources is not controlled, then the attacker could cause a denial of service that consumes all available resources. This would prevent valid users from accessing the product, and it could potentially have an impact on the surrounding environment. For example, a memory exhaustion attack against an application could slow down the application as well as its host operating system. There are at least three distinct scenarios which can commonly lead to resource exhaustion:
Resource exhaustion problems are often result due to an incorrect implementation of the following situations:
Mitigation of resource exhaustion attacks requires that the target system either:
The first of these solutions is an issue in itself though, since it may allow attackers to prevent the use of the system by a particular valid user. If the attacker impersonates the valid user, they may be able to prevent the user from accessing the server in question.
The second solution is simply difficult to effectively institute – and even when properly done, it does not provide a full solution. It simply makes the attack require more resources on the part of the attacker.