Lucene search

K
cvelistLinuxCVELIST:CVE-2022-48934
HistoryAug 22, 2024 - 3:31 a.m.

CVE-2022-48934 nfp: flower: Fix a potential leak in nfp_tunnel_add_shared_mac()

2024-08-2203:31:28
Linux
www.cve.org
4
linux kernel
vulnerability
resolution

EPSS

0

Percentile

5.0%

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

nfp: flower: Fix a potential leak in nfp_tunnel_add_shared_mac()

ida_simple_get() returns an id between min (0) and max (NFP_MAX_MAC_INDEX)
inclusive.
So NFP_MAX_MAC_INDEX (0xff) is a valid id.

In order for the error handling path to work correctly, the ‘invalid’
value for ‘ida_idx’ should not be in the 0…NFP_MAX_MAC_INDEX range,
inclusive.

So set it to -1.

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/net/ethernet/netronome/nfp/flower/tunnel_conf.c"
    ],
    "versions": [
      {
        "version": "20cce8865098",
        "lessThan": "5ad5886f85b6",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "20cce8865098",
        "lessThan": "af4bc921d39d",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "20cce8865098",
        "lessThan": "9d8097caa732",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "20cce8865098",
        "lessThan": "4086d2433576",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "20cce8865098",
        "lessThan": "3a14d0888eb4",
        "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/ethernet/netronome/nfp/flower/tunnel_conf.c"
    ],
    "versions": [
      {
        "version": "5.1",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "5.1",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.4.182",
        "lessThanOrEqual": "5.4.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.10.103",
        "lessThanOrEqual": "5.10.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.15.26",
        "lessThanOrEqual": "5.15.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.16.12",
        "lessThanOrEqual": "5.16.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.17",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

EPSS

0

Percentile

5.0%