No Leak, No Problem – Bypassing ASLR with a ROP Chain to Gain RCE
Mood
thoughtful
Sentiment
positive
Category
tech
Key topics
exploit development
ASLR bypass
ROP chain
The article discusses a technique for bypassing Address Space Layout Randomization (ASLR) using a Return-Oriented Programming (ROP) chain to gain Remote Code Execution (RCE).
Snapshot generated from the HN discussion
Discussion Activity
Moderate engagementFirst comment
3h
Peak period
8
Day 1
Avg / period
8
Based on 8 loaded comments
Key moments
- 01Story posted
11/14/2025, 11:39:36 PM
4d ago
Step 01 - 02First comment
11/15/2025, 2:55:44 AM
3h after posting
Step 02 - 03Peak activity
8 comments in Day 1
Hottest window of the conversation
Step 03 - 04Latest activity
11/15/2025, 4:24:53 PM
3d ago
Step 04
Generating AI Summary...
Analyzing up to 500 comments to identify key contributors and discussion patterns
I would not consider this actually bypassing ASLR, because ASLR is already turned off for a critically important block of code. Practically any large-enough binary has gadgets that can be useful for ROP exploitation, even if chaining them together is somewhat painful. For ASLR to be a reasonably effective mitigation, every memory region needs to be randomized.
It’s a matter of opinion I guess. In the early days of ASLR it was common to look for modules that were not position independent for your ROP chain and that process was probably called bypassing aslr. These days we’d probably just call that not being protected by aslr.
It’s fun working on targets with a less established research history. And I love a soup to nuts writeup, Thanks.
Expanding it, perhaps to the benefit of others like me.
Also not familiar at all with the checksec program, but from my look at the documentation, you expect to see PIE enabled not DSO (which implies dynamic shared object).
3 more comments available on Hacker News
Want the full context?
Jump to the original sources
Read the primary article or dive into the live Hacker News thread when you're ready.