#tag

Privilege Escalation

11 matching posts.

All tags
PentestSep 6, 202611 min read

The Helper Was Registered. Its Lifetime Outlived the App.

A macOS login item, launch agent, or launch daemon can remain active after the visible app exits. A defensible review separates packaging, registration, approval, launch domain, runtime authority, updates, failure recovery, and removal.

#apple-security#macos-security#access-control#privilege-escalation#methodology
PentestSep 3, 202620 min read

The App Was Sandboxed. The XPC Boundary Still Needed Authorization.

A macOS app can be sandboxed while a separate helper, launch agent, or launch daemon holds different authority. A defensible review maps every executable, entitlement, XPC peer, operation, and effect instead of treating the app bundle as one security boundary.

#apple-security#macos-security#methodology#access-control#privilege-escalation
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
PentestAug 25, 202621 min read

The Container Was Non-Root. The Node Was Still One Mount Away.

A container security methodology that measures mounts, runtime authority, kernel controls, and workload identity instead of treating a non-root UID or a passing policy check as proof of isolation.

#container-security#linux-security#privilege-escalation#access-control#methodology
PentestAug 22, 202618 min read

The Hardening Score Went Up. The Attack Path Stayed Open.

A practical Linux hardening methodology that uses Lynis as a sensor, established baselines as context, and controlled retesting to prove which changes reduce attack paths without breaking the service.

#linux-security#methodology#privilege-escalation#access-control
PentestMar 12, 202621 min read

AD CS ESC4: The Template Nobody Owned

How an ordinary AD CS permission becomes Domain Admin — and why ESC4 is the cause every ESC1 write-up skips.

#active-directory#identity-security#privilege-escalation#attack-paths
PentestDec 12, 20257 min read

Affiliates Do Not Find Novel Paths. They Find Yours.

Part three of testing the ransomware playbook: privilege escalation inside the domain uses a small, stable set of paths — the same ones already written up on this site — and the affiliate picks by reliability, not by cleverness.

#ransomware#active-directory#privilege-escalation#attack-paths
Cloud SecurityAug 14, 20259 min read

Cloud IAM Privilege Escalation: Every Permission Is Individually Fine. The Chain Is Not.

CSPM and least-privilege tools grade each IAM policy on its own, and on its own nearly every policy passes. Cloud privilege escalation is a path across roles, accounts, and trust — and a scanner that cannot see the path cannot flag the risk.

#cloud-security#identity-security#privilege-escalation#attack-paths
PentestJun 19, 20257 min read

BloodHound Path Triage: The Shortest Path Is Usually the One That Expires First

BloodHound draws every edge the same width, but a DACL lasts for years and a session lasts for minutes. Shortest-path queries are biased toward exactly the edges least likely to still be there when you walk them.

#active-directory#attack-paths#privilege-escalation#methodology
PentestApr 24, 20258 min read

Delegation Triage: You Were Taught the Rare One

Unconstrained delegation gets the diagrams. Resource-based constrained delegation is what you actually find — because it is not a checkbox anyone audits, it is a side effect of who can write to a computer object.

#active-directory#identity-security#privilege-escalation#attack-paths