CVE-2026-67178: Open Redirect in MISP Installer-Generated Apache Configuration

Published Jul 28, 2026
·
Updated

MISP installation scripts generated an Apache HTTP virtual-host configuration containing an incorrectly formatted HTTP-to-HTTPS redirect:

Redirect permanent / https://misp.example

Apache’s Redirect directive appends any portion of the requested path that follows the matched prefix to the configured destination URL. Because the destination did not end with /, attacker-controlled path content was appended directly to the hostname rather than to its URL path.

For example, a request resembling:

http://misp.example/@attacker.example/

could result in a redirect resembling:

https://misp.example@attacker.example/

Under standard URL parsing, misp.example is interpreted as user information and attacker.example as the destination host. An unauthenticated remote attacker could therefore construct a URL hosted under the legitimate MISP domain that redirects users to an attacker-controlled website.

The vulnerability could be used for phishing, credential collection, or potentially disclosing sensitive query-string information preserved during the redirect. Exploitation requires a user to follow the crafted HTTP URL.

The fix adds the missing trailing slash to the redirect destination, ensuring that appended request data remains part of the path on the configured MISP host.

Existing installationsExisting MISP installations should review their Apache HTTP virtual-host configuration and ensure that the HTTPS redirect destination ends with a trailing slash:

Redirect permanent / https://misp.example/

After updating the configuration, validate it with apachectl configtest and reload or restart Apache for the change to take effect

Affected Software

2 affected components
Apache HTTP Server
MISP

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    In the MISP Apache HTTP virtual-host configuration, update the HTTP-to-HTTPS redirect so the redirect destination ends with a trailing slash. For example, change "Redirect permanent / https://misp.example" to "Redirect permanent / https://misp.example/" (destination must include the final /).

    Apache HTTP Server (MISP Apache virtual-host HTTPS redirect) Redirect permanent destination URL (trailing slash) = https://misp.example/
  2. Operational

    After updating the Apache redirect configuration, validate it with "apachectl configtest" and then reload or restart Apache so the change takes effect.

Event History

Jul 28, 2026
CVE Published
via MITRE·02:30 PM
Data Sourced
via MITRE·02:30 PM
DescriptionWeakness
Data Sourced
via NVD·03:17 PM
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-2026-67178?

The severity of CVE-2026-67178 is rated at risk score 22.

2

How do I fix CVE-2026-67178?

To fix CVE-2026-67178, you should update the Apache configuration to properly format the HTTP-to-HTTPS redirect.

3

What software is affected by CVE-2026-67178?

CVE-2026-67178 affects the Apache HTTP Server and the MISP software.

4

What is the impact of CVE-2026-67178?

The impact of CVE-2026-67178 is an open redirect vulnerability that could potentially lead to malicious redirection of users.

5

When was CVE-2026-67178 published?

CVE-2026-67178 was published on July 28, 2026.

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