Entry Thumbnail

Quick notes on KERNSEAL

The mysterious unreadable `kernseal.txt` file on PaX’ documentation page has been sitting there since 2003, described as “sealed kernel storage design & implementation.” In 2006, it was described as: > the problem KERNSEAL sets out to solve is kernel self-protection, that is, assuming arbitrary read/write access to kernel memory (by […]

Posted by
Entry Thumbnail

Salesforce Workbench Disclosure

/ **security-research** Public # Salesforce Workbench Disclosure ## Package No package listed ## Affected versions TBD ## Patched versions TBD ## Description Reported to: Salesforce Product: Workbench Date Reported: 2026-03-23 Severity: Redacted until the 90-day disclosure is lifted. 90-day Deadline Expires: 2026-06-21

Posted by
Entry Thumbnail

Exploring cross-domain & cross-forest RBCD

# Exploring cross-domain & cross-forest RBCD The Resource-based Constrained Delegation (RBCD) attack is well-known from pentesters and attackers: by editing the msDS-AllowedToActOnBehalfOfOtherIdentity attribute of a machine account, an attacker can impersonate users on said machine. Even though this attack mechanism has been thorougly documented on a single domain, and can […]

Posted by
Entry Thumbnail

Cyrus Price Manipulation

# CyrusTreasury Protocol: Price Manipulation via Spot Price Oracle in Exit Function On March 22, 2026, the CyrusTreasury protocol on BNB Chain was exploited through a price manipulation attack against its `withdrawUSDTFromAny` function, which is called internally by `exit()`. The vulnerable contract ( `CyrusTreasury`, `0xb042ea7b35826e6e537a63bb9fc9fb06b50ae10b`) reads the live PancakeSwap V3 […]

Posted by
Entry Thumbnail

Escrow Overflow

# Unknown Escrow Contract Drain via Integer Overflow in Deposit Function (Ethereum, 2026-03-22) An unverified escrow-like contract at `0xf0a105d93eec8781e15222ad754fcf1264568c97` on Ethereum Mainnet was fully drained in block 24,707,679 (timestamp 2026-03-22 UTC) through an **integer overflow** in its deposit function `0x317de4f6`. The deposit function accumulates entry amounts into a running total […]

Posted by