CVE-2026-15059 is a path traversal in systemd-oomd's D-Bus interface allowing unprivileged local users to kill arbitrary processes. The fix is simple validation, but the real issue is systemd's pattern of treating local socket callers as implicitly trusted — an assumption that ignores unprivileged users as adversarial actors with full /proc visibility. This vulnerability genotype has reproduced across systemd components and other privileged daemons, each time receiving a patch but no institutional memory of the flaw class. systemd-oomd's lifecycle (2019-2024, now deprecated) created an entropy window where initial trust assumptions never got revisited. Defenders should audit all systemd IPC handlers treating local socket callers as untrusted input; socket permissions control reachability, not trustworthiness. The architectural pressure to expose privileged operations via unprivileged IPC for usability outpaces security review capacity, creating accumulated permission surface that drives this recurring class.