Amazon Route 53

Private Subdomain Takeover: Missing Origin S3 Bucket

Risk Level: Medium

Description:

This plugin detects Route53 records linking to S3 buckets from private hosted zones where the relevant bucket does not exist. Such configuration can lead to a domain takeover where a malicious user can create an instance with the same DNS name in another AWS account and upload content. The attacker can then change the taken-over domain to look like an internal employee portal and make employees submit confidential information.

About the Service :

Amazon Route 53 is a cloud Domain Name System (DNS) web service that is highly accessible and scalable. It is intended to provide developers and businesses with a highly dependable and cost-effective method of routing end users to Internet applications.

Amazon Route 53 connects user requests to AWS infrastructure such as Amazon EC2 instances, Elastic Load Balancing load balancers, and Amazon S3 buckets, as well as equipment outside of AWS. 

Impact: 

A domain takeover can occur if a malicious user creates an instance with the same DNS name in another AWS account and uploads content.

The attacker can then disguise the hijacked domain as an internal employee site and force employees to submit sensitive information.

Steps to reproduce :

  1. Login to AWS Management Console.
  2. Navigate to Route 53 dashboard. (https://console.aws.amazon.com/route53/ )
  3. Next, move to the “Hosted Zone” in the left navigation panel under Route 53.
  4. Select the hosted zone to examine.
  5. Expand the Hosted Zone details. Proceed for the next steps if the Type is set to “Private hosted zone”.
  6. Next, check the admin.awsexample.com if the Type is CNAME or AAAA. This suggests that it is routing it’s value to the S3 bucket.
  7. Copy the link of the S3 bucket and navigate to the S3 Management Console.
  8. Search for the S3 bucket in the S3 Console.
  9. It is clearly visible that the s3 bucket is missing. This suggests that this is vulnerable to subdomain takeover.
  10. Repeat steps for other hosted zones.

Steps for remediation :

Ensure that all such Route53 records are removed.

  1. Login to AWS Management Console.
  2. Navigate to Route 53 dashboard. (https://console.aws.amazon.com/route53/ )
  3. Next, move to the “Hosted Zone” in the left navigation panel under Route 53.
  4. Select the hosted zone to examine.
  5. Next, check admin.awsexample.com if the Type is CNAME or AAAA. This suggests that it is routing its value to the S3 bucket.
  6. Copy the link of the S3 bucket and navigate to the S3 Management Console.
  7. Search for the S3 bucket in the S3 Console.
  8. It is clearly visible that the s3 bucket is missing. This suggests that this is vulnerable to subdomain takeover.
  9. Delete the record that was routing its value to the missing S3 bucket.
  10. Repeat steps for other hosted zones.