Privilege Escalation - Definição do Glossário de CI/CD
A privilege escalation é explorar uma falha ou má configuração para obter direitos além dos atribuídos, verticalmente (usuário → root) ou horizontalmente (uma conta → outra); least privilege e capabilities removidas reduzem a oportunidade em runners de CI.
Guias relacionados
Sandbox Escape - CI/CD Glossary DefinitionA sandbox escape is code breaking out of its confined environment to affect the host, defeating the isolation…
Container Breakout - CI/CD Glossary DefinitionA container breakout is workload code escaping its container to reach the host kernel or other containers - t…
Least Privilege - CI/CD Glossary DefinitionLeast privilege grants each identity only the permissions it actually needs and no more, so a leaked CI crede…