Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Containers
  • Support Cases
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Containers
  • Support Cases
  • Products & Services

    Products

    Support

    • Production Support
    • Development Support
    • Product Life Cycles

    Services

    • Consulting
    • Technical Account Management
    • Training & Certifications

    Documentation

    • Red Hat Enterprise Linux
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenStack Platform
    • Red Hat OpenShift Container Platform
    All Documentation

    Ecosystem Catalog

    • Red Hat Partner Ecosystem
    • Partner Resources
  • Tools

    Tools

    • Troubleshoot a product issue
    • Packages
    • Errata

    Customer Portal Labs

    • Configuration
    • Deployment
    • Security
    • Troubleshoot
    All labs

    Red Hat Insights

    Increase visibility into IT operations to detect and resolve technical issues before they impact your business.

    Learn More
    Go to Insights
  • Security

    Red Hat Product Security Center

    Engage with our Red Hat Product Security team, access security updates, and ensure your environments are not exposed to any known security vulnerabilities.

    Product Security Center

    Security Updates

    • Security Advisories
    • Red Hat CVE Database
    • Security Labs

    Keep your systems secure with Red Hat's specialized responses to security vulnerabilities.

    View Responses

    Resources

    • Security Blog
    • Security Measurement
    • Severity Ratings
    • Backporting Policies
    • Product Signing (GPG) Keys
  • Community

    Customer Portal Community

    • Discussions
    • Private Groups
    Community Activity

    Customer Events

    • Red Hat Convergence
    • Red Hat Summit

    Stories

    • Red Hat Subscription Value
    • You Asked. We Acted.
    • Open Source Communities
Or troubleshoot an issue.

Select Your Language

  • English
  • 한국어
  • 日本語
  • 中文 (中国)

Infrastructure and Management

  • Red Hat Enterprise Linux
  • Red Hat Virtualization
  • Red Hat Identity Management
  • Red Hat Directory Server
  • Red Hat Certificate System
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Update Infrastructure
  • Red Hat Insights
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat CloudForms
  • Red Hat OpenStack Platform
  • Red Hat OpenShift Container Platform
  • Red Hat OpenShift Data Science
  • Red Hat OpenShift Online
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • OpenShift Dev Spaces
  • Red Hat OpenShift Service on AWS

Storage

  • Red Hat Gluster Storage
  • Red Hat Hyperconverged Infrastructure
  • Red Hat Ceph Storage
  • Red Hat OpenShift Data Foundation

Runtimes

  • Red Hat Runtimes
  • Red Hat JBoss Enterprise Application Platform
  • Red Hat Data Grid
  • Red Hat JBoss Web Server
  • Red Hat Single Sign On
  • Red Hat support for Spring Boot
  • Red Hat build of Node.js
  • Red Hat build of Thorntail
  • Red Hat build of Eclipse Vert.x
  • Red Hat build of OpenJDK
  • Red Hat build of Quarkus

Integration and Automation

  • Red Hat Integration
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
  • Red Hat JBoss Data Virtualization
  • Red Hat Process Automation
  • Red Hat Process Automation Manager
  • Red Hat Decision Manager
All Products
Red Hat Product Errata RHSA-2013:0505 - Security Advisory
Issued:
2013-02-21
Updated:
2013-02-21

RHSA-2013:0505 - Security Advisory

  • Overview
  • Updated Packages

Synopsis

Moderate: squid security and bug fix update

Type/Severity

Security Advisory: Moderate

Red Hat Insights patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

Updated squid packages that fix one security issue and several bugs are now
available for Red Hat Enterprise Linux 6.

The Red Hat Security Response Team has rated this update as having moderate
security impact. A Common Vulnerability Scoring System (CVSS) base score,
which gives a detailed severity rating, is available from the CVE link in
the References section.

Description

Squid is a high-performance proxy caching server for web clients that
supports FTP, Gopher, and HTTP data objects.

A denial of service flaw was found in the way the Squid Cache Manager
processed certain requests. A remote attacker who is able to access the
Cache Manager CGI could use this flaw to cause Squid to consume an
excessive amount of memory. (CVE-2012-5643)

This update also fixes the following bugs:

  • Due to a bug in the ConnStateData::noteMoreBodySpaceAvailable() function,

child processes of Squid terminated upon encountering a failed assertion.
An upstream patch has been provided and Squid child processes no longer
terminate. (BZ#805879)

  • Due to an upstream patch, which renamed the HTTP header controlling

persistent connections from "Proxy-Connection" to "Connection", the NTLM
pass-through authentication does not work, thus preventing login. This
update adds the new "http10" option to the squid.conf file, which can be
used to enable the change in the patch. This option is set to "off" by
default. When set to "on", the NTLM pass-through authentication works
properly, thus allowing login attempts to succeed. (BZ#844723)

  • When the IPv6 protocol was disabled and Squid tried to handle an HTTP GET

request containing an IPv6 address, the Squid child process terminated due
to signal 6. This bug has been fixed and such requests are now handled as
expected. (BZ#832484)

  • The old "stale if hit" logic did not account for cases where the stored

stale response became fresh due to a successful re-validation with the
origin server. Consequently, incorrect warning messages were returned. Now,
Squid no longer marks elements as stale in the described scenario.
(BZ#847056)

  • When squid packages were installed before samba-winbind, the wbpriv group

did not include Squid. Consequently, NTLM authentication calls failed. Now,
Squid correctly adds itself into the wbpriv group if samba-winbind is
installed before Squid, thus fixing this bug. (BZ#797571)

  • In FIPS mode, Squid was using private MD5 hash functions for user

authentication and network access. As MD5 is incompatible with FIPS mode,
Squid could fail to start. This update limits the use of the private MD5
functions to local disk file hash identifiers, thus allowing Squid to work
in FIPS mode. (BZ#833086)

  • Under high system load, the squid process could terminate unexpectedly

with a segmentation fault during reboot. This update provides better memory
handling during reboot, thus fixing this bug. (BZ#782732)

  • Squid incorrectly set the timeout limit for client HTTP connections with

the value for server-side connections, which is much higher, thus creating
unnecessary delays. With this update, Squid uses a proper value for the
client timeout limit. (BZ#798090)

  • Squid did not properly release allocated memory when generating error

page contents, which caused memory leaks. Consequently, the Squid proxy
server consumed a lot of memory within a short time period. This update
fixes this memory leak. (BZ#758861)

  • Squid did not pass the ident value to a URL rewriter that was configured

using the "url_rewrite_program" directive. Consequently, the URL rewriter
received the dash character ("–") as the user value instead of the correct
user name. Now, the URL rewriter receives the correct user name in the
described scenario. (BZ#797884)

  • Squid, used as a transparent proxy, can only handle the HTTP protocol.

Previously, it was possible to define a URL in which the access protocol
contained the asterisk character (*) or an unknown protocol namespace URI.
Consequently, an "Invalid URL" error message was logged to access.log
during reload. This update ensures that "http://" is always used in
transparent proxy URLs, and the error message is no longer logged in this
scenario. (BZ#720504)

All users of squid are advised to upgrade to these updated packages, which
fix these issues. After installing this update, the squid service will be
restarted automatically.

Solution

Before applying this update, make sure all previously-released errata
relevant to your system have been applied.

This update is available via the Red Hat Network. Details on how to
use the Red Hat Network to apply this update are available at
https://access.redhat.com/knowledge/articles/11258

Affected Products

  • Red Hat Enterprise Linux Server 6 x86_64
  • Red Hat Enterprise Linux Server 6 i386
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support 6 x86_64
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support 6 i386
  • Red Hat Enterprise Linux Workstation 6 x86_64
  • Red Hat Enterprise Linux Workstation 6 i386
  • Red Hat Enterprise Linux for IBM z Systems 6 s390x
  • Red Hat Enterprise Linux for Power, big endian 6 ppc64
  • Red Hat Enterprise Linux Server from RHUI 6 x86_64
  • Red Hat Enterprise Linux Server from RHUI 6 i386
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support (for IBM z Systems) 6 s390x

Fixes

  • BZ - 797571 - squid userid not added to wbpriv group
  • BZ - 798090 - client timeout uses server-side "read_timeout", not "request_timeout"
  • BZ - 832484 - Squid exits due to signal 6 when IPv6 is disabled and HTTP GET request contains IPv6 address
  • BZ - 833086 - squid uses a private md5 hash function for user auth, bypassing FIPS 140-2 restrictions
  • BZ - 844723 - The NTLM pass-through authentication doesn't work via squid-3.1.10
  • BZ - 847056 - squid incorrectly marks elements as stale when the client uses If-Modified-Since and If-None-Match headers
  • BZ - 887962 - CVE-2012-5643 squid: cachemgr.cgi memory usage DoS and memory leaks

CVEs

  • CVE-2012-5643

References

  • https://access.redhat.com/security/updates/classification/#moderate
  • https://access.redhat.com/knowledge/docs/en-US/Red_Hat_Enterprise_Linux/6/html/6.4_Technical_Notes/squid.html
Note: More recent versions of these packages may be available. Click a package name for more details.

Red Hat Enterprise Linux Server 6

SRPM
squid-3.1.10-16.el6.src.rpm SHA-256: 2bb5f9f0c43fcb00bc9e2c8b9258f27d60450ce878f11d4e9af2f23f92289a57
x86_64
squid-3.1.10-16.el6.x86_64.rpm SHA-256: 1bfdaf2b1c0f0c974e8bf7dcb788cb2fc2dd1e392b3dd53d7df45c00e4c82f85
squid-debuginfo-3.1.10-16.el6.x86_64.rpm SHA-256: 3e0ad74f994ee1090c9725e5474d218abbd48da3af82dec0ec23b38796f239c5
i386
squid-3.1.10-16.el6.i686.rpm SHA-256: 9c1b0ddb14216dff7c37fed6083c30b006fdcf38908c49ea478d7df5ca5dd3e6
squid-debuginfo-3.1.10-16.el6.i686.rpm SHA-256: 61397e8111ee83cc3376779433e3e10cd2dbbba4c538c978dd61c89db40cdea7

Red Hat Enterprise Linux Server from RHUI 6

SRPM
squid-3.1.10-16.el6.src.rpm SHA-256: 2bb5f9f0c43fcb00bc9e2c8b9258f27d60450ce878f11d4e9af2f23f92289a57
x86_64
squid-3.1.10-16.el6.x86_64.rpm SHA-256: 1bfdaf2b1c0f0c974e8bf7dcb788cb2fc2dd1e392b3dd53d7df45c00e4c82f85
squid-debuginfo-3.1.10-16.el6.x86_64.rpm SHA-256: 3e0ad74f994ee1090c9725e5474d218abbd48da3af82dec0ec23b38796f239c5
i386
squid-3.1.10-16.el6.i686.rpm SHA-256: 9c1b0ddb14216dff7c37fed6083c30b006fdcf38908c49ea478d7df5ca5dd3e6
squid-debuginfo-3.1.10-16.el6.i686.rpm SHA-256: 61397e8111ee83cc3376779433e3e10cd2dbbba4c538c978dd61c89db40cdea7

Red Hat Enterprise Linux Server - Extended Life Cycle Support 6

SRPM
squid-3.1.10-16.el6.src.rpm SHA-256: 2bb5f9f0c43fcb00bc9e2c8b9258f27d60450ce878f11d4e9af2f23f92289a57
x86_64
squid-3.1.10-16.el6.x86_64.rpm SHA-256: 1bfdaf2b1c0f0c974e8bf7dcb788cb2fc2dd1e392b3dd53d7df45c00e4c82f85
squid-debuginfo-3.1.10-16.el6.x86_64.rpm SHA-256: 3e0ad74f994ee1090c9725e5474d218abbd48da3af82dec0ec23b38796f239c5
i386
squid-3.1.10-16.el6.i686.rpm SHA-256: 9c1b0ddb14216dff7c37fed6083c30b006fdcf38908c49ea478d7df5ca5dd3e6
squid-debuginfo-3.1.10-16.el6.i686.rpm SHA-256: 61397e8111ee83cc3376779433e3e10cd2dbbba4c538c978dd61c89db40cdea7

Red Hat Enterprise Linux Workstation 6

SRPM
squid-3.1.10-16.el6.src.rpm SHA-256: 2bb5f9f0c43fcb00bc9e2c8b9258f27d60450ce878f11d4e9af2f23f92289a57
x86_64
squid-3.1.10-16.el6.x86_64.rpm SHA-256: 1bfdaf2b1c0f0c974e8bf7dcb788cb2fc2dd1e392b3dd53d7df45c00e4c82f85
squid-debuginfo-3.1.10-16.el6.x86_64.rpm SHA-256: 3e0ad74f994ee1090c9725e5474d218abbd48da3af82dec0ec23b38796f239c5
i386
squid-3.1.10-16.el6.i686.rpm SHA-256: 9c1b0ddb14216dff7c37fed6083c30b006fdcf38908c49ea478d7df5ca5dd3e6
squid-debuginfo-3.1.10-16.el6.i686.rpm SHA-256: 61397e8111ee83cc3376779433e3e10cd2dbbba4c538c978dd61c89db40cdea7

Red Hat Enterprise Linux for IBM z Systems 6

SRPM
squid-3.1.10-16.el6.src.rpm SHA-256: 2bb5f9f0c43fcb00bc9e2c8b9258f27d60450ce878f11d4e9af2f23f92289a57
s390x
squid-3.1.10-16.el6.s390x.rpm SHA-256: 98f065a9e85a5db211659a1d2713bda6ca416a23bddddf0d265958f05a4e4438
squid-debuginfo-3.1.10-16.el6.s390x.rpm SHA-256: 7ebed860ecb588c4c7b9b5318b1b98816eb10b7d61bb27f325b276174598ef66

Red Hat Enterprise Linux for Power, big endian 6

SRPM
squid-3.1.10-16.el6.src.rpm SHA-256: 2bb5f9f0c43fcb00bc9e2c8b9258f27d60450ce878f11d4e9af2f23f92289a57
ppc64
squid-3.1.10-16.el6.ppc64.rpm SHA-256: f8cad3d96b87afd50a9054606af0544bbb5707acb961bd94fc2e3496fed603cc
squid-debuginfo-3.1.10-16.el6.ppc64.rpm SHA-256: 789b85bc21c4f2854a4ee898d7ca348e4c4743fdd0c92172bce59f1cbc588df0

Red Hat Enterprise Linux Server - Extended Life Cycle Support (for IBM z Systems) 6

SRPM
squid-3.1.10-16.el6.src.rpm SHA-256: 2bb5f9f0c43fcb00bc9e2c8b9258f27d60450ce878f11d4e9af2f23f92289a57
s390x
squid-3.1.10-16.el6.s390x.rpm SHA-256: 98f065a9e85a5db211659a1d2713bda6ca416a23bddddf0d265958f05a4e4438
squid-debuginfo-3.1.10-16.el6.s390x.rpm SHA-256: 7ebed860ecb588c4c7b9b5318b1b98816eb10b7d61bb27f325b276174598ef66

The Red Hat security contact is secalert@redhat.com. More contact details at https://access.redhat.com/security/team/contact/.

Red Hat

Quick Links

  • Downloads
  • Subscriptions
  • Support Cases
  • Customer Service
  • Product Documentation

Help

  • Contact Us
  • Customer Portal FAQ
  • Log-in Assistance

Site Info

  • Trust Red Hat
  • Browser Support Policy
  • Accessibility
  • Awards and Recognition
  • Colophon

Related Sites

  • redhat.com
  • developers.redhat.com
  • connect.redhat.com
  • cloud.redhat.com

About

  • Red Hat Subscription Value
  • About Red Hat
  • Red Hat Jobs
Copyright © 2023 Red Hat, Inc.
  • Privacy Statement
  • Customer Portal Terms of Use
  • All Policies and Guidelines
Red Hat Summit
Twitter