| Summary: | busybox new security issue CVE-2014-4607 | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | David Walser <luigiwalser> |
| Component: | Security | Assignee: | QA Team <qa-bugs> |
| Status: | RESOLVED FIXED | QA Contact: | Sec team <security> |
| Severity: | normal | ||
| Priority: | Normal | CC: | lewyssmith, sysadmin-bugs |
| Version: | 4 | Keywords: | validated_update |
| Target Milestone: | --- | ||
| Hardware: | i586 | ||
| OS: | Linux | ||
| URL: | http://lwn.net/Vulnerabilities/604237/ | ||
| Whiteboard: | MGA3TOO has_procedure advisory MGA4-64-OK mga3-32-ok | ||
| Source RPM: | busybox-1.21.1-3.mga4.src.rpm | CVE: | |
| Status comment: | |||
| Bug Depends on: | |||
| Bug Blocks: | 13943 | ||
|
Description
David Walser
2014-08-19 19:44:06 CEST
David Walser
2014-08-19 19:44:23 CEST
Blocks:
(none) =>
13943 Testing MGA4 64 real hardware. Installed busybox from release repos, updated from Updates Testing to: busybox-1.21.1-3.1.mga4 $ busybox lists available commands; with --list-full option shows the normal path for each command. To find help for a command: $ busybox <command> -h or --help To run a command, typically: $ busybox <command> [options] [FILE] Tried as many of the related/paired compress/[cat]/uncompress busybox commands as I could find, on a long text file. Annoyingly, the many commands do not cite their compression type, so finding the equivalent CAT or UNcompress command for a given compress one can be guesswork. Curiosity: busybox has no 'compress' for its 'uncompress', nor 'zip' for its 'unzip'; but they both worked on appropriate files compressed directly. All these actions appeared to be OK. CC:
(none) =>
lewyssmith To be more clear, only the lzop command in busybox is affected by this update. Testing complete mga3 32 Needn't be root to do this but it doesn't hurt anything. Testfile was just a random file. # ll testfile* -rw------- 1 root root 262144 Aug 21 14:29 testfile # busybox lzop testfile # ll testfile* -rw------- 1 root root 262198 Aug 21 14:28 testfile.lzo Compression apparently made it bigger :D # busybox lzop -d testfile.lzo # ll testfile -rw------- 1 root root 262144 Aug 21 14:36 testfile Tried a few other random commands too such as 'busybox ls', see previous update for examples https://bugs.mageia.org/show_bug.cgi?id=6673#c9 Repeated for busybox-static.. # busybox.static lzop testfile # ll testfile* -rw------- 1 root root 262198 Aug 21 14:40 testfile.lzo # busybox.static lzop -d testfile.lzo # ll testfile* -rw------- 1 root root 262144 Aug 21 14:40 testfile Whiteboard:
MGA3TOO MGA4-64-OK =>
MGA3TOO has_procedure MGA4-64-OK mga3-32-ok Testing completed mga4 64 Just checked lzop Validating. Advisory uploaded. Could sysadmin please push to 3 & 4 updates Thanks Keywords:
(none) =>
validated_update An update for this issue has been pushed to Mageia Updates repository. http://advisories.mageia.org/MGASA-2014-0351.html Status:
NEW =>
RESOLVED |