CVE-2026-59149

Mockoon provides way to design and run mock APIs. Prior to 9.7.0, a FILE response whose filePath embeds request data is confined by getSafeFilePath in packages/commons-server/src/libs/server/server.ts with resolvedPath.startsWith(staticBaseDir). That prefix test has no path-separator boundary, so a ../-escaped path whose absolute form string-prefixes the base directory passes, allowing an unauthenticated client to read files from sibling paths outside the served directory through HTTP sendFile, WebSocket, or callbacks. This issue is fixed in version 9.7.0.
Configurations

No configuration.

History

09 Jul 2026, 19:17

Type Values Removed Values Added
New CVE

Information

Published : 2026-07-09 19:17

Updated : 2026-07-10 19:15


NVD link : CVE-2026-59149

Mitre link : CVE-2026-59149

CVE.ORG link : CVE-2026-59149


JSON object : View

Products Affected

No product.

CWE
CWE-22

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

CWE-23

Relative Path Traversal