In the Linux kernel, the following vulnerability has been resolved: Input: iforce - bound the device-reported force-feedback effect index iforce_process_packet() handles a status report (packet id …
High CVSS 7.8
Summary
In the Linux kernel, the following vulnerability has been resolved: Input: iforce - bound the device-reported force-feedback effect index iforce_process_packet() handles a status report (packet id 0x02) by taking a force-feedback effect index straight from the device wire and using it to address the per-effect state array: i = data[1] & 0x7f; if (data[1] & 0x80) { if (!test_and_set_bit(FF_CORE_IS_PLAYED, iforce->core_effects[i].flags)) ... } else if (test_and_clear_bit(FF_C…
In-depth triage
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Affected products
- :
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/0e9943d2e4c63496b6ca84bc66fd3c71d40558e2 Patch
- https://git.kernel.org/stable/c/6c0f2901c9d325d4a0574c4237fd507810d225ff Patch
- https://git.kernel.org/stable/c/70019779325f2bb5f5a4098e91e79c655f50fcef Patch
- https://git.kernel.org/stable/c/a40250f97c312e000e3616c9074022311a0efbc3 Patch
- https://git.kernel.org/stable/c/b1b79e89bc33e4c682d3df7ae2aadc62b5a0c310 Patch
- https://git.kernel.org/stable/c/c21295616a8a52b9a5f18cd4ca8c73030eda3d4f Patch
- https://git.kernel.org/stable/c/d10b0507fa0f5b46764b178e3271f9012f2df677 Patch
- https://git.kernel.org/stable/c/e5fa31f0550b55d80045669ae9080dd5b88abffa Patch
Timeline
- nvd_ingest NVD