[其他书籍] Fuzzing with Code Fragments by Christian Holler, Kim Herzig, Andreas Zeller

[复制链接]
发表于 2021-6-28 12:51:36

模糊测试是一种自动化技术,它提供随机数据作为软件系统的输入,以期暴露漏洞。为了有效,模糊输入必须足够通用以通过基本一致性检查;例如,JavaScript 解释器只接受语义有效的程序。另一方面,模糊输入必须足够罕见以触发异常行为,例如解释器崩溃。 LangFuzz 方法通过使用语法随机生成有效程序来解决这个冲突;然而,这些代码片段部分源于之前已知导致无效行为的程序。 LangFuzz 是一个有效的安全测试工具:应用于 Mozilla JavaScript 解释器,在运行三个月内共发现了 105 个新的严重漏洞(从而成为该时期的顶级安全漏洞赏金收集者之一);应用于PHP解释器,它发现了18个导致崩溃的新缺陷。

(Fuzz testing is an automated technique providing random data as input to a software system in the hope to expose a vulnerability. In order to be effective, the fuzzed input must be common enough to pass elementary consistency checks; a JavaScript interpreter, for instance, would only accept a semantically valid program. On the other hand, the fuzzed input must be uncommon enough to trigger exceptional behavior, such as a crash of the interpreter. The LangFuzz approach resolves this conflict by using a grammar to randomly generate valid programs; the code fragments, however, partially stem from programs known to have caused invalid behavior before. LangFuzz is an effective tool for security testing: Applied on the Mozilla JavaScript interpreter, it discovered a total of 105 new severe vulnerabilities within three months of operation (and thus became one of the top security bug bounty collectors within this period); applied on the PHP interpreter, it discovered 18 new defects causing crashes.)

1624855889402.rar


上一篇:Replacement Attacks Against VM-protected Applications
下一篇:Efficient and Fine-grained Address Space Randomization

使用道具 举报

Archiver|手机版|小黑屋|吾爱开源 |网站地图

Copyright 2011 - 2012 Lnqq.NET.All Rights Reserved( ICP备案粤ICP备14042591号-1粤ICP14042591号 )

关于本站 - 版权申明 - 侵删联系 - Ln Studio! - 广告联系

本站资源来自互联网,仅供用户测试使用,相关版权归原作者所有

快速回复 返回顶部 返回列表