Squid is an open source caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. Due to Input Validation, Premature Release of Resource During Expected Lifetime, and Missing Release of Resource after Effective Lifetime bugs, Squid is vulnerable to Denial of Service attacks by a trusted server against all clients using the proxy. This bug is fixed in the default build configuration of Squid version 6.10.
The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Squid | Squid-cache | 3.0 (including) | 6.10 (excluding) |
Red Hat Enterprise Linux 7 Extended Lifecycle Support | RedHat | squid-7:3.5.20-17.el7_9.11 | * |
Red Hat Enterprise Linux 8 | RedHat | squid:4-8100020241113143337.489197e6 | * |
Red Hat Enterprise Linux 8.2 Advanced Update Support | RedHat | squid:4-8020020241112142652.4cda2c84 | * |
Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support | RedHat | squid:4-8040020241112182856.522a0ee4 | * |
Red Hat Enterprise Linux 8.4 Telecommunications Update Service | RedHat | squid:4-8040020241112182856.522a0ee4 | * |
Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions | RedHat | squid:4-8040020241112182856.522a0ee4 | * |
Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support | RedHat | squid:4-8060020241113144818.ad008a3a | * |
Red Hat Enterprise Linux 8.6 Telecommunications Update Service | RedHat | squid:4-8060020241113144818.ad008a3a | * |
Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions | RedHat | squid:4-8060020241113144818.ad008a3a | * |
Red Hat Enterprise Linux 8.8 Extended Update Support | RedHat | squid:4-8080020241113192235.63b34585 | * |
Red Hat Enterprise Linux 9 | RedHat | squid-7:5.5-14.el9_5.3 | * |
Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions | RedHat | squid-7:5.2-1.el9_0.7 | * |
Red Hat Enterprise Linux 9.2 Extended Update Support | RedHat | squid-7:5.5-5.el9_2.8 | * |
Red Hat Enterprise Linux 9.4 Extended Update Support | RedHat | squid-7:5.5-13.el9_4.2 | * |
Squid | Ubuntu | esm-infra/focal | * |
Squid | Ubuntu | focal | * |
Squid | Ubuntu | jammy | * |
Squid | Ubuntu | noble | * |
Squid | Ubuntu | oracular | * |
Squid | Ubuntu | upstream | * |
Input validation is a frequently-used technique for checking potentially dangerous inputs in order to ensure that the inputs are safe for processing within the code, or when communicating with other components. Input can consist of:
Data can be simple or structured. Structured data can be composed of many nested layers, composed of combinations of metadata and raw data, with other simple or structured data. Many properties of raw data or metadata may need to be validated upon entry into the code, such as:
Implied or derived properties of data must often be calculated or inferred by the code itself. Errors in deriving properties may be considered a contributing factor to improper input validation.