April 2026
Intermediate
1009 pages
34h 15m
English
In connection with malicious input data, there is another tricky yet trivial attack option. To illustrate this, we will first show another example. At the beginning of the chapter, we presented the poorly constructed CMS that worked with the following links:
<a href="edit.php?id=23">Edit article #23</a> <a href="edit.php?id=24">Edit article #24</a> <a href="edit.php?id=27">Edit article #27</a>
In an extended version, there were also these links:
<a href="delete.php?id=23">Delete article #23</a> <a href="delete.php?id=24">Delete article #24</a> <a href="delete.php?id=27">Delete article #27</a>
Of course, this is just as insecure, but the programmer has come up with something. Someone told him that it was very easy to infiltrate ...
Read now
Unlock full access