Lucene search
+L

929 matches found

ATTACKERKB
ATTACKERKB
added 2021/05/10 7:15 p.m.6 views

CVE-2021-21428

Openapi generator is a java tool which allows generation of API client libraries SDK generation, server stubs, documentation and configuration automatically given an OpenAPI Spec. openapi-generator-online creates insecure temporary folders with File.createTempFile during the code generation...

9.3CVSS5.8AI score0.00351EPSS
SaveExploits1References3Affected Software1
Prion
Prion
added 2021/05/10 7:15 p.m.27 views

Design/Logic Flaw

Openapi generator is a java tool which allows generation of API client libraries SDK generation, server stubs, documentation and configuration automatically given an OpenAPI Spec. openapi-generator-online creates insecure temporary folders with File.createTempFile during the code generation...

4.4CVSS6.7AI score0.00351EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2021/05/10 6:50 p.m.59 views

CVE-2021-21428 Creation of Temporary File in Directory with Insecure Permissions in the OpenAPI-Generator online generator

Openapi generator is a java tool which allows generation of API client libraries SDK generation, server stubs, documentation and configuration automatically given an OpenAPI Spec. openapi-generator-online creates insecure temporary folders with File.createTempFile during the code generation...

9.3CVSS9.4AI score0.00351EPSS
SaveExploits1References2
CVE
CVE
added 2021/05/10 6:50 p.m.123 views

CVE-2021-21428

CVE-2021-21428 affects the OpenAPI Generator project. The issue originates in the openapi-generator-online component, where temporary folders/files were created using File.createTempFile, allowing other users on the same system to read and potentially modify the auto-generated files. Root cause d...

9.3CVSS7AI score0.00351EPSS
SaveExploits1References2Affected Software1
CNNVD
CNNVD
added 2021/05/10 12:00 a.m.10 views

Openapi generator 安全漏洞

openapi-generator is a software application. It provides an open API interface. A security vulnerability exists in Openapi generator. The vulnerability arises when the program creates insecure temporary directories that can be read and appended by any user on the system...

9.3CVSS7.3AI score0.00351EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2021/05/10 12:00 a.m.15 views

PT-2021-14502 · Unknown · Openapi Generator

Name of the Vulnerable Software and Affected Versions: OpenAPI Generator versions prior to 5.1.0 Description: The issue arises from the use of the JDK method File.createTempFile, which creates insecure temporary files that can leave application and system data vulnerable to attacks. Auto-generate...

6.2CVSS5.6AI score0.00404EPSS
SaveExploits1References9
Positive Technologies
Positive Technologies
added 2021/05/10 12:00 a.m.13 views

PT-2021-14500 · Unknown · Openapi-Generator-Online

Name of the Vulnerable Software and Affected Versions: openapi-generator-online versions prior to 5.1.0 Description: The openapi-generator-online tool creates insecure temporary folders during the code generation process, allowing any user on the system to read and append to the auto-generated...

9.3CVSS7.2AI score0.00351EPSS
SaveExploits1References9
CNNVD
CNNVD
added 2021/05/10 12:00 a.m.33 views

OpenAPI Tools OpenAPI Generator 安全漏洞

OpenAPI Tools OpenAPI Generator is an OpenAPI generator. The product allows automatic generation of API client libraries SDK generation, server stubs, documentation, configuration, etc. for a given OpenAPI specification v2, v3. A security vulnerability exists in Openapi generator. The vulnerabili...

6.2CVSS5.9AI score0.00404EPSS
SaveExploits1References3
RedhatCVE
RedhatCVE
added 2021/04/30 7:03 p.m.49 views

CVE-2021-21429

OpenAPI Generator allows generation of API client libraries, server stubs, documentation and configuration automatically given an OpenAPI Spec. Using File.createTempFile in JDK will result in creating and using insecure temporary files that can leave application and system data vulnerable to...

6.2CVSS2.2AI score0.00296EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2021/04/29 9:51 p.m.120 views

Creation of Temporary File in Directory with Insecure Permissions in the OpenAPI Generator Maven plugin

Impact Using File.createTempFile in JDK will result in creating and using insecure temporary files that can leave application and system data vulnerable to attacks. This vulnerability only impacts unix-like systems where the local system temporary directory is shared between all users. This...

4CVSS1.3AI score0.00296EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2021/04/29 9:51 p.m.61 views

GHSA-867Q-77CC-98MV Creation of Temporary File in Directory with Insecure Permissions in the OpenAPI Generator Maven plugin

Impact Using File.createTempFile in JDK will result in creating and using insecure temporary files that can leave application and system data vulnerable to attacks. This vulnerability only impacts unix-like systems where the local system temporary directory is shared between all users. This...

4CVSS3.7AI score0.00296EPSS
SaveExploits0References4
Veracode
Veracode
added 2021/04/28 1:55 a.m.35 views

Insecure Temporary File

org.openapitools, openapi-generator-maven-plugin uses insecure temporary file. The vulnerability exists due to the usage of the function File.createTempFile which allows an attacker can predict the name of the temporary file and potentially gain access to confidential information...

4CVSS3.4AI score0.00296EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2021/04/27 8:15 p.m.31 views

CVE-2021-21429

OpenAPI Generator allows generation of API client libraries, server stubs, documentation and configuration automatically given an OpenAPI Spec. Using File.createTempFile in JDK will result in creating and using insecure temporary files that can leave application and system data vulnerable to...

3.3CVSS3.9AI score
SaveExploits0References2
NVD
NVD
added 2021/04/27 8:15 p.m.51 views

CVE-2021-21429

OpenAPI Generator allows generation of API client libraries, server stubs, documentation and configuration automatically given an OpenAPI Spec. Using File.createTempFile in JDK will result in creating and using insecure temporary files that can leave application and system data vulnerable to...

4CVSS0.00296EPSS
SaveExploits0References2
Prion
Prion
added 2021/04/27 8:15 p.m.31 views

Design/Logic Flaw

OpenAPI Generator allows generation of API client libraries, server stubs, documentation and configuration automatically given an OpenAPI Spec. Using File.createTempFile in JDK will result in creating and using insecure temporary files that can leave application and system data vulnerable to...

2.1CVSS4AI score0.00296EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2021/04/27 8:00 p.m.49 views

CVE-2021-21429 Creation of Temporary File in Directory with Insecure Permissions in the OpenAPI Generator Maven plugin

OpenAPI Generator allows generation of API client libraries, server stubs, documentation and configuration automatically given an OpenAPI Spec. Using File.createTempFile in JDK will result in creating and using insecure temporary files that can leave application and system data vulnerable to...

4CVSS4.6AI score0.00296EPSS
SaveExploits0References2
CVE
CVE
added 2021/04/27 8:00 p.m.104 views

CVE-2021-21429

OpenAPI Generator (Maven plugin) was vulnerable due to using File.createTempFile in the JDK, which could cause insecure temporary files and potential disclosure of the OpenAPI spec contents to other local users. The affected artifact is the OpenAPI Generator Maven plugin; root cause is insecure h...

4CVSS3.7AI score0.00296EPSS
SaveExploits0References2Affected Software1
CNNVD
CNNVD
added 2021/04/27 12:00 a.m.11 views

OpenAPI Generator 安全漏洞

OpenAPI Tools OpenAPI Generator is an OpenAPI generator. The product allows automatic generation of API client libraries SDK generation, server stubs, documentation, configuration, etc. given the OpenAPI specification v2, v3. A security vulnerability exists in OpenAPI Generator v5.1.0, which stem...

4CVSS5AI score0.00296EPSS
SaveExploits0References3
Hacker One
Hacker One
added 2021/03/23 1:49 a.m.45 views

Sifchain: Exposed Openapi Token

Summary While looking for secrets, I noticed that Developers had removed a swagger spec draft. The URL had a committed token in the history of multiple project files: ui/core/src/api/transactionsService.ts ui/core/src/api/tendermintService.ts ui/core/src/api/stakingService.ts...

6.9AI score
SaveExploits0
NVD
NVD
added 2021/03/11 3:15 a.m.60 views

CVE-2021-21364

swagger-codegen is an open-source project which contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition. In swagger-codegen before version 2.4.19, on Unix-Like systems, the system temporary...

5.5CVSS0.00282EPSS
SaveExploits0References2
Rows per page
Query Builder