More Info:

AWS CloudWatch event buses should not allow unknown cross-account access for delivery of events.

Risk Level

High

Address

Security

Compliance Standards

AWSWAF

Triage and Remediation

Remediation

To remediate the “EventBus Should Not Allow Cross Account Access” misconfiguration in AWS using the AWS console, follow these steps:

  1. Login to the AWS Management Console.
  2. Navigate to the Amazon EventBridge service.
  3. Select the Event Bus that is allowing cross-account access.
  4. Click on the “Permissions” tab.
  5. In the “Event bus policies” section, click on the “Edit” button.
  6. Remove any statements that grant cross-account access to the Event Bus.
  7. Add a new statement that only allows access from the AWS account(s) that require access to the Event Bus.
  8. Click on the “Save” button to apply the changes.

After following these steps, the Event Bus will no longer allow cross-account access and will only allow access from the specified AWS account(s).

Additional Reading: