# Vectores de escalacion de privilegios

En este módulo, nos adentraremos en el análisis de los vectores de escalación de privilegios asociados con AWS Lambda, poniendo especial énfasis en el rol crítico que juegan los privilegios `iam:PassRole` dentro de este contexto. Dirigido a profesionales de la seguridad informática, pentesters y auditores, este curso está diseñado para proveer una comprensión profunda sobre cómo las configuraciones de IAM, específicamente el permiso `iam:PassRole`, pueden ser explotadas para comprometer funciones Lambda y escalar privilegios dentro de una infraestructura de AWS.

* [PassExistingRoleToNewLambdaThenInvoke](/cpna/tecnicas-ofensivas-contra-lambda/vectores-de-escalacion-de-privilegios/passexistingroletonewlambdatheninvoke.md)
* [PassRoleToNewLambdaThenTriggerWithNewDynamo](/cpna/tecnicas-ofensivas-contra-lambda/vectores-de-escalacion-de-privilegios/passroletonewlambdathentriggerwithnewdynamo.md)
* [EditExistingLambdaFunctionWithRole](/cpna/tecnicas-ofensivas-contra-lambda/vectores-de-escalacion-de-privilegios/editexistinglambdafunctionwithrole.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://books.spartan-cybersec.com/cpna/tecnicas-ofensivas-contra-lambda/vectores-de-escalacion-de-privilegios.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
