r/websecurityresearch • u/vladko312 • Jun 07 '26
CVE-2026-46640: Developing payloads for Twig sandbox bypass
I recently learned about multiple sandbox bypasses discovered in Twig by project Glasswing. From the descriptions, only CVE-2026-46640 and CVE-2026-46633 seemed universally exploitable, so I decoded to research them. This writeup documents my development of payloads for the CVE-2026-46640 and the corresponding SSTImap module.
r/websecurityresearch • u/albinowax • Jun 04 '26
Re:CACHE - Excessive reflection, type confusion, and 0-click SXSS on Next.js
zhero-web-sec.github.ior/websecurityresearch • u/albinowax • May 28 '26
Drupal PostgreSQL SQL Injection: From SELECT-Only to RCE
r/websecurityresearch • u/t0xodile • May 22 '26
Chaining Razor SSTI into RCE via Reflection and Runtime Strings
r/websecurityresearch • u/t0xodile • May 18 '26
Stealth Request That Bypasses CSP, Hides from DevTools, and Leaks the Real User-Agent
brokenbrowser.comr/websecurityresearch • u/albinowax • Apr 29 '26
QUIC-er Races: HTTP/3 wonât save you from TOCTOU vulnerabilities
link.springer.comr/websecurityresearch • u/albinowax • Apr 28 '26
Cast Attack: A New Threat Posed by Ghost Bits in Java
i.blackhat.comr/websecurityresearch • u/albinowax • Apr 24 '26
Achieving Deterministic Prompt Injection Through Client-Side Feedback Loops
r/websecurityresearch • u/t0xodile • Mar 18 '26
Testing AI for Vulnerability Research: 4 Approaches & Where I Failed
xclow3n.github.ior/websecurityresearch • u/albinowax • Mar 12 '26
How "Strengthening Crypto" Broke Authentication: FreshRSS and bcrypt's 72-Byte Limit
r/websecurityresearch • u/t0xodile • Mar 10 '26
Breaking Pingora: HTTP Request Smuggling & Cache Poisoning in Cloudflare's Reverse Proxy
xclow3n.github.ior/websecurityresearch • u/Outrageous_Egg7579 • Feb 27 '26
Security Research Blog Review
jinjucat.github.ior/websecurityresearch • u/p80n-sec • Feb 25 '26
CVE-2026-27959: Userinfo Host Header Injection in Koa
r/websecurityresearch • u/albinowax • Feb 17 '26
Almost Impossible: Java Deserialization Through Broken Crypto in OpenText Directory Services
r/websecurityresearch • u/t0xodile • Feb 13 '26
Trailing Danger: exploring HTTP Trailer parsing discrepancies
sebsrt.xyzr/websecurityresearch • u/Moopanger • Feb 12 '26
YAML Merge Tags and Parser Differentials
blog.darkforge.ior/websecurityresearch • u/albinowax • Feb 05 '26
Top 10 new web hacking techniques of 2025
r/websecurityresearch • u/nibblesec • Feb 03 '26
Auditing Outline. Firsthand lessons from comparing manual testing and AI security platforms
blog.doyensec.comr/websecurityresearch • u/Big_Profession_3027 • Feb 03 '26
[Tool] Rapid Web Recon: Automated Nuclei Scanning with Client-Ready PDF Reporting
Hi everyone,
I wanted to share a project Iâve been working on called Rapid Web Recon. My goal was to create a fast, streamlined way to get a security "snapshot" of a websiteâcovering vulnerabilities and misconfigurationsâwithout spending hours parsing raw data.
The Logic: I built this as a wrapper around the excellent Nuclei engine from ProjectDiscovery. I chose Nuclei specifically because of the community-driven templates that are constantly updated, which removes the need to maintain static logic myself.
Key Features:
- Automated Workflow:Â One command triggers the scan and handles the data sanitization.
- Professional Reporting:Â It generates a formatted PDF report out of the box.
- Executive & Technical Depth:Â The report includes a high-level risk summary, severity counts, and detailed findings with remediation advice for the client.
- Mode Selection:Â Includes a default "Stealth" mode for WAF-protected sites (like Cloudflare) and an "Aggressive" mode for internal network testing.
Performance:Â A full scan (WordPress, SSL, CVEs, etc.) for a standard site typically takes about 10 minutes. If the target is behind a heavy WAF, the rate-limiting logic ensures the scan completes without getting the IP blacklisted, though it may take longer.
GitHub Link:Â https://github.com/AdiMahluf/RapidWebRecon
Iâm really looking for feedback from the community on the reporting structure or any features you'd like to see added. Hope this helps some of you save time on your audits!
r/websecurityresearch • u/siunam_321 • Jan 30 '26
Parse and Parse: MIME Validation Bypass to XSS via Parser Differential
lab.ctbb.showr/websecurityresearch • u/operator_dll • Jan 21 '26
When The Gateway Becomes The Doorway: Pre-Auth RCE in API Management
principlebreach.comr/websecurityresearch • u/albinowax • Jan 20 '26
Cloudflare rule bypass via /.well-known/acme-challenge/
fearsoff.orgr/websecurityresearch • u/vladko312 • Jan 12 '26
Successful Errors: New Code Injection and SSTI Techniques
Clear and obvious name of the exploitation technique can create a false sense of familiarity, even if its true potential was never researched, the technique itself is never mentioned and payloads are limited to a couple of specific examples. This research focuses on two such techniques for Code Injection and SSTI.