RSSAmplifier

Blog

CyberSec Notes

CTF write‑ups, CVEs and Bug Bounty findings

r3verii.github.ioRSS feed ↗9 posts

Latest posts

HAProxy HTTP/3 -> HTTP/1 Desync: Cross-Protocol Smuggling via a Standalone QUIC FIN (CVE-2026-33555)

One zero-byte QUIC packet is enough to desynchronize HAProxy's backend connection pool and smuggle HTTP requests across unrelated users — even users on a completely different frontend protocol.

The Forgotten Bug: How a Node.js Core Design Flaw Enables HTTP Request Splitting

Deep dive into a TOCTOU vulnerability in Node.js's ClientRequest.path that bypasses CRLF validation and enables Header Injection and HTTP Request Splitting across 7+ major HTTP libraries totaling 160M+ weekly downloads.

Zero‑Click ATO via Unbound Password‑Reset Token in one of the world’s largest gambling platforms

How a single-use OTP flow token not bound to the correct subject enabled a zero‑click account takeover.

CSRF → XSS → Admin Takeover in listmonk (CVE-2025-58430)

A chain of issues in listmonk allows a Cross‑Site Request Forgery (CSRF) to trigger arbitrary JavaScript execution (XSS) in the admin’s browser, culminating in a full admin account takeover

From “Low-Impact” RXSS to Credential Stealer: A JS-in-JS Walkthrough

From the classic “quote break” in a to a login takeover: step by step, I show how a “low-impact” RXSS becomes a real credential stealer.

3 Ways In: Exploiting WordPress Plugins via File Upload and Deserialization

In this post, I break down three real-world vulnerabilities found in WordPress plugins — from unsafe deserialization to arbitrary file upload — and show how they can lead to full compromise.Includes analysis, PoCs, and exploitation details.

UTCTF 2024 Writeups

Writeups of some challenges from UTCTF 2024

Znuny OTRS CVEs : CVE-2024-32491, CVE-2024-32492, CVE-2024-32493

In this post I detail two critical security flaws I discovered last year in the Znuny / OTRS ticket-ing system: a path-traversal file-upload bug that can be leveraged for remote code execution, and a Second Order SQL injection in the draft-form cleanup routine. The write-up walks through root cause analysis, step-by-step PoCs, impact, official patches, and mitigation tips for administrators who…

CodeInTheDarkCTF 2023 writeups

Writeups of some XSS challenges from CodeInTheDark CTF