> For the complete documentation index, see [llms.txt](https://hacking-notes.jord4n.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hacking-notes.jord4n.pro/zh/useful-resources/bug-bounty.md).

# 漏洞赏金

真实世界漏洞研究笔记和负责任披露案例研究。本节用于那些既不是 CTF 题解，也不是通用方法论页面的发现：实际报告、PoC、影响说明、修复说明以及经验教训。

{% hint style="info" %}
仅将本节用于经授权的研究。请勿在公开笔记中包含敏感令牌、私有 URL、客户数据以及尚未发布的厂商细节。
{% endhint %}

## 案例研究

<table data-view="cards" data-full-width="false" data-search="false"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h3><i class="fa-robot" style="color:$primary;">:robot:</i></h3></td><td><h4>GitBook AI 助手重放 PoC</h4></td><td>关于已修复的 GitBook AI 助手服务器动作重放问题的负责任披露案例研究，涉及授权、作用范围、预览模式和会话强制校验。</td><td><a href="/pages/64bcdc868c7786d7b5ab47ba2864c7cded8ee43d">/pages/64bcdc868c7786d7b5ab47ba2864c7cded8ee43d</a></td></tr></tbody></table>

## 如何使用本节

1. 先简要说明影响和状态。
2. 在不泄露敏感实时数据的情况下说明存在漏洞的流程。
3. 将观察到的内容与推断出来的内容分开。
4. 只有在问题已修复或已安全限定范围时，才添加简短的复现摘要。
5. 最后写上修复措施以及对未来测试的经验教训。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://hacking-notes.jord4n.pro/zh/useful-resources/bug-bounty.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
