BeyondTrust Under Active Exploitation, eBPF Detection Stack Proven Blindable, and a New LOLBAS Delivery Chain — Patch, Layer, Detect
Three Converging Threats Demand Immediate Action
Today's highest-urgency intelligence cluster combines an actively exploited PAM vulnerability, a fundamental break in Linux kernel-level security observability, and a new living-off-the-land delivery technique your EDR likely isn't catching. Each alone warrants a response; together, they expose a dangerous assumption: that your privileged access tools are patched, your kernel telemetry is trustworthy, and your endpoint detection covers LOLBAS abuse.
CVE-2026-1731: BeyondTrust OS Command Injection
This is an actively exploited OS command-injection flaw in BeyondTrust Remote Support and Privileged Remote Access — products that by design have deep access to your environment. CISA added it to the KEV catalog with a February 16 deadline that has already passed. Approximately 8,500 on-premises deployments remain exposed. The attack vector is remote, the impact is code execution on a PAM appliance, and the blast radius is your entire domain if the attacker pivots.
If an attacker owns your PAM tool, they own every credential it manages. This is not a vulnerability you patch next sprint — it's a vulnerability you patch before lunch.
Singularity Rootkit: eBPF Security Tools Operating on Fabricated Data
Research demonstrates that kernel rootkits can blind eBPF-based security tools — Falco, Tetragon, Cilium — by hooking the data-delivery plumbing (ftrace on ring buffers, BPF iterators, perf events) rather than the eBPF programs themselves. The result: your security tools operate on a fabricated view of system state — hidden processes, concealed network connections — while believing they have complete visibility.
| Attack Component | Mechanism | Impact on Defenders |
|---|---|---|
| ftrace hooks on BPF iterators | Intercepts process/network enumeration at kernel-to-userspace boundary | Hidden processes invisible to eBPF tools |
| Ring buffer manipulation | Selectively filters events before userspace | Missing telemetry — no alerts for rootkit activity |
| Perf event hooking | Corrupts performance monitoring data | Profiling tools return fabricated data |
| Map operation interception | Alters BPF map reads/writes | Security policy decisions based on false state |
The fundamental assumption that eBPF observability provides reliable kernel telemetry is broken once the kernel is compromised. This doesn't mean eBPF tools are useless — it means they cannot be your single source of truth.
ClickFix DNS Variant: nslookup → ModeloRAT
Microsoft confirmed a new ClickFix variant using nslookup commands via the Windows Run dialog to retrieve payloads through DNS TXT records, deploying ModeloRAT. nslookup.exe is a signed Microsoft binary present on every Windows system and rarely flagged by EDR. The chain — social engineering → Run dialog → nslookup → DNS C2 → RAT — is elegant and evasive. MITRE: T1218, T1071.004, T1059.
What to do
Audit all BeyondTrust Remote Support and Privileged Remote Access instances for CVE-2026-1731 patch status and isolate any unpatched systems from the network within 24 hours
Enable Secure Boot and enforce signed kernel module loading across your Linux fleet by end of this sprint
Deploy out-of-host detection (hypervisor-level monitoring or hardware-rooted attestation) for critical Linux infrastructure this quarter
Create detection rules today for nslookup.exe spawned from explorer.exe or cmd.exe via Run dialog, DNS TXT queries to non-standard domains, and nslookup processes with unusual parent-child relationships