Skip to content

Commit a9f2658

Browse files
Update docs/specification/draft/basic/security_best_practices.mdx
Co-authored-by: Den Delimarsky 🌺 <[email protected]>
1 parent 2792bf5 commit a9f2658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/specification/draft/basic/security_best_practices.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ MCP servers **MUST NOT** accept any tokens that were not explicitly issued for t
144144

145145
### 2.3 Session Hijacking
146146

147-
Session hijacking is when a client is provided a session ID by the server and another client is able to use the same session ID to act on behalf of the original client in some way.
147+
Session hijacking is an attack vector where a client is provided a session ID by the server, and an unauthorized party is able to obtain and use that same session ID to impersonate the original client and perform unauthorized actions on their behalf.
148148

149149
#### 2.3.1 Session Highjack Prompt Injection
150150

0 commit comments

Comments
 (0)