CVE-2020-36785

Source
https://cve.org/CVERecord?id=CVE-2020-36785
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2020-36785.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2020-36785
Downstream
Published
2024-02-28T09:15:36Z
Modified
2026-03-15T22:38:08Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
[none]
Details

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

media: atomisp: Fix use after free in atomisp_alloc_css_stat_bufs()

The "s3a_buf" is freed along with all the other items on the "asd->s3a_stats" list. It leads to a double free and a use after free.

References

Affected packages

Git /

Affected ranges

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2020-36785.json"
unresolved_ranges
[
    {
        "events": [
            {
                "introduced": "5.8"
            },
            {
                "fixed": "5.10.37"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "5.11"
            },
            {
                "fixed": "5.11.21"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "5.12"
            },
            {
                "fixed": "5.12.4"
            }
        ]
    }
]