Bug 688987

Summary: maradns: buffer overflow in compression handling leads to DoS
Product: [Other] Security Response Reporter: Vincent Danen <vdanen>
Component: vulnerabilityAssignee: Red Hat Product Security <security-response-team>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: unspecifiedCC: mfleming+rpm
Target Milestone: ---Keywords: Security
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-03-18 19:09:28 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:

Description Vincent Danen 2011-03-18 18:09:13 UTC
It was reported [1] that the compression code for MaraDNS contained a programming error where allocating an array of integers was allocated in bytes instead of sizeof(int) units.  This resulted in a buffer being too small, allowing it to be overwritten by sending MaraDNS a specially-crafted packet, which could crash MaraDNS.

MaraDNS 1.4.06 and 1.3.07.11 was released to correct this problems.  A patch to correct the flaw is included in the original report.

[1] http://thread.gmane.org/gmane.network.dns.maradns.general/1907

Comment 1 Vincent Danen 2011-03-18 18:10:51 UTC
The original report seems to be here:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=610834

Comment 2 Vincent Danen 2011-03-18 19:09:28 UTC

*** This bug has been marked as a duplicate of bug 673573 ***