Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2024-27394
HistoryMay 09, 2024 - 4:37 p.m.

CVE-2024-27394 tcp: Fix Use-After-Free in tcp_ao_connect_init

2024-05-0916:37:11
Linux
github.com
8
use-after-free
tcp_ao_connect_init
linux kernel

AI Score

6.8

Confidence

Low

EPSS

0

Percentile

9.0%

SSVC

Exploitation

poc

Automatable

no

Technical Impact

total

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

tcp: Fix Use-After-Free in tcp_ao_connect_init

Since call_rcu, which is called in the hlist_for_each_entry_rcu traversal
of tcp_ao_connect_init, is not part of the RCU read critical section, it
is possible that the RCU grace period will pass during the traversal and
the key will be free.

To prevent this, it should be changed to hlist_for_each_entry_safe.

ADP Affected

[
  {
    "cpes": [
      "cpe:2.3:o:linux:linux_kernel:6.7:-:*:*:*:*:*:*"
    ],
    "vendor": "linux",
    "product": "linux_kernel",
    "versions": [
      {
        "status": "affected",
        "version": "6.7"
      }
    ],
    "defaultStatus": "affected"
  },
  {
    "cpes": [
      "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*"
    ],
    "vendor": "linux",
    "product": "linux_kernel",
    "versions": [
      {
        "status": "affected",
        "version": "7c2ffaf21bd6",
        "lessThan": "ca4fb6c6764b",
        "versionType": "git"
      },
      {
        "status": "affected",
        "version": "7c2ffaf21bd6",
        "lessThan": "80e679b352c3",
        "versionType": "git"
      },
      {
        "status": "unaffected",
        "version": "0",
        "lessThan": "6.7",
        "versionType": "git"
      },
      {
        "status": "unaffected",
        "version": "6.8.9",
        "lessThan": "6.9",
        "versionType": "git"
      },
      {
        "status": "unaffected",
        "version": "6.9",
        "versionType": "custom",
        "lessThanOrEqual": "*"
      }
    ],
    "defaultStatus": "unaffected"
  }
]

AI Score

6.8

Confidence

Low

EPSS

0

Percentile

9.0%

SSVC

Exploitation

poc

Automatable

no

Technical Impact

total