Bug 961981 (CVE-2013-2074)
Summary: | CVE-2013-2074 kdelibs: prints passwords contained in HTTP URLs in error messages | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | Vincent Danen <vdanen> |
Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> |
Status: | CLOSED WONTFIX | QA Contact: | |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | unspecified | CC: | jgrulich, jreznik, kevin, ovasik, rdieter, smparrish, than |
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: | 2019-06-10 11:00:37 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: | 961982, 962001 | ||
Bug Blocks: |
Description
Vincent Danen
2013-05-10 21:26:00 UTC
Created kdelibs tracking bugs for this issue Affects: fedora-all [bug 961982] This seems to go back as far as KDE3: vdanen@cerberus:~/cvs-scratch/rhel/kdelibs/rhel-5.9/kdelibs-3.5.4/kioslave/http/ >% grep -n error http.cc|grep 'url.url' 2215: error( ERR_DOES_NOT_EXIST, m_request.url.url() ); 2220: error( ERR_COULD_NOT_CONNECT, m_request.url.url() ); 2894: error(ERR_INTERNAL_SERVER, m_request.url.url()); 2934: error(ERR_DOES_NOT_EXIST, m_request.url.url()); Created kdelibs3 tracking bugs for this issue Affects: fedora-all [bug 962001] As per http://www.openwall.com/lists/oss-security/2013/05/11/2 this was assigned CVE-2013-2074. the fix was already committed into fedora branch kdelibs3-3.5.10-53.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. kdelibs3-3.5.10-53.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. kdelibs3-3.5.10-53.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. |