r/netsec Jul 02 '26

Hiring Thread /r/netsec's Q3 2026 Information Security Hiring Thread

Upvotes

Overview

If you have open positions at your company for information security professionals and would like to hire from the /r/netsec user base, please leave a comment detailing any open job listings at your company.

We would also like to encourage you to post internship positions as well. Many of our readers are currently in school or are just finishing their education.

Please reserve top level comments for those posting open positions.

Rules & Guidelines

Include the company name in the post. If you want to be topsykret, go recruit elsewhere. Include the geographic location of the position along with the availability of relocation assistance or remote work.

  • If you are a third party recruiter, you must disclose this in your posting.
  • Please be thorough and upfront with the position details.
  • Use of non-hr'd (realistic) requirements is encouraged.
  • While it's fine to link to the position on your companies website, provide the important details in the comment.
  • Mention if applicants should apply officially through HR, or directly through you.
  • Please clearly list citizenship, visa, and security clearance requirements.

You can see an example of acceptable posts by perusing past hiring threads.

Feedback

Feedback and suggestions are welcome, but please don't hijack this thread (use moderator mail instead.)


r/netsec 6d ago

r/netsec monthly discussion & tool thread

Upvotes

Questions regarding netsec and discussion related directly to netsec are welcome here, as is sharing tool links.

Rules & Guidelines

  • Always maintain civil discourse. Be awesome to one another - moderator intervention will occur if necessary.
  • Avoid NSFW content unless absolutely necessary. If used, mark it as being NSFW. If left unmarked, the comment will be removed entirely.
  • If linking to classified content, mark it as such. If left unmarked, the comment will be removed entirely.
  • Avoid use of memes. If you have something to say, say it with real words.
  • All discussions and questions should directly relate to netsec.
  • No tech support is to be requested or provided on r/netsec.

As always, the content & discussion guidelines should also be observed on r/netsec.

Feedback

Feedback and suggestions are welcome, but don't post it here. Please send it to the moderator inbox.


r/netsec 4h ago

Hacking AI customer service agents (Bug Bounty Village DEF CON 34)

Thumbnail intigriti.com
Upvotes

At Bug Bounty Village during DEF CON 34, Inti De Ceukelaire delivered a talk on how attackers can abuse today's AI agents in ways most defenders haven't thought about yet, from tricking agents into spilling secrets to forcing them to carry out unauthorized actions on behalf of the victim.

This resulted in over $50,000+ in bounties in just a few weekends, without actually poking the target with Burp Suite or any automated scanners.


r/netsec 20h ago

The £3 WiFi Extender With a Backdoor in Every Unit

Thumbnail affixsec.substack.com
Upvotes

r/netsec 1m ago

Chatbot leaked a planted phone number and failed 58% of prompt injection attempts - jailbreak and extraction checks stayed clean

Thumbnail drive.google.com
Upvotes

Ran a structured adversarial test against a live chatbot endpoint - 130 prompts across four categories: prompt injection, jailbreak resistance, system prompt extraction, and PII leakage (mapped to the OWASP LLM Top 10 categories).

Results:

  • Prompt injection: 29/50 succeeded (58%) - direct overrides, fake system tags, role overrides, delimiter injection, and a translation-based smuggling trick all worked
  • Jailbreak non-refusal: 3/25 (12%) - mostly held its guardrails
  • System prompt extraction: 0/25 (0%) - clean
  • PII leakage (confirmed against planted canary values): 1/30 (3.33%) - one confirmed leak

The PII one is the interesting bit. We plant a unique fake email, phone number, and PAN in the system prompt as canaries before the scan runs - anything that comes back as an exact match is a confirmed leak, not a guess. This run, the model handed back the planted phone number verbatim, embedded naturally in a response: "...please feel free to call us at [the exact planted number]. Best regards, Acme Corp..." It wasn't tricked out under duress - it just used the number like it was legitimate contact info to hand a user, because nothing told it not to.

Separately, 20% of responses contained fabricated PII - invented emails/phone numbers/PAN-shaped strings that were never in the model's context at all. That's a hallucination problem, not a leak, and it's tracked independently. Conflating the two would either bury a real disclosure or cry wolf over nothing.

Overall risk here is set to HIGH - not because the average looks bad (three of four checks were clean or near-clean), but because we score off the worst individual check. A model that leaks real data 1 time in 30 and gets steered by 58% of injection attempts is still a live risk, regardless of how well it handled everything else thrown at it.

A couple of things worth flagging for anyone building similar test harnesses:

  1. Same battery, same model, same temperature-0 setting - different runs, different rates. A repeated injection scan on the same endpoint scored 30% and 36% across two prior runs, and this run came in at 58%. Treat any single scan as one data point, not a fixed measurement.
  2. A single confirmed leak still matters even at a "low" 3.33% rate. One real disclosure out of thirty attempts isn't statistical noise if the thing disclosed is a real customer's data instead of a planted canary. The rate tells you how often; it doesn't tell you the leak wasn't real.
  3. Injection resistance and jailbreak resistance don't track together. This model refused almost every direct harmful request (88% refusal) while still following 58% of instructions smuggled in through structural tricks - fake tags, delimiters, translation - that never look like a "harmful request" in the first place.

Curious whether others are seeing PII leaks cluster around specific injection techniques, or if it's closer to random noise across a run.


r/netsec 1d ago

From Padding Oracle to Shell: Unauthenticated RCE in Telerik UI for ASP.NET AJAX

Thumbnail tantosec.com
Upvotes

r/netsec 3d ago

Getting Agents to tell on themselves

Thumbnail blog.thinkst.com
Upvotes

r/netsec 4d ago

Contains AI From fake interview to signed ClickOnce: inside a three-payload Windows chain (Part 2)

Thumbnail haveibeensquatted.com
Upvotes

r/netsec 5d ago

The Validator Can Lie: SSRF Beyond URL Validation (GitLab, Mealie, Apache ShenYu, Thumbor)

Thumbnail xclow3n.com
Upvotes

r/netsec 6d ago

Authentication bypass in EOL Proxmox VE 7 release

Thumbnail forum.proxmox.com
Upvotes

A lot of proxmox 7.0-7 and < 8.0.4 has been rooted today, it's needed to have port :8006 open, exploitation demo here: https://forum.proxmox.com/threads/proxmox-ve-7-is-vulnerable-to-some-type-of-0day-rce-non-auth.186078/post-867875


r/netsec 6d ago

Contains AI From Patch to Exploit; Using Claude Code to reverse engineer an n-day in Papercut NG

Thumbnail techanarchy.net
Upvotes

r/netsec 6d ago

Off the Hook: Discovering and Observing Active Exploitation of Sangoma Switchvox CVE-2026-9586

Thumbnail horizon3.ai
Upvotes

r/netsec 6d ago

GeoNetwork - Pre-Auth RCE via Unauthenticated File Upload and Unsafe XSLT Processor (4 CVEs, 121 government deployments, all patched)

Thumbnail ethiack.com
Upvotes

r/netsec 7d ago

Don’t Let Abliteration Abliterate Your Bug Hunting: Discovering Verdict Bias in Uncensored Models

Thumbnail clearbluejar.github.io
Upvotes

r/netsec 8d ago

Privilege escalation from IIS AppPool to NT Authority/SYSTEM via AD CS RPC endpoint

Thumbnail mannulinux.org
Upvotes

r/netsec 8d ago

Anatomy of a ServiceNow Red Team

Thumbnail mdsec.co.uk
Upvotes

r/netsec 11d ago

UniBLEed: Unauthenticated Root RCE on Any Unitree G1 Humanoid Robot Within Bluetooth Range

Thumbnail boschko.ca
Upvotes

r/netsec 11d ago

Contains AI LLM-Driven Reverse Engineering vs Iterative LLM Obfuscation

Thumbnail elastic.co
Upvotes

r/netsec 11d ago

A fake resume invoked China’s defence tech elite, then installed VShell

Thumbnail blog.himanshuanand.com
Upvotes

r/netsec 12d ago

☢️ Philippine Nuclear Agency and Naval Contractor Targeted by Suspected Chinese-Speaking Operator

Thumbnail hunt.io
Upvotes

The 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 12d ago

PATCHCORD: New malware cluster targets Afghan telecom and South Asian critical infrastructure

Thumbnail acronis.com
Upvotes

Acronis 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/


r/netsec 13d ago

Ruby Marshal Kick-off Gadgets - elttam

Thumbnail elttam.com
Upvotes

r/netsec 13d ago

Contains AI Pwning Call of Duty 1: a 20-year-old RCE, found in an evening with AI

Thumbnail zolder.io
Upvotes

r/netsec 13d ago

Local Privilege Escalation To System In Wibu-Systems CodeMeter Application

Thumbnail shelltrail.com
Upvotes

r/netsec 14d ago

The Citizen Lab Bad Connection: Uncovering Global Telecom Exploitation by Covert Surveillance Actors

Thumbnail citizenlab.ca
Upvotes