Skip to content

Commit 5794597

Browse files
authored
Add Session Fixation attack security consideration to A2A-OID4VP Demo README.md (#8)
Signed-off-by: Valentine Mazurov <valentine.mazurov@dsr-corporation.com>
1 parent 4902b73 commit 5794597

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

demo/a2a-oid4vp/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@ mechanics of leveraging Heka Identity Platform for Agent-to-Agent (A2A) protocol
180180
it is critical to treat any agent operating outside of your direct control as a
181181
potentially untrusted entity.
182182

183+
The demonstrated flow involves usage of OID4VP Response Mode `direct_post` that is vulnerable to Session Fixation attacks ([Ref](https://openid.net/specs/openid-4-verifiable-presentations-1_0.html#name-session-fixation)). Production deployments must provide an additonal security mechanism to prevent such attacks.
184+
183185
All data received from an external agent—including but not limited to its AgentCard,
184186
messages, artifacts, and task statuses—should be handled as untrusted input. For
185187
example, a malicious agent could provide an AgentCard containing crafted data in its

0 commit comments

Comments
 (0)