CVE-2026-43435
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
08/05/2026
Last modified:
08/05/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
rust_binder: fix oneway spam detection<br />
<br />
The spam detection logic in TreeRange was executed before the current<br />
request was inserted into the tree. So the new request was not being<br />
factored in the spam calculation. Fix this by moving the logic after<br />
the new range has been inserted.<br />
<br />
Also, the detection logic for ArrayRange was missing altogether which<br />
meant large spamming transactions could get away without being detected.<br />
Fix this by implementing an equivalent low_oneway_space() in ArrayRange.<br />
<br />
Note that I looked into centralizing this logic in RangeAllocator but<br />
iterating through &#39;state&#39; and &#39;size&#39; got a bit too complicated (for me)<br />
and I abandoned this effort.



