Cyber Resilience

CVE-2020-36938

HighPublic PoCLPE

Published: 27 January 2026

Published
27 January 2026
Modified
15 April 2026
KEV Added
Patch
CVSS Score v4 7.0 CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0020 9.6th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2020-36938 is a high-severity Incorrect Permission Assignment for Critical Resource (CWE-732) vulnerability. Its CVSS base score is 7.0 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique DLL (T1574.001); ranked at the 9.6th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 AC-6 (Least Privilege) and CM-5 (Access Restrictions for Change).

Deeper analysis

CVE-2020-36938 is an insecure permissions vulnerability (CWE-732) affecting WinAVR version 20100110. The issue arises from overly permissive access controls in the WinAVR installation directory, enabling authenticated users to modify system files and executables, including critical DLLs.

The vulnerability has a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), indicating exploitation over the network with low complexity, requiring only low privileges such as an authenticated user account, and no user interaction. Attackers can leverage this to modify critical files, potentially achieving high-impact compromise of confidentiality, integrity, and availability on affected systems.

Advisories, including one from VulnCheck on the insecure folder permissions, provide further details, while an exploit is documented on Exploit-DB (ID 49379). The WinAVR project page on SourceForge offers additional context on the software. No specific patches are detailed in the available information.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

WinAVR version 20100110 contains an insecure permissions vulnerability that allows authenticated users to modify system files and executables. Attackers can leverage the overly permissive access controls to potentially modify critical DLLs and executable files in the WinAVR installation directory.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1574.001 DLL Stealth
Adversaries may abuse dynamic-link library files (DLLs) in order to achieve persistence, escalate privileges, and evade defenses.
Why these techniques?

Weak directory permissions enable replacement of DLLs/executables in the WinAVR install path, directly facilitating DLL side-loading for execution hijacking.

Confidence: MEDIUM · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2024-57068Shared CWE-732
CVE-2021-4480Shared CWE-732
CVE-2025-33088Shared CWE-732
CVE-2022-50931Shared CWE-732
CVE-2025-52627Shared CWE-732
CVE-2025-1067Shared CWE-732
CVE-2025-21325Shared CWE-732
CVE-2025-24527Shared CWE-732
CVE-2025-12985Shared CWE-732
CVE-2025-21564Shared CWE-732

Affected Assets

WinAVR
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prohibits modification of critical executable programs and DLLs in the WinAVR installation directory exploited via insecure permissions.

prevent

Authorizes and restricts access to change system components like the vulnerable executables and DLLs in the installation directory.

prevent

Applies least privilege to deny low-privileged authenticated users write access to critical system files despite overly permissive directory permissions.

References