yerzhan7 / SGX_SQLite

SQLite database inside a secure Intel SGX enclave (Linux)
The Unlicense
60 stars 15 forks source link

Crashes and Hangs on SQLite #5

Open Arslan8 opened 4 years ago

Arslan8 commented 4 years ago

Hi, While fuzzing existing SGX applications, we were able to find hangs and crashes on SQLite, as reported by the attachments. The attachment is the output of the fuzzer which is the exact same template as AFL-Fuzzer. out.zip

Thanks, Arslan

Ruide commented 4 years ago

Hi, While fuzzing existing SGX applications, we were able to find hangs and crashes on SQLite, as reported by the attachments. The attachment is the output of the fuzzer which is the exact same template as AFL-Fuzzer. out.zip

Thanks, Arslan

Can I know how to reproduce this bug? I tested by manually put in the content of the file start with "id" under /crashes.

Thank you!