# [CVE-2024-32651] changedetection < 0.45.20 - Remote Code Execution (RCE) On the target machine, Changedetection v 0.45.1 is running. A quick search on exploit DB will give the RCE. https://www.exploit-db.com/exploits/52027 Run the exploit code Where IP is the attacker IP and port is the listening port of the attacker. We got the root access.
Azure Front Door is a combination of Load-balancer and Web Application Firewall (WAF). It is a routing service that helps to accelerate the application access availability and performance and works at the Application layer.
Azure Front Door service can be considered when you have a pool of application servers at the back-end and you need to load-balance the client requests and enhance the security. When you implement this service, it will route the client requests to the fastest and most available application back-end. These requests can be distributed to the back-end pool based on Weight-age and Priority.
Azure Front Door service features,
1) URL based routing
2) Maintaining session affinity
3) SSL termination
4) Web Application Firewall Features.
You can configure Azure Front Door in three steps.
Search Front Door service from your Azure dashboard.
1) Add the front-end hosts / Domain name.
- Configure the front-end URL. User requests will hit here. You can enable affinity and WAF at this section.
2) Configure the Back-end pool
- Here you need to add all the back-end applications or app servers/endpoints.
- Once you add the applications, you need to configure the health probes as well.
- Priority and Weight-age for the endpoints can be configured here
3) Routing rules
- In this part, you maps the front-end host and a matching URL path pattern to a specific back-end pool. Same as a load-balancing rule.