Technical Tag

cve

4 related articles.

Security Issues Caused by Delimiters

0x01 Preface. I recently read P's discussion of delimiter security and a Django security advisory, so I studied delimiter-related vulnerabilities. 0x02 Delimiters. A delimiter marks a boundary. If // is the delimiter, //panda// tells the computer to start at the first //, read panda, and stop at the next…

Java Code Auditing for Beginners 02: SQL Injection and Real-World Cases

0x00 Preface. I created this series because online Java code-audit material is usually fragmented and unfriendly to beginners. I am also learning Java auditing, so the series records and summarizes that process. It is intended for readers with basic Java syntax knowledge and will cover…