Lucene search

K
cveLinuxCVE-2024-44968
HistorySep 04, 2024 - 7:15 p.m.

CVE-2024-44968

2024-09-0419:15:31
Linux
web.nvd.nist.gov
26
linux kernel
vulnerability
resolved
atomic section
preemptible context
pointer access

AI Score

7.2

Confidence

Low

EPSS

0

Percentile

13.7%

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

tick/broadcast: Move per CPU pointer access into the atomic section

The recent fix for making the take over of the broadcast timer more
reliable retrieves a per CPU pointer in preemptible context.

This went unnoticed as compilers hoist the access into the non-preemptible
region where the pointer is actually used. But of course it’s valid that
the compiler keeps it at the place where the code puts it which rightfully
triggers:

BUG: using smp_processor_id() in preemptible [00000000] code:
caller is hotplug_cpu__broadcast_tick_pull+0x1c/0xc0

Move it to the actual usage site which is in a non-preemptible region.

Affected configurations

Vulners
Node
linuxlinux_kernelRange6.1.1036.1.105
OR
linuxlinux_kernelRange6.6.446.6.46
OR
linuxlinux_kernelRange6.10.36.10.5
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": [
      "kernel/time/tick-broadcast.c"
    ],
    "versions": [
      {
        "version": "dfe19aa91378",
        "lessThan": "f54abf332a2b",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "457a1c87d454",
        "lessThan": "f91fb47ecacc",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "9ef719022814",
        "lessThan": "668c6c4a7e9e",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "d3b165c10473",
        "lessThan": "541a900d2455",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "408bfb6b0a7f",
        "lessThan": "7b3ec186ba93",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "3a58c590f6bd",
        "lessThan": "b9d604933d5f",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "2cdab4b4bf77",
        "lessThan": "7dd12f85f150",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "f7d43dd206e7",
        "lessThan": "6881e75237a8",
        "status": "affected",
        "versionType": "git"
      }
    ]
  },
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "kernel/time/tick-broadcast.c"
    ],
    "versions": [
      {
        "version": "6.1.103",
        "lessThan": "6.1.105",
        "status": "affected",
        "versionType": "custom"
      },
      {
        "version": "6.6.44",
        "lessThan": "6.6.46",
        "status": "affected",
        "versionType": "custom"
      },
      {
        "version": "6.10.3",
        "lessThan": "6.10.5",
        "status": "affected",
        "versionType": "custom"
      }
    ]
  }
]

AI Score

7.2

Confidence

Low

EPSS

0

Percentile

13.7%