Skip to content
View hextheshadow's full-sized avatar
💭
Coding
💭
Coding

Block or report hextheshadow

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
hextheshadow/README.md
 _               _   _                 _               _
| |__   _____  _| |_| |__   ___  ___| |__   __ _  __| |___ _      __
| '_ \ / _ \ \/ / __| '_ \ / _ \/ __| '_ \ / _` |/ _` / _ \ \ /\ /
| | | |  __/>  <| |_| | | |  __/\__ \ | | | (_| | (_| \  __/\ V  V /
|_| |_|\___/_/\_\\__|_| |_|\___||___/_| |_|\__,_|\__,_|\___| \_/\_/

vulnerability researcher  ·  agentic systems  ·  memory safety


GitHub Portfolio Email Vorthix


>_ whoami

Self-taught security researcher and AI systems engineer from Lahore, Pakistan.

I build autonomous multi-agent systems that do what an experienced vulnerability researcher does — read source code, form attack hypotheses, trace call graphs, confirm bugs with sanitizers, write working exploits, and produce full disclosure reports — without human involvement at any step.

My agents don't run scanners. They reason.

Founder of Vorthix — an autonomous security research platform powered by XOR-1, a self-hosted multi-agent system running Qwen 3 27B that has operated continuously for 100+ hours per session without getting stuck in a loop.


>_ research

target finding class status
libexpat Incomplete fix bypass for CVE-2026-50219 — doCdataSection() skips beforeHandler()/afterHandler(), leaving m_handlerCallDepth at zero during CDATA callbacks heap-UAF · CWE-416 Image
FreeRDP Unchecked palette read in update_decompress_brush() — stream check guarantees 8 bytes, palette dereference reaches stream_pos+31 for bpp=32 heap-OOB-read · CWE-125 Image
LibRaw Dangling FORC loop variable reused as write offset in rpi_load_raw8() — crafted padding_right shifts every row write past the allocation end heap-overflow · CWE-122 Image
Monocypher Integer truncation in crypto_argon2() makes lane_size zero — init loop writes blocks[1] 1024 bytes past allocation end heap-overflow · CWE-122 Image
PJSIP / pjmedia H.263 PLEN field excluded from bounds check in pjmedia_h263_unpacketize() — single crafted RTP packet overflows decode buffer by up to 63 bytes heap-overflow · network ![](https://img.shields.io/badge/GHSA--8cxh--7rcw--x2m7-fixed · 2.18-00ff6a?style=flat-square&labelColor=0b1510)
Chromium Fenced Frame ACER policy bypass — SetFencedFrameAutomaticBeaconReportEventData() accepts cross-origin beacon data without checking allow_cross_origin_event_reporting_ privacy-boundary ![](https://img.shields.io/badge/P3%20·%20S3-in triage-f59e0b?style=flat-square&labelColor=0b1510)
Linux Kernel UAF in vsock loopback transport — race in virtio_transport_consume_skb_sent() yields write + read primitive on kmalloc-96 UAF · KASAN Image

>_ xor-1

  input  →  github repo / source path / binary
  output →  confirmed vuln · sanitizer trace · minimized PoC · patch · disclosure report
  model  →  qwen 3 27b · self-hosted · openai-compatible api
  runtime → 100+ hours · no human intervention · no loop

custom systems built from scratch:

call-graph find-callers memory-management token-management hypothesis-storage
coverage-tracking deduplication self-correction loop-detection failure-handling
agent-confidence context-management iteration-logging self-training-pipeline

→ full architecture: hex-the-shadow-vorthix.vercel.app/#systems


>_ stack

languages   →  C · C++ · Python
platforms   →  Linux (Arch, Ubuntu) · x86-64
sanitizers  →  ASan · KASan · UBSan · TSan
tooling     →  GDB · strace · ltrace · ptrace · DynamoRIO · ftrace · perf
ai/ml       →  LLM integration · self-hosted inference · agentic pipelines · training data
domains     →  memory corruption · browser security · kernel · IPC · agentic systems

>_ pocs

Published PoCs for confirmed, patched vulnerabilities:
github.com/hextheshadow/PoC-Exploit


>_ contact

Open to vulnerability research, AI security engineering, agentic systems, and red team roles.

portfolio   linkedin   email


Image

Popular repositories Loading

  1. hextheshadow hextheshadow Public

    HTML 1

  2. hextheshadow.github.io hextheshadow.github.io Public

    HTML 1

  3. hxzn.github.io hxzn.github.io Public

  4. libexpat libexpat Public

    Forked from libexpat/libexpat

    🌿 Fast streaming XML parser written in C99 with >90% test coverage; moved from SourceForge to GitHub

    C

  5. hex-the-shadow-vorthix hex-the-shadow-vorthix Public

    portfolio

    TypeScript

  6. PoC-Exploit PoC-Exploit Public

    Exploits for the CVEs

    C