security: add SSB-2026-002 (Dirty Frag / Fragnesia)#3750
Merged
yanjost merged 2 commits intoMay 13, 2026
Merged
Conversation
Add security bulletin SSB-2026-002 covering: - Dirty Frag (CVE-2026-43284 and CVE-2026-43500): Linux kernel LPE via page cache write primitives in xfrm-ESP and RxRPC subsystems, publicly disclosed May 7th 2026. - Fragnesia: related LPE in the same XFRM ESP-in-TCP subsystem, publicly disclosed May 13th 2026. Mitigation: esp4, esp6, rxrpc kernel modules disabled across all hosting nodes on May 8th at 10:02, covering both vulnerabilities. Exploit path is additionally blocked by Docker's default seccomp profile which prevents CLONE_NEWUSER in containers without CAP_SYS_ADMIN. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
leo-scalingo
requested changes
May 13, 2026
Co-authored-by: Léo Unbekandt <159253935+leo-scalingo@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Security Bulletin SSB-2026-002
This PR adds the security bulletin for the Dirty Frag and Fragnesia Linux kernel local privilege escalation vulnerabilities.
Vulnerabilities covered
xfrm-ESPandRxRPCkernel subsystems exploiting the shared page cache.Scalingo response
esp4,esp6,rxrpcmodules disabled across all hosting nodes by 10:02, covering both vulnerabilities.CLONE_NEWUSERin containers withoutCAP_SYS_ADMIN.References