CVE-2021-21428
CVE-2021-21428 is a critical-severity vulnerability in Openapi-generator Openapi Generator with a CVSS 3.x base score of 9.3. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low. The underlying weakness is classified as CWE-668.
Key facts
- Severity: Critical (CVSS 3.x base score 9.3)
- CVSS v2: 4.4
- EPSS exploit prediction: 0% (27th percentile)
- Actively exploited: Not listed in CISA KEV
- Weakness: CWE-668
- Affected product: Openapi-generator Openapi Generator
- Published:
- Last modified:
Description
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 process. The insecure temporary folders store the auto-generated files which can be read and appended to by any users on the system. The issue has been patched with `Files.createTempFile` and released in the v5.1.0 stable version.
Frequently asked questions
- What is 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 process. The insecure temporary folders store the auto-generated files which can be read and appended to by any users on the system. The issue has been patched with `Files.createTempFile` and released in the v5.1.0 stable version.
- How severe is CVE-2021-21428?
- CVE-2021-21428 has a CVSS 3.x base score of 9.3, rated critical severity. It is exploitable over local access with low attack complexity, requires no privileges and no user interaction. Impact on confidentiality is high, integrity high, and availability high.
- Is CVE-2021-21428 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 0% (27th percentile), an estimate of the probability of exploitation in the next 30 days.
- What products are affected by CVE-2021-21428?
- CVE-2021-21428 affects Openapi-generator Openapi Generator. See the affected-products list for the exact vulnerable versions.
- How do I fix CVE-2021-21428?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround. Given its critical severity, prioritise patching exposed systems.
- When was CVE-2021-21428 published?
- CVE-2021-21428 was published on 2021-05-10 and last updated on 2026-06-17.
References
- https://github.com/OpenAPITools/openapi-generator/pull/8788
- https://github.com/OpenAPITools/openapi-generator/security/advisories/GHSA-23x4-m842-fmwf
Affected products (1)
- cpe:2.3:a:openapi-generator:openapi_generator:*:*:*:*:*:*:*:*
More vulnerabilities in Openapi-generator Openapi Generator
- CVE-2023-27162 — Critical (CVSS 9.1): openapi-generator up to v6.4.0 was discovered to contain a Server-Side Request Forgery (SSRF) via the component…
- CVE-2019-11405 — High (CVSS 8.1): OpenAPI Tools OpenAPI Generator before 4.0.0-20190419.052012-560 uses http:// URLs in various build.gradle,…
- CVE-2021-21430 — Medium (CVSS 6.2): OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and…
- CVE-2021-21429 — Medium (CVSS 4.0): OpenAPI Generator allows generation of API client libraries, server stubs, documentation and configuration…
All CVEs affecting Openapi-generator Openapi Generator →
Other CWE-668 (Exposure of Resource to Wrong Sphere) vulnerabilities
- CVE-2025-2857 — Critical (CVSS 10.0): Following the recent Chrome sandbox escape (CVE-2025-2783), various Firefox developers identified a similar pattern in…
- CVE-2019-8779 — Critical (CVSS 10.0): A logic issue applied the incorrect restrictions. This issue was addressed by updating the logic to apply the correct…
- CVE-2012-1846 — Critical (CVSS 10.0): Google Chrome 17.0.963.66 and earlier allows remote attackers to bypass the sandbox protection mechanism by leveraging…
- CVE-2022-43684 — Critical (CVSS 9.9): ServiceNow has released patches and an upgrade that address an Access Control List (ACL) bypass issue in ServiceNow…
- CVE-2022-24900 — Critical (CVSS 9.9): Piano LED Visualizer is software that allows LED lights to light up as a person plays a piano connected to a computer.…
- CVE-2019-16541 — Critical (CVSS 9.9): Jenkins JIRA Plugin 3.0.10 and earlier does not declare the correct (folder) scope for per-folder Jira site…
Browse all CWE-668 (Exposure of Resource to Wrong Sphere) vulnerabilities →