Auditing Message Broker Topic Authorization

Audit message-broker topic and queue authorization for reach a client should not have: a wildcard subscription that receives another tenant's messages, a publish permission broad enough to inject into a control or command topic, a shared broker where topic naming is the only separation between tenants, and a client authenticated to the broker but not authorized per topic so any connection can read or write any topic. Covers MQTT, Kafka, AMQP, and similar brokers where publish and subscribe permissions on topics or queues are the boundary between producers, consumers, and tenants. Use when a broker carries messages across trust boundaries and topic-level authorization is the control. The client publishing or subscribing is the source, the topic or queue it reaches is the sink, and the wildcard or missing per-topic authorization that admits it is the bug.

UnboundCompute 9862186 9.6 KB Updated

File contents

UnboundCompute/security-agent-skills/tree/main/skills/auditing-message-broker-topic-authorization commit 986218622a

Frequently asked questions

npx skillmds@latest add unboundcompute/auditing-message-broker-topic-authorization