Bug 1584895
| Summary: | CVE-2016-10659 poco: MITM due to resources download over HTTP [fedora-all] | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Laura Pardo <lpardo> |
| Component: | poco | Assignee: | Scott Talbert <swt> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 28 | CC: | francis.andre.kampbell, swt |
| Target Milestone: | --- | Keywords: | Security, SecurityTracking |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Release Note | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-05-31 22:15:30 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: | 1584893 | ||
|
Description
Laura Pardo
2018-05-31 21:28:13 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=1584893,1584895 # Description of your update notes=Security fix for [PUT CVEs HERE] # 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 web interface to submit updates: https://bodhi.fedoraproject.org/updates/new As I read the vulnerability description (https://nodesecurity.io/advisories/271), this vulnerability is about the node.js poco package that is hosted here: https://www.npmjs.com/package/poco and NOT about the original poco source distribution at pocoproject.org. If you examine the node.js package, it contains an install.sh which has the following content: #!/bin/bash wget http://pocoproject.org/releases/poco-1.5.4/poco-1.5.4-all.tar.bz2 tar xfvj poco-1.5.4-all.tar.bz2 pushd poco-1.5.4-all ./configure make -j4 mv lib/**/lib* .. exit 0 I believe the vulnerability refers to the use of http vice https in the script above. Thus, Fedora is not affected by this vulnerability. Closing as NOTABUG. |