CVE-2025-67845: CWE-24 Path Traversal: '../filedir' in Mintlify Mintlify Platform
A Directory Traversal vulnerability in the Static Asset Proxy Endpoint in Mintlify Platform before 2025-11-15 allows remote attackers to inject arbitrary web script or HTML via a crafted URL containing path traversal sequences.
AI Analysis
Technical Summary
CVE-2025-67845 is a directory traversal vulnerability classified under CWE-24 that affects the Mintlify Platform, specifically its Static Asset Proxy Endpoint. This flaw allows remote attackers with limited privileges to manipulate URL parameters containing path traversal sequences (e.g., '../filedir') to access unauthorized files or inject arbitrary web scripts or HTML content. The vulnerability arises because the endpoint insufficiently sanitizes or validates input paths, enabling attackers to traverse directories outside the intended asset directory. This can lead to unauthorized disclosure of sensitive files or injection of malicious content that may be rendered in users' browsers, potentially facilitating further attacks such as cross-site scripting (XSS) or information leakage. The vulnerability affects Mintlify Platform versions prior to the patch date of 2025-11-15. The CVSS 3.1 base score is 6.4, reflecting a medium severity with network attack vector (AV:N), low attack complexity (AC:L), requiring privileges (PR:L), no user interaction (UI:N), and a scope change (S:C) with low confidentiality and integrity impacts (C:L/I:L) and no availability impact (A:N). No public exploits are known at this time, but the vulnerability's characteristics suggest it could be exploited in targeted attacks. The directory traversal can be leveraged to bypass access controls and inject malicious scripts, potentially compromising the confidentiality and integrity of affected systems and data.
Potential Impact
For European organizations, especially those relying on the Mintlify Platform for documentation or developer tools, this vulnerability could lead to unauthorized access to sensitive files or injection of malicious content into web assets. This may result in partial data leakage, defacement, or the facilitation of further attacks such as XSS, which can compromise user sessions or credentials. The impact is particularly relevant for organizations handling sensitive intellectual property or customer data within their documentation or static assets. Since the vulnerability requires limited privileges but no user interaction, insider threats or compromised accounts could exploit this flaw to escalate attacks. The medium severity indicates a moderate risk, but the scope change means that the vulnerability could affect multiple components or users once exploited. Disruption of service is unlikely, but reputational damage and compliance risks (e.g., GDPR) due to data exposure are concerns. Organizations in sectors such as finance, technology, and government in Europe should be vigilant, as attackers may target these high-value entities.
Mitigation Recommendations
Organizations should immediately update the Mintlify Platform to the patched version released after 2025-11-15. In the absence of a patch, implement strict input validation and sanitization on all URL parameters to prevent path traversal sequences. Employ allowlisting of acceptable file paths and reject any input containing '../' or similar traversal patterns. Restrict access to the Static Asset Proxy Endpoint to trusted users and networks where possible, and enforce the principle of least privilege to limit the impact of compromised accounts. Conduct thorough code reviews and penetration testing focused on directory traversal and injection vulnerabilities. Monitor logs for suspicious access patterns or attempts to exploit path traversal. Additionally, implement Content Security Policy (CSP) headers to mitigate the impact of any injected scripts. Educate developers and administrators about secure coding practices related to file path handling. Finally, maintain an incident response plan to quickly address any exploitation attempts.
Affected Countries
Germany, France, United Kingdom, Netherlands, Sweden
CVE-2025-67845: CWE-24 Path Traversal: '../filedir' in Mintlify Mintlify Platform
Description
A Directory Traversal vulnerability in the Static Asset Proxy Endpoint in Mintlify Platform before 2025-11-15 allows remote attackers to inject arbitrary web script or HTML via a crafted URL containing path traversal sequences.
AI-Powered Analysis
Technical Analysis
CVE-2025-67845 is a directory traversal vulnerability classified under CWE-24 that affects the Mintlify Platform, specifically its Static Asset Proxy Endpoint. This flaw allows remote attackers with limited privileges to manipulate URL parameters containing path traversal sequences (e.g., '../filedir') to access unauthorized files or inject arbitrary web scripts or HTML content. The vulnerability arises because the endpoint insufficiently sanitizes or validates input paths, enabling attackers to traverse directories outside the intended asset directory. This can lead to unauthorized disclosure of sensitive files or injection of malicious content that may be rendered in users' browsers, potentially facilitating further attacks such as cross-site scripting (XSS) or information leakage. The vulnerability affects Mintlify Platform versions prior to the patch date of 2025-11-15. The CVSS 3.1 base score is 6.4, reflecting a medium severity with network attack vector (AV:N), low attack complexity (AC:L), requiring privileges (PR:L), no user interaction (UI:N), and a scope change (S:C) with low confidentiality and integrity impacts (C:L/I:L) and no availability impact (A:N). No public exploits are known at this time, but the vulnerability's characteristics suggest it could be exploited in targeted attacks. The directory traversal can be leveraged to bypass access controls and inject malicious scripts, potentially compromising the confidentiality and integrity of affected systems and data.
Potential Impact
For European organizations, especially those relying on the Mintlify Platform for documentation or developer tools, this vulnerability could lead to unauthorized access to sensitive files or injection of malicious content into web assets. This may result in partial data leakage, defacement, or the facilitation of further attacks such as XSS, which can compromise user sessions or credentials. The impact is particularly relevant for organizations handling sensitive intellectual property or customer data within their documentation or static assets. Since the vulnerability requires limited privileges but no user interaction, insider threats or compromised accounts could exploit this flaw to escalate attacks. The medium severity indicates a moderate risk, but the scope change means that the vulnerability could affect multiple components or users once exploited. Disruption of service is unlikely, but reputational damage and compliance risks (e.g., GDPR) due to data exposure are concerns. Organizations in sectors such as finance, technology, and government in Europe should be vigilant, as attackers may target these high-value entities.
Mitigation Recommendations
Organizations should immediately update the Mintlify Platform to the patched version released after 2025-11-15. In the absence of a patch, implement strict input validation and sanitization on all URL parameters to prevent path traversal sequences. Employ allowlisting of acceptable file paths and reject any input containing '../' or similar traversal patterns. Restrict access to the Static Asset Proxy Endpoint to trusted users and networks where possible, and enforce the principle of least privilege to limit the impact of compromised accounts. Conduct thorough code reviews and penetration testing focused on directory traversal and injection vulnerabilities. Monitor logs for suspicious access patterns or attempts to exploit path traversal. Additionally, implement Content Security Policy (CSP) headers to mitigate the impact of any injected scripts. Educate developers and administrators about secure coding practices related to file path handling. Finally, maintain an incident response plan to quickly address any exploitation attempts.
Affected Countries
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- mitre
- Date Reserved
- 2025-12-12T00:00:00.000Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 6944b7d24eb3efac36c40a57
Added to database: 12/19/2025, 2:26:26 AM
Last enriched: 12/26/2025, 4:29:16 AM
Last updated: 2/7/2026, 6:30:32 AM
Views: 134
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2025-15491: CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') in Post Slides
HighCVE-2025-15267: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in boldthemes Bold Page Builder
MediumCVE-2025-13463: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in boldthemes Bold Page Builder
MediumCVE-2025-12803: CWE-80 Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) in boldthemes Bold Page Builder
MediumCVE-2025-12159: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in boldthemes Bold Page Builder
MediumActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console in Console -> Billing for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.