Lucene search
+L

535 matches found

Nuclei
Nuclei
added yesterday62 views

WordPress Embed Swagger <=1.0.0 - Cross-Site Scripting

WordPress Embed Swagger plugin 1.0.0 and prior contains a reflected cross-site scripting vulnerability due to insufficient escaping/sanitization and validation via the url parameter found in the /swagger-iframe.php file, which allows attackers to inject arbitrary web scripts onto the page. id:...

6.1CVSS6AI score0.03865EPSS
SaveExploits2References5
Nuclei
Nuclei
added yesterday165 views

Fastify Swagger-UI - Information Disclosure

fastify-swagger-ui is a Fastify plugin for serving Swagger UI. Prior to 2.1.0, the default configuration of @fastify/swagger-ui without baseDir set will lead to all files in the module's directory being exposed via http routes served by the module. The vulnerability is fixed in v2.1.0. Setting th...

5.3CVSS5.7AI score0.02001EPSS
SaveExploits0References2
Nuclei
Nuclei
added yesterday36 views

WordPress API Bearer Auth <20190907 - Cross-Site Scripting

WordPress API Bearer Auth plugin before 20190907 contains a cross-site scripting vulnerability. The server parameter is not correctly filtered in swagger-config.yaml.php. id: CVE-2019-16332 info: name: WordPress API Bearer Auth 20190907 - Cross-Site Scripting author: daffainfo severity: medium...

6.1CVSS5.9AI score0.05698EPSS
SaveExploits2References5
EUVD
EUVD
added 3 days ago9 views

EUVD-2025-210645

The Swagger UI Try-out console within the API Publisher documentation allows an external Swagger API definition URL to be loaded, overriding the existing API definitions within the Publisher portal. By exploiting this vulnerability, malicious actors can deceive users into interacting with these...

4.3CVSS5.5AI score0.002EPSS
SaveExploits0References2
NVD
NVD
added 4 days ago9 views

CVE-2025-6508

The Swagger UI Try-out console within the API Publisher documentation allows an external Swagger API definition URL to be loaded, overriding the existing API definitions within the Publisher portal. By exploiting this vulnerability, malicious actors can deceive users into interacting with these...

4.3CVSS0.002EPSS
SaveExploits0References1
Cvelist
Cvelist
added 4 days ago28 views

CVE-2025-6508 User Interface Misrepresentation via Swagger UI Try-out Console in WSO2 API Manager Allows Sensitive Information Exposure or Unintended Requests

The Swagger UI Try-out console within the API Publisher documentation allows an external Swagger API definition URL to be loaded, overriding the existing API definitions within the Publisher portal. By exploiting this vulnerability, malicious actors can deceive users into interacting with these...

4.3CVSS0.002EPSS
SaveExploits0References1
CVE
CVE
added 4 days ago29 views

CVE-2025-6508

The CVE-2025-6508 entry concerns the Swagger UI Try-out console in the WSO2 API Manager’s API Publisher docs. A misbehavior allows loading an external Swagger API definition URL, which overwrites existing API definitions in the Publisher portal. This deception can lead users to interact with over...

4.3CVSS5.5AI score0.002EPSS
SaveExploits0References1
Circl
Circl
added 2026/07/29 4:35 p.m.9 views

CVE-2026-54663

creationtimestamp| type| source ---|---|--- 2026-07-29 16:35:19+00:00| published-proof-of-concept| https://github.com/acacode/swagger-typescript-api/security/advisories/GHSA-x36r-4347-pm5x...

6.1CVSS5.8AI score0.00181EPSS
SaveExploits0References1
Circl
Circl
added 2026/07/29 4:35 p.m.9 views

CVE-2026-54664

creationtimestamp| type| source ---|---|--- 2026-07-29 16:35:14+00:00| published-proof-of-concept| https://github.com/acacode/swagger-typescript-api/security/advisories/GHSA-5f94-x226-ccpm 2026-07-29 18:08:22+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mrsjfnwzxr2q...

8.3CVSS5.8AI score0.0027EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/29 3:16 p.m.10 views

CVE-2026-54660

swagger-typescript-api generates API clients for Fetch or Axios from OpenAPI specifications. Prior to 13.12.2, src/resolved-swagger-schema.ts getRemoteRequestHeaders forwards --authorizationToken to every URL fetched by fetchRemoteSchemaDocument while warmUpRemoteSchemasCache resolves external $r...

7.4CVSS0.00243EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/29 3:16 p.m.10 views

CVE-2026-54663

swagger-typescript-api generates API clients for Fetch or Axios from OpenAPI specifications. Prior to 13.12.2, src/resolved-swagger-schema.ts warmUpRemoteSchemasCache resolves external $ref URLs and fetchRemoteSchemaDocument uses isHttpUrl to fetch any http or https target without private IP,...

6.1CVSS0.00181EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/29 3:16 p.m.9 views

CVE-2026-54661

swagger-typescript-api generates API clients for Fetch or Axios from an OpenAPI Specification. Prior to 13.12.2, templates/base/http-clients/axios-http-client.ejs interpolates servers0.url from src/code-gen-process.ts into the HttpClient constructor without escaping, allowing an attacker-controll...

8.3CVSS0.0027EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/29 3:16 p.m.7 views

CVE-2026-54662

swagger-typescript-api generates API clients for Fetch or Axios from OpenAPI specifications. Prior to 13.12.2, src/code-gen-process.ts createApiConfig copies servers0.url into apiConfig.baseUrl, and templates/base/http-clients/fetch-http-client.ejs interpolates apiConfig.baseUrl into the generate...

8.3CVSS0.0027EPSS
SaveExploits0References4
Patchstack
Patchstack
added 2026/07/29 2:35 p.m.8 views

NPM: swagger-typescript-api vulnerable to code injection via unescaped OpenAPI path strings in generated method bodies

NPM: swagger-typescript-api vulnerable to code injection via unescaped OpenAPI path strings in generated method bodies vulnerability discovered by ? in WordPress Npm swagger-typescript-api versions = 13.12.1...

8.3CVSS5.9AI score0.00286EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/07/29 2:34 p.m.5 views

CVE-2026-54666 swagger-typescript-api vulnerable to code injection via unescaped OpenAPI path strings in generated method bodies

swagger-typescript-api generates API clients for Fetch or Axios from an OpenAPI Specification. Prior to 13.12.2, src/schema-routes/schema-routes.ts passes OpenAPI path keys through parseRouteName to templates/default/procedure-call.ejs and templates/modular/procedure-call.ejs without escaping...

8.3CVSS6AI score
SaveExploits0References6
EUVD
EUVD
added 2026/07/29 2:34 p.m.7 views

EUVD-2026-50367

swagger-typescript-api generates API clients for Fetch or Axios from an OpenAPI Specification. Prior to 13.12.2, src/schema-routes/schema-routes.ts passes OpenAPI path keys through parseRouteName to templates/default/procedure-call.ejs and templates/modular/procedure-call.ejs without escaping...

8.3CVSS6AI score0.00286EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/29 2:34 p.m.68 views

CVE-2026-54666

swagger-typescript-api contains a code-injection risk in generated API clients prior to 13.12.2. OpenAPI path keys are passed through parseRouteName into template code without escaping template literals, causing attacker-controlled paths containing ${...} to be evaluated when a generated method r...

8.3CVSS6AI score0.00286EPSS
SaveExploits0References4
Patchstack
Patchstack
added 2026/07/29 2:33 p.m.8 views

NPM: swagger-typescript-api vulnerable to code injection via unescaped enum string values

NPM: swagger-typescript-api vulnerable to code injection via unescaped enum string values vulnerability discovered by ? in WordPress Npm swagger-typescript-api versions = 13.12.1...

8.3CVSS5.9AI score0.0027EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/29 2:33 p.m.13 views

swagger-typescript-api vulnerable to code injection via unescaped enum string values

Summary swagger-typescript-api interpolates components.schemas..enumi string values into the body of generated TypeScript enum declarations without escaping. A malicious enum value can close the enclosing string literal, terminate the enum body, and inject a bare-block IIFE that executes at modul...

8.3CVSS6.4AI score0.0027EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/07/29 2:32 p.m.7 views

CVE-2026-54664 swagger-typescript-api vulnerable to code injection via unescaped enum string values

swagger-typescript-api generates API clients for Fetch or Axios from an OpenAPI Specification. Prior to 13.12.2, src/schema-parser/base-schema-parsers/enum.ts passes components.schemas..enumi values to Ts.StringValue in src/configuration.ts without escaping before...

8.3CVSS5.9AI score
SaveExploits0References6
Rows per page
Query Builder