/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

darkcoding.net
| | xcellerator.github.io
7.1 parsecs away

Travel
| | What's Going On? Back in February 2020, there were some stirrings on the LKML about unexporting kallsyms_lookup_name() from the kernel. The main reason for this is that unscrupulous module developers will often simply add MODULE_LICENSE('GPL') to their code (without actually licensing their module as such). Then, using kallsyms_lookup_name(), they can use any other exported kernel function to their heart's content. The kernel developers don't like this because it enables out-of-tree modules to call non-exported functions.
| | blog.darkwolfsolutions.com
7.8 parsecs away

Travel
| | September 26, 2024 Episode 15 CVE-2024-45623: Unauthenticated RCE in D-Link DAP-2310 Authors: Hahna Kane Latonick and Jonathan Waterman Dark Wolf Solutions recently disclosed a vulnerability to D-Link that results in unauthenticated remote code execution (RCE) in their DAP-2310 REV-A Wireless
| | verdagon.dev
8.6 parsecs away

Travel
| | [AI summary] A technical deep dive into Vale's 'Fearless FFI' system, detailing mechanisms like separate stacks, scrambled references, and sandboxing to ensure native code memory safety and mitigate supply-chain attacks.
| | sergioprado.blog
33.0 parsecs away

Travel
| Have you ever wondered how the Linux kernel is tested?