{"api_version":"1","generated_at":"2026-07-24T21:11:02+00:00","cve":"CVE-2021-26825","urls":{"html":"https://cve.report/CVE-2021-26825","api":"https://cve.report/api/cve/CVE-2021-26825.json","docs":"https://cve.report/api","cve_org":"https://www.cve.org/CVERecord?id=CVE-2021-26825","nvd":"https://nvd.nist.gov/vuln/detail/CVE-2021-26825"},"summary":{"title":"CVE-2021-26825","description":"An integer overflow issue exists in Godot Engine up to v3.2 that can be triggered when loading specially crafted.TGA image files. The vulnerability exists in ImageLoaderTGA::load_image() function at line: const size_t buffer_size = (tga_header.image_width * tga_header.image_height) * pixel_size; The bug leads to Dynamic stack buffer overflow. Depending on the context of the application, attack vector can be local or remote, and can lead to code execution and/or system crash.","state":"PUBLIC","assigner":"cve@mitre.org","published_at":"2021-02-08 15:15:00","updated_at":"2021-02-11 15:59:00"},"problem_types":["CWE-190"],"metrics":[],"references":[{"url":"https://github.com/godotengine/godot/pull/45702/files","name":"https://github.com/godotengine/godot/pull/45702/files","refsource":"MISC","tags":["Patch","Third Party Advisory"],"title":"[3.2] Fix a crash in the TGA loader with malformed input by hpvb · Pull Request #45702 · godotengine/godot · GitHub","mime":"text/html","httpstatus":"200","archivestatus":"404"},{"url":"https://github.com/godotengine/godot/pull/45702","name":"https://github.com/godotengine/godot/pull/45702","refsource":"MISC","tags":["Patch","Third Party Advisory"],"title":"[3.2] Fix a crash in the TGA loader with malformed input by hpvb · Pull Request #45702 · godotengine/godot · GitHub","mime":"text/html","httpstatus":"200","archivestatus":"404"},{"url":"https://www.cve.org/CVERecord?id=CVE-2021-26825","name":"CVE Program record","refsource":"CVE.ORG","tags":["canonical"]},{"url":"https://nvd.nist.gov/vuln/detail/CVE-2021-26825","name":"NVD vulnerability detail","refsource":"NVD","tags":["canonical","analysis"]}],"affected":[],"timeline":[],"solutions":[],"workarounds":[],"exploits":[],"credits":[],"nvd_cpes":[{"cve_year":"2021","cve_id":"26825","vulnerable":"1","versionEndIncluding":"3.2","cpe1":"cpe","cpe2":"2.3","cpe3":"a","cpe4":"godotengine","cpe5":"godot_engine","cpe6":"*","cpe7":"*","cpe8":"*","cpe9":"*","cpe10":"*","cpe11":"*","cpe12":"*","cpe13":"*"}],"vendor_comments":[],"enrichments":{"kev":null,"epss":null,"legacy_qids":[]},"source_records":{"cve_program":{"CVE_data_meta":{"ASSIGNER":"cve@mitre.org","ID":"CVE-2021-26825","STATE":"PUBLIC"},"affects":{"vendor":{"vendor_data":[{"product":{"product_data":[{"product_name":"n/a","version":{"version_data":[{"version_value":"n/a"}]}}]},"vendor_name":"n/a"}]}},"data_format":"MITRE","data_type":"CVE","data_version":"4.0","description":{"description_data":[{"lang":"eng","value":"An integer overflow issue exists in Godot Engine up to v3.2 that can be triggered when loading specially crafted.TGA image files. The vulnerability exists in ImageLoaderTGA::load_image() function at line: const size_t buffer_size = (tga_header.image_width * tga_header.image_height) * pixel_size; The bug leads to Dynamic stack buffer overflow. Depending on the context of the application, attack vector can be local or remote, and can lead to code execution and/or system crash."}]},"problemtype":{"problemtype_data":[{"description":[{"lang":"eng","value":"n/a"}]}]},"references":{"reference_data":[{"url":"https://github.com/godotengine/godot/pull/45702","refsource":"MISC","name":"https://github.com/godotengine/godot/pull/45702"},{"url":"https://github.com/godotengine/godot/pull/45702/files","refsource":"MISC","name":"https://github.com/godotengine/godot/pull/45702/files"}]}},"nvd":{"publishedDate":"2021-02-08 15:15:00","lastModifiedDate":"2021-02-11 15:59:00","problem_types":["CWE-190"],"metrics":{"baseMetricV3":{"cvssV3":{"version":"3.1","vectorString":"CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H","attackVector":"LOCAL","attackComplexity":"LOW","privilegesRequired":"NONE","userInteraction":"REQUIRED","scope":"UNCHANGED","confidentialityImpact":"HIGH","integrityImpact":"HIGH","availabilityImpact":"HIGH","baseScore":7.8,"baseSeverity":"HIGH"},"exploitabilityScore":1.8,"impactScore":5.9},"baseMetricV2":{"cvssV2":{"version":"2.0","vectorString":"AV:N/AC:M/Au:N/C:P/I:P/A:P","accessVector":"NETWORK","accessComplexity":"MEDIUM","authentication":"NONE","confidentialityImpact":"PARTIAL","integrityImpact":"PARTIAL","availabilityImpact":"PARTIAL","baseScore":6.8},"severity":"MEDIUM","exploitabilityScore":8.6,"impactScore":6.4,"acInsufInfo":false,"obtainAllPrivilege":false,"obtainUserPrivilege":false,"obtainOtherPrivilege":false,"userInteractionRequired":true}},"configurations":{"CVE_data_version":"4.0","nodes":[{"operator":"OR","children":[],"cpe_match":[{"vulnerable":true,"cpe23Uri":"cpe:2.3:a:godotengine:godot_engine:*:*:*:*:*:*:*:*","versionEndIncluding":"3.2","cpe_name":[]}]}]}},"legacy_mitre":{"record":{"CveYear":"2021","CveId":"26825","Ordinal":"201904","Title":"CVE-2021-26825","CVE":"CVE-2021-26825","Year":"2021"},"notes":[{"CveYear":"2021","CveId":"26825","Ordinal":"1","NoteData":"An integer overflow issue exists in Godot Engine up to v3.2 that can be triggered when loading specially crafted.TGA image files. The vulnerability exists in ImageLoaderTGA::load_image() function at line: const size_t buffer_size = (tga_header.image_width * tga_header.image_height) * pixel_size; The bug leads to Dynamic stack buffer overflow. Depending on the context of the application, attack vector can be local or remote, and can lead to code execution and/or system crash.","Type":"Description","Title":null},{"CveYear":"2021","CveId":"26825","Ordinal":"2","NoteData":"2021-02-08","Type":"Other","Title":"Published"},{"CveYear":"2021","CveId":"26825","Ordinal":"3","NoteData":"2021-02-08","Type":"Other","Title":"Modified"}]}}}