Bug 991457 (CVE-2013-0149)

Summary: CVE-2013-0149 quagga (ospfd): Possibility to use invalid / duplicate LSA information (VU#229804)
Product: [Other] Security Response Reporter: Jan Lieskovsky <jlieskov>
Component: vulnerabilityAssignee: Red Hat Product Security <security-response-team>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: unspecifiedCC: balajig81, jkurik, msekleta, vonsch
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: 2013-08-02 13:24:04 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:
Bug Depends On:    
Bug Blocks: 968577    

Description Jan Lieskovsky 2013-08-02 12:43:34 UTC
A security flaw was found in the way how certain Open Shortest Path First (OSPF) protocol implementations used to perform Link State Advertisement (LSA) identifiers lookup in the LSA database during the routing table calculation phase (certain implementations searched for LSA id using only Link State ID). On certain implementations a remote attacker could use this flaw to subvert the routing table of the victim router by sending false link state advertisements on behalf of other routers (resulting into situation where the victim router would drop the entire table [denial of service] or re-route the network traffic).

References:
[1] http://www.kb.cert.org/vuls/id/229804
[2] https://bugzilla.novell.com/show_bug.cgi?id=822572

The OSPF protocol implementation in Quagga routing suite was not vulnerable to this problem:
[3] http://lists.quagga.net/pipermail/quagga-dev/2013-August/010701.html

since it performs LSA id lookup based on two identifiers - (Router-ID, LS-ID) pair.

Comment 2 Jan Lieskovsky 2013-08-02 13:24:04 UTC
Statement:

Not vulnerable. This issue did not affect the versions of quagga as shipped with Red Hat Enterprise Linux 5 and 6, since the OSPF protocol implementation in Quagga performs LSA id lookup based on two identifiers - (Router-ID, LS-ID) pair.