Lucene search

K
cve416baaa9-dc9f-4396-8d5f-8c081fb06d67CVE-2022-48630
HistoryMar 05, 2024 - 12:15 p.m.

CVE-2022-48630

2024-03-0512:15:45
416baaa9-dc9f-4396-8d5f-8c081fb06d67
web.nvd.nist.gov
53
cve-2022-48630
linux kernel
qcom-rng
crypto
vulnerability
security
fix
nvd

6.2 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

10.4%

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

crypto: qcom-rng - fix infinite loop on requests not multiple of WORD_SZ

The commit referenced in the Fixes tag removed the ‘break’ from the else
branch in qcom_rng_read(), causing an infinite loop whenever ‘max’ is
not a multiple of WORD_SZ. This can be reproduced e.g. by running:

kcapi-rng -b 67 >/dev/null

There are many ways to fix this without adding back the ‘break’, but
they all seem more awkward than simply adding it back, so do just that.

Tested on a machine with Qualcomm Amberwing processor.

Affected configurations

Vulners
Node
linuxlinux_kernelRange5.174.19.245
OR
linuxlinux_kernelRange4.20.05.4.196
OR
linuxlinux_kernelRange5.5.05.10.118
OR
linuxlinux_kernelRange5.11.05.15.42
OR
linuxlinux_kernelRange5.16.05.17.10
OR
linuxlinux_kernelRange5.18.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:*:*:*:*:*:*:*:*
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": [
      "drivers/crypto/qcom-rng.c"
    ],
    "versions": [
      {
        "version": "a8e32bbb96c2",
        "lessThan": "71a89789552b",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "184f7bd08ce5",
        "lessThan": "8be06f62b426",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "0f9b7b8df175",
        "lessThan": "233a3cc60e7a",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "ab9337c7cb6f",
        "lessThan": "8a06f25f5941",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "a680b1832ced",
        "lessThan": "05d4d17475d8",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "a680b1832ced",
        "lessThan": "16287397ec5c",
        "status": "affected",
        "versionType": "git"
      }
    ]
  },
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "affected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/crypto/qcom-rng.c"
    ],
    "versions": [
      {
        "version": "5.17",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "5.17",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "4.19.245",
        "lessThanOrEqual": "4.19.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.4.196",
        "lessThanOrEqual": "5.4.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.10.118",
        "lessThanOrEqual": "5.10.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.15.42",
        "lessThanOrEqual": "5.15.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.17.10",
        "lessThanOrEqual": "5.17.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.18",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

6.2 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

10.4%