1
0
mirror of https://github.com/openbsd/src.git synced 2026-06-19 07:43:34 +02:00
deraadt 443dd5519a During early stages of fork in process_new(), since the ps_pgrp field is
in the process copy region the child gets this pointer.  Before fork1()
completes the process creation, it is possible for other processes to change
the pgrp in an attacker controlled way, such that the pointer becomes stagnant.
A very complicated AI-generated attack chaining many methods (which a experienced
human could generate given sufficent time) suceeds at racing this stagnant pgrp
object in the pool cache and can do things it should not.
We need to start the children without a pgrp (ie. NULL), and update the
pgrp pointer late.
Found by Nicholas Carlini at Anthropic
this is security errata 7.7/037_pgrp.patch.sig and 7.8/031_pgrp.patch.sig
2026-04-15 18:55:54 +00:00
2026-04-04 09:33:18 +00:00
2026-04-13 19:13:59 +00:00
2026-04-13 12:20:13 +00:00
S
Description
Unofficial mirror of the source tree
1.6 GiB
Languages
C 55.5%
C++ 31%
Perl 3.8%
Roff 2.9%
Makefile 0.9%
Other 5.4%