#tag

Vulnerability Research

5 matching posts.

All tags
Vulnerability ResearchAug 31, 202621 min read

The Page Never Had Permission. The Extension Did.

A web page cannot call most extension APIs, but it can influence a content script that can message a privileged service worker. This research method proves when that chain becomes a confused deputy and how to reduce it to explicit, testable capabilities.

#browser-security#vulnerability-research#access-control#web-security#methodology
Vulnerability ResearchAug 31, 202612 min read

The Package Was Signed. The Update Was Still a Security Decision.

A browser extension update preserves publisher identity while it can change code, permissions, remote configuration, and privileged behavior across an entire installed fleet. This research method turns that release path into an evidence-backed authorization boundary.

#browser-security#vulnerability-research#supply-chain#access-control#methodology
Vulnerability ResearchAug 31, 202618 min read

The Extension Was Sandboxed. The Native Host Was Not.

Browser Native Messaging crosses from an untrusted page through an extension into an operating-system process. This research method maps every sender, message, host manifest, parser, native operation, and resulting effect before calling the bridge secure.

#browser-security#vulnerability-research#access-control#privilege-escalation#methodology
Vulnerability ResearchAug 31, 20269 min read

Three False Alarms in a Privileged Helper Sweep

Seven third-party helpers run as root on this Mac. I checked whether each one authenticates the process talking to it, was wrong three times in a row, and found nothing. The interesting part is why each cheap method failed.

#macos-security#vulnerability-research#methodology#privilege-escalation
Vulnerability ResearchMay 28, 20268 min read

The Patch Is a Disclosure. The Bug Is in the Delta.

Patch diffing turns the vendor's fix into a map to the vulnerability. The workflow is not 'find the bug' — it is 'find the change, read it backwards, and hunt the same class everywhere else.'

#vulnerability-research#exploit-development#methodology