Bug 994706
| Summary: | rkhunter needs to correctly handle unhide output | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Scott Shambarger <scott-fedora> |
| Component: | rkhunter | Assignee: | Kevin Fenzi <kevin> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 19 | CC: | kevin, nonamedotc |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | rkhunter-1.4.2-5.fc19 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-03-15 15:01:40 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Scott Shambarger
2013-08-07 19:58:37 UTC
This is: http://sourceforge.net/p/rkhunter/bugs/97/ upsteam. I'll look for a fix. Thanks for the report. Can you test this scratch build and confirm this is fixed: http://koji.fedoraproject.org/koji/taskinfo?taskID=6630812 This might have been fixed too. (only relevant output posted) # grep hidden /var/log/rkhunter/rkhunter.log [21:50:33] Info: Starting test name 'hidden_procs' [21:53:07] Checking for hidden processes [ None found ] # rkhunter -V Rootkit Hunter 1.4.2 Installed 1.4.2, C version of unhide now works correctly. Before (1.4.0): [20:26:16] Info: Starting test name 'hidden_procs' [20:26:16] Info: Found the 'unhide' command: /sbin/unhide [20:26:16] Info: Found 'unhide' command version: 20130526 [20:26:30] Using command 'unhide sys' [ Warning ] [20:26:30] Info: Found the 'unhide.rb' command: /sbin/unhide.rb [20:26:30] Using command 'unhide.rb' [ None found ] [20:26:30] Checking for hidden processes [ Warning ] [20:26:30] Warning: Hidden processes found: [20:26:30] Copyright © 2013 Yago Jesus & Patrick Gouin [20:26:30] License GPLv3+ : GNU GPL version 3 or later [20:26:30] NOTE : This version of unhide is for systems using Linux >= 2.6 [20:26:30] Used options: After (1.4.2): [20:57:13] Info: Starting test name 'hidden_procs' [20:57:13] Info: Found the 'unhide' command: /sbin/unhide [20:57:13] Info: Found 'unhide' command version: 20130526 [20:57:29] Using command '/sbin/unhide sys' [ None found ] [20:57:29] Checking for hidden processes [ None found ] New version handles the new unhide output correctly :) ... did notice that unhide.rb is not searched for a used even though DISABLE_UNHIDE is set to the default '0' and from the config file text: "By default rkhunter will look for both programs, and execute each of them as they are found" Might be a new bug though... this one looks fixed! rkhunter-1.4.2-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/rkhunter-1.4.2-1.fc20 rkhunter-1.4.2-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/rkhunter-1.4.2-1.fc19 rkhunter-1.4.2-1.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/rkhunter-1.4.2-1.el6 rkhunter-1.4.2-1.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. rkhunter-1.4.2-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. rkhunter-1.4.2-5.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/rkhunter-1.4.2-5.fc19 rkhunter-1.4.2-5.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |