CVE-2021-47367

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

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

virtio-net: fix pages leaking when building skb in big mode

We try to use build_skb() if we had sufficient tailroom. But we forget to release the unused pages chained via private in big mode which will leak pages. Fixing this by release the pages after building the skb in big mode.

References

Affected packages

Git /

Affected ranges

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2021-47367.json"
unresolved_ranges
[
    {
        "events": [
            {
                "introduced": "5.13"
            },
            {
                "fixed": "5.14.9"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "0"
            },
            {
                "last_affected": "5.15-rc1"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "0"
            },
            {
                "last_affected": "5.15-rc2"
            }
        ]
    }
]