In the Linux kernel, the following vulnerability has been resolved:
nfc/nci: Add the inconsistency check between the input data length and count
write$nci(r0, &(0x7f0000000740)=ANY=[@ANYBLOB="610501"], 0xf)
Syzbot constructed a write() call with a data length of 3 bytes but a count value
of 15, which passed too little data to meet the basic requirements of the function
nci_rf_intf_activated_ntf_packet().
Therefore, increasing the comparison between data length and count value to avoid
problems caused by inconsistent data length and count.
Metrics
Affected Vendors & Products
References
History
Wed, 11 Sep 2024 13:30:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Metrics |
ssvc
|
Tue, 27 Aug 2024 02:30:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Weaknesses | CWE-20 | |
Metrics |
cvssV3_1
|
cvssV3_1
|
MITRE
Status: PUBLISHED
Assigner: Linux
Published: 2024-07-30T07:46:26.153Z
Updated: 2024-11-05T09:37:59.134Z
Reserved: 2024-07-29T15:50:41.186Z
Link: CVE-2024-42130
Vulnrichment
Updated: 2024-08-02T04:54:32.159Z
NVD
Status : Awaiting Analysis
Published: 2024-07-30T08:15:05.053
Modified: 2024-07-30T13:32:45.943
Link: CVE-2024-42130
Redhat