All the vulnerabilites related to OpenAPITools - openapi-generator
cve-2021-21430
Vulnerability from cvelistv5
Published
2021-05-10 19:25
Modified
2024-08-03 18:09
Severity ?
EPSS score ?
Summary
OpenAPI Generator allows generation of API client libraries (SDK generation), 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. Auto-generated code (Java, Scala) that deals with uploading or downloading binary data through API endpoints will create insecure temporary files during the process. Affected generators: `java` (jersey2, okhttp-gson (default library)), `scala-finch`. The issue has been patched with `Files.createTempFile` and released in the v5.1.0 stable version.
References
▼ | URL | Tags |
---|---|---|
https://github.com/OpenAPITools/openapi-generator/security/advisories/GHSA-cqxr-xf2w-943w | x_refsource_CONFIRM | |
https://github.com/OpenAPITools/openapi-generator/pull/8791 | x_refsource_MISC | |
https://github.com/OpenAPITools/openapi-generator/pull/8787 | x_refsource_MISC |
Impacted products
Vendor | Product | Version | |
---|---|---|---|
▼ | OpenAPITools | openapi-generator |
Version: < 5.1.0 |
|
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-03T18:09:16.157Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/OpenAPITools/openapi-generator/security/advisories/GHSA-cqxr-xf2w-943w" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/OpenAPITools/openapi-generator/pull/8791" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/OpenAPITools/openapi-generator/pull/8787" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "openapi-generator", "vendor": "OpenAPITools", "versions": [ { "status": "affected", "version": "\u003c 5.1.0" } ] } ], "descriptions": [ { "lang": "en", "value": "OpenAPI Generator allows generation of API client libraries (SDK generation), 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. Auto-generated code (Java, Scala) that deals with uploading or downloading binary data through API endpoints will create insecure temporary files during the process. Affected generators: `java` (jersey2, okhttp-gson (default library)), `scala-finch`. The issue has been patched with `Files.createTempFile` and released in the v5.1.0 stable version." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 6.2, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-269", "description": "CWE-269: Improper Privilege Management", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2021-05-10T19:25:12", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/OpenAPITools/openapi-generator/security/advisories/GHSA-cqxr-xf2w-943w" }, { "tags": [ "x_refsource_MISC" ], "url": "https://github.com/OpenAPITools/openapi-generator/pull/8791" }, { "tags": [ "x_refsource_MISC" ], "url": "https://github.com/OpenAPITools/openapi-generator/pull/8787" } ], "source": { "advisory": "GHSA-cqxr-xf2w-943w", "discovery": "UNKNOWN" }, "title": "Creation of Temporary File in Directory with Insecure Permissions in auto-generated Java, Scala code", "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2021-21430", "STATE": "PUBLIC", "TITLE": "Creation of Temporary File in Directory with Insecure Permissions in auto-generated Java, Scala code" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "openapi-generator", "version": { "version_data": [ { "version_value": "\u003c 5.1.0" } ] } } ] }, "vendor_name": "OpenAPITools" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "OpenAPI Generator allows generation of API client libraries (SDK generation), 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. Auto-generated code (Java, Scala) that deals with uploading or downloading binary data through API endpoints will create insecure temporary files during the process. Affected generators: `java` (jersey2, okhttp-gson (default library)), `scala-finch`. The issue has been patched with `Files.createTempFile` and released in the v5.1.0 stable version." } ] }, "impact": { "cvss": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 6.2, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" } }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-269: Improper Privilege Management" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/OpenAPITools/openapi-generator/security/advisories/GHSA-cqxr-xf2w-943w", "refsource": "CONFIRM", "url": "https://github.com/OpenAPITools/openapi-generator/security/advisories/GHSA-cqxr-xf2w-943w" }, { "name": "https://github.com/OpenAPITools/openapi-generator/pull/8791", "refsource": "MISC", "url": "https://github.com/OpenAPITools/openapi-generator/pull/8791" }, { "name": "https://github.com/OpenAPITools/openapi-generator/pull/8787", "refsource": "MISC", "url": "https://github.com/OpenAPITools/openapi-generator/pull/8787" } ] }, "source": { "advisory": "GHSA-cqxr-xf2w-943w", "discovery": "UNKNOWN" } } } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2021-21430", "datePublished": "2021-05-10T19:25:12", "dateReserved": "2020-12-22T00:00:00", "dateUpdated": "2024-08-03T18:09:16.157Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }
cve-2021-21428
Vulnerability from cvelistv5
Published
2021-05-10 18:50
Modified
2024-08-03 18:09
Severity ?
EPSS score ?
Summary
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.
References
▼ | URL | Tags |
---|---|---|
https://github.com/OpenAPITools/openapi-generator/security/advisories/GHSA-23x4-m842-fmwf | x_refsource_CONFIRM | |
https://github.com/OpenAPITools/openapi-generator/pull/8788 | x_refsource_MISC |
Impacted products
Vendor | Product | Version | |
---|---|---|---|
▼ | OpenAPITools | openapi-generator |
Version: < 5.1.0 |
|
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-03T18:09:16.010Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/OpenAPITools/openapi-generator/security/advisories/GHSA-23x4-m842-fmwf" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/OpenAPITools/openapi-generator/pull/8788" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "openapi-generator", "vendor": "OpenAPITools", "versions": [ { "status": "affected", "version": "\u003c 5.1.0" } ] } ], "descriptions": [ { "lang": "en", "value": "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." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 9.3, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-269", "description": "CWE-269: Improper Privilege Management", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2021-05-10T18:50:12", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/OpenAPITools/openapi-generator/security/advisories/GHSA-23x4-m842-fmwf" }, { "tags": [ "x_refsource_MISC" ], "url": "https://github.com/OpenAPITools/openapi-generator/pull/8788" } ], "source": { "advisory": "GHSA-23x4-m842-fmwf", "discovery": "UNKNOWN" }, "title": "Creation of Temporary File in Directory with Insecure Permissions in the OpenAPI-Generator online generator", "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2021-21428", "STATE": "PUBLIC", "TITLE": "Creation of Temporary File in Directory with Insecure Permissions in the OpenAPI-Generator online generator" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "openapi-generator", "version": { "version_data": [ { "version_value": "\u003c 5.1.0" } ] } } ] }, "vendor_name": "OpenAPITools" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "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." } ] }, "impact": { "cvss": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 9.3, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" } }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-269: Improper Privilege Management" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/OpenAPITools/openapi-generator/security/advisories/GHSA-23x4-m842-fmwf", "refsource": "CONFIRM", "url": "https://github.com/OpenAPITools/openapi-generator/security/advisories/GHSA-23x4-m842-fmwf" }, { "name": "https://github.com/OpenAPITools/openapi-generator/pull/8788", "refsource": "MISC", "url": "https://github.com/OpenAPITools/openapi-generator/pull/8788" } ] }, "source": { "advisory": "GHSA-23x4-m842-fmwf", "discovery": "UNKNOWN" } } } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2021-21428", "datePublished": "2021-05-10T18:50:12", "dateReserved": "2020-12-22T00:00:00", "dateUpdated": "2024-08-03T18:09:16.010Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }
cve-2021-21429
Vulnerability from cvelistv5
Published
2021-04-27 20:00
Modified
2024-08-03 18:09
Severity ?
EPSS score ?
Summary
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
▼ | URL | Tags |
---|---|---|
https://github.com/OpenAPITools/openapi-generator/security/advisories/GHSA-867q-77cc-98mv | x_refsource_CONFIRM | |
https://github.com/OpenAPITools/openapi-generator/pull/8795 | x_refsource_MISC |
Impacted products
Vendor | Product | Version | |
---|---|---|---|
▼ | OpenAPITools | openapi-generator |
Version: < 5.1.0 |
|
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-03T18:09:16.096Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/OpenAPITools/openapi-generator/security/advisories/GHSA-867q-77cc-98mv" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/OpenAPITools/openapi-generator/pull/8795" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "openapi-generator", "vendor": "OpenAPITools", "versions": [ { "status": "affected", "version": "\u003c 5.1.0" } ] } ], "descriptions": [ { "lang": "en", "value": "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." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 4, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-552", "description": "CWE-552: Files or Directories Accessible to External Parties", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2021-04-27T20:00:18", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/OpenAPITools/openapi-generator/security/advisories/GHSA-867q-77cc-98mv" }, { "tags": [ "x_refsource_MISC" ], "url": "https://github.com/OpenAPITools/openapi-generator/pull/8795" } ], "source": { "advisory": "GHSA-867q-77cc-98mv", "discovery": "UNKNOWN" }, "title": "Creation of Temporary File in Directory with Insecure Permissions in the OpenAPI Generator Maven plugin", "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2021-21429", "STATE": "PUBLIC", "TITLE": "Creation of Temporary File in Directory with Insecure Permissions in the OpenAPI Generator Maven plugin" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "openapi-generator", "version": { "version_data": [ { "version_value": "\u003c 5.1.0" } ] } } ] }, "vendor_name": "OpenAPITools" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "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." } ] }, "impact": { "cvss": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 4, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" } }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-552: Files or Directories Accessible to External Parties" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/OpenAPITools/openapi-generator/security/advisories/GHSA-867q-77cc-98mv", "refsource": "CONFIRM", "url": "https://github.com/OpenAPITools/openapi-generator/security/advisories/GHSA-867q-77cc-98mv" }, { "name": "https://github.com/OpenAPITools/openapi-generator/pull/8795", "refsource": "MISC", "url": "https://github.com/OpenAPITools/openapi-generator/pull/8795" } ] }, "source": { "advisory": "GHSA-867q-77cc-98mv", "discovery": "UNKNOWN" } } } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2021-21429", "datePublished": "2021-04-27T20:00:18", "dateReserved": "2020-12-22T00:00:00", "dateUpdated": "2024-08-03T18:09:16.096Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }
cve-2024-35219
Vulnerability from cvelistv5
Published
2024-05-27 16:11
Modified
2024-08-02 03:07
Severity ?
EPSS score ?
Summary
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec. Prior to version 7.6.0, attackers can exploit a path traversal vulnerability to read and delete files and folders from an arbitrary, writable directory as anyone can set the output folder when submitting the request via the `outputFolder` option. The issue was fixed in version 7.6.0 by removing the usage of the `outputFolder` option. No known workarounds are available.
References
▼ | URL | Tags |
---|---|---|
https://github.com/OpenAPITools/openapi-generator/security/advisories/GHSA-g3hr-p86p-593h | x_refsource_CONFIRM | |
https://github.com/OpenAPITools/openapi-generator/pull/18652 | x_refsource_MISC | |
https://github.com/OpenAPITools/openapi-generator/commit/edbb021aadae47dcfe690313ce5119faf77f800d | x_refsource_MISC |
Impacted products
Vendor | Product | Version | |
---|---|---|---|
▼ | OpenAPITools | openapi-generator |
Version: < 7.6.0 |
|
{ "containers": { "adp": [ { "affected": [ { "cpes": [ "cpe:2.3:a:openapitools:openapi-generator:*:*:*:*:*:*:*:*" ], "defaultStatus": "unknown", "product": "openapi-generator", "vendor": "openapitools", "versions": [ { "lessThan": "7.6.0", "status": "affected", "version": "0", "versionType": "custom" } ] } ], "metrics": [ { "other": { "content": { "id": "CVE-2024-35219", "options": [ { "Exploitation": "poc" }, { "Automatable": "no" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2024-05-28T16:27:13.509710Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2024-07-24T17:47:32.952Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" }, { "providerMetadata": { "dateUpdated": "2024-08-02T03:07:46.738Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "name": "https://github.com/OpenAPITools/openapi-generator/security/advisories/GHSA-g3hr-p86p-593h", "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/OpenAPITools/openapi-generator/security/advisories/GHSA-g3hr-p86p-593h" }, { "name": "https://github.com/OpenAPITools/openapi-generator/pull/18652", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/OpenAPITools/openapi-generator/pull/18652" }, { "name": "https://github.com/OpenAPITools/openapi-generator/commit/edbb021aadae47dcfe690313ce5119faf77f800d", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/OpenAPITools/openapi-generator/commit/edbb021aadae47dcfe690313ce5119faf77f800d" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "openapi-generator", "vendor": "OpenAPITools", "versions": [ { "status": "affected", "version": "\u003c 7.6.0" } ] } ], "descriptions": [ { "lang": "en", "value": "OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec. Prior to version 7.6.0, attackers can exploit a path traversal vulnerability to read and delete files and folders from an arbitrary, writable directory as anyone can set the output folder when submitting the request via the `outputFolder` option. The issue was fixed in version 7.6.0 by removing the usage of the `outputFolder` option. No known workarounds are available." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:H", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-22", "description": "CWE-22: Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2024-05-27T16:11:22.875Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/OpenAPITools/openapi-generator/security/advisories/GHSA-g3hr-p86p-593h", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/OpenAPITools/openapi-generator/security/advisories/GHSA-g3hr-p86p-593h" }, { "name": "https://github.com/OpenAPITools/openapi-generator/pull/18652", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/OpenAPITools/openapi-generator/pull/18652" }, { "name": "https://github.com/OpenAPITools/openapi-generator/commit/edbb021aadae47dcfe690313ce5119faf77f800d", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/OpenAPITools/openapi-generator/commit/edbb021aadae47dcfe690313ce5119faf77f800d" } ], "source": { "advisory": "GHSA-g3hr-p86p-593h", "discovery": "UNKNOWN" }, "title": "OpenAPI Generator Online - Arbitrary File Read/Delete" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2024-35219", "datePublished": "2024-05-27T16:11:22.875Z", "dateReserved": "2024-05-14T15:39:41.783Z", "dateUpdated": "2024-08-02T03:07:46.738Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }