天堂国产午夜亚洲专区-少妇人妻综合久久蜜臀-国产成人户外露出视频在线-国产91传媒一区二区三区

當(dāng)前位置:主頁(yè) > 科技論文 > 軟件論文 >

Android系統(tǒng)漏洞檢測(cè)和利用方法的研究與實(shí)現(xiàn)

發(fā)布時(shí)間:2018-08-06 17:24
【摘要】:Android操作系統(tǒng)因其開(kāi)源特性而受到廣泛應(yīng)用,但由于系統(tǒng)存在漏洞,不法分子利用系統(tǒng)漏洞提升自身應(yīng)用權(quán)限,在用戶完全不知情的情況下非法采集或泄露用戶信息,甚至完全控制用戶設(shè)備的事件時(shí)有發(fā)生。例如信息泄露導(dǎo)致的垃圾電話和短信讓人們的正常生活飽受騷擾,電信詐騙造成的財(cái)產(chǎn)損失等。因此,Android操作系統(tǒng)的安全問(wèn)題受到高度重視,研究Android系統(tǒng)漏洞的檢測(cè)和利用方法,無(wú)論是在商業(yè)價(jià)值還是在保護(hù)個(gè)人信息和財(cái)產(chǎn)方面,都具有重大意義。本文通過(guò)對(duì)Android應(yīng)用層安全機(jī)制進(jìn)行分析,總結(jié)出Android應(yīng)用的安全開(kāi)發(fā)測(cè)試方法;在研究Android系統(tǒng)層面安全機(jī)制和漏洞緩沖機(jī)制的基礎(chǔ)上,總結(jié)出Android 4.1.2-6.0.1版本間可用的漏洞提權(quán)利用的方法,編寫(xiě)了漏洞利用代碼;另外,針對(duì)目前市場(chǎng)上Android系統(tǒng)漏洞檢測(cè)應(yīng)用軟件的缺乏,提出了基于漏洞自身特性的漏洞檢測(cè)方法和基于漏洞編號(hào)的二進(jìn)制漏洞檢測(cè)方法這兩種漏洞檢測(cè)方法,基于這兩種方法設(shè)計(jì)并實(shí)現(xiàn)了一種漏洞檢測(cè)工具一一VTS。VTS有效解決了使用傳統(tǒng)PoC和其他腳本方式進(jìn)行漏洞存在性驗(yàn)證時(shí)效率低、工作量大、穩(wěn)定性差的問(wèn)題。通過(guò)對(duì)系統(tǒng)版本在4.1.2-6.0.1之間的19款機(jī)型使用漏洞利用代碼進(jìn)行root提權(quán)測(cè)試,發(fā)現(xiàn) CVE-2014-7911CVE-2014-4322、CVE-2015-3636、CVE-2015-1805 這幾個(gè)漏洞利用代碼的組合使用可以root所有機(jī)型。而僅使用單個(gè)漏洞利用代碼進(jìn)行提權(quán)測(cè)試時(shí),由于漏洞利用代碼中存在硬編碼,需要做大量機(jī)型適配工作才能取得比較好的效果。另外對(duì)漏洞檢測(cè)工具VTS添加了 93個(gè)漏洞檢測(cè)代碼,并在Google官方和國(guó)內(nèi)廠商的幾款機(jī)型上進(jìn)行了測(cè)試。測(cè)試結(jié)果顯示VTS檢測(cè)速度快,運(yùn)行穩(wěn)定流暢。通過(guò)對(duì)具體機(jī)型做針對(duì)性代碼修改,檢測(cè)結(jié)果的錯(cuò)誤率可以控制在10%以內(nèi)。滿足了國(guó)內(nèi)廠商定期對(duì)所發(fā)布系統(tǒng)進(jìn)行漏洞補(bǔ)丁級(jí)別檢測(cè)以及用戶熟悉自身設(shè)備安全性的要求。
[Abstract]:Android operating system is widely used because of its open source characteristics. However, because of the loopholes in the system, the illegal molecules use system vulnerabilities to improve their own application rights, illegally collect or disclose user information under the full unknowable situation of the users, even completely control the event of user equipment. For example, the garbage caused by information leakage. Telephone and text messages make people's normal life harassed and the property loss caused by telecommunications fraud. Therefore, the security of the Android operating system is highly valued. It is of great significance to study the detection and use of Android system vulnerabilities, both in commercial value and in the protection of personal information and property. After analyzing the security mechanism of Android application layer, this paper summarizes the security development test method of Android application. On the basis of studying the security mechanism and the vulnerability buffer mechanism of the Android system level, it summarizes the method of using the vulnerability extraction of the Android 4.1.2-6.0.1 version, and writes the loophole utilization code; in addition, it aims at the current market. In the lack of Android system vulnerability detection software, two vulnerability detection methods based on vulnerability detection and vulnerability number based binary vulnerability detection are proposed. Based on these two methods, a vulnerability detection tool, one VTS.VTS, is designed and implemented to effectively solve the use of traditional PoC and others. The scripting method has the problem of low efficiency, large workload and poor stability in the existence of vulnerability verification. Through the use of loopholes in the system version between the 19 types of 4.1.2-6.0.1 models to carry out root lifting test, it is found that CVE-2014-7911CVE-2014-4322, CVE-2015-3636, and CVE-2015-1805 are used in combination of the code. Root all models. While using only a single vulnerability to use code for weight testing, a large number of model adaptions are required to achieve better results due to hard coding in the vulnerability code. In addition, 93 vulnerability detection codes are added to the vulnerability detection tool, VTS, and several models of the Google official and domestic manufacturers. The test results show that the VTS detection speed is fast and the operation is stable and smooth. The error rate of the test results can be controlled within 10% through the specific code modification to the specific model. It meets the requirements of the domestic manufacturers to detect the vulnerability patch level of the published system regularly and to familiarize the users with the security of their own devices.
【學(xué)位授予單位】:西安科技大學(xué)
【學(xué)位級(jí)別】:碩士
【學(xué)位授予年份】:2017
【分類(lèi)號(hào)】:TP316;TP309

【參考文獻(xiàn)】

相關(guān)期刊論文 前10條

1 Yue CHEN;;地址空間布局隨機(jī)化(ASLR)增強(qiáng)研究綜述[J];中國(guó)教育網(wǎng)絡(luò);2016年08期

2 張嘉元;;一種基于匹配的Android系統(tǒng)漏洞檢測(cè)方法[J];電信科學(xué);2016年05期

3 蔣克東;;360手機(jī)助手推“照妖鏡”提升手機(jī)安全性[J];計(jì)算機(jī)與網(wǎng)絡(luò);2016年06期

4 鄭顯義;李文;孟丹;;TrustZone技術(shù)的分析與研究[J];計(jì)算機(jī)學(xué)報(bào);2016年09期

5 包依勤;;TrustZone技術(shù)在Android系統(tǒng)中的安全性研究[J];物聯(lián)網(wǎng)技術(shù);2015年10期

6 梁霞;趙曉燕;馬春艷;;Linux系統(tǒng)中文件訪問(wèn)控制列表在權(quán)限管理中的應(yīng)用[J];信息技術(shù)與信息化;2015年07期

7 姚一楠;翟世俊;;Android平臺(tái)漏洞及安全威脅研究[J];移動(dòng)通信;2015年11期

8 潘談;;基于linux系統(tǒng)文件權(quán)限的研究[J];無(wú)線互聯(lián)科技;2014年10期

9 楊超;劉文慶;張偉;陳云芳;;基于利用方式的Android Root漏洞分析[J];計(jì)算機(jī)科學(xué);2014年S1期

10 楊歡;張玉清;胡予濮;劉奇旭;;基于多類(lèi)特征的Android應(yīng)用惡意行為檢測(cè)系統(tǒng)[J];計(jì)算機(jī)學(xué)報(bào);2014年01期

相關(guān)博士學(xué)位論文 前1條

1 張?jiān)?安卓平臺(tái)安全性增強(qiáng)關(guān)鍵技術(shù)的研究[D];復(fù)旦大學(xué);2014年

相關(guān)碩士學(xué)位論文 前9條

1 陳宏偉;基于關(guān)聯(lián)分析的Android權(quán)限濫用攻擊檢測(cè)系統(tǒng)研究[D];中國(guó)科學(xué)技術(shù)大學(xué);2016年

2 李曉洲;Android應(yīng)用程序組件漏洞測(cè)試方法研究[D];太原理工大學(xué);2015年

3 彭凌;Android應(yīng)用權(quán)限檢測(cè)技術(shù)的研究與改進(jìn)[D];中國(guó)科學(xué)技術(shù)大學(xué);2015年

4 劉昊晨;基于Lua引擎的Android漏洞檢測(cè)工具研究[D];西安電子科技大學(xué);2015年

5 趙幸;Android平臺(tái)惡意應(yīng)用程序行為分析與研究[D];北京交通大學(xué);2014年

6 馬誠(chéng)澤;Android與iOS的對(duì)比分析及Android安全技術(shù)的設(shè)計(jì)與實(shí)現(xiàn)[D];山東理工大學(xué);2013年

7 汪劍;基于SEAndroid的安全探究及其動(dòng)態(tài)多標(biāo)簽實(shí)現(xiàn)[D];電子科技大學(xué);2013年

8 彭智俊;采用靜態(tài)分析檢測(cè)Android應(yīng)用信息泄露的研究[D];復(fù)旦大學(xué);2012年

9 金國(guó)軍;基于安全的Linux內(nèi)核動(dòng)態(tài)行為研究[D];蘭州大學(xué);2012年



本文編號(hào):2168446

資料下載
論文發(fā)表

本文鏈接:http://sikaile.net/kejilunwen/ruanjiangongchenglunwen/2168446.html


Copyright(c)文論論文網(wǎng)All Rights Reserved | 網(wǎng)站地圖 |

版權(quán)申明:資料由用戶b1817***提供,本站僅收錄摘要或目錄,作者需要?jiǎng)h除請(qǐng)E-mail郵箱bigeng88@qq.com
欧美成人一区二区三区在线| 中文字幕久热精品视频在线 | 情一色一区二区三区四| 成年女人下边潮喷毛片免费| 欧美日韩国产午夜福利| 91熟女大屁股偷偷对白| 五月婷婷六月丁香狠狠| 最近日韩在线免费黄片| 亚洲品质一区二区三区| 日韩中文字幕有码午夜美女| 激情综合五月开心久久| 欧美国产日韩变态另类在线看| 深夜视频成人在线观看| 婷婷开心五月亚洲综合| 午夜福利黄片免费观看| 国产精品亚洲二区三区| 99久久精品午夜一区二| 我想看亚洲一级黄色录像| 亚洲熟女少妇精品一区二区三区| 精品日韩视频在线观看| 亚洲中文字幕免费人妻| 丰满少妇高潮一区二区| 日韩在线视频精品中文字幕| 亚洲欧美精品伊人久久| 深夜福利亚洲高清性感| 国产日韩欧美综合视频| 午夜小视频成人免费看| 黄片三级免费在线观看| 在线亚洲成人中文字幕高清| 精品亚洲一区二区三区w竹菊| 内射精品欧美一区二区三区久久久 | 亚洲熟妇熟女久久精品| 国产免费一区二区三区不卡| 尹人大香蕉中文在线播放| 天堂热东京热男人天堂| 91插插插外国一区二区| 五月天丁香婷婷狠狠爱| 一区二区三区日本高清| 国产精品美女午夜视频| 亚洲最新一区二区三区| 欧美黑人巨大一区二区三区|