Bug 607211 (CVE-2010-2432)
Summary: | CVE-2010-2432 cups: DoS (infinite loop) via HTTP_UNAUTHORIZED responses STR #3518 | ||||||
---|---|---|---|---|---|---|---|
Product: | [Other] Security Response | Reporter: | Jan Lieskovsky <jlieskov> | ||||
Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> | ||||
Status: | CLOSED NOTABUG | QA Contact: | |||||
Severity: | low | Docs Contact: | |||||
Priority: | low | ||||||
Version: | unspecified | CC: | twaugh, vdanen | ||||
Target Milestone: | --- | Keywords: | Security | ||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2010-08-23 11:56:41 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | 607219 | ||||||
Bug Blocks: | |||||||
Attachments: |
|
Description
Jan Lieskovsky
2010-06-23 14:16:19 UTC
This issue did NOT affect the version of the cups package, as shipped with Red Hat Enterprise Linux 3. This issue affects the versions of the cups package, as shipped with Red Hat Enterprise Linux 4 and 5. This issue did NOT affect (is already addressed) in the current versions of the cups package, as shipped with Fedora releases of 11, 12, and 13. Created attachment 426285 [details] Local copy of upstream CVE-2010-2432 / STR #3518 patch Statement: Not vulnerable. This issue did not affect the versions of CUPS as shipped with Red Hat Enterprise Linux 3, 4, or 5. (In reply to comment #1) > This issue affects the versions of the cups package, as shipped with > Red Hat Enterprise Linux 4 and 5. This does not sound right to me. CUPS in RHEL-5 is built with GSSAPI support, so for Negotiate authentications, "too many tries" error is hit. For Basic and Digest authentication, password callback function is called again to ask for a different password. There does not seem to be a limit on number of password callback calls, but that behaviour matches upstream behaviour in 1.4.4 (fixed version). RHEL-4 CUPS does not support Negotiate and password callback is called in case of Basic or Digest failures. Upstream confirms that not limiting number of password callback calls is intended behaviour. Closing this notabug, with updated statement in comment #5. |