|
You are here |
darkcoding.net | ||
| | | | |
xcellerator.github.io
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | | | [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
|
|
| | | Have you ever wondered how the Linux kernel is tested? | ||