iOS iMessage Bug: Audio Messages Fail When Mentioning "Dave and Buster's"
A bizarre iOS bug is making waves: sending audio messages via iMessage containing the phrase "Dave and Buster's" (a US sports bar) prevents the recipient from receiving them.
Investigation revealed the issue stems from iOS's transcription engine. It transcribes "Dave and Buster's" into HTML code with an unescaped ampersand (&), causing MessagesBlastDoorService (a security mechanism designed to thwart hacking attempts) to halt message delivery due to a parsing error.
While seemingly a security vulnerability, it actually demonstrates BlastDoor's effectiveness in preventing potential malicious code injection, highlighting Apple's cautious approach to security.
Read more