r/netsec 2h ago

Vtenext 25.02: A three-way path to RCE

Thumbnail blog.sicuranext.com
6 Upvotes

r/netsec 5h ago

Tracking malicious code execution in Python

Thumbnail rushter.com
6 Upvotes

r/netsec 1d ago

New Gmail Phishing Scam Uses AI-Style Prompt Injection to Evade Detection

Thumbnail malwr-analysis.com
181 Upvotes

r/netsec 2d ago

Countering EDRs With The Backing Of Protected Process Light (PPL)

Thumbnail zerosalarium.com
26 Upvotes

r/netsec 2d ago

Silent Harvest: Extracting Windows Secrets Under the Radar

Thumbnail sud0ru.ghost.io
38 Upvotes

r/netsec 1d ago

VibeCoding VPN Deployment

Thumbnail blog.zsec.uk
0 Upvotes

r/netsec 3d ago

When a SSRF is enough: Full Docker Escape on Windows Docker Desktop (CVE-2025-9074)

Thumbnail blog.qwertysecurity.com
77 Upvotes

r/netsec 3d ago

CaMeL Security Demonstration - Defending Against (most) Prompt Injections by Design

Thumbnail camel-security.github.io
8 Upvotes

An interactive application that visualizes and demonstrates Google’s CaMeL (Capabilities for Machine Learning) security approach for defending against prompt injections in LLM agents.

Link to original paper: https://arxiv.org/pdf/2503.18813

All credit to the original researchers

      title={Defeating Prompt Injections by Design}, 
      author={Edoardo Debenedetti and Ilia Shumailov and Tianqi Fan and Jamie Hayes and Nicholas Carlini and Daniel Fabian and Christoph Kern and Chongyang Shi and Andreas Terzis and Florian Tramèr},
      year={2025},
      eprint={2503.18813},
      archivePrefix={arXiv},
      primaryClass={cs.CR},
      url={https://arxiv.org/abs/2503.18813}, 
}

r/netsec 3d ago

Azure's Weakest Link - Full Cross-Tenant Compromise

Thumbnail binarysecurity.no
35 Upvotes

r/netsec 4d ago

We Put Agentic AI Browsers to the Test - They Clicked, They Paid, They Failed

Thumbnail guard.io
34 Upvotes

r/netsec 5d ago

Copilot Broke Your Audit Log, but Microsoft Won’t Tell You

Thumbnail pistachioapp.com
201 Upvotes

r/netsec 5d ago

Guess Who Would Be Stupid Enough To Rob The Same Vault Twice? Pre-Auth RCE Chains in Commvault - watchTowr Labs

Thumbnail labs.watchtowr.com
28 Upvotes

r/netsec 4d ago

Commvault plugs holes in backup suite that allow remote code executio

Thumbnail helpnetsecurity.com
7 Upvotes

r/netsec 3d ago

AI can be used to create working exploits for published CVEs in a few minutes and for a few dollars

Thumbnail valmarelox.substack.com
0 Upvotes

r/netsec 4d ago

Engineered to Fail: The DNA of Negligent Defenses Operations

Thumbnail reporter.deepspecter.com
3 Upvotes

r/netsec 5d ago

How We Exploited CodeRabbit: From a Simple PR to RCE and Write Access on 1M Repositories

Thumbnail research.kudelskisecurity.com
49 Upvotes

r/netsec 5d ago

pyghidra-mcp: Headless Ghidra MCP Server for Project-Wide, Multi-Binary Analysis

Thumbnail clearbluejar.github.io
9 Upvotes

r/netsec 5d ago

Enumerating AWS the quiet way: CloudTrail-free discovery with Resource Explorer | Datadog Security Labs

Thumbnail securitylabs.datadoghq.com
9 Upvotes

r/netsec 5d ago

Beware the false false-positive: how to distinguish HTTP pipelining from request smuggling

Thumbnail portswigger.net
9 Upvotes

r/netsec 6d ago

Phrack 72

Thumbnail phrack.org
85 Upvotes

r/netsec 5d ago

Git 2.51: Preparing for the future with SHA-256

Thumbnail helpnetsecurity.com
8 Upvotes

r/netsec 6d ago

Trivial C# Random Exploitation

Thumbnail blog.doyensec.com
15 Upvotes

r/netsec 5d ago

Deep learning with leagues championship algorithm based intrusion detection

Thumbnail nature.com
3 Upvotes

r/netsec 6d ago

Intel Outside: Hacking every Intel employee and various internal websites

Thumbnail eaton-works.com
244 Upvotes

r/netsec 6d ago

“Vibe Hacking”: Abusing Developer Trust in Cursor and VS Code Remote Development

Thumbnail blog.calif.io
55 Upvotes

In a recent red team engagement, the client's attack surface was so well-defended that after months of effort, the only system we managed to compromise was a lone server, which was apparently isolated from the rest of the network. Or so we thought.

One developer had been using that server for remote development with Cursor. This setup is becoming increasingly popular: developers run AI agents remotely to protect their local machines.

But when we dug deeper into how Cursor works, we discovered something unsettling. By pivoting through the remote server, we could actually compromise the developer's local machine.

This wasn't a Cursor-specific flaw. The root cause lies in the Remote-SSH extension that Cursor inherits directly from VS Code. Which means the attack path we uncovered could extend across the entire VS Code remote development ecosystem, putting any developer who connects to an untrusted server at risk.

For the details, check out our blog post. Comments are welcome! If you enjoy this kind of work, we're hiring!