Consider something like “just because you get the right answer doesn’t mean your implementation is secure” (because carry bugs and other hard-to-trigger corner cases in mostly asymmetric algorithms, because side channels, or just because your parser accepts all valid messages and many invalid ones.)
June 7, 2025 at 5:38 AM
Consider something like “just because you get the right answer doesn’t mean your implementation is secure” (because carry bugs and other hard-to-trigger corner cases in mostly asymmetric algorithms, because side channels, or just because your parser accepts all valid messages and many invalid ones.)
I don’t want to compare, but e.g. Qualys’ research into local privilege escalation on Linux - e.g. needsrestart, Baron Samedit - also finds bad stuff. For Windows, consider e.g. James Forshaw’s work. In 2024, unfortunately, (some) VM boundaries are much stronger than process boundaries…
December 12, 2024 at 6:37 AM
I don’t want to compare, but e.g. Qualys’ research into local privilege escalation on Linux - e.g. needsrestart, Baron Samedit - also finds bad stuff. For Windows, consider e.g. James Forshaw’s work. In 2024, unfortunately, (some) VM boundaries are much stronger than process boundaries…