Beginner FriendlyFoundryNFT
100 EXP
View results
Submission Details
Severity: medium
Invalid

Overwriting shared space messages

Summary

Message in shared space is overwritten without any verification that the other soulmate read it.

Vulnerability Details

```sharedSpace[id] = message;````is executed without any previous check of the other soulmate reading the message, this means the other soulmate could accidentaly overwrite a message without noticing.

Impact

Medium. This is a problem but it might be the intended functionality.

Tools Used

Manual analysis

Recommendations

Add a check for read messages in the readMessageInSharedSpace() function.

Updates

Lead Judging Commences

0xnevi Lead Judge over 1 year ago
Submission Judgement Published
Invalidated
Reason: Non-acceptable severity

Support

FAQs

Can't find an answer? Chat with us on Discord, Twitter or Linkedin.