You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.
While i was testing SimpleJSON security i found a crash during string parsing inside parse_string function , below a screenshot.
This seems to be an information leak bug since the parser will try to parse a string until it found a matching " character in order to close the string inside the object, so providing something similar will result in a read out of bounds!
Step to reproduce:
Let me know if you need more information!
Regards,
Daniele Linguaglossa
The text was updated successfully, but these errors were encountered:
While i was testing SimpleJSON security i found a crash during string parsing inside parse_string function , below a screenshot.
This seems to be an information leak bug since the parser will try to parse a string until it found a matching " character in order to close the string inside the object, so providing something similar will result in a read out of bounds!
Step to reproduce:
Let me know if you need more information!
Regards,
Daniele Linguaglossa
The text was updated successfully, but these errors were encountered: