CVE-2021-3939
17.11.2021, 04:15
Ubuntu-specific modifications to accountsservice (in patch file debian/patches/0010-set-language.patch) caused the fallback_locale variable, pointing to static storage, to be freed, in the user_change_language_authorized_cb function. This is reachable via the SetLanguage dbus function. This is fixed in versions 0.6.55-0ubuntu12~20.04.5, 0.6.55-0ubuntu13.3, 0.6.55-0ubuntu14.1.Enginsight
Vendor | Product | Version |
---|---|---|
canonical | accountsservice | 0.6.55-0ubuntu13 ≤ 𝑥 < 0.6.55-0ubuntu13.3 |
canonical | accountsservice | 0.6.55-0ubuntu14 ≤ 𝑥 < 0.6.55-0ubuntu14.1 |
canonical | ubuntu_linux | 20.04 |
canonical | ubuntu_linux | 21.04 |
canonical | ubuntu_linux | 21.10 |
𝑥
= Vulnerable software versions

Debian Releases

Ubuntu Releases
Common Weakness Enumeration
- CWE-590 - Free of Memory not on the HeapThe application calls free() on a pointer to memory that was not allocated using associated heap allocation functions such as malloc(), calloc(), or realloc().
- CWE-763 - Release of Invalid Pointer or ReferenceThe application attempts to return a memory resource to the system, but calls the wrong release function or calls the appropriate release function incorrectly.
References