{ "id": "CVE-2021-45423", "sourceIdentifier": "cve@mitre.org", "published": "2023-03-13T18:15:12.553", "lastModified": "2023-03-24T15:19:58.157", "vulnStatus": "Analyzed", "descriptions": [ { "lang": "en", "value": "A Buffer Overflow vulnerabilityexists in Pev 0.81 via the pe_exports function from exports.c.. The array offsets_to_Names is dynamically allocated on the stack using exp->NumberOfFunctions as its size. However, the loop uses exp->NumberOfNames to iterate over it and set its components value. Therefore, the loop code assumes that exp->NumberOfFunctions is greater than ordinal at each iteration. This can lead to arbitrary code execution." } ], "metrics": { "cvssMetricV31": [ { "source": "nvd@nist.gov", "type": "Primary", "cvssData": { "version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL" }, "exploitabilityScore": 3.9, "impactScore": 5.9 } ] }, "weaknesses": [ { "source": "nvd@nist.gov", "type": "Primary", "description": [ { "lang": "en", "value": "CWE-120" } ] } ], "configurations": [ { "nodes": [ { "operator": "OR", "negate": false, "cpeMatch": [ { "vulnerable": true, "criteria": "cpe:2.3:a:pev_project:pev:0.81:*:*:*:*:*:*:*", "matchCriteriaId": "137049BB-7F2D-433A-8809-A4CE073CC14D" } ] } ] } ], "references": [ { "url": "https://github.com/merces/libpe/issues/35", "source": "cve@mitre.org", "tags": [ "Exploit", "Vendor Advisory" ] } ] }