《電子技術應用》
您所在的位置:首頁 > 通信与网络 > 设计应用 > 基于大模型的深层 Web 越权漏洞检测方法
基于大模型的深层 Web 越权漏洞检测方法
网络安全与数据治理
覃锦端1 , 尉雯雯2 , 王月兵1 , 柳遵梁1 , 刘 聪1
1. 杭州美创科技股份有限公司; 2. 陆军军医大学第一附属医院
摘要: 越权漏洞检测和挖掘是传统 Web 应用安全的一项重要课题 , 越权漏洞以其覆盖面广 、隐藏深 、没有固 定流量特征等特点 , 一直是 Web 应用漏洞治理中的难点 。 目前业内常见的Web 越权漏洞挖掘方法以被动式检测 插件配合人工手工挖掘为主 , 被动式检测插件的原理多为替换为高权限/同权限的账号凭据 , 然后以返回流量包 长度大小为漏洞是否存在的判断依据 。此种方式虽然可以节省部分人工测试成本 , 但是只能检测浅层的越权漏 洞 , 对于参数级的越权漏洞还是需要依赖人工手工测试 。基于大模型技术 , 提出一种被动式深层 Web 越权漏洞 检测方法 , 旨在通过大模型自动识别参数名含义和参数值特征 , 动态生成测试参数发包 , 并以返回流量包长度 大小 、具体内容等多个维度为漏洞判断依据 。经测试 , 该方法可以挖掘出更深层次的越权漏洞 , 并有效节约人 工手动挖掘成本。
中圖分類號 : TP309. 2 文獻標志碼 : A DOI :10.19358/j.issn.2097-1788.2026.02.003
中文引用格式 : 覃錦端 , 尉雯雯 , 王月兵 , 等. 基于大模型的深層 Web 越權漏洞檢測方法 [J]. 網絡安全與數據治理 , 2026 , 45
(2) : 20 -27.
英文引用格式 : Qin Jinduan, Wei Wenwen, Wang Yuebing, et al. A deep Web privilege escalation vulnerability detection method based on large models [J]. Cyber Security and Data Governance, 2026 , 45(2) : 20 -27.
A deep Web privilege escalation vulnerability detection method based on large models
Qin Jinduan1 , Wei Wenwen2 , Wang Yuebing1 , Liu Zunliang1 , Liu Cong1
1. Hangzhou Meichuang Technology Co. , Ltd. ; 2. The First Affiliated Hospital (Southwest Hospital) of Third Military Medical University (Army Medical University)
Abstract: Privilege escalation vulnerability detection and mining is an important topic in traditional Web application security. Due to its wide coverage, deep concealment, and lack of fixed traffic characteristics, privilege escalation vulnerabilities have always been a difficult point in the governance of Web application vulnerabilities. Currently, the common Web privilege escalation vulnerability mining methods in the industry mainly rely on passive detection plugins combined with manual mining. The principle of the current passive detection plugins is mostly to re- place with high-privilege or same-privilege account credentials, and then use the length of the returned traffic packet as the basis for determi- ning whether there is a vulnerability. Although this method can save some manual testing costs, it can only detect shallow privilege escalation vulnerabilities, and for parameter-level privilege escalation vulnerabilities, it still relies on manual testing. Based on large model technology, this paper proposes a passive deep Web privilege escalation vulnerability detection method, aiming to automatically identify the meaning of pa- rameter names and the characteristics of parameter values through large models, dynamically generate test parameters for sending, and use mul- tiple dimensions such as the length and specific content of the returned traffic packet as the basis for vulnerability judgment. After testing, this method can detect deeper privilege escalation vulnerabilities and effectively save manual mining costs.
Key words : Web vulnerability; vulnerability detection; privilege escalation vulnerability; large model

引言

越權漏洞 , 顧名思義就是超越了自身所具備的權限所帶來的漏洞 。越權漏洞可以讓同等身份的賬號具備可以讓低權限身份的賬號具備高權限賬號的能力 , 一旦應用系統中出現了越權漏洞 , 就等于安置了一個“ 隱藏后門”, 將導致網絡功能損傷或者隱私泄露等問 題 , 從而造成重大損失[1] 。因此 , 越權漏洞也是 Web 應用安全領域中被尤為關注的一個漏洞門類 。但是近 年來越權漏洞的檢測和治理還是比較低效 , 人工檢測 漏洞和利用漏洞費時且易出錯[2] , 尤其是那些與業務 邏輯強相關的深層次越權漏洞 , 其準確識別與驗證成 為眾多 Web 應用安全人員面臨的主要挑戰。

越權漏洞在 Web 應用漏洞類別中通常歸為邏輯漏 洞一類 , 邏輯漏洞就是與操作系統 、編程語言 、中間 件 、數據庫等組件無關 , 與后端函數實現 、前端頁面 表達也無關 , 而是與業務邏輯相關的一種漏洞 。越權 漏洞攻擊方法通過利用特定的參數或用戶身份提升權 限訪問到非授權內容[3] , 例如 , 賬號 zhangsan 查詢接口“/getUserInfo? uName = zhangsan ”獲取自己的個人 信息 , 若 zhangsan 為黑客 , 那么其發起的查詢可能為 “/getUserInfo? uName = lisi”, “ lisi ”這個字符串并不 帶有任何惡意特征但卻完成了越權漏洞的利用 。 目前 業內對于深層越權漏洞的檢測主要以人工為主 , 使用 多賬號認證憑據替換插件為輔助手段 , 效率低下 , 尚 需一種高效 、可以自動覆蓋參數的測試方法。


本文詳細內容請下載:

http://m.tom3567.com/resource/share/2000006985


作者信息:

覃錦端1 , 尉雯雯2 , 王月兵1 , 柳遵梁1 , 劉    聰1

(1. 杭州美創科技股份有限公司 , 浙江    杭州   310015 

2. 陸軍軍醫大學第一附屬醫院 , 重慶    400038)

2.jpg

此內容為AET網站原創,未經授權禁止轉載。
主站蜘蛛池模板: 国产尤物91| 欧美亚洲色图视频| 国产精品久久婷婷六月丁香| av中文字幕av| 久久在线精品视频| 国产日韩欧美在线观看| 午夜精品一区二区三区av| 久久久成人av| 中文字幕av导航| 国产精品69久久久| 日韩在线小视频| 欧洲精品在线一区| 久久成年人免费电影| 欧美在线亚洲一区| 欧美在线亚洲一区| 国产日产久久高清欧美一区| 久久免费视频网站| 久久国产精品亚洲| 不卡视频一区| 国产成人精品久久| 日本成人中文字幕在线| 欧美精品在线播放| 精品不卡在线| 国产成人精品999| 欧美精品性视频| 青青久久av北条麻妃黑人| 日本精品国语自产拍在线观看 | 国产精品欧美风情| 免费在线观看的毛片| 国产精品我不卡| 亚洲国产精品综合| 欧美亚洲另类在线| 国产免费一区二区视频 | 色av中文字幕一区| 久久久久久久久久久99| 国产三级精品网站| 午夜精品久久久久久久男人的天堂| 欧美高清中文字幕| 久久99久国产精品黄毛片入口| 国产日韩欧美成人| 欧日韩一区二区三区|