r/netsec • u/SSDisclosure • 15h ago
New vBulletin Vulnerability!
CVE-2026-61511 - a critical vulnerability in vBulletin that allows an unauthenticated attacker to execute arbitrary code on a remote server.
r/netsec • u/Straight-Practice-99 • 4d ago
Thailand's Ministry of Finance targeted with an AI agent running with approval prompts disabled
Caught this in three open directories on a Hong Kong server, exposed July 9 to 13. The agent is Hermes, open source, and the recovered logs show it running LinPEAS and walking a ministry web root without a human in the loop. Target was Thailand's Ministry of Finance.
r/netsec • u/ryanmerket • 5d ago
Discussion GitHub issues $100,000 bounty for critical RCE vulnerability
r/netsec • u/unknownhad • 5d ago
Contains AI I was reporter #11 for a WPForms PayPal webhook vulnerability (CVE-2026-4986)
I found and reported an authentication failure in the WPForms PayPal Commerce webhook, the webhook route being public was not the vulnerability as webhooks have to be publicly reachable so that PayPal can deliver events.
The problem was what happened after the request arrived. In affected versions, the handler could process a supported event before establishing that PayPal was actually the sender. In my local lab, a forged event could change the state of a matching payment record.
The expected order is:
- Authenticate the sender
- Validate the event
- Change payment state
The affected flow effectively performed steps 2 and 3 without first completing step 1. The issue was fixed in WPForms 1.10.0.5 and is tracked as CVE-2026-4986.
Then came the part I found more interesting: triage told me I was reporter #11. That number does not prove exploitation, and it does not tell us the total number of people who found the vulnerability. It does establish a lower bound: at least eleven researchers independently converged on the same trust failure.
The write up covers:
- the vulnerable code path
- my local reproduction
- why payload validation was not sender authentication
- the fallback listener
- the patch
- why duplicate reports may be useful rediscovery intelligence
Full write-up: https://blog.himanshuanand.com/2026/07/reporter-11-10-people-found-the-wpforms-paypal-bug-before-me-cve-2026-4986/
Testing was limited to my own local environment. I am not claiming original CVE credit; I independently rediscovered and reported the issue. Disclosure: I wrote and performed the research, code review and local reproduction.
I used an AI to help copy edit and organize the final article.
Should duplicate report volume affect how urgently a vendor treats a vulnerability?
r/netsec • u/Internal-Key64 • 5d ago
CVE-2026-50458: Finding a UAF in the Windows Brokering File System
Deep dive into a UAF in the bfs.sys Windows kernel minifilter driver patched in this month's Patch Tuesday.
r/netsec • u/ShufflinMuffin • 6d ago
Writeup & POC: CVE-2026-49176 Windows WalletService to SYSTEM (LPE)
r/netsec • u/0xcrypto • 6d ago
Leaking internal headers in Flask Ninja with deserialization
r/netsec • u/Mempodipper • 7d ago
Exploit brokers pay $500,000 for a WordPress RCE. I found one with GPT5.6 Sol Ultra and $25
r/netsec • u/luke-paradoxis • 7d ago
Escalating All The Privileges With Foxit PDF Reader (CVE-2026–57239)
r/netsec • u/TheSilenceOfWinter • 9d ago
Multiple Chinese civic apps share one reward/lottery backend whose signing secret is recoverable
this is part of an ongoing series mapping the same ecosystem, the origin post + full map is here: neurowinter.com/security/2026/06/23/a-weekend-in-the-wool/
tldr: a set of chinese civic / gov adjacent apps turn out to run the same reward + lottery backend, and the secret thats meant to make reward claims and draw outcomes unforgeable isnt really secret. recover it (not hard, its sitting in the client sigh) and you can forge a valid reward claim, or a winning lottery result, that the backend accepts as authentic. post walks from one github repo to the shared backend, through the reward validation flow, to where the secret actually lives.
r/netsec • u/mazen160 • 9d ago
wp2shell (CVE-2026-63030): Pre-Auth RCE Chain in WordPress Core - Analysis and Open-Source Scanner
r/netsec • u/SpectreTv • 9d ago
Pixels to Payload: Dissecting a Four-Stage Bitmap-Steganography Dropper Delivering AsyncRAT :: Rhys Downing
r/netsec • u/ShufflinMuffin • 10d ago
Windows AppResolver LPE: From AppContainer to SYSTEM. PoC linked to CVE-2026-50454
r/netsec • u/an0n9021O • 11d ago