CVE-2026-67178
Last modified
CVE-2026-67178 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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. EPSS estimates a 0.49% chance of exploitation in the next 30 days.
Description
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
Metrics
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:N/SC:L/SI:L/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| misp | misp | < 2.5.41 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-67178?
How severe is CVE-2026-67178?
How do I fix CVE-2026-67178?
How Strix Helps
- One Click Account Takeover in GranolaHow a notification link broke out of Electron and led to a one-click account takeover.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-6711The Website LLMs.txt plugin for WordPress is vulnerable to R…6.1
- CVE-2026-6712The Website LLMs.txt plugin for WordPress is vulnerable to S…4.4
- CVE-2026-6713GitLab has remediated an issue in GitLab CE/EE affecting all…5.3
- CVE-2026-6716Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2026-67173Pivotick did not validate the URL scheme of node imagePath v…5.1
- CVE-2026-67174Pivotick contains a DOM-based cross-site scripting vulnerabi…9.2
- CVE-2026-67179Genkit does not properly validate host request headers. Any …7.8
- CVE-2026-67180Google Turbinia allows arbitrary command execution via worke…8.4
- CVE-2026-67181Rouille 0.3.3 through 3.6.2 contains an HTTP request smuggli…5.4
- CVE-2026-67182Rouille 0.3.3 through 3.6.2 contains an HTTP request smuggli…7.5
- CVE-2026-67183TinyWeb through 0.0.8 contains a memory leak vulnerability t…8.7
- CVE-2026-67184TinyWeb through 0.0.8 contains a null pointer dereference vu…8.7
Are you affected by CVE-2026-67178?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
