Lucene search
+L

24 matches found

Nuclei
Nuclei
added 2026/08/25 6:03 a.m.25 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.5CVSS8.9AI score0.01779EPSS
SaveExploits0References3
vulnersOsv
vulnersOsv
added 2026/07/09 8:30 p.m.4 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
vulnersOsv
vulnersOsv
added 2026/07/09 8:30 p.m.3 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.6 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.14 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.17 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.28 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
OSV
OSV
added 2026/07/09 6:28 p.m.16 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
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
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.11 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.42 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.23 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
SaveExploits0References9
EUVD
EUVD
added 2025/10/03 8:07 p.m.15 views

EUVD-2025-27607

Malicious code in bioql PyPI...

7.5CVSS9AI score0.01779EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2025/09/12 7:23 p.m.9 views

CVE-2025-59049

Mockoon provides way to design and run mock APIs. Prior to version 9.2.0, a mock API configuration for static file serving follows the same approach presented in the documentation page, where the server filename is generated via templating features from user input is vulnerable to Path Traversal...

7.5CVSS6.9AI score0.01779EPSS
SaveExploits0References1
NVD
NVD
added 2025/09/10 7:15 p.m.30 views

CVE-2025-59049

Mockoon provides way to design and run mock APIs. Prior to version 9.2.0, a mock API configuration for static file serving follows the same approach presented in the documentation page, where the server filename is generated via templating features from user input is vulnerable to Path Traversal...

7.5CVSS0.01779EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2025/09/10 6:49 p.m.5 views

CVE-2025-59049 Mockoon has a Path Traversal and LFI in the static file serving endpoint

Mockoon provides way to design and run mock APIs. Prior to version 9.2.0, a mock API configuration for static file serving follows the same approach presented in the documentation page, where the server filename is generated via templating features from user input is vulnerable to Path Traversal...

7.5CVSS6.3AI score0.01779EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/09/10 6:49 p.m.31 views

CVE-2025-59049 Mockoon has a Path Traversal and LFI in the static file serving endpoint

Mockoon provides way to design and run mock APIs. Prior to version 9.2.0, a mock API configuration for static file serving follows the same approach presented in the documentation page, where the server filename is generated via templating features from user input is vulnerable to Path Traversal...

7.5CVSS0.01779EPSS
SaveExploits0References4
CVE
CVE
added 2025/09/10 6:49 p.m.41 views

CVE-2025-59049

Mockoon before 9.2.0 is affected by a Path Traversal and Local File Inclusion (LFI) in the static file serving endpoint. The issue stems from unsafe templating of the server filename using user input, enabling an attacker to read arbitrary files from the mock server filesystem. A fix is available...

7.5CVSS6.3AI score0.01779EPSS
SaveExploits0References4
OSV
OSV
added 2025/09/10 6:49 p.m.9 views

CVE-2025-59049 Mockoon has a Path Traversal and LFI in the static file serving endpoint

Mockoon provides way to design and run mock APIs. Prior to version 9.2.0, a mock API configuration for static file serving follows the same approach presented in the documentation page, where the server filename is generated via templating features from user input is vulnerable to Path Traversal...

7.5CVSS8.9AI score
SaveExploits0References6
Rows per page
Query Builder