# 참고자료

<https://blog.oxor.io/common-vulnerabilities-in-zk-proof-5ba7620dfa2f> - 좀 더 쉬운

<https://blog.zksecurity.xyz/posts/zkbugs/> - 이걸 바탕으로 실제 취약점 test

<https://arxiv.org/pdf/2402.15293> - snark에서 발생 논문을 바탕으로 존재하는 취약점 list

<https://eprint.iacr.org/2024/514.pdf> - 좀더 일반적인 zkp 관련

<https://github.com/timimm/awesome-zero-knowledge-proofs-security> - 누군가의 poc

<https://arxiv.org/abs/2504.11961> - Fuzz

<https://arxiv.org/html/2504.14881v1> - 뭔가 zkp에서 이러한 취약점이 있고 fuzz를 어떻게 해야할것인가 short paper


---

# 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://upsidezkp.gitbook.io/upside-zkp-docs/step-5/zkp/undefined.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.
