Lucene search

K
cve416baaa9-dc9f-4396-8d5f-8c081fb06d67CVE-2023-52628
HistoryMar 28, 2024 - 8:15 a.m.

CVE-2023-52628

2024-03-2808:15:25
416baaa9-dc9f-4396-8d5f-8c081fb06d67
web.nvd.nist.gov
61
linux kernel
netfilter
nftables
stack corruption
security vulnerability
4.1 cycle
tcp/sctp
ip option
zero day initiative
nvd

6.1 Medium

AI Score

Confidence

Low

0.0005 Low

EPSS

Percentile

16.2%

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

netfilter: nftables: exthdr: fix 4-byte stack OOB write

If priv->len is a multiple of 4, then dst[len / 4] can write past
the destination array which leads to stack corruption.

This construct is necessary to clean the remainder of the register
in case ->len is NOT a multiple of the register size, so make it
conditional just like nft_payload.c does.

The bug was added in 4.1 cycle and then copied/inherited when
tcp/sctp and ip option support was added.

Bug reported by Zero Day Initiative project (ZDI-CAN-21950,
ZDI-CAN-21951, ZDI-CAN-21961).

Affected configurations

Vulners
Node
linuxlinux_kernelRange4.14.19.316
OR
linuxlinux_kernelRange4.20.05.10.198
OR
linuxlinux_kernelRange5.11.05.15.132
OR
linuxlinux_kernelRange5.16.06.1.54
OR
linuxlinux_kernelRange6.2.06.5.4
OR
linuxlinux_kernelRange6.6.0
VendorProductVersionCPE
linuxlinux_kernel*cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
linuxlinux_kernel*cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
linuxlinux_kernel*cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
linuxlinux_kernel*cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
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/netfilter/nft_exthdr.c"
    ],
    "versions": [
      {
        "version": "49499c3e6e18",
        "lessThan": "28a97c43c9e3",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "49499c3e6e18",
        "lessThan": "a7d86a77c33b",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "49499c3e6e18",
        "lessThan": "1ad7b189cc14",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "49499c3e6e18",
        "lessThan": "d9ebfc0f2137",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "49499c3e6e18",
        "lessThan": "c8f292322ff1",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "49499c3e6e18",
        "lessThan": "fd94d9dadee5",
        "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/netfilter/nft_exthdr.c"
    ],
    "versions": [
      {
        "version": "4.1",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "4.1",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "4.19.316",
        "lessThanOrEqual": "4.19.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.10.198",
        "lessThanOrEqual": "5.10.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.15.132",
        "lessThanOrEqual": "5.15.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.1.54",
        "lessThanOrEqual": "6.1.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.5.4",
        "lessThanOrEqual": "6.5.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.6",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

6.1 Medium

AI Score

Confidence

Low

0.0005 Low

EPSS

Percentile

16.2%