Lucene search
+L

353 matches found

Chainguard
Chainguard
added 2026/08/20 8:26 p.m.15 views

GO-2026-6093 vulnerabilities

Vulnerabilities for packages: localstack...

5.3AI score
SaveExploits0
NVD
NVD
added 2026/08/19 6:17 p.m.6 views

CVE-2026-71867

Orval generates type-safe JavaScript clients in TypeScript from OpenAPI v3 and Swagger v2 specifications. Prior to 8.21.0, a single quote in a schema property name is emitted into single-quoted object keys in generated MSW mock factories without safe encoding. This permits attacker-controlled...

9.3CVSS0.00478EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/08/19 5:38 p.m.8 views

CVE-2026-71867 Orval: RCE via schema property name -> computed-property-key injection in the MSW mock generator

Orval generates type-safe JavaScript clients in TypeScript from OpenAPI v3 and Swagger v2 specifications. Prior to 8.21.0, a single quote in a schema property name is emitted into single-quoted object keys in generated MSW mock factories without safe encoding. This permits attacker-controlled...

9.3CVSS5.9AI score0.00478EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/19 5:38 p.m.31 views

CVE-2026-71867 Orval: RCE via schema property name -> computed-property-key injection in the MSW mock generator

Orval generates type-safe JavaScript clients in TypeScript from OpenAPI v3 and Swagger v2 specifications. Prior to 8.21.0, a single quote in a schema property name is emitted into single-quoted object keys in generated MSW mock factories without safe encoding. This permits attacker-controlled...

9.3CVSS0.00478EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/19 5:38 p.m.15 views

CVE-2026-71867

Orval versions prior to 8.21.0 emit unsanitized single quotes from OpenAPI schema property names into single-quoted object keys in generated MSW mock factories (packages/core/src/getters/keys.ts), enabling attacker-controlled JavaScript evaluation and RCE in developer, CI, test, or application en...

9.3CVSS6AI score0.00478EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/19 5:38 p.m.8 views

CVE-2026-71867 Orval: RCE via schema property name -> computed-property-key injection in the MSW mock generator

Orval generates type-safe JavaScript clients in TypeScript from OpenAPI v3 and Swagger v2 specifications. Prior to 8.21.0, a single quote in a schema property name is emitted into single-quoted object keys in generated MSW mock factories without safe encoding. This permits attacker-controlled...

9.3CVSS6AI score
SaveExploits0References6
EUVD
EUVD
added 2026/08/19 5:38 p.m.9 views

EUVD-2026-62607

Orval generates type-safe JavaScript clients in TypeScript from OpenAPI v3 and Swagger v2 specifications. Prior to 8.21.0, a single quote in a schema property name is emitted into single-quoted object keys in generated MSW mock factories without safe encoding. This permits attacker-controlled...

9.3CVSS6AI score0.00478EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/09 6:27 p.m.42 views

CVE-2026-59148

The CVE covers Mockoon prior to version 9.7.0, where the admin API was mounted on the same Express listener as user mock routes with default-enabled, unauthenticated access and permissive CORS (Access-Control-Allow-Origin: ). This allowed any unauthenticated client on the mock server port to: rea...

8.8CVSS6AI score0.00173EPSS
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.00173EPSS
SaveExploits0References6Affected Software1
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.00173EPSS
SaveExploits0References5
NVD
NVD
added 2026/07/09 6:16 p.m.17 views

CVE-2026-59720

Hoppscotch is an open source API development ecosystem. Prior to 2026.6.0, mock server creation in mock-server.service.ts does not persist the isPublic input field while schema.prisma defaults isPublic to true, causing mock servers linked to private collections to be publicly accessible without...

7.5CVSS0.00336EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/07/09 5:27 p.m.12 views

CVE-2026-59720

Hoppscotch is an open source API development ecosystem. Prior to 2026.6.0, mock server creation in mock-server.service.ts does not persist the isPublic input field while schema.prisma defaults isPublic to true, causing mock servers linked to private collections to be publicly accessible without...

7.5CVSS5.9AI score0.00336EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2026/07/09 5:27 p.m.38 views

CVE-2026-59720

Hoppscotch’s Mock API exposes private collection data due to a desync: mock-server.service.ts does not persist the isPublic input, while schema.prisma defaults isPublic to true, making mock servers linked to private collections publicly accessible without authentication. The vulnerability affects...

7.5CVSS5.9AI score0.00336EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/09 5:27 p.m.12 views

CVE-2026-59720 Hoppscotch: Insecure Default Configuration Allows Public Exposure of Private Collection Data via Mock Server

Hoppscotch is an open source API development ecosystem. Prior to 2026.6.0, mock server creation in mock-server.service.ts does not persist the isPublic input field while schema.prisma defaults isPublic to true, causing mock servers linked to private collections to be publicly accessible without...

7.5CVSS6.1AI score
SaveExploits0References6
EUVD
EUVD
added 2026/07/09 5:27 p.m.15 views

EUVD-2026-42654

Hoppscotch is an open source API development ecosystem. Prior to 2026.6.0, mock server creation in mock-server.service.ts does not persist the isPublic input field while schema.prisma defaults isPublic to true, causing mock servers linked to private collections to be publicly accessible without...

7.5CVSS5.9AI score0.00336EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/09 5:27 p.m.46 views

CVE-2026-59720 Hoppscotch: Insecure Default Configuration Allows Public Exposure of Private Collection Data via Mock Server

Hoppscotch is an open source API development ecosystem. Prior to 2026.6.0, mock server creation in mock-server.service.ts does not persist the isPublic input field while schema.prisma defaults isPublic to true, causing mock servers linked to private collections to be publicly accessible without...

7.5CVSS0.00336EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/07 11:45 a.m.9 views

PYSEC-2026-1949 Privilege escalation for users that can access mock configuration

The Mock software contains a vulnerability wherein an attacker could potentially exploit privilege escalation, enabling the execution of arbitrary code with root user privileges. This weakness stems from the absence of proper sandboxing during the expansion and execution of Jinja2 templates, whic...

6.7CVSS7.3AI score0.01552EPSS
SaveExploits1References12
NVD
NVD
added 2026/06/23 6:18 p.m.17 views

CVE-2026-54318

Home Assistant is open source home automation software that puts local control and privacy first. Prior to 2026.5.3, the LocationSensorManager BroadcastReceiver is exported with no permission. Any installed app, with zero runtime permissions, can broadcast a forged Google Play Services...

7.1CVSS0.00138EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2026/06/23 5:40 p.m.45 views

CVE-2026-54318 Home Assistant: Exported BroadcastReceiver allows local apps to spoof device location

Home Assistant is open source home automation software that puts local control and privacy first. Prior to 2026.5.3, the LocationSensorManager BroadcastReceiver is exported with no permission. Any installed app, with zero runtime permissions, can broadcast a forged Google Play Services...

7.1CVSS0.00138EPSS
SaveExploits1References2
CVE
CVE
added 2026/06/23 5:40 p.m.71 views

CVE-2026-54318

Affected software: Home Assistant Android components. Vulnerability: LocationSensorManager BroadcastReceiver was exported with no permission prior to 2026.5.3, allowing any local app (zero runtime permissions) to broadcast a forged Google Play Services LocationResult to spoof the device’s locatio...

7.1CVSS5.9AI score0.00138EPSS
SaveExploits1References2Affected Software1
Rows per page
Query Builder