Bug 1035538 (CVE-2013-6401)
Summary: | CVE-2013-6401 jansson: hash table collisions CPU usage DoS | ||||||
---|---|---|---|---|---|---|---|
Product: | [Other] Security Response | Reporter: | Murray McAllister <mmcallis> | ||||
Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | |||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | unspecified | CC: | fweimer, jmassaguerpla, jpirko, pbrobinson, pfrields, security-response-team, 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: | 2014-05-05 14:11:11 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: | 1063817, 1063819, 1063831 | ||||||
Bug Blocks: | 1035367, 1035542 | ||||||
Attachments: |
|
Description
Murray McAllister
2013-11-28 03:07:06 UTC
Created attachment 859025 [details] CVE-2013-6401 patch (In reply to Murray McAllister from comment #7) > Public now: > https://github.com/akheron/jansson/commit/ > 8f80c2d83808150724d31793e6ade92749b1faa4 This one is also needed: https://github.com/akheron/jansson/commit/42016a35c8907e477be73b0b5d06cc09af231ee4 Created jansson tracking bugs for this issue: Affects: epel-6 [bug 1063819] Created jansson tracking bugs for this issue: Affects: fedora-all [bug 1063817] The first patch is very very long. According to github, 19 changed files with 873 additions and 122 deletions is this the minimal patch for fixing this CVE? Or does it include extra fixes?? thanks (In reply to Jordi Massaguer Pla from comment #12) > The first patch is very very long. According to github, > > 19 changed files with 873 additions and 122 deletions > > is this the minimal patch for fixing this CVE? Or does it include extra > fixes?? No, it fixes just this bug. It replaces the hashing function and adds random seeding. jansson-2.6-1.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report. Closing as all dependent OS releases have fixes out |