Lucene search

K
cvelistLinuxCVELIST:CVE-2021-47306
HistoryMay 21, 2024 - 2:35 p.m.

CVE-2021-47306 net: fddi: fix UAF in fza_probe

2024-05-2114:35:26
Linux
www.cve.org
2
cve-2021-47306
net
fddi
uaf
fix
turbochannel
linux kernel

AI Score

6.5

Confidence

Low

EPSS

0

Percentile

15.5%

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

net: fddi: fix UAF in fza_probe

fp is netdev private data and it cannot be
used after free_netdev() call. Using fp after free_netdev()
can cause UAF bug. Fix it by moving free_netdev() after error message.

TURBOchannel adapter")

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/net/fddi/defza.c"
    ],
    "versions": [
      {
        "version": "61414f5ec983",
        "lessThan": "04b06716838b",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "61414f5ec983",
        "lessThan": "f33605908a9b",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "61414f5ec983",
        "lessThan": "bdfbb51f7a43",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "61414f5ec983",
        "lessThan": "deb7178eb940",
        "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/fddi/defza.c"
    ],
    "versions": [
      {
        "version": "4.20",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "4.20",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.4.135",
        "lessThanOrEqual": "5.4.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.10.53",
        "lessThanOrEqual": "5.10.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.13.5",
        "lessThanOrEqual": "5.13.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.14",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

AI Score

6.5

Confidence

Low

EPSS

0

Percentile

15.5%