
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2020-26970 is a stack overflow vulnerability discovered in Mozilla Thunderbird's SMTP server response code parsing functionality. The vulnerability affects Thunderbird versions prior to 78.5.1 and was disclosed on December 1, 2020. The issue occurs when Thunderbird attempts to read SMTP server status codes, where it incorrectly writes integer values to stack positions intended for single-byte storage (Mozilla Advisory).
The vulnerability stems from a mismatch between variable declaration and data handling in the SMTP protocol implementation. When reading SMTP server status codes, the code declares character variables but uses the '%1u' format specifier in PR_sscanf(), which writes full unsigned integer values (4 bytes) into single-byte character variables. This leads to stack corruption as the integer values overflow the allocated space. The severity is rated as HIGH with a CVSS v3.1 base score of 8.8 (Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H) (NVD).
The vulnerability could lead to stack corruption that may be exploitable, potentially allowing for arbitrary code execution depending on processor architecture and stack layout. The impact is considered high as it could allow attackers to execute malicious code through specially crafted SMTP server responses (Mozilla Advisory).
The vulnerability was fixed in Thunderbird version 78.5.1 by changing the variable declarations from char to unsigned int to properly handle the parsed values. Users should upgrade to Thunderbird 78.5.1 or later to mitigate this vulnerability (Mozilla Advisory).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."