Recommend upgrade to 20180219.1: addresses iOS/MacOS "text bomb"
8 views
Skip to first unread message
Mike Samuel
unread,
Feb 19, 2018, 12:10:03 PM2/19/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OWASP Java HTML Sanitizer Announce
The latest release of OWASP Java HTML sanitizer addresses a denial of service attack whereby crafted text sequences can crash an iPhone or Mac browser.
A popular press article [1] says > software engineers at Aloha Browser discovered two Unicode symbols > in a non-English language that can crash any Apple device that uses > Apple’s default San Francisco font.
Manish Goregaokar [2] (may contain payload) says > So, ultimately, the full set of cases that cause the crash are: > Any sequence <consonant1, virama, consonant2, ZWNJ, vowel> > in Devanagari, Bengali, and Telugu, where: ...
The latest release [3] removes ZWNJ [4] before Bengali, Devanagari, and Telugu vowels and vowel signs to address this problem. This should not adversely affect legitimate uses of those languages. > a ZWNJ before a vowel doesn’t really do anything for most Indic scripts.