▲ | Muromec 3 days ago | ||||||||||||||||||||||||||||||||||
If everyone has the same parser the whole classes of bugs just stop being exploitable. The classic one being one parser at the edge validates somethhing and the further down the line sees another result which it expects tp be rejected during validation. Both parsers could be buggy, but when they have different kinds of bugs, you get a zero click undetectable exploit | |||||||||||||||||||||||||||||||||||
▲ | woodruffw 3 days ago | parent | next [-] | ||||||||||||||||||||||||||||||||||
I don’t think it’s this simple: you can still produce observable differentials with a single parser by using different options within that parser in different places. The ZIP format itself affords ample opportunities for that. | |||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||
▲ | aaviator42 3 days ago | parent | prev [-] | ||||||||||||||||||||||||||||||||||
It significantly increases the attack surfaces of bugs that do exist in the parser if the same implementation is used everywhere. |