The Cisco BGP switch must be configured to use a unique key for each autonomous system (AS) that it peers with.
An XCCDF Rule
Description
<VulnDiscussion>If the same keys are used between eBGP neighbors, the chance of a hacker compromising any of the BGP sessions increases. It is possible that a malicious user exists in one autonomous system who would know the key used for the eBGP session. This user would then be able to hijack BGP sessions with other trusted neighbors.</VulnDiscussion><FalsePositives></FalsePositives><FalseNegatives></FalseNegatives><Documentable>false</Documentable><Mitigations></Mitigations><SeverityOverrideGuidance></SeverityOverrideGuidance><PotentialImpacts></PotentialImpacts><ThirdPartyTools></ThirdPartyTools><MitigationControl></MitigationControl><Responsibility></Responsibility><IAControls></IAControls>
- ID
- SV-221022r945862_rule
- Severity
- Medium
- References
- Updated
Remediation - Manual Procedure
Configure the switch to use unique keys for each AS that it peers with as shown in the example below:
SW1(config)#router bgp xx
SW1(config-switch)#neighbor x.1.1.9 password yyyyyyyy
SW1(config-switch)#neighbor x.2.1.7 password zzzzzzzzz