Share via

External DNS/http interaction vulnerability and External host header injection vulnerability.

Omkar Talekar 0 Reputation points
2025-06-26T11:22:59.43+00:00

Hi team,
I am facing External DNS/http interaction vulnerability and External host header injection vulnerability.
Configured Environment details are:

  1. Application gateway
  2. Waf policy
  3. Linux App service
  4. Angular application
Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.


1 answer

Sort by: Most helpful
  1. Shree Hima Bindu Maganti 7,420 Reputation points Microsoft External Staff Moderator
    2025-06-26T19:09:20.8233333+00:00

    Hi @Omkar Talekar
    To mitigate the External DNS/http interaction and External host header injection vulnerabilities in your setup with Application Gateway, WAF policy, Linux App Service, and Angular application,

    • Make sure the Application Gateway is securely configured to manage DNS requests, validate incoming traffic, and prevent backend services from being directly accessible externally.
    • Apply Web Application Firewall (WAF) policies to defend against common web attacks, including host header injection, by filtering and monitoring HTTP requests.
    • Set up your application to validate host headers, which helps block malicious headers that could be used to exploit your application or redirect traffic.
    • Turn on logging and monitoring for your Application Gateway and WAF to spot and address any unusual DNS or HTTP activity.
    • Regularly update your Application Gateway, WAF policies, and application code to address known security issues.

    References:

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.