top of page
Profile
Join date: Dec 15, 2025
Posts (5)
May 18, 2026 ∙ 5 min
Secure Coding in Node.js: Engineering Exploit-Resilient Systems at Scale - I
This blog talks about the basics of secure coding patterns which the node developers should keep in mind while writing the application funcationalities.
15
0
Apr 7, 2026 ∙ 5 min
Stop Hunting Bugs & Start Hunting Chains (Part 2: POC)
Now let’s move to the interesting part! Inspired by the Ni8mare Chain, we will see a four-stage exploit path inside a deliberately flawed Python platform CRAC. The chain combines: · Content-type confusion · Direct database disclosure · Weak cryptographic identity · Command injection Homepage Authentication Bypass (CVE-2026-21858) - Understanding the Vulnerability The Concept: - Server checks authentication in one way (cookies/headers) - Server parses request body...
6
0
Mar 5, 2026 ∙ 4 min
Stop Hunting Bugs & Start Hunting Chains (based on Ni8mare)
This blog explores vulnerability chaining using an n8n Ni8mare -inspired attack path to demonstrate how seemingly harmless weaknesses can compound into something catastrophic. Let’s start with a hard truth. Most security programs are optimized for counting bugs not understanding compromise. We rank vulnerabilities by CVSS. We prioritize the red ones & close tickets. We feel productive but attackers don’t think in scores. They think in sequences. They don’t ask Is this bug critical? They ask...
20
0
Om Mishra
Writer
Technical Content Writer
More actions
bottom of page