通常情况下在用户系统发布文章后会在数据库中产生一条记录,并生成一个固定的文章ID,用户浏览文章信息只需要传入文章ID,即在后端通过文章ID查询文章详情信息。
示例 - 存在SQL注入的文章详情代码:

  1. <%@ page contentType="text/html;charset=UTF-8" language="java" %>
  2. <%@ page import="java.sql.Connection" %>
  3. <%@ page import="java.sql.DriverManager" %>
  4. <%@ page import="java.sql.ResultSet" %>
  5. <%@ page import="java.util.HashMap" %>
  6. <%@ page import="java.util.Map" %>
  7. <%
  8. // MYSQL sys_article示例表,测试时请先创建对应的数据库和表
  9. // CREATE TABLE `sys_article` (
  10. // `id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '文章ID',
  11. // `user_id` int(9) NOT NULL COMMENT '用户ID',
  12. // `title` varchar(100) NOT NULL COMMENT '标题',
  13. // `author` varchar(16) NOT NULL COMMENT '作者',
  14. // `content` longtext NOT NULL COMMENT '文章内容',
  15. // `publish_date` datetime NOT NULL COMMENT '发布时间',
  16. // `click_count` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '文章点击数量',
  17. // PRIMARY KEY (`id`),
  18. // KEY `index_title` (`title`) USING BTREE
  19. // ) ENGINE=InnoDB AUTO_INCREMENT=100002 DEFAULT CHARSET=utf8 COMMENT='系统文章表';
  20. //
  21. // INSERT INTO `sys_article` VALUES ('100000', '1', '东部战区陆军:丢掉幻想,准备打仗!', 'admin', '<p style=\"font-family:PingFangSC-Regular, 微软雅黑, STXihei, Verdana, Calibri, Helvetica, Arial, sans-serif;font-size:16px;text-indent:32px;background-color:#FFFFFF;\">\n 中国人民解放军东部战区陆军微信公众号“人民前线”4月15日发布《丢掉幻想,准备打仗! 》,以下为文章全文:\n</p>\n<p style=\"font-family:PingFangSC-Regular, 微软雅黑, STXihei, Verdana, Calibri, Helvetica, Arial, sans-serif;font-size:16px;text-indent:32px;background-color:#FFFFFF;\">\n 文丨陈前线\n</p>\n<p style=\"font-family:PingFangSC-Regular, 微软雅黑, STXihei, Verdana, Calibri, Helvetica, Arial, sans-serif;font-size:16px;text-indent:32px;background-color:#FFFFFF;\">\n “丢掉幻想,准备斗争!”\n</p>\n<p style=\"font-family:PingFangSC-Regular, 微软雅黑, STXihei, Verdana, Calibri, Helvetica, Arial, sans-serif;font-size:16px;text-indent:32px;background-color:#FFFFFF;\">\n 这是新中国成立前夕,毛主席发表的一篇文章标题。\n</p>\n<p style=\"font-family:PingFangSC-Regular, 微软雅黑, STXihei, Verdana, Calibri, Helvetica, Arial, sans-serif;font-size:16px;text-indent:32px;background-color:#FFFFFF;\">\n 毛主席曾说过: “我们爱好和平,但以斗争求和平则和平存,以妥协求和平则和平亡。 ”\n</p>\n<p style=\"font-family:PingFangSC-Regular, 微软雅黑, STXihei, Verdana, Calibri, Helvetica, Arial, sans-serif;font-size:16px;text-indent:32px;background-color:#FFFFFF;text-align:center;\">\n <img src=\"/res/images/20200415203823695.jpg\" />\n</p>\n<p style=\"font-family:PingFangSC-Regular, 微软雅黑, STXihei, Verdana, Calibri, Helvetica, Arial, sans-serif;font-size:16px;text-indent:32px;background-color:#FFFFFF;\">\n 放眼今日之中国,九州大地上热潮迭涌。 在中国梦的指引下,华夏儿女投身祖国各项建设事业,追赶新时代发展的脚步。 中国在国际上的影响力显著增强,“向东看”开始成为一股潮流。\n</p>', '2020-04-19 17:35:06', '4'), ('100001', '1', '面对战争,时刻准备着!', 'admin', '<p style=\"font-family:&quot;font-size:16px;background-color:#FFFFFF;text-align:justify;\">\n 这话是20年前,我的新兵连长说的。\n</p>\n<p style=\"font-family:&quot;font-size:16px;background-color:#FFFFFF;text-align:justify;\">\n &emsp;&emsp;那是我们授衔后的第一个晚上,班长一脸神秘地说:“按照惯例,今天晚上肯定要紧急集合的,这是你们的‘成人礼’。”于是,熄灯哨音响过之后,我们都衣不解带地躺在床上。班长为了所谓的班级荣誉,也默认了我们的做法。\n</p>\n<p style=\"font-family:&quot;font-size:16px;background-color:#FFFFFF;text-align:justify;\">\n &emsp;&emsp;果然,深夜一阵急促的哨音响起,我们迅速打起被包,冲到指定地点集合。大个子连长看着整齐的队伍,说了句:“不错,解散!”一个皆大欢喜的局面。我们都高高兴兴地回到宿舍,紧绷的神经一下子放松下来,排房里很快就响起了呼噜声。\n</p>\n<p align=\"center\" style=\"font-family:&quot;font-size:16px;background-color:#FFFFFF;\">\n <img src=\"/res/images/20200419133156232.jpg\" alt=\"500\" />\n</p>\n<p style=\"font-family:&quot;font-size:16px;background-color:#FFFFFF;text-align:justify;\">\n &emsp;&emsp;可是,令人没有想到的是,睡梦中又一阵急促的哨音划破夜空的宁静——连长再次拉起了紧急集合。这一次,情况就完全不一样了,毫无准备的我们,狼狈不堪,有的被包来不及打好,不得不用手抱住;有的找不到自己的鞋子,光脚站在地上,有的甚至连裤子都穿反了……\n</p>', '2020-04-19 17:37:40', '17');
  22. %>
  23. <%
  24. String id = request.getParameter("id");
  25. Map<String, Object> articleInfo = new HashMap<String, Object>();
  26. ResultSet rs = null;
  27. Connection connection = null;
  28. if (id != null) {
  29. try {
  30. Class.forName("com.mysql.jdbc.Driver");
  31. connection = DriverManager.getConnection("jdbc:mysql://localhost:3306/javaweb-bbs", "root", "root");
  32. String sql = "select * from sys_article where id = " + id;
  33. System.out.println(sql);
  34. rs = connection.prepareStatement(sql).executeQuery();
  35. while (rs.next()) {
  36. articleInfo.put("id", rs.getInt("id"));
  37. articleInfo.put("user_id", rs.getInt("user_id"));
  38. articleInfo.put("title", rs.getString("title"));
  39. articleInfo.put("author", rs.getString("author"));
  40. articleInfo.put("content", rs.getString("content"));
  41. articleInfo.put("publish_date", rs.getDate("publish_date"));
  42. }
  43. } catch (Exception e) {
  44. e.printStackTrace();
  45. } finally {
  46. // 关闭数据库连接
  47. if (rs != null)
  48. rs.close();
  49. if (connection != null)
  50. connection.close();
  51. }
  52. }
  53. %>
  54. <html>
  55. <head>
  56. <title><%=articleInfo.get("title")%></title>
  57. </head>
  58. <body>
  59. <div style="margin: 30px;">
  60. <h2 style="height: 30px; text-align: center;"><%=articleInfo.get("title")%></h2>
  61. <p>作者:<%=articleInfo.get("author")%> - <%=articleInfo.get("publish_date")%></p>
  62. <div style="border: 1px solid #C6C6C6;">
  63. <%=articleInfo.get("content")%>
  64. </div>
  65. </div>
  66. </body>
  67. </html>

sys_article表结构如下:

id user_id title author content publish_date click_count
100000 1 东部战区陆军:丢掉幻想,准备打仗! admin 文章内容 2020-04-19 17:35:06 4
100001 1 面对战争,时刻准备着! admin 文章内容 2020-04-19 17:37:40 17

访问示例程序并传入参数id=100001后会显示文章详情,请求:http://localhost:8000/modules/jdbc/article.jsp?id=100001,如下图:
3. 2. 文章详情页注入 - 图1

2.1 union select类型的SQL注入攻击测试

攻击者在ID处构造并传入恶意的SQL注入语句后,可以轻松的读取出数据库信息,如将请求中的id参数值改为100001 and 1=2 union select 1,2,user(),version(),database(),6,7,服务器端将会返回数据库名称、请求:http://localhost:8000/modules/jdbc/article.jsp?id=100001%20and%201=2%20union%20select%201,2,user(),version(),database(),6,7,version(),database(),6,7),如下图:
3. 2. 文章详情页注入 - 图2
由于攻击的Payload中包含了union、select、user()、version()、database()敏感关键字,大部分的WAF都能够识别此类SQL注入。

2.2 算数运算结果探测型攻击测试

但如果攻击者将注入语句改为检测语句:100001-1的时候页面会输出文章id100000的文章,由于id参数存在注入,数据库最终查询到的文章id100001-1也就是id100000的文章,请求:http://localhost:8000/modules/jdbc/article.jsp?id=100001-1,如下图:
3. 2. 文章详情页注入 - 图3
几乎可以绕过99%WAF和大部分的RASP产品了,此类SQL注入攻击属于不具有攻击性的探测性攻击。

2.3 数据库函数型攻击测试

部分攻击者使用了数据库的一些特殊函数进行注入攻击,可能会导致WAF无法识别,但是RASP具备特殊函数注入攻击的精准检测和防御能力。
例如上述示例中攻击者传入的id参数值为:(100001-1)或者(100001)用于探测数据表中是否存在id值为100000的文章,请求:http://localhost:8000/modules/jdbc/article.jsp?id=(100001)),如下图:
3. 2. 文章详情页注入 - 图4
或者传入的id参数值为:(select 100000)来探测数据库是否存在id值为100000的文章,请求:http://localhost:8000/modules/jdbc/article.jsp?id=(select%20100000)),如下图:
3. 2. 文章详情页注入 - 图5
大多数数据库支持使用()来包裹一个整数型的字段值,但是99%WAF和极大多数的RASP产品是无法识别此类型的注入攻击的。