Tag: bash
-

How I Audited 41 Ubuntu Servers for CVE-2026-31431 “Copy Fail” — and What I Found
CVE-2026-31431 “Copy Fail” is a HIGH severity Linux kernel vulnerability that lets any local user gain root. I audited all 41 of my Ubuntu servers, found one actively exposed, applied the mitigation, and checked for compromise. Here’s the full technical breakdown.
-
Piping Bash
Bash is good, ZSH is also good….but the fact that they both do not allow piping is bad. Well technically they do work, but it works in a different way. Sometimes its okay for us, rest times it is not. So what’s the issue here… Say you have a code in your bash script like…
