Skip to content

SQUID-2023:10 Denial of Service in HTTP Request parsing

High
yadij published GHSA-wgq4-4cfg-c4x3 Dec 14, 2023

Package

squid

Affected versions

2.6-2.7.STABLE9, 3.1-5.9, 6.0.1-6.5

Patched versions

6.6

Description

Due to an Uncontrolled Recursion bug, Squid may be vulnerable to
a Denial of Service attack against HTTP Request parsing.


Severity:

This problem allows a remote client to perform Denial of Service
attack by sending a large X-Forwarded-For header when the
follow_x_forwarded_for feature is configured.


Updated Packages:

This bug is fixed by Squid version 6.6.

In addition, patches addressing this problem for the stable
releases can be found in our patch archives:

Squid 5:

http://www.squid-cache.org/Versions/v5/SQUID-2023_10.patch

Squid 6:

http://www.squid-cache.org/Versions/v6/SQUID-2023_10.patch

If you are using a prepackaged version of Squid then please refer
to the package vendor for availability information on updated
packages.


Determining if your version is vulnerable:

To check for follow_x_forwarded_for run the following command:

squid -k parse 2>&1 |grep follow_x_forwarded_for

All Squid configured without follow_x_forwarded_for are not
vulnerable.

All Squid older than 5.0.5 have not been tested and should be
assumed to be vulnerable when configured with
follow_x_forwarded_for.

All Squid-5.x up to and including 5.9 are vulnerable when
configured with follow_x_forwarded_for.

All Squid-6.x up to and including 6.5 are vulnerable when
configured with follow_x_forwarded_for.


Workaround:

Remove all follow_x_forwarded_for lines from squid.conf


Contact details for the Squid project:

For installation / upgrade support on binary packaged versions
of Squid: Your first point of contact should be your binary
package vendor.

If you install and build Squid from the original Squid sources
then the [email protected] mailing list is your
primary support point. For subscription details see
http://www.squid-cache.org/Support/mailing-lists.html.

For reporting of non-security bugs in the latest STABLE release
the squid bugzilla database should be used
https://bugs.squid-cache.org/.

For reporting of security sensitive bugs send an email to the
[email protected] mailing list. It's a closed
list (though anyone can post) and security related bug reports
are treated in confidence until the impact has been established.


Credits:

This vulnerability was discovered by Joshua Rogers of Opera
Software.

Fixed by Thomas Leroy of the SUSE security team.


Revision history:

2023-10-12 11:53:02 UTC Initial Report
2023-11-28 07:35:46 UTC Patches Released


END

Severity

High

CVSS overall score

This score calculates overall vulnerability severity from 0 to 10 and is based on the Common Vulnerability Scoring System (CVSS).
/ 10

CVSS v3 base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
None
User interaction
None
Scope
Changed
Confidentiality
None
Integrity
None
Availability
High

CVSS v3 base metrics

Attack vector: More severe the more the remote (logically and physically) an attacker can be in order to exploit the vulnerability.
Attack complexity: More severe for the least complex attacks.
Privileges required: More severe if no privileges are required.
User interaction: More severe when no user interaction is required.
Scope: More severe when a scope change occurs, e.g. one vulnerable component impacts resources in components beyond its security scope.
Confidentiality: More severe when loss of data confidentiality is highest, measuring the level of data access available to an unauthorized user.
Integrity: More severe when loss of data integrity is the highest, measuring the consequence of data modification possible by an unauthorized user.
Availability: More severe when the loss of impacted component availability is highest.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H

CVE ID

CVE-2023-50269

Weaknesses

Uncontrolled Recursion

The product does not properly control the amount of recursion that takes place, consuming excessive resources, such as allocated memory or the program stack. Learn more on MITRE.

Credits