UBUNTU-CVE-2021-41253

Source
https://ubuntu.com/security/CVE-2021-41253
Import Source
https://github.com/canonical/ubuntu-security-notices/blob/main/osv/cve/2021/UBUNTU-CVE-2021-41253.json
JSON Data
https://api.osv.dev/v1/vulns/UBUNTU-CVE-2021-41253
Related
Published
2021-11-08T22:15:00Z
Modified
2025-01-13T10:22:37Z
Severity
  • 8.1 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
[none]
Details

Zydis is an x86/x86-64 disassembler library. Users of Zydis versions v3.2.0 and older that use the string functions provided in zycore in order to append untrusted user data to the formatter buffer within their custom formatter hooks can run into heap buffer overflows. Older versions of Zydis failed to properly initialize the string object within the formatter buffer, forgetting to initialize a few fields, leaving their value to chance. This could then in turn cause zycore functions like ZyanStringAppend to make incorrect calculations for the new target size, resulting in heap memory corruption. This does not affect the regular uncustomized Zydis formatter, because Zydis internally doesn't use the string functions in zycore that act upon these fields. However, because the zycore string functions are the intended way to work with the formatter buffer for users of the library that wish to extend the formatter, we still consider this to be a vulnerability in Zydis. This bug is patched starting in version 3.2.1. As a workaround, users may refrain from using zycore string functions in their formatter hooks until updating to a patched version.

References

Affected packages

Ubuntu:22.04:LTS / zydis

Package

Name
zydis
Purl
pkg:deb/ubuntu/zydis@3.2.1-1?arch=source&distro=jammy

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
3.2.1-1

Affected versions

3.*

3.1.0-1

Ecosystem specific

{
    "availability": "No subscription required",
    "ubuntu_priority": "medium",
    "binaries": [
        {
            "binary_version": "3.2.1-1",
            "binary_name": "libzydis-dev"
        },
        {
            "binary_version": "3.2.1-1",
            "binary_name": "libzydis3.2"
        },
        {
            "binary_version": "3.2.1-1",
            "binary_name": "libzydis3.2-dbgsym"
        },
        {
            "binary_version": "3.2.1-1",
            "binary_name": "zydis-tools"
        },
        {
            "binary_version": "3.2.1-1",
            "binary_name": "zydis-tools-dbgsym"
        }
    ]
}