| Summary: | tcpdump new security issues CVE-2014-876[7-9] | ||
|---|---|---|---|
| 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: | olchal, sysadmin-bugs |
| Version: | 4 | Keywords: | validated_update |
| Target Milestone: | --- | ||
| Hardware: | i586 | ||
| OS: | Linux | ||
| URL: | http://lwn.net/Vulnerabilities/623284/ | ||
| Whiteboard: | MGA4-32-OK MGA4-64-OK advisory | ||
| Source RPM: | tcpdump-4.4.0-2.mga4.src.rpm | CVE: | |
| Status comment: | |||
|
Description
David Walser
2014-11-27 15:30:28 CET
David Walser
2014-11-28 18:17:02 CET
URL:
(none) =>
http://lwn.net/Vulnerabilities/623284/
Testing on Mageia4x32 real hardware
With current package :
--------------------
# rpm -q tcpdump
tcpdump-4.4.0-2.mga4
Using PoC mentionned in Description,
wrote 2 python tests :
-tcpdump.py : OLSR payload
-tcpdump2.py : AODV
# tcpdump -i lo -s 0 -n -v
# python tcpdump.py #OLSR test
tcpdump crashes after writing pages in console.
# dmesg
(...)
[ 2010.891499] tcpdump[7111]: segfault at b72cd000 ip 0804d565 sp bf9e90c0 error 4 in tcpdump[8048000+b1000
# python tcpdump2.py #AODV test
tcpdump doesn't crash, in tcpdump console, writes pages filled with : {::}(0) which ends with [|rerr]
dmsg didn't produce a segmentation fault.
With updated testing packages :
-----------------------------
# rpm -q tcpdump
tcpdump-4.4.0-2.1.mga4
None of the tests produce any crash or segmentation fault. The AODV test doesn't produce lengthy pages.
Testing package installs well and fixes security vulnerability.CC:
(none) =>
olchal Testing on Mageia4-64 real hardware Same procedure From current package : -------------------- tcpdump-2:4.4.0-2.mga4.x86_64 which produced a segmentation fault with both PoC tcpdump tests To updated testing package : -------------------------- tcpdump-4.4.0-2.1.mga4.x86_64 which didn't crash or produce segmentation fault with same tests. OK Whiteboard:
MGA4-32-OK =>
MGA4-32-OK MGA4-64-OK Validating, advisory uploaded. Keywords:
(none) =>
validated_update An update for this issue has been pushed to Mageia Updates repository. http://advisories.mageia.org/MGASA-2014-0503.html Status:
NEW =>
RESOLVED |