af_unix_mediation: pathname rate-limits all connect() including allowed AF_INET proxy connects #1125
mNantern
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello 👋
It looks like enabling linux.af_unix_mediation: "pathname" (the documented mitigation for CVE-2026-47128) routes every connect()/bind() through the seccomp-notify supervisor, which applies a small shared token-bucket rate limiter (burst 5, 10/s) to each one, before it distinguishes AF_UNIX from AF_INET.
I'm running the last version of nono inside a Lima VM and with af_unix_mediation on, requests through the injected proxy fail intermittently:
Any idea on how to improve this setup without disabling
af_unix_mediation?Thank you!
Beta Was this translation helpful? Give feedback.
All reactions