Lucene search

K
cveLinuxCVE-2022-48720
HistoryJun 20, 2024 - 11:15 a.m.

CVE-2022-48720

2024-06-2011:15:55
Linux
web.nvd.nist.gov
30
linux kernel
macsec
offload support
vulnerability
fix

AI Score

6.5

Confidence

Low

EPSS

0

Percentile

15.6%

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

net: macsec: Fix offload support for NETDEV_UNREGISTER event

Current macsec netdev notify handler handles NETDEV_UNREGISTER event by
releasing relevant SW resources only, this causes resources leak in case
of macsec HW offload, as the underlay driver was not notified to clean
it’s macsec offload resources.

Fix by calling the underlay driver to clean it’s relevant resources
by moving offload handling from macsec_dellink() to macsec_common_dellink()
when handling NETDEV_UNREGISTER event.

Affected configurations

Vulners
Node
linuxlinux_kernelRange5.65.10.99
OR
linuxlinux_kernelRange5.11.05.15.22
OR
linuxlinux_kernelRange5.16.05.16.8
OR
linuxlinux_kernelRange5.17.0
VendorProductVersionCPE
linuxlinux_kernel*cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/net/macsec.c"
    ],
    "versions": [
      {
        "version": "3cf3227a21d1",
        "lessThan": "2e7f5b6ee1a7",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "3cf3227a21d1",
        "lessThan": "e7a0b3a0806d",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "3cf3227a21d1",
        "lessThan": "8299be160aad",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "3cf3227a21d1",
        "lessThan": "9cef24c8b76c",
        "status": "affected",
        "versionType": "git"
      }
    ]
  },
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "affected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/net/macsec.c"
    ],
    "versions": [
      {
        "version": "5.6",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "5.6",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.10.99",
        "lessThanOrEqual": "5.10.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.15.22",
        "lessThanOrEqual": "5.15.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.16.8",
        "lessThanOrEqual": "5.16.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.17",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

AI Score

6.5

Confidence

Low

EPSS

0

Percentile

15.6%