Lucene search
+L

32 matches found

Nuclei
Nuclei
added 2026/09/13 4:24 p.m.29 views

Mockoon < 9.2.0 - Path Traversal

Mockoon before 9.2.0 contains a path traversal and local file inclusion caused by unsafe templating of server filenames from user input, letting attackers read arbitrary files on the mock server filesystem, exploit requires crafted request. id: CVE-2025-59049 info: name: Mockoon 9.2.0 - Path...

7.5CVSS8AI score0.01779EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/09/11 10:04 p.m.12 views

@Mockoon/commons-server: Unauthenticated admin API + wildcard CORS allows mock-state hijack and secret theft

Summary Mockoon's admin API commons-server/src/libs/server/admin-api.ts is mounted on the same Express listener as the user-defined mock routes, enabled by default in every shipped runtime commons-server, CLI, serverless, serves Access-Control-Allow-Origin: on every endpoint with all HTTP methods...

8.8CVSS0.00262EPSS
SaveExploits0References7Affected Software2
EUVD
EUVD
added 2026/09/11 10:04 p.m.19 views

EUVD-2026-42684

@Mockoon/commons-server: Path traversal in templated filePath lets a request escape the served directory prefix-only base check...

6.5CVSS5.9AI score0.00483EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/09/11 10:04 p.m.14 views

@Mockoon/commons-server: Path traversal in templated `filePath` lets a request escape the served directory (prefix-only base check)

Summary A FILE response whose filePath embeds request data e.g. "/srv/public/queryParam 'name'", the documented way to let the client pick a file is confined by getSafeFilePath with resolvedPath.startsWithstaticBaseDir. That prefix test has no path-separator boundary, so a ../-escaped path whose...

6.5CVSS0.00483EPSS
SaveExploits0References7Affected Software2
vulnersOsv
vulnersOsv
added 2026/07/09 8:30 p.m.9 views

@mockoon/cli (>=9.0.0, <=9.6.1), @mockoon/cloud (>=9.0.0, <=9.6.1) +4 more potentially affected by CVE-2026-59148 via @mockoon/commons (>=9.0.0, <=9.6.1)

@mockoon/commons NPM version =9.0.0, =9.0.0, =9.0.0, =9.0.0, =9.0.0, =0.0.1, =0.30.0, =0.40.0 Source cves: CVE-2026-59148 Source advisory: SNYK:JS-MOCKOONCOMMONS-17957233...

8.8CVSS5.3AI score0.00262EPSS
SaveExploits0
Snyk
Snyk
added 2026/07/09 8:30 p.m.16 views

Missing Authentication for Critical Function

Overview @mockoon/cli is a Mockoon's CLI. Deploy your mock APIs anywhere. Affected versions of this package are vulnerable to Missing Authentication for Critical Function in admin-api.ts, which mounts the admin API on the same listener as user-defined mock routes enabled by default via...

8.8CVSS6.2AI score0.00262EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/07/09 8:30 p.m.12 views

Missing Authentication for Critical Function

Overview @mockoon/commons-server is a Mockoon's commons server library. Used in Mockoon desktop application and CLI. Affected versions of this package are vulnerable to Missing Authentication for Critical Function in admin-api.ts, which mounts the admin API on the same listener as user-defined mo...

8.8CVSS6.2AI score0.00262EPSS
SaveExploits0References2
vulnersOsv
vulnersOsv
added 2026/07/09 8:30 p.m.8 views

@mockoon/cli (>=9.0.0, <=9.6.1), @mockoon/serverless (>=9.0.0, <=9.6.1) +2 more potentially affected by CVE-2026-59148 via @mockoon/commons-server (>=9.0.0, <=9.6.1)

@mockoon/commons-server NPM version =9.0.0, =9.0.0, =9.0.0, =0.0.1, =0.30.0, =0.40.0 Source cves: CVE-2026-59148 Source advisory: SNYK:JS-MOCKOONCOMMONSSERVER-17957231...

8.8CVSS5.3AI score0.00262EPSS
SaveExploits0
vulnersOsv
vulnersOsv
added 2026/07/09 8:27 p.m.12 views

@mockoon/cli (>=9.0.0, <=9.6.1), @mockoon/serverless (>=9.0.0, <=9.6.1) +2 more potentially affected by CVE-2026-59149 via @mockoon/commons-server (>=9.0.0, <=9.6.1)

@mockoon/commons-server NPM version =9.0.0, =9.0.0, =9.0.0, =0.0.1, =0.30.0, =0.40.0 Source cves: CVE-2026-59149 Source advisory: SNYK:JS-MOCKOONCOMMONSSERVER-17954402...

6.5CVSS5.3AI score0.00483EPSS
SaveExploits0
NVD
NVD
added 2026/07/09 7:17 p.m.21 views

CVE-2026-59148

Mockoon provides way to design and run mock APIs. Prior to 9.7.0, Mockoon's admin API in commons-server/src/libs/server/admin-api.ts is mounted on the same Express listener as user-defined mock routes, enabled by default in shipped runtimes, serves Access-Control-Allow-Origin: with write methods...

8.8CVSS0.00262EPSS
SaveExploits0References5
NVD
NVD
added 2026/07/09 7:17 p.m.21 views

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.startsWithstaticBaseDir. That prefix test has no path-separator boundary, so a...

6.5CVSS0.00483EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/09 6:28 p.m.33 views

CVE-2026-59149

Mockoon before version 9.7.0 is affected by a path-traversal in the templated filePath. The vulnerability arises because getSafeFilePath checks resolvedPath.startsWith(staticBaseDir) without a path-separator boundary, allowing an unauthenticated client to craft a ../-escaped path that prefixes th...

6.5CVSS5.9AI score0.00483EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/07/09 6:28 p.m.11 views

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.startsWithstaticBaseDir. That prefix test has no path-separator boundary, so a...

6.5CVSS5.9AI score0.00483EPSS
SaveExploits0References6Affected Software1
Vulnrichment
Vulnrichment
added 2026/07/09 6:28 p.m.18 views

CVE-2026-59149 Mockoon: Path traversal in templated `filePath` lets a request escape the served directory (prefix-only base check)

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.startsWithstaticBaseDir. That prefix test has no path-separator boundary, so a...

6.5CVSS5.9AI score0.00483EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/09 6:28 p.m.19 views

CVE-2026-59149 Mockoon: Path traversal in templated `filePath` lets a request escape the served directory (prefix-only base check)

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.startsWithstaticBaseDir. That prefix test has no path-separator boundary, so a...

6.5CVSS6.1AI score
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2026/07/09 6:27 p.m.12 views

CVE-2026-59148 Mockoon: Unauthenticated admin API + wildcard CORS allows mock-state hijack and secret theft

Mockoon provides way to design and run mock APIs. Prior to 9.7.0, Mockoon's admin API in commons-server/src/libs/server/admin-api.ts is mounted on the same Express listener as user-defined mock routes, enabled by default in shipped runtimes, serves Access-Control-Allow-Origin: with write methods...

8.8CVSS6AI score0.00262EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/07/09 6:27 p.m.12 views

CVE-2026-59148

Mockoon provides way to design and run mock APIs. Prior to 9.7.0, Mockoon's admin API in commons-server/src/libs/server/admin-api.ts is mounted on the same Express listener as user-defined mock routes, enabled by default in shipped runtimes, serves Access-Control-Allow-Origin: with write methods...

8.8CVSS6AI score0.00262EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/07/09 6:27 p.m.12 views

CVE-2026-59148 Mockoon: Unauthenticated admin API + wildcard CORS allows mock-state hijack and secret theft

Mockoon provides way to design and run mock APIs. Prior to 9.7.0, Mockoon's admin API in commons-server/src/libs/server/admin-api.ts is mounted on the same Express listener as user-defined mock routes, enabled by default in shipped runtimes, serves Access-Control-Allow-Origin: with write methods...

8.8CVSS6.2AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/07/09 6:27 p.m.46 views

CVE-2026-59148 Mockoon: Unauthenticated admin API + wildcard CORS allows mock-state hijack and secret theft

Mockoon provides way to design and run mock APIs. Prior to 9.7.0, Mockoon's admin API in commons-server/src/libs/server/admin-api.ts is mounted on the same Express listener as user-defined mock routes, enabled by default in shipped runtimes, serves Access-Control-Allow-Origin: with write methods...

8.8CVSS0.00262EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/07/09 12:00 a.m.25 views

PT-2026-56906

Name of the Vulnerable Software and Affected Versions Mockoon versions prior to 9.7.0 Description The admin API in commons-server/src/libs/server/admin-api.ts is mounted on the same Express listener as user-defined mock routes and is enabled by default in shipped runtimes. The API lacks...

8.8CVSS6.2AI score0.00262EPSS
SaveExploits0References13
Rows per page
Query Builder