Tag Archives: Null Byte Injection

Using php://filter for local file inclusion

I came across a website where the site was vulnerable to LFI (local file inclusion) however the inclusion was done using a require_once and the script appended a .php extension to the end of the file; furthermore it was not … Continue reading

Posted in PHP | Tagged , , | 3 Comments

MongoDB Null Byte Injection attacks

Following my earlier post on how MongoDB can be vulnerable to SQL injection I discovered that MongoDB is also vulnerable to Null Byte Injection. The attack could potentially let users overwrite fields in the database to which the application logic … Continue reading

Posted in MongoDB | Tagged , , , | 4 Comments