Bug 1955717 (CVE-2021-21429) - CVE-2021-21429 openapi-generator: Using File.createTempFile in JDK results in creating insecure temporary files
Summary: CVE-2021-21429 openapi-generator: Using File.createTempFile in JDK results in...
Keywords:
Status: CLOSED NOTABUG
Alias: CVE-2021-21429
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Red Hat Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 1955719
TreeView+ depends on / blocked
 
Reported: 2021-04-30 17:23 UTC by Pedro Sampaio
Modified: 2021-05-11 20:33 UTC (History)
6 users (show)

Fixed In Version: openapi-generator 5.1.0
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-05-11 20:33:49 UTC
Embargoed:


Attachments (Terms of Use)

Description Pedro Sampaio 2021-04-30 17:23:20 UTC
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 attacks. OpenAPI Generator maven plug-in creates insecure temporary files during the process. The issue has been patched with `Files.createTempFile` and released in the v5.1.0 stable version.

References:

https://github.com/OpenAPITools/openapi-generator/pull/8795
https://github.com/OpenAPITools/openapi-generator/security/advisories/GHSA-867q-77cc-98mv

Comment 1 Product Security DevOps Team 2021-05-11 20:33:49 UTC
This bug is now closed. Further updates for individual products will be reflected on the CVE page(s):

https://access.redhat.com/security/cve/cve-2021-21429


Note You need to log in before you can comment on or make changes to this bug.