CVE-2021-47344

Source
https://cve.org/CVERecord?id=CVE-2021-47344
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2021-47344.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2021-47344
Downstream
Related
Published
2024-05-21T15:15:21.067Z
Modified
2026-03-10T23:51:37.614937Z
Severity
  • 5.5 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

media: zr364xx: fix memory leak in zr364xxstartreadpipe

syzbot reported memory leak in zr364xx driver. The problem was in non-freed urb in case of usbsubmiturb() fail.

backtrace: [<ffffffff82baedf6>] kmalloc include/linux/slab.h:561 [inline] [<ffffffff82baedf6>] usballocurb+0x66/0xe0 drivers/usb/core/urb.c:74 [<ffffffff82f7cce8>] zr364xxstartreadpipe+0x78/0x130 drivers/media/usb/zr364xx/zr364xx.c:1022 [<ffffffff84251dfc>] zr364xxboardinit drivers/media/usb/zr364xx/zr364xx.c:1383 [inline] [<ffffffff84251dfc>] zr364xxprobe+0x6a3/0x851 drivers/media/usb/zr364xx/zr364xx.c:1516 [<ffffffff82bb6507>] usbprobeinterface+0x177/0x370 drivers/usb/core/driver.c:396 [<ffffffff826018a9>] reallyprobe+0x159/0x500 drivers/base/dd.c:576

References

Affected packages

Git /

Affected ranges

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2021-47344.json"
unresolved_ranges
[
    {
        "events": [
            {
                "introduced": "2.6.32"
            },
            {
                "fixed": "4.4.276"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "4.5"
            },
            {
                "fixed": "4.9.276"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "4.10"
            },
            {
                "fixed": "4.14.240"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "4.15"
            },
            {
                "fixed": "4.19.198"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "4.20"
            },
            {
                "fixed": "5.4.133"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "5.5"
            },
            {
                "fixed": "5.10.51"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "5.11"
            },
            {
                "fixed": "5.12.18"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "5.13"
            },
            {
                "fixed": "5.13.3"
            }
        ]
    }
]