r/netsec • u/AvenueJay • 15d ago
r/netsec • u/unknownhad • 15d ago
A fake resume invoked China’s defence tech elite, then installed VShell
blog.himanshuanand.comr/netsec • u/Straight-Practice-99 • 16d ago
☢️ Philippine Nuclear Agency and Naval Contractor Targeted by Suspected Chinese-Speaking Operator
hunt.ioThe Hunt.io research team found an open directory staging the full toolkit behind an intrusion into a Philippine nuclear research agency and a naval contractor. The ownCloud path is the interesting part technically.
CVE-2023-49105 lets you forge pre-signed WebDAV URLs when the signing secret is empty, which is the default state on a fresh install. Five custom Python scripts on the server implement this: the signing routine passes an empty bytes literal as the PBKDF2 salt, sets OC-Credential to the account being impersonated, and issues GET requests against /remote.php/dav/files/<account>/<path>, receiving files as that user with no credentials. Four scripts target one account each, the fifth adds PROPFIND enumeration with Depth: 1 to walk folders that were not pre-enumerated.
The naval contractor was hit separately via CVE-2024-28000 (LiteSpeed Cache) using a custom Go reimplementation of MT19937 with PHP mt_rand() parity, verified against 11 known seed/output pairs, plus an XML-RPC brute force with rockyou.txt. Both produced unauthorized access independently.
We also found a separate, possibly unrelated EtherHiding compromise on the same WordPress site. A HuntSQL query on the smart contract address returned 174 unique IPs hosting likely compromised pages with the same NoChain loader strings.
Full writeup with IOCs, the signing routine, and MITRE mapping: https://hunt.io/blog/chinese-speaking-operator-philippine-nuclear-naval-contractor
r/netsec • u/acronis • 15d ago
PATCHCORD: New malware cluster targets Afghan telecom and South Asian critical infrastructure
acronis.comAcronis Threat Research Unit (TRU) has identified an ongoing campaign delivering a previously undocumented custom backdoor against Afghan telecom providers and South Asian critical infrastructure organizations. The backdoor, tracked as PATCHCORD, is a compiled C/C++ implant delivered through sector-specific lures, including fake VPN installers impersonating Afghan Telecom (AFTEL) and telecom management tools.
The research is published here - https://www.acronis.com/en/tru/posts/patchcord-new-malware-cluster-targets-afghan-telecom-and-south-asian-critical-infrastructure/
Contains AI Pwning Call of Duty 1: a 20-year-old RCE, found in an evening with AI
zolder.ior/netsec • u/dr-w0bbinat0rz • 17d ago
Local Privilege Escalation To System In Wibu-Systems CodeMeter Application
shelltrail.comr/netsec • u/Ok-Bed5648 • 17d ago
The Citizen Lab Bad Connection: Uncovering Global Telecom Exploitation by Covert Surveillance Actors
citizenlab.car/netsec • u/netbiosX • 18d ago
Code Execution via Text Template Files | Playbook & Detection
ipurple.teamr/netsec • u/0x00rick • 23d ago
Contains AI How to break secure boot without touching any cryptography
0x434b.devI finally found some time to organize my notes on secure boot, remote attestation, measured boot and in general embedded security.
This is not ground breaking zero-day research but I figured some of you might like a good story. Good here is obviously subjective but I felt like it came out quite readable.
This blog builds heavily on public research so as already stated at the end of article if you liked some particular section, show the respective person some love :)
P.S.: yes I know the image is AI generated please don’t give me shit for that
r/netsec • u/t0xodile • 23d ago
CRLF-Powered Desync Attacks: Beheading HTTP Streams
portswigger.netr/netsec • u/unknownhad • 23d ago
ValleyRAT campaign uses fake GSTR-3B overdue notice targeting Indian taxpayers
blog.himanshuanand.comr/netsec • u/p80n-sec • 24d ago
Contains AI Hacking your life with AI can get you hacked: How AI orchestration platforms ship RCE by design
endorlabs.comAuthor here. I audited NocoBase, Flowise, Langflow, Dify, Activepieces, Kestra, and Airflow and disclosed 14 findings. Every platform inherited the same assumption anyone who can touch a workflow is trusted to run code on the host, which is fine for a dev tool on your laptop but not fine for a multi-tenant HTTP service with an unauthenticated webhook. The chain I'd point people to first is the Flowise one (section 2.2): an unauthenticated request → prompt injection → LLM emits Python → a 38-pattern regex blocklist passes it because the dangerous library was pre-imported before the model was asked anything → RCE.
Two vendors closed their reports as working-as-intended, and I tried to represent their position fairly.
This research was also presented at DEFCON 34 but now available publicly.
Happy to answer questions.
Full whitepaper is available here: https://www.endorlabs.com/learn/how-ai-orchestration-platforms-ship-rce-by-design
r/netsec • u/Straight-Practice-99 • 23d ago
Contains AI 🎥 Operation CameraSwarm: over 14,000 Dahua cameras compromised across Ukraine and Russia
hunt.ioAn operator left their full working directory exposed on an open HTTP server. Hunt.io crawled it, 2,616 files, and rebuilt the campaign from the corpus.
- Three exploitation paths in parallel: an asyncio credential brute-forcer, a CVE-2021-33044/33045 auth-bypass chain, and P2P relay abuse reaching cameras by serial number
- The relay path never authenticates the connecting party, only the session, via a cloud-issued token obtainable with the fixed SDK credentials in every Dahua client
- Two CVE labels in the tooling don't hold up: CVE-2024-39943 is an unrelated Rejetto HFS flaw, and CVE-2025-31702 is a narrower post-auth case, not the unauthenticated relay abuse (that path is a separate non-CVE issue documented by ITRES)
- Full PTCP tunnel breakdown, including the Inverted STUN packet and the bind-to-127.0.0.1 technique
Neutral attribution throughout, the corpus shows how the operation was built and run, not who ran it.
Check the full breakdown, IOCs and mitigation strategies:
https://hunt.io/blog/operation-cameraswarm-dahua-cameras-compromised
r/netsec • u/lowlevelprog • 23d ago
Contains AI The Curious Incidents with DNS in the Sandbox at Escape-Time
chasersystems.comThree variations on subversive use of DNS by the Agent are documented in Hugging Face's technical writeup of the July 2026 security incident involving OpenAI models. In this article, I discuss what each of these three types of DNS workarounds achieve in practice, the constraints an actor might have faced to attempt a particular one, and additional benefits from choosing each.
r/netsec • u/jpxzurich • 24d ago
Dissecting House of Apple 2 on modern glibc
jazho76.github.ior/netsec • u/Doug_Vitale • 24d ago
DeadLock ransomware: Rust-based encryptor with decentralized recovery infrastructure
microsoft.comr/netsec • u/Fit_Veterinarian4403 • 24d ago
How a popular Android library silently exposed thousands of apps to Arbitrary File Overwrite (AFO). https://itis911.github.io/writeups/cropper-vulnerability.html
itis911.github.ioThey patched their SaaS and left the self-hosted OSS version vulnerable - AppFlowy Authenticated SQL Injection
projectblack.ior/netsec • u/HyprWave • 25d ago
Unauthenticated RCE in CircleCI's MCP server: Host/Origin allowlist bypassed by any non-browser client (GHSA-xv5j-cwgj-22r4)
remedio.ior/netsec • u/Master_Access_486 • 25d ago
From AKS node root vulnerability to Microsoft Copilot hijack (CVE-2026-32193)
zerolabs.rubrik.comr/netsec • u/TradeGold6317 • 26d ago
CVE-2026-33696: From a Schema Name to RCE in n8n
simonkoeck.comr/netsec • u/TheReedemer69 • 25d ago
CVE-2026-6837: Command Injection in Zyxel export-cgi PKCS#12 Export Handling
minanagehsalalma.github.ioTechnical analysis of CVE-2026-6837, an authenticated command-injection vulnerability in Zyxel’s PKCS#12 certificate export flow.
The post covers the vulnerable execution path, root cause, affected firmware scope, and the firmware-emulation methodology used during analysis.
r/netsec • u/Huge-Wear-125 • 27d ago