← back to the work
exhibit 01-a · breach

VLAN discovery and responsible disclosure

2026 · independent research · reported and acknowledged

Internal addressing, segment names, and the specific policy gaps are deliberately left out of this write-up. The point here is the process. I am happy to talk through the technical detail in person.

Summary

Two segments of the same campus network enforce different security policies. Traffic that worked from my wifi devices was blocked on the wired port used by my home lab server. I documented the difference, wrote a findings report, and sent it to the VUW network engineering team, who escalated it to the cybersecurity team. The findings were formally acknowledged and reviewed.

Context

The server runs on a wired connection. Every other device I own connects over wifi. A VPN client that connected without issue from every wifi device would not complete a handshake from the server, on any protocol or port tested. Same user, same building, same network, different result.

Method

Nothing here involved scanning other people's machines or trying to get anywhere I was not already allowed to be. Everything was tested from my own devices, on my own accounts, using normal connectivity.

Findings

The two segments enforce materially different egress policies. One is permissive, one is restrictive, and which one applies depends on the socket a device is plugged into rather than the authenticated user. The same user therefore gets a different security posture depending on physical location, and the network gives no indication of which segment a device is in.

I wrote this up as a short report: what I observed, how I verified it, and why an unintended policy split might matter, with the captures as supporting evidence.

Disclosure

What I learned

More write-ups: Hardened home lab server · SSH brute-force alerter