CVE Catalog

CVE-2022-48967

HighCVSS 8.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.34%

27th percentile - higher than 27% of all known CVEs

Summary

In the Linux kernel, the NFC NCI subsystem lacks bounds checking for arrays in the nfc_target structure, which may lead to out-of-bounds memory writes. The issue was detected by syzkaller with CONFIG_FORTIFY_SOURCE enabled.

Risk Assessment

The vulnerability could be exploited to corrupt memory, potentially leading to system crash or privilege escalation.

Recommendation

Update the Linux kernel to a patched version that adds proper bounds checks.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: NFC: nci: Bounds check struct nfc_target arrays While running under CONFIG_FORTIFY_SOURCE=y, syzkaller reported: memcpy: detected field-spanning write (size 129) of single field "target->sensf_res" at net/nfc/nci/ntf.c:260 (size 18) This appears to be a legitimate lack of bounds checking in nci_add_new_protocol(). Add the missing checks.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS