In the Linux kernel, the following vulnerability has been resolved:
nfc: digital: clamp SENSF_RES length to the destination buffer
digitalinrecvsensfres() memcpy()s resp->len bytes from a remote NFC-F device response into the NFCSENSFRESMAXSIZE-byte target.sensfres field without an upper-bound check. A nearby malicious NFC-F device can send an oversized SENSFRES response to overflow the stack-local struct nfctarget.
Clamp resp->len to NFCSENSFRES_MAXSIZE before the copy.
Found by 0sec automated security-research tooling (https://0sec.ai).