Alerts This Week
Warning Icon 1 619
Alerts This Week
Warning Icon 1 619

Stay Ahead With Linux Security Features

Filter Icon Refine features
X Clear Filters
X Clear Filters
View More

Get the latest News and Insights

Get the latest Linux and open source security news straight to your inbox.

Community Poll

What got you started with Linux?

No answer selected. Please try again.
Please select either existing option or enter your own, however not both.
Please select minimum {0} answer(s).
Please select maximum {0} answer(s).
/main-polls/150-what-got-you-started-with-linux?task=poll.vote&format=json
150
radio
0
[{"id":483,"title":"Self-taught through trial and error","votes":548,"type":"x","order":1,"pct":78.51,"resources":[]},{"id":484,"title":"Formal training or courses","votes":30,"type":"x","order":2,"pct":4.3,"resources":[]},{"id":485,"title":"A job that required it","votes":34,"type":"x","order":3,"pct":4.87,"resources":[]},{"id":486,"title":"Other","votes":86,"type":"x","order":4,"pct":12.32,"resources":[]}] ["#ff5b00","#4ac0f2","#b80028","#eef66c","#60bb22","#b96a9a","#62c2cc"] ["rgba(255,91,0,0.7)","rgba(74,192,242,0.7)","rgba(184,0,40,0.7)","rgba(238,246,108,0.7)","rgba(96,187,34,0.7)","rgba(185,106,154,0.7)","rgba(98,194,204,0.7)"] 350
bottom 200
Loading...

Explore Latest Linux Security features

We found -2 articles for you...
102

Linux Kernel Fragnesia Critical Privilege Escalation CVE-2026-46300

Linux administrators are once again dealing with a familiar problem: a local Linux foothold that can potentially become full root access. . A newly disclosed kernel vulnerability called Fragnesia ( CVE-2026-46300 ) affects the Linux kernel’s XFRM ESP-in-TCP subsystem and could allow unprivileged attackers to escalate privileges to root on vulnerable systems. The issue matters because modern Linux attacks rarely begin with root access. Attackers typically compromise a lower-privileged process first, then use local privilege escalation vulnerabilities to take over the underlying host. At first glance, the vulnerability may sound similar to Dirty Frag . But Fragnesia is being tracked separately and has received its own patch. That distinction matters because it highlights an ongoing issue inside Linux environments: kernel networking and page-cache attack surfaces are still producing serious privilege escalation risks. And for administrators, local privilege escalation bugs are rarely “minor.” What You Need To Know Fragnesia is tracked as CVE-2026-46300 The flaw affects the Linux kernel’s XFRM ESP-in-TCP subsystem Researchers say it may allow arbitrary byte writes into the kernel page cache of read-only files Successful exploitation could allow local attackers to gain root privileges Systems using ESP/XFRM-related functionality may require special mitigation considerations Administrators should prioritize official kernel patches from Linux vendors Why Local Privilege Escalation Still Matters Modern Linux attacks usually do not start with root access. An attacker gains a small foothold first. Maybe through a vulnerable application, exposed service, stolen credentials, container breakout, or compromised developer account. From there, the goal is escalation. That is where vulnerabilities like Fragnesia become dangerous. Once an attacker reaches root, the entire system changes hands. Security tools can be disabled Persistence can beestablished quietly Credentials, containers, workloads, and neighboring systems all become easier targets This matters even more in environments like cloud infrastructure, container hosts , CI/CD runners, shared Linux systems, developer workstations, and Kubernetes environments. In those environments, attackers do not necessarily need remote kernel exploitation. They only need a local foothold that can be turned into something bigger. What Makes Fragnesia Important One of the more significant details in the disclosure is that Fragnesia reportedly does not require a race condition to corrupt the page cache. That lowers complexity. Race-condition exploits are often harder to execute reliably because timing matters. Remove the race condition, and exploitation becomes more predictable under the right circumstances. The vulnerability also affects a subsystem many administrators may not actively monitor day to day: ESP/XFRM networking functionality tied to IPsec behavior. That creates a practical problem. Vulnerable components can sit quietly inside production systems without drawing much attention until a disclosure like this appears. In large Linux environments, especially cloud-heavy ones, many teams may not immediately know whether affected functionality is enabled, exposed, or actively being used. That delay matters during patch cycles. What Admins Should Check Right Now Administrators should begin by identifying whether affected networking modules are loaded on exposed systems. lsmod | grep esp lsmod | grep xfrm Teams should also verify currently running kernel versions: uname -r Additional priorities should include: Reviewing Linux vendor advisories for patched kernels Validating updates for cloud images and managed infrastructure Prioritizing shared Linux systems and container hosts Reviewing Kubernetes worker nodes and CI/CD infrastructure Confirming whether IPsec VPN dependencies could be impacted by temporary mitigations Patching Is the Priority Fragnesia has received its own patch, and administrators should rely on official kernel updates from their Linux distribution rather than attempting manual kernel changes. Organizations should closely monitor advisories and updated packages from vendors including: Red Hat Ubuntu Debian Fedora SUSE AlmaLinux Rocky Linux Cloud image providers and managed infrastructure platforms should also be monitored closely as updated kernels become available. As with most kernel vulnerabilities, delayed patching expands the window for attackers. Local privilege escalation flaws become significantly more dangerous once attackers already have access somewhere inside the environment. Temporary Mitigations May Affect VPNs For organizations unable to patch immediately, temporary mitigations reportedly follow the same general approach associated with recent ESP/XFRM-related issues. That may involve blocking or unloading affected modules such as esp4 or esp6. Administrators should be careful here. Disabling ESP/XFRM-related modules can interfere with IPsec VPN functionality , encrypted tunnels, and secure network communications that rely on those components. In production environments, aggressive mitigation steps can create operational problems if applied broadly without testing. That tradeoff is one of the more difficult realities of kernel vulnerability response. Security fixes are not always operationally clean, especially when networking infrastructure is involved. Why This Matters for Kubernetes and Cloud Environments Consider a Kubernetes worker node running multiple workloads. If an attacker compromises a vulnerable containerized application and gains limited local access to the underlying host namespace, a privilege escalation vulnerability like Fragnesia could potentially allow escalation to root on the node itself. From there, attackers may gain access to credentials, neighboring workloads, orchestration tooling, or cluster secrets. That is one reason local privilege escalation vulnerabilities continue to matter heavily in modern Linux infrastructure. Why Linux Kernel Bugs Continue To Matter Linux systems now sit underneath nearly every modern environment. They power containers, cloud workloads, CI/CD infrastructure, virtualization platforms, enterprise applications, and internet-facing services. Attackers know that, and increasingly, Linux attacks do not rely on noisy malware or obvious system crashes. Many operate quietly inside normal administrative activity until privilege escalation opens the door to full control. That is why vulnerabilities like Fragnesia deserve attention even when they require local access first. Because in modern infrastructure, attackers rarely need to start with root. They just need a reliable path to get there. Immediate Actions for Linux Admins Patch affected kernels immediately Verify whether ESP/XFRM modules are loaded Review IPsec VPN dependencies before mitigation Prioritize shared systems and container hosts Monitor vendor advisories for updated kernels Want more Linux security breakdowns and kernel vulnerability analysis? Subscribe to our newsletter for weekly infrastructure and security updates. Related Reading: Dirty Frag Linux Privilege Escalation Explained How To Secure the Linux Kernel Against Exploits Container Escape Vulnerabilities Explained for Linux Admins Linux Security Hardening Tips for Keeping Servers Safe Dirty Pipe: One of Linux’s Most Serious Recent Vulnerabilities . A newly disclosed kernel vulnerability called Fragnesia (CVE-2026-46300) affects the Linux kernel’. linux, administrators, again, dealing, familiar, problem, local, foothold. . MaK Ulac

Calendar 2 May 14, 2026 User Avatar MaK Ulac
102

Linux Could Soon Disable Vulnerabilities Without a Reboot: Kernel Killswitch

Linux administrators often face an ugly choice during major kernel vulnerabilities: reboot critical systems immediately or leave exploitable code running in production while waiting for a maintenance window. . That problem is scaling faster than our ability to patch. As Linux infrastructure stretches across cloud platforms and Kubernetes clusters, emergency reboots can disrupt entire environments. A new Linux kernel proposal aims to bridge that gap. Sasha Levin , NVIDIA engineer and co-maintainer of the Linux stable trees, recently proposed a runtime “killswitch” system. It allows defenders to temporarily disable vulnerable kernel functionality without a reboot. The goal is straightforward: give defenders a way to kill the exposure while the permanent fix is still in the CI/CD pipeline. The timing isn't accidental. Recent Linux privilege escalation vulnerabilities like Copy Fail and Dirty Frag exposed the reality of modern server security. In cloud-heavy environments, a single kernel exploit can potentially expose containers, shared workloads, or entire Kubernetes nodes before a team can safely hit "restart." The Impossible Choice: Uptime vs. Zero-Day Vulnerabilities The Linux kernel is the core layer of the OS, managing everything from memory to networking. Every application eventually depends on kernel functions. That’s why vulnerabilities here are treated with such gravity—if an attacker exploits the kernel, they don’t just own an app; they own the system, bypass security controls, and escape containers. In modern infrastructure, a single vulnerable Linux host may support hundreds of internal APIs and authentication systems simultaneously. In this world, the traditional patch-and-reboot model is breaking. Rebooting thousands of systems during an active security incident is rarely simple. Some systems simply cannot go down without massive operational fallout. Others stay online because patch validation takes days. Essentially, patch management has become abottleneck for security. Attackers understand this delay window. Research into container escape and kernel memory corruption is moving faster than ever. Public proof-of-concept exploits now appear within hours, leaving defenders in a race they are currently losing. This killswitch is the attempt to reclaim that lost time. From "Patch and Pray" to Precision Runtime Mitigation Under the proposed patch, administrators could intercept a specific vulnerable function while the system continues running. The example Sasha Levin provided uses the securityfs interface: echo "engage af_alg_sendmsg -1" > /sys/kernel/security/killswitch/control This tells the kernel to intercept calls to af_alg_sendmsg and immediately return an error. The vulnerable code never actually executes. It creates an instant runtime blockade that applies across every CPU core without a single second of downtime. The Killswitch in Action: Why AF_ALG is the First Target Levin’s choice of af_alg_sendmsg was deliberate. It’s part of the cryptography interface associated with Copy Fail. This privilege escalation bug drew major attention because it allowed attackers to reach dangerous memory operations. By engaging the killswitch, any application depending on AF_ALG would stop working, but the attack path would disappear. It’s a brutal tradeoff: Reduced exposure vs. operational disruption. Sasha Levin specifically mentioned ksmbd , nftables , vsock , and ax25 as other possible killswitch candidates. These subsystems have all produced notable Linux kernel vulnerabilities or attack surface concerns in recent years. For many organizations, breaking one subsystem is far less dangerous than leaving a wide-open exploit running on production metal. Killswitch vs. Live Patching: Understanding the Strategic Difference Some administrators immediately compared the killswitch proposal to live patching technologies, but they solve very different problems. Feature Runtime Killswitch Live Patching Primary Goal Disables vulnerable functionality entirely Replaces vulnerable code while running Operational Impact May break applications temporarily Attempts to preserve functionality Focus Emergency exposure reduction Seamless patch deployment Mechanism Temporary mitigation Runtime repair mechanism Live patching systems like kpatch or Canonical Livepatch try to preserve operational stability while applying fixes. The killswitch proposal prioritizes immediate exposure reduction, even if applications stop functioning in the process. The AI Factor: How Claude 4 and Automated Fuzzing Are Accelerating the Kernel Arms Race The proposal also ensures the kernel marks itself as “tainted” with a new H flag once a killswitch is engaged. This ensures that any subsequent crashes are clearly flagged as occurring on a modified runtime—crucial for debugging during an incident. Perhaps most interestingly, the patch was Assisted-by: Claude:claude-opus-4-7 . The Linux community has recently formalized guidance for AI-assisted contributions . This reflects a broader shift: maintainers like Greg Kroah-Hartman are already using AI-assisted fuzzing to find vulnerabilities in subsystems like ksmbd . We are entering an era where AI helps find the bugs, assists in writing the patches, and accelerates the entire security response cycle. The Bottom Line for Linux Admins The killswitch proposal isn't just about a new command; it’s a signal of where Linux security is heading. The traditional model doesn't fit a world of globally distributed Kubernetes environments and sub-hour exploit cycles. Whether this specific patch lands or not, the discussion reveals a new priority for defenders. We are no longer just asking how to patch faster. We are asking how to safely operate vulnerable infrastructure while the world waits for a fix. As exploit development accelerates and maintenance windows shrink, Linux security is increasingly becoming less about perfect patch timing and more about controlling exposure before patches arrive. . That problem is scaling faster than our ability to patch. As Linux infrastructure stretches across c. linux, administrators, often, choice, during, major, kernel, vulnerabilities, reboot, critical. . MaK Ulac

Calendar 2 May 11, 2026 User Avatar MaK Ulac
102

Linux eBPF Security Advisory Addresses Kernel Visibility Concerns

The Extended Berkeley Packet Filter (eBPF) was created to make Linux more observable and secure. It extends kernel functionality without requiring new modules or recompilation, enabling precise monitoring, tracing, and policy enforcement at runtime. For defenders, it promised transparency. For attackers, it opened a new space to hide. . Over the past decade, researchers have confirmed that eBPF’s legitimate capabilities can be turned against the systems they protect. Proofs-of-concept and targeted campaigns have shown that eBPF can intercept traffic, mask activity, and manipulate kernel behavior without surfacing in user-space logs. Operating inside trusted kernel space, eBPF sits below the reach of most audit frameworks and endpoint agents — invaluable for observability, but difficult to monitor once it’s abused. The Linux kernel community has responded with verifier improvements, privilege restrictions, and ongoing hardening efforts. These changes have made unprivileged attacks far less practical, but they haven’t closed the visibility gap. Defenders still struggle to see what happens inside the kernel once eBPF programs are loaded and running. Our research explores that gap: how eBPF became an essential Linux feature, how misuse developed, and why detection continues to lag behind. It draws on verified CVEs, public proofs-of-concept, and 2025 campaign analyses to map eBPF’s evolution from a trusted instrumentation layer into a security blind spot at the core of the Linux kernel. From Observability to Attack Surface eBPF entered the Linux kernel as a leap forward for observability . It lets administrators run verified code directly in kernel space safely, in theory, to trace events, monitor performance, and enforce policy without adding modules or recompiling. The verifier was built to keep that promise, checking every instruction before it could touch kernel memory. But over time, the verifier itself became part of the problem. As new features were added, the logic grewharder to reason about. A single arithmetic slip or pointer check could open paths the verifier was meant to close. What started as a safety net turned into a recurring source of privilege bugs. Key Vulnerabilities Across Kernel Versions CVE-2016-4557 – A flaw in BPF_PROG_LOAD allowed unprivileged users to inject crafted bytecode and gain kernel-level access. CVE-2017-16995 – Pointer mismanagement in the verifier enabled local privilege escalation. CVE-2018-18445 and CVE-2019-7308 – Out-of-bounds and bounds-checking issues exposed kernel memory and granted read/write primitives. CVE-2021-3490 – ALU32 bounds miscalculations reopened escalation paths even in modern kernel versions. Each generation of these flaws followed the same pattern: as eBPF grew more capable, the verifier’s attack surface expanded with it. More complexity meant more places to hide a mistake, and attackers learned how to find them. How eBPF Moved from Research to Real-World Abuse As eBPF matured, researchers began testing how far its capabilities could stretch. What started as observability experiments evolved into controlled demonstrations of stealth and persistence inside the Linux kernel. These weren’t active attacks; they were technical proofs showing what an attacker could do once root access was already obtained. The turning point came with Black Hat’s With Friends Like eBPF, Who Needs Enemies? , which showed how eBPF could run hidden logic directly in kernel space. After that, open-source rootkits appeared: Boopkit, TripleCross, and ebpfkit, each built to test how much control could be achieved without modifying the kernel itself. What These Experiments Exposed Legitimate code, hidden intent. These rootkits stayed within verifier-approved rules, running as sanctioned eBPF programs instead of suspicious modules. Stealth through system design. They used normal kernel hooks, tracepoints, kprobes, and maps for stealth. Persistence, not entry. Noneof these tools exploited eBPF to gain access. They showed how a privileged attacker could remain undetected once inside. For defenders, that’s where the blind spot came into focus. Programs operating at this layer don’t appear in /proc, system logs, or audit trails. Even a secured Linux host can run hostile logic beneath the view of traditional EDR or forensics. This phase didn’t mark a new attack wave. It marked a visibility failure. Once the security community saw how legitimate kernel logic could be repurposed for stealth, the question changed from “Is eBPF dangerous?” to “Why can’t we see it?” How the Linux Security Community Turned eBPF Into a Defensive Tool By the time eBPF-based rootkits moved from research to real deployments, the Linux security community had started to adapt. The first responses weren’t about containment — they were about visibility. If attackers could hide in the kernel, defenders needed a way to see there, too. Red Canary’s analysis of eBPF-based malware captured this shift clearly. It marked eBPF implants as a distinct Linux malware class, noting that they operated entirely within verifier-approved boundaries. No kernel modules, no syscall hooks, and no traces in /proc. The problem wasn’t access; it was observability. That insight shaped the next wave of defensive innovation. Aqua Security’s Tracee used eBPF itself to instrument the kernel for runtime detection, surfacing process creation, privilege changes, and network events without invasive hooks. Red Canary expanded that approach with eBPFmon, designed to watch eBPF activity in real time and flag unapproved programs or maps before they could be abused. The eBPF Foundation’s threat model and verifier audit were built on those lessons, calling for token-based verifier access and stricter limits on unprivileged use. The Linux kernel community, meanwhile, continued to harden verifier logic and tighten boundaries around privileged loading. Together, these changes reflected acoordinated awareness: eBPF wasn’t a threat by design. It was a visibility challenge by omission. eBPF was no longer an obscure subsystem buried in kernel docs. It became part of the active threat landscape and the toolkit used to defend it. Progress is visible but uneven. Many SOC pipelines still can’t correlate eBPF behavior or state across hosts, leaving partial sight lines into the kernel. Linux security isn’t about isolating eBPF; it’s about integrating it responsibly. Visibility, not restriction, remains the real defense. eBPF in the Wild: What BPFDoor Reveals About Linux Visibility Gaps Our latest research confirms that eBPF-based persistence is no longer confined to demonstrations or security conferences. BPFDoor represents the first observed case of an eBPF backdoor operating on production Linux systems — not through kernel exploits, but through legitimate hooks repurposed for control. The implant constructs its communication channel using packet filters, allowing it to monitor and manipulate network traffic directly within the kernel. Commands and responses blend seamlessly with normal traffic. Because it uses eBPF itself as the delivery mechanism, there’s no module load, no filesystem artifact, and almost no process-level footprint. Traditional detection tools that monitor binaries and syscalls see nothing unusual. Forensic review of confirmed infections shows a consistent pattern: persistence through pinned eBPF maps, command execution via hidden network triggers, and control traffic masquerading as routine system activity. Each component fits within verifier-approved behavior, meaning even hardened kernels allow it to run as designed. In response, new community frameworks now focus on surfacing eBPF state in real time. Early prototypes can list loaded programs, trace active maps, and compare signatures against baseline system behavior. They’re not perfect, but they mark a shift toward kernel-layer observability that defenders haven’t had before. The keyinsight from this stage of research isn’t just that eBPF can be abused; it’s that the boundary between instrumentation and intrusion is thinner than anyone expected. BPFDoor didn’t exploit a vulnerability; it exploited design trust. That’s the real challenge for Linux security moving forward: building visibility into the parts of the kernel that were never designed to hide, yet now can. The Visibility Gap: Why Linux Defenders Miss eBPF Activity Most Linux defenses still look in the wrong place. Antivirus and EDR tools monitor user-space processes, file activity, and network sockets, but eBPF operates at a lower level. Once a program attaches to the kernel, it can operate quietly through tracepoints, kprobes, traffic control, or XDP hooks without ever triggering a user-space alert. That invisibility is built into the design. Syslog and auditd don’t log eBPF activity. Even when malicious code runs in kernel space, nothing looks out of place. A defender checking system logs will see silence. Run bpftool prog show, however, and the truth appears: active programs that don’t exist anywhere else in process listings or endpoint dashboards. The LinuxSecurity.com research team confirmed this gap while reviewing open detection frameworks such as Windshock, which notes plainly: “Linux antivirus solutions cannot monitor in-kernel eBPF activity.” The issue isn’t a lack of sensors; it’s that existing telemetry doesn’t reach deep enough to see where eBPF runs. This visibility problem is uniquely Linux. On other platforms, comparable hooks are exposed through monitored APIs or signed driver models. eBPF executes inside trusted kernel space, under the same permissions as the system itself. That makes it both powerful and opaque, a place where normal defensive tooling simply can’t see. Safe Enumeration and Detection Building visibility into eBPF activity doesn’t require intrusive scans or exploit testing — it starts with basic enumeration. Every Linux defender should be able tolist what’s loaded into kernel space and confirm that what’s running matches what should be there. Step 1 — Enumerate Active Programs and Maps Use bpftool to list loaded programs and pinned maps directly from kernel space: bpftool -j prog show > /tmp/ebpf-progs.json bpftool -j map show > /tmp/ebpf-maps.json ls /sys/fs/bpf These commands capture every active eBPF object, even those invisible to user-space process listings or traditional endpoint agents. Step 2 — Correlate Activity with Runtime Tools Pair bpftool with runtime detectors such as Tracee or Falco to flag load and attach events in real time. Compare that telemetry with system logs or audit data to confirm what conventional visibility misses. Step 3 — Establish a Baseline Export eBPF program and map data as JSON artifacts and track them over time. Regular snapshots help identify unauthorized loads or configuration drift before they turn into persistence. All of these steps are non-invasive and safe to run on production systems. They don’t modify kernel state or interfere with running workloads. For enterprise Linux environments, this method is the foundation of eBPF visibility — a low-friction way to prove what’s really running at the kernel level and start closing one of Linux security’s most persistent blind spots. Linux Security Controls to Apply Visibility only matters if it leads to action. Once defenders understand how to identify eBPF activity, the next step is to minimize its potential for abuse without disabling it entirely. These are Linux-native controls that keep eBPF functional for observability while closing the paths attackers use most. Restrict Capabilities and Privileges Limit what processes can do before they ever reach the kernel. Drop CAP_SYS_ADMIN from containers and user namespaces wherever possible. Disable unprivileged eBPF loading with: echo 1 > /proc/sys/kernel/unprivileged_bpf_disabled This ensures only trusted, privilegedprocesses can load kernel-level programs. Hardened Kernel Configuration Enforce mandatory access controls that limit direct BPF system calls. SELinux and AppArmor can both confine eBPF execution through targeted policy modules. These settings block unauthorized probes and ensure only approved daemons can attach to tracepoints or sockets. Enhance Monitoring and Detection Extend runtime monitoring with tools like Tracee or Falco. Create or import rules that flag unexpected eBPF program loads, unloads, or unusual attachment events. When correlated with baseline data, those alerts mark the difference between legitimate observability and suspicious kernel activity. Validate with Forensic Snapshots When compromise is suspected, virtualization or hypervisor snapshots provide a clean way to examine persistent kernel-resident eBPF programs. Memory forensics has proven effective for uncovering these implants in controlled environments. Periodic forensic validation ensures that visibility doesn’t stop when systems are offline. Apply Trusted Guidance The eBPF Foundation’s threat model and verifier audit outlines clear deployment recommendations, including tokenized verifier access and limited unprivileged BPF operations. Following those guidelines keeps implementations aligned with upstream security priorities. With these controls in place, Linux defenders can maintain the visibility eBPF was built for while denying attackers the invisibility they’ve learned to exploit. The Future of eBPF in Linux Security eBPF isn’t going away; it’s becoming essential. Modern observability and security frameworks depend on it to trace kernel events in real time. But as adoption grows, so does attacker opportunity. Malicious eBPF programs can blend with legitimate telemetry agents, making detection harder for defenders focused only on the user space. Future defenses will hinge on stronger verification and provenance controls — kernel-level signing, token-based verifier access, andcontinuous inspection of runtime eBPF state. Research is already exploring these directions, including kernel-level hidden rootkit detection using eBPF itself, where the same framework that attackers abuse becomes the engine for defense. For that to work, Linux needs consistent telemetry standards that reach the kernel layer. SOCs and enterprise defenders must treat kernel-space observability as a first-class requirement, not a niche tool for debugging. eBPF’s future isn’t about restriction; it’s about clarity. The more transparent its operation becomes, the harder it is to hide within it. Securing the Kernel’s Own Security Engine eBPF was built to strengthen Linux visibility and control. It succeeded, but that same capability has created new terrain for attackers. What began as an observability framework has evolved into a critical security surface, one that defenders can no longer afford to ignore. The evidence forms a clear arc from verifier flaws and public rootkits to modern detection frameworks and confirmed operations like BPFDoor. Each phase reinforces one message: Linux security no longer stops at the kernel boundary. Defenders now face a dual responsibility: to use eBPF for visibility while ensuring that visibility extends to eBPF itself. The technology isn’t a threat to be removed, but rather a system to understand, instrument, and monitor. eBPF is the kernel’s own security engine. The challenge, and opportunity, for the Linux community is learning how to secure it with the same precision it was designed to provide. . Research reveals the potential misuse of eBPF in Linux; security measures are evolving to close these visibility gaps.. extended, berkeley, packet, filter, (ebpf), created, linux, observable, secure. . MaK Ulac

Calendar 2 Oct 10, 2025 User Avatar MaK Ulac
News Add Esm H240

Get the latest News and Insights

Get the latest Linux and open source security news straight to your inbox.

Community Poll

What got you started with Linux?

No answer selected. Please try again.
Please select either existing option or enter your own, however not both.
Please select minimum {0} answer(s).
Please select maximum {0} answer(s).
/main-polls/150-what-got-you-started-with-linux?task=poll.vote&format=json
150
radio
0
[{"id":483,"title":"Self-taught through trial and error","votes":548,"type":"x","order":1,"pct":78.51,"resources":[]},{"id":484,"title":"Formal training or courses","votes":30,"type":"x","order":2,"pct":4.3,"resources":[]},{"id":485,"title":"A job that required it","votes":34,"type":"x","order":3,"pct":4.87,"resources":[]},{"id":486,"title":"Other","votes":86,"type":"x","order":4,"pct":12.32,"resources":[]}] ["#ff5b00","#4ac0f2","#b80028","#eef66c","#60bb22","#b96a9a","#62c2cc"] ["rgba(255,91,0,0.7)","rgba(74,192,242,0.7)","rgba(184,0,40,0.7)","rgba(238,246,108,0.7)","rgba(96,187,34,0.7)","rgba(185,106,154,0.7)","rgba(98,194,204,0.7)"] 350
bottom 200
Your message here