{ "dataType": "CVE_RECORD", "dataVersion": "5.2", "cveMetadata": { "cveId": "CVE-2026-43307", "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "state": "PUBLISHED", "assignerShortName": "Linux", "dateReserved": "2026-05-01T14:12:56.000Z", "datePublished": "2026-05-08T13:11:26.295Z", "dateUpdated": "2026-08-05T12:27:10.945Z" }, "containers": { "cna": { "providerMetadata": { "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "shortName": "Linux", "dateUpdated": "2026-08-05T12:27:10.945Z" }, "descriptions": [ { "lang": "en", "value": "In the Linux kernel, the following vulnerability has been resolved:\n\niio: accel: adxl380: Avoid reading more entries than present in FIFO\n\nThe interrupt handler reads FIFO entries in batches of N samples, where N\nis the number of scan elements that have been enabled. However, the sensor\nfills the FIFO one sample at a time, even when more than one channel is\nenabled. Therefore,the number of entries reported by the FIFO status\nregisters may not be a multiple of N; if this number is not a multiple, the\nnumber of entries read from the FIFO may exceed the number of entries\nactually present.\n\nTo fix the above issue, round down the number of FIFO entries read from the\nstatus registers so that it is always a multiple of N." } ], "metrics": [ { "cvssV3_1": { "version": "3.1", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "baseScore": 7.8, "baseSeverity": "HIGH" }, "scenarios": [ { "lang": "en", "value": "AV:L - The vulnerable ADXL380 FIFO read path is reached through local IIO buffer configuration and the device interrupt handler, not through a network or adjacent protocol.\nAC:L - An attacker with access to the local IIO controls can select multiple scan elements, enable the buffer, and rely on normal FIFO filling/interrupt handling; no race or condition outside attacker influence is required.\nPR:L - The path requires write access to local IIO sysfs buffer/scan controls. Although stock sysfs DAC is often root-owned, plausible sensor deployments delegate this to a low-privileged service or device-access account, and the higher-severity choice is PR:L.\nUI:N - Once the attacker can configure the IIO buffer, exploitation does not require a separate victim action.\nS:U - The corruption occurs in the kernel driver’s own allocation and does not cross a VM, IOMMU, or other separate security authority boundary.\nC:H - The final partial FIFO batch can cause an out-of-bounds write past the fixed kernel FIFO buffer, which is memory corruption that can plausibly be leveraged into kernel information disclosure.\nI:H - The bug can write beyond `st->fifo_buf` when the FIFO count is not aligned to the enabled scan-set size, making kernel memory corruption and control-flow compromise defensible.\nA:H - Even without full exploitation, the out-of-bounds kernel write can corrupt adjacent heap memory and cause an oops, panic, or system instability." } ] } ], "affected": [ { "product": "Linux", "vendor": "Linux", "defaultStatus": "unaffected", "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git", "programFiles": [ "drivers/iio/accel/adxl380.c" ], "versions": [ { "version": "df36de13677a0ebd3ab31dd2c603f9eafdf8de7d", "lessThan": "a40f316085985f916ba1599fc303fdbc6a078e86", "status": "affected", "versionType": "git" }, { "version": "df36de13677a0ebd3ab31dd2c603f9eafdf8de7d", "lessThan": "a8e88edfd69df7b63c882aa53e61e7c078806ad7", "status": "affected", "versionType": "git" }, { "version": "df36de13677a0ebd3ab31dd2c603f9eafdf8de7d", "lessThan": "f42ddb2945ae4ce2b6f1c2e7aae9f14455a734d3", "status": "affected", "versionType": "git" }, { "version": "df36de13677a0ebd3ab31dd2c603f9eafdf8de7d", "lessThan": "c1b14015224cfcccd5356333763f2f4f401bd810", "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/iio/accel/adxl380.c" ], "versions": [ { "version": "6.12", "status": "affected" }, { "version": "0", "lessThan": "6.12", "status": "unaffected", "versionType": "semver" }, { "version": "6.12.75", "lessThanOrEqual": "6.12.*", "status": "unaffected", "versionType": "semver" }, { "version": "6.18.16", "lessThanOrEqual": "6.18.*", "status": "unaffected", "versionType": "semver" }, { "version": "6.19.6", "lessThanOrEqual": "6.19.*", "status": "unaffected", "versionType": "semver" }, { "version": "7.0", "lessThanOrEqual": "*", "status": "unaffected", "versionType": "original_commit_for_fix" } ] } ], "cpeApplicability": [ { "nodes": [ { "operator": "OR", "negate": false, "cpeMatch": [ { "vulnerable": true, "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionStartIncluding": "6.12", "versionEndExcluding": "6.12.75" }, { "vulnerable": true, "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionStartIncluding": "6.12", "versionEndExcluding": "6.18.16" }, { "vulnerable": true, "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionStartIncluding": "6.12", "versionEndExcluding": "6.19.6" }, { "vulnerable": true, "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionStartIncluding": "6.12", "versionEndExcluding": "7.0" } ] } ] } ], "references": [ { "url": "https://git.kernel.org/stable/c/a40f316085985f916ba1599fc303fdbc6a078e86" }, { "url": "https://git.kernel.org/stable/c/a8e88edfd69df7b63c882aa53e61e7c078806ad7" }, { "url": "https://git.kernel.org/stable/c/f42ddb2945ae4ce2b6f1c2e7aae9f14455a734d3" }, { "url": "https://git.kernel.org/stable/c/c1b14015224cfcccd5356333763f2f4f401bd810" } ], "title": "iio: accel: adxl380: Avoid reading more entries than present in FIFO", "x_generator": { "engine": "bippy-1.2.0" } } } }