CVE-2024-10306: Mod_proxy_cluster: mod_proxy_cluster unauthorized mcmp requests

Published Oct 23, 2024
·
Updated

A vulnerability was found in modproxycluster. The issue is that the <Directory> directive should be replaced by the <Location> directive as the former does not restrict IP/host access as Require ip IPADDRESS would suggest. This means that anyone with access to the host might send MCMP requests that may result in adding/removing/updating nodes for the balancing. However, this host should not be accessible to the public network as it does not serve the general traffic.

Other sources

The issue is that the <Directory> directive should be replaced by <Location> directive as the former does not restrict IP/host access as Require ip IPADDRESS would suggest. This means that anyone with access to the host might send MCMP requests that may result in adding/removing/updating nodes for the balancing. However, this host should not be accessible to the public network as it does not serve the general traffic.

Red Hat

Affected Software

1 affected component
Apache mod_proxy_cluster

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Update the Apache configuration for mod_proxy_cluster so that the access control that currently uses a <Directory> block is implemented using a <Location> directive, because <Directory> does not enforce the intended IP/host restrictions (e.g., 'Require ip IP_ADDRESS' does not restrict access as expected when applied under <Directory>).

    Apache httpd (mod_proxy_cluster) Replace <Directory> with <Location> for access control = Use <Location> directive with Require ip IP_ADDRESS (or equivalent) instead of <Directory>
  2. Compensating control

    Ensure this host running mod_proxy_cluster is not accessible from the public network (since it does not serve general traffic). Limit network access to trusted/internal sources only to prevent unauthorized MCMP requests that could add/remove/update balancing nodes.

Event History

Oct 23, 2024
Data Sourced
via Red Hat·02:04 PM
DescriptionSeverityAffected Software
Apr 23, 2025
CVE Published
via MITRE·09:59 AM
Data Sourced
via MITRE·09:59 AM
DescriptionSeverityWeakness
Data Sourced
via NVD·10:15 AM
DescriptionSeverityWeakness
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2024-10306?

CVE-2024-10306 is considered a critical vulnerability due to the risk of unauthorized access through improper IP/host access restriction.

2

How do I fix CVE-2024-10306?

To fix CVE-2024-10306, replace the <Directory> directive with the <Location> directive in your Apache mod_proxy_cluster configuration.

3

What are the potential impacts of CVE-2024-10306?

The potential impacts of CVE-2024-10306 include unauthorized users gaining access to server resources, leading to data exposure and security breaches.

4

Which versions of Apache mod_proxy_cluster are affected by CVE-2024-10306?

CVE-2024-10306 affects all versions of Apache mod_proxy_cluster that utilize the <Directory> directive without proper access control.

5

Is there a workaround for CVE-2024-10306?

A potential workaround for CVE-2024-10306 is to ensure that access controls are properly configured, although replacing the directive is the recommended solution.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203