# SGX Security

Although Intel SGX technology claims to deliver various security promises, which we have gone through in previous sections, it is still vulnerable to certain types of attacks. Recent academic researches have discovered several such vulnerabilities and prove that Intel SGX is **not as secure as we thought**.

In this section, [Prof. Taesoo Kim](https://taesoo.kim/) explains known security concerns, including cache/branch side-channel attacks and memory safety issues, and corresponding defenses with various working demos.

## SGX Security Issues (presented by Taesoo Kim)

{% embed url="<https://youtu.be/0TXR2JNsFBk>" %}

Slides are available here:

{% file src="/files/-LhmVcxBf2zBzuBoSYEE" %}
Slides here
{% endfile %}


---

# 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://sgx101.gitbook.io/sgx101/sgx-security.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.
