Lucene search

K
cvelistLinuxCVELIST:CVE-2024-35840
HistoryMay 17, 2024 - 2:27 p.m.

CVE-2024-35840 mptcp: use OPTION_MPTCP_MPJ_SYNACK in subflow_finish_connect()

2024-05-1714:27:31
Linux
www.cve.org
2
cve-2024-35840
mptcp
subflow_finish_connect()
linux kernel
vulnerability
option_mptcp_mpj_synack
mptcp_parse_option()

AI Score

6.4

Confidence

Low

EPSS

0

Percentile

15.5%

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

mptcp: use OPTION_MPTCP_MPJ_SYNACK in subflow_finish_connect()

subflow_finish_connect() uses four fields (backup, join_id, thmac, none)
that may contain garbage unless OPTION_MPTCP_MPJ_SYNACK has been set
in mptcp_parse_option()

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "net/mptcp/subflow.c"
    ],
    "versions": [
      {
        "version": "f296234c98a8",
        "lessThan": "413b91350732",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "f296234c98a8",
        "lessThan": "51e4cb032d49",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "f296234c98a8",
        "lessThan": "ad3e8f5c3d5c",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "f296234c98a8",
        "lessThan": "76e8de7273a2",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "f296234c98a8",
        "lessThan": "be1d9d9d38da",
        "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/mptcp/subflow.c"
    ],
    "versions": [
      {
        "version": "5.7",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "5.7",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.15.148",
        "lessThanOrEqual": "5.15.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.1.75",
        "lessThanOrEqual": "6.1.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.6.14",
        "lessThanOrEqual": "6.6.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.7.2",
        "lessThanOrEqual": "6.7.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.8",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

AI Score

6.4

Confidence

Low

EPSS

0

Percentile

15.5%