@@ -81,15 +81,15 @@ _Exploiting these vulnerabilities requires access to the system and the ability
8181to execute code there, thus the categorization as Local Privilege Escalation (LPE),
8282not Remote Code Execution (RCE)._
8383
84- ## Update 2026-05-13: Fragnesia
84+ ## Update 2026-05-13: Fragnesia
8585
8686Yet another network fragment handling issue which fails to properly prevent
8787in-place en/decryption which can be made to hit sensitive page cache contents
8888that was put there with splice has been discovered with
89- { Fragnesia] ( https://www.openwall.com/lists/oss-security/2026/05/13/3 ) .
89+ [ Fragnesia] ( https://www.openwall.com/lists/oss-security/2026/05/13/3 ) .
9090It's a simple logic error where the sharing property is forgotten in buffer
9191coalescing. It has gotten CVE-2026 -46300.
92-
92+
9393## Update 2026-05-15: ssh-keysaign-pwn
9494
9595This LPE is unrelated to the others; under certain circumstances, the kernel
@@ -269,7 +269,7 @@ relevant modules.
269269
270270## Outlook
271271
272- The density with which severe issues are currently found is notable. While the
272+ The density with which severe issues are currently found is notable. While the
273273research in the referenced issues originated from human beings being suspicious
274274that certain things were not handled correctly everywhere, they were assisted
275275by AI tools in the search. This pattern is likely to turn up a relevant number
@@ -283,7 +283,7 @@ that gave defenders some headway against attackers. One reason is that
283283once a pattern emerges, several teams compete for speed to find related issues
284284and decide in favor of disclosing before someone else finds it also. Another
285285reason is that there are people that now use AI tools to analyze merged bugfixes
286- to the kernel using AI tools -- the fact that they are not flagged as security
286+ to the kernel using AI tools - the fact that they are not flagged as security
287287issues no longer is a good cover. So software distributors need to expect more
288288of these occurences where they are struggling to patch software, validate the
289289fixes and ship to customers before large-scale attacks happen. Operators will
@@ -299,7 +299,7 @@ is an open question.
299299
300300The authors would like to thank Taeyang Lee at Xint (who initiated the
301301research on copy.fail) and Hyunwoo Kim (@v4bel , who discovered Dirty Frag).
302- Update 2026-05-15: They would also like to acknowledge William Bowling (V12) for Fragnesia
302+ Update 2026-05-15: They would also like to acknowledge William Bowling (V12) for Fragnesia
303303and Jann Horn and Qualys for ssh-keysign-pwn.
304304They would also like to thank the upstream Linux kernel maintainers and
305305Linux distributors for their reliable work no handling the issues and
0 commit comments