Skip to content

Jvr2022/security-research

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Security Research

Public CVE writeups, reproducible proof-of-concepts, and reusable scanners from my vulnerability research.

I'm Joshua van Rijswijk (jvr2022) - security researcher focused on web, Android, and open-source software.

Contents

Area What's in it
writeups/ Per-finding technical writeups
pocs/ Proof-of-concepts, one folder per finding
scanners/ Detection-only checks for vuln classes
tools/ Shared helpers (HTTP, encoding, blind-extraction oracle)

Disclosed findings

ID Target Class Severity Writeup
CVE-2026-55509 WsgiDAV (MySQL provider) Blind SQLi (CWE-89) High link
CVE-2026-48815 sigstore-js (npm) Signature-verification bypass (CWE-347) High link
GHSA-j8v8-g9cx-5qf4 @better-auth/scim (npm) Missing Owner Binding (CWE-862, CWE-639) High link
CVE-2026-6322 fast-uri (npm) Host Confusion (CWE-436) High link
CVE-2026-6321 fast-uri (npm) Path Traversal Normalization (CWE-22) High link
CVE-2026-41243 openlearn (npm) Improper Access Control (CWE-284) Moderate link

Disclosure & ethics

Everything here is published after responsible disclosure and a fix (or a coordinated deadline). PoCs are for testing systems you own or are authorized to test. See DISCLOSURE.md.

About

Public CVE writeups, reproducible proof-of-concepts, and reusable scanners from my vulnerability research.

Topics

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors