CVE-2022-48967
published 2024-10-21CVE-2022-48967: In the Linux kernel, the following vulnerability has been resolved: NFC: nci: Bounds check struct nfc_target arrays While running under…
PriorityP429high7.1CVSS 3.1
AVLACLPRLUINSUCNIHAH
EPSS
0.24%
14.8th percentile
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.
Affected
29 ranges· showing 25
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | linux | < linux 6.1.4-1 (bookworm) | linux 6.1.4-1 (bookworm) |
| linux | linux | — | — |
| linux | linux | >= 019c4fbaa790e2b3f11dab0c8b7d9896d77db3e5 < 6b37f0dc0638d13a006f2f24d2f6ca61e83bc714 | 6b37f0dc0638d13a006f2f24d2f6ca61e83bc714 |
| linux | linux | >= 019c4fbaa790e2b3f11dab0c8b7d9896d77db3e5 < dbdcfb9f6748218a149f62468d6297ce3f014e9c | dbdcfb9f6748218a149f62468d6297ce3f014e9c |
| linux | linux | >= 019c4fbaa790e2b3f11dab0c8b7d9896d77db3e5 < cff35329070b96b4484d23f9f48a5ca2c947e750 | cff35329070b96b4484d23f9f48a5ca2c947e750 |
| linux | linux | >= 019c4fbaa790e2b3f11dab0c8b7d9896d77db3e5 < 6778434706940b8fad7ef35f410d2b9929f256d2 | 6778434706940b8fad7ef35f410d2b9929f256d2 |
| linux | linux | >= 019c4fbaa790e2b3f11dab0c8b7d9896d77db3e5 < 27eb2d7a1b9987b6d0429b7716b1ff3b82c4ffc9 | 27eb2d7a1b9987b6d0429b7716b1ff3b82c4ffc9 |
| linux | linux | >= 019c4fbaa790e2b3f11dab0c8b7d9896d77db3e5 < 908b2da426fe9c3ce74cf541ba40e7a4251db191 | 908b2da426fe9c3ce74cf541ba40e7a4251db191 |
| linux | linux | >= 019c4fbaa790e2b3f11dab0c8b7d9896d77db3e5 < f41547546db9af99da2c34e3368664d7a79cefae | f41547546db9af99da2c34e3368664d7a79cefae |
| linux | linux | >= 019c4fbaa790e2b3f11dab0c8b7d9896d77db3e5 < e329e71013c9b5a4535b099208493c7826ee4a64 | e329e71013c9b5a4535b099208493c7826ee4a64 |
| linux | linux_kernel | — | — |
| linux | linux_kernel | — | — |
| linux | linux_kernel | — | — |
| linux | linux_kernel | — | — |
| linux | linux_kernel | — | — |
| linux | linux_kernel | — | — |
| linux | linux_kernel | — | — |
| linux | linux_kernel | — | — |
| linux | linux_kernel | >= 0 < 5.10.162-1 | 5.10.162-1 |
| linux | linux_kernel | >= 0 < 6.1.4-1 | 6.1.4-1 |
| linux | linux_kernel | >= 0 < 6.1.4-1 | 6.1.4-1 |
| linux | linux_kernel | >= 0 < 6.1.4-1 | 6.1.4-1 |
| linux | linux_kernel | >= 3.4 < 4.9.336 | 4.9.336 |
| linux | linux_kernel | >= 4.10 < 4.14.302 | 4.14.302 |
| linux | linux_kernel | >= 4.15 < 4.19.269 | 4.19.269 |
CVSS provenance
nvdv3.17.1HIGHCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H
osv7.1HIGH
vendor_debian7.1HIGH
vendor_redhat7.1HIGH
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
GHSA-2645-7hqp-7qr7: In the Linux kernel, the following vulnerability has been resolved:
NFC: nci: Bounds check struct nfc_target arrays
While running under CONFIG_FORTI
ghsa_unreviewed·2024-10-21
CVE-2022-48967 [HIGH] CWE-129 GHSA-2645-7hqp-7qr7: In the Linux kernel, the following vulnerability has been resolved:
NFC: nci: Bounds check struct nfc_target arrays
While running under CONFIG_FORTI
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.
OSV
CVE-2022-48967: In the Linux kernel, the following vulnerability has been resolved: NFC: nci: Bounds check struct nfc_target arrays While running under CONFIG_FORTIFY
osv·2024-10-21·CVSS 7.1
CVE-2022-48967 [HIGH] CVE-2022-48967: In the Linux kernel, the following vulnerability has been resolved: NFC: nci: Bounds check struct nfc_target arrays While running under CONFIG_FORTIFY
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.
Red Hat
kernel: NFC: nci: Bounds check struct nfc_target arrays
vendor_redhat·2024-10-21·CVSS 7.1
CVE-2022-48967 [HIGH] CWE-129 kernel: NFC: nci: Bounds check struct nfc_target arrays
kernel: NFC: nci: Bounds check struct nfc_target arrays
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.
Package: kernel (Red Hat Enterprise Linux 6) - Not affected
Package: kernel (Red Hat Enterprise Linux 7) - Not affected
Package: kernel-rt (Red Hat Enterprise Linux 7) - Not affected
Package: kernel (Red Hat Enterprise Linux 8) - Not affected
Package: kernel-rt (Red Hat Enterprise Linux 8) - Not affected
Package: kernel (Red Ha
Debian
CVE-2022-48967: linux - In the Linux kernel, the following vulnerability has been resolved: NFC: nci: B...
vendor_debian·2022·CVSS 7.1
CVE-2022-48967 [HIGH] CVE-2022-48967: linux - In the Linux kernel, the following vulnerability has been resolved: NFC: nci: B...
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.
Scope: local
bookworm: resolved (fixed in 6.1.4-1)
bullseye: resolved (fixed in 5.10.162-1)
forky: resolved (fixed in 6.1.4-1)
sid: resolved (fixed in 6.1.4-1)
trixie: resolved (fixed in 6.1.4-1)
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
https://git.kernel.org/stable/c/27eb2d7a1b9987b6d0429b7716b1ff3b82c4ffc9https://git.kernel.org/stable/c/6778434706940b8fad7ef35f410d2b9929f256d2https://git.kernel.org/stable/c/6b37f0dc0638d13a006f2f24d2f6ca61e83bc714https://git.kernel.org/stable/c/908b2da426fe9c3ce74cf541ba40e7a4251db191https://git.kernel.org/stable/c/cff35329070b96b4484d23f9f48a5ca2c947e750https://git.kernel.org/stable/c/dbdcfb9f6748218a149f62468d6297ce3f014e9chttps://git.kernel.org/stable/c/e329e71013c9b5a4535b099208493c7826ee4a64https://git.kernel.org/stable/c/f41547546db9af99da2c34e3368664d7a79cefae
2024-10-21
Published