
| This forum is proudly powered by Scientific Linux 6 | SL website Download SL Help Search Members |
| Welcome Guest ( Log In | Register ) | Resend Validation Email |
![]() ![]() ![]() |
| sluser |
Posted: May 18 2012, 11:37 PM
|
|||||
|
SLF Newbie Group: Members Posts: 2 Member No.: 1550 Joined: 18-May 12 |
Can someone clarify why the following is occurring in my SL6.2 install? Somehow these updates, from CVE-2011-4086, don't show up under the filtered --security call:
|
|||||
| AndrewSerk |
Posted: May 19 2012, 01:14 AM
|
|||
![]() SLF Moderator ![]() ![]() ![]() ![]() ![]() ![]() Group: Moderators Posts: 524 Member No.: 54 Joined: 14-April 11 |
The reason it doesn't show up is, there is no CVE-2011-4086 ,at least that I can find.
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-4086 http://web.nvd.nist.gov/view/vuln/search-results?query=CVE-2011-4086&search_type=all&cves=on Here is a link to the US-CERT weekly summaries for 2011 that may help: http://www.us-cert.gov/cas/bulletins/2011.html |
|||
| toracat |
Posted: May 19 2012, 01:43 AM
|
|
![]() SLF Geek ![]() ![]() ![]() ![]() Group: Members Posts: 184 Member No.: 11 Joined: 10-April 11 |
Actually... CVE-2011-4086 was addressed in the latest kernel update ( TUV's announcement). And the kernel packages showed up in the yum command as seen in the OP's post.
However, they did not appear when the --security option was used in the yum command. This is because security information is available in the TUV's repo but not in SL's repo. The same is true with CentOS, by the way. So, yum --security will not work in either distro (SL/CentOS) However, SL offers 2 separate repos to distinguish security-related (sl-security) and non-security-related (sl-fastbugs) packages. sl-security is enabled by default, therefore kernel updates were listed in the yum check-update command. -------------------- ELRepo: repository specialized in hardware support for EL
|
|
| AndrewSerk |
Posted: May 19 2012, 02:03 AM
|
|
![]() SLF Moderator ![]() ![]() ![]() ![]() ![]() ![]() Group: Moderators Posts: 524 Member No.: 54 Joined: 14-April 11 |
Well I'll be whatchamacallit, I wonder why it wasn't in the search results from http://cve.mitre.org/ or http://web.nvd.nist.gov/view/vuln/search/ ?
Thanks torcat |
|
| sluser |
Posted: May 19 2012, 03:39 AM
|
|||
|
SLF Newbie Group: Members Posts: 2 Member No.: 1550 Joined: 18-May 12 |
I think this could lead to trouble then, because, if one were to turn on yum-autoupdate's USE_YUMSEC flag, one might think that they would be getting all important security updates automatically, when, in fact, they aren't. Isn't this correct? If this is all as it seems to be, this package probably shouldn't be offered in SL at all, since it doesn't work. I guess the alternative is to always do something like: yum --disablerepo=\* --enablerepo="sl-security" check-update and for yum-autoupdate to use a custom yum.conf? |
|||
| toracat |
Posted: May 19 2012, 05:30 AM
|
|||||
![]() SLF Geek ![]() ![]() ![]() ![]() Group: Members Posts: 184 Member No.: 11 Joined: 10-April 11 |
I was not aware of the USE_YUMSEC option. Yes, enabling it will add the "--security" flag to the yum command, so no package would be found from the SL repos.
The default is "false". Unless one changes it to "true", yum-autoupdate works just fine. So, I think what can be done is to remove the USE_YUMSEC option from the config file. What do you think? -------------------- ELRepo: repository specialized in hardware support for EL
|
|||||
![]() |
![]() ![]() ![]() |