Bug 1185152
Summary: | CVE-2014-9634 CVE-2014-9635 jenkins: various flaws [fedora-21] | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Kurt Seifried <kseifried> |
Component: | jenkins | Assignee: | Michal Srb <msrb> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | medium | ||
Version: | 21 | CC: | mizdebsk, msrb |
Target Milestone: | --- | Keywords: | Security, SecurityTracking |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Release Note | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-01-23 09:14:28 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: | |||
Bug Blocks: | 1185148, 1185151 |
Description
Kurt Seifried
2015-01-23 05:23:58 UTC
Use the following template to for the 'fedpkg update' request to submit an update for this issue as it contains the top-level parent bug(s) as well as this tracking bug. This will ensure that all associated bugs get updated when new packages are pushed to stable. ===== # bugfix, security, enhancement, newpackage (required) type=security # testing, stable request=testing # Bug numbers: 1234,9876 bugs=1185148,1185152 # Description of your update notes=Security fix for CVE-2014-9634 # Enable request automation based on the stable/unstable karma thresholds autokarma=True stable_karma=3 unstable_karma=-3 # Automatically close bugs when this marked as stable close_bugs=True # Suggest that users restart after update suggest_reboot=False ====== Additionally, you may opt to use the bodhi update submission link instead: https://admin.fedoraproject.org/updates/new/?type_=security&bugs=1185148,1185152 Adding parent bug 1185151 (for CVE-2014-9635). Please use this new fedpkg update template when submitting the update: ===== # bugfix, security, enhancement, newpackage (required) type=security # testing, stable request=testing # Bug numbers: 1234,9876 bugs=1185152,1185148,1185151 # Description of your update notes=Security fix for CVE-2014-9634, CVE-2014-9635 # Enable request automation based on the stable/unstable karma thresholds autokarma=True stable_karma=3 unstable_karma=-3 # Automatically close bugs when this marked as stable close_bugs=True # Suggest that users restart after update suggest_reboot=False ====== Additionally, you may opt to use the bodhi update submission link instead: https://admin.fedoraproject.org/updates/new/?type_=security&bugs=1185152,1185148,1185151 Jenkins in Fedora 21 runs on Winstone servlet container and thus it shouldn't be directly affected. Also Fedora 21 has fairly new version of Jenkins - 1.590, which should contain upstream fixes for both vulnerabilities: $ git tag --contains 79c905e6d0b03b075eef5339b73a6e8c55acd620 | grep 1.590 jenkins-1.590 $ git tag --contains 582128b9ac179a788d43c1478be8a5224dc19710 | grep 1.590 jenkins-1.590 |