CVE-2021-46911

Source
https://cve.org/CVERecord?id=CVE-2021-46911
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2021-46911.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2021-46911
Downstream
Related
Published
2024-02-27T07:15:07.480Z
Modified
2026-03-10T23:51:23.715253Z
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:

ch_ktls: Fix kernel panic

Taking page refcount is not ideal and causes kernel panic sometimes. It's better to take tx_ctx lock for the complete skb transmit, to avoid page cleanup if ACK received in middle.

References

Affected packages

Git /

Affected ranges

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2021-46911.json"
unresolved_ranges
[
    {
        "events": [
            {
                "introduced": "5.7.0"
            },
            {
                "fixed": "5.10.32"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "5.11.0"
            },
            {
                "fixed": "5.11.16"
            }
        ]
    }
]