Lucene search

K
cveLinuxCVE-2024-39490
HistoryJul 10, 2024 - 8:15 a.m.

CVE-2024-39490

2024-07-1008:15:11
Linux
web.nvd.nist.gov
44
linux kernel
ipv6
vulnerability fix
seg6_input_core
memory leak

AI Score

6.6

Confidence

High

EPSS

0

Percentile

15.8%

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

ipv6: sr: fix missing sk_buff release in seg6_input_core

The seg6_input() function is responsible for adding the SRH into a
packet, delegating the operation to the seg6_input_core(). This function
uses the skb_cow_head() to ensure that there is sufficient headroom in
the sk_buff for accommodating the link-layer header.
In the event that the skb_cow_header() function fails, the
seg6_input_core() catches the error but it does not release the sk_buff,
which will result in a memory leak.

This issue was introduced in commit af3b5158b89d (“ipv6: sr: fix BUG due
to headroom too small after SRH push”) and persists even after commit
7a3f5b0de364 (“netfilter: add netfilter hooks to SRv6 data plane”),
where the entire seg6_input() code was refactored to deal with netfilter
hooks.

The proposed patch addresses the identified memory leak by requiring the
seg6_input_core() function to release the sk_buff in the event that
skb_cow_head() fails.

Affected configurations

Vulners
Node
linuxlinux_kernelRange4.125.15.161
OR
linuxlinux_kernelRange5.16.06.1.93
OR
linuxlinux_kernelRange6.2.06.6.33
OR
linuxlinux_kernelRange6.7.06.9.4
OR
linuxlinux_kernelRange6.10.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": [
      "net/ipv6/seg6_iptunnel.c"
    ],
    "versions": [
      {
        "version": "af3b5158b89d",
        "lessThan": "e8688218e381",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "af3b5158b89d",
        "lessThan": "8f1fc3b86eae",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "af3b5158b89d",
        "lessThan": "f4df8c7670a7",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "af3b5158b89d",
        "lessThan": "f5fec1588642",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "af3b5158b89d",
        "lessThan": "5447f9708d9e",
        "status": "affected",
        "versionType": "git"
      }
    ]
  },
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "affected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "net/ipv6/seg6_iptunnel.c"
    ],
    "versions": [
      {
        "version": "4.12",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "4.12",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.15.161",
        "lessThanOrEqual": "5.15.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.1.93",
        "lessThanOrEqual": "6.1.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.6.33",
        "lessThanOrEqual": "6.6.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.9.4",
        "lessThanOrEqual": "6.9.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.10",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

AI Score

6.6

Confidence

High

EPSS

0

Percentile

15.8%