CWE-427 对搜索路径元素未加控制 类弱点 604 条 CVE 漏洞汇总,含 AI 中文分析。
CWE-427 属于路径遍历类漏洞,指程序在搜索资源时,其路径中包含可由攻击者控制的目录。攻击者通常通过在该目录下放置恶意文件或库,诱导程序加载并执行,从而劫持系统控制权。开发者应避免使用相对路径或不可信的环境变量,转而采用绝对路径,并严格限制相关目录的写入权限,以确保资源加载的安全性。
... System.Runtime.getRuntime().exec("make"); ...
func ExecuteGitCommand(name string, arg []string) error { c := exec.Command(name, arg...) var err error c.Path, err = exec.LookPath(name) if err != nil { return err } }
| CVE ID | 标题 | CVSS | 风险等级 | Published |
|---|---|---|---|---|
| CVE-2020-6021 | Check Point Endpoint Security Client 代码问题漏洞 — Check Point Endpoint Security Client for Windows | 7.8 | - | 2020-12-03 |
| CVE-2020-25174 | B. Braun Melsungen AG OnlineSuite AP 代码问题漏洞 — OnlineSuite | 7.8 | - | 2020-11-06 |
| CVE-2020-5145 | SonicWall Global VPN client 代码问题漏洞 — SonicWall Global VPN Client | 7.8 | - | 2020-10-28 |
| CVE-2020-24423 | Adobe Media Encoder 代码问题漏洞 — Media Encoder | 7.0 | High | 2020-10-21 |
| CVE-2020-24424 | Adobe Premiere Pro 代码问题漏洞 — Premiere | 7.0 | High | 2020-10-21 |
| CVE-2020-24420 | Adobe Photoshop 代码问题漏洞 — Photoshop | 7.0 | High | 2020-10-21 |
| CVE-2020-24419 | Adobe After Effects 代码问题漏洞 — After Effects | 7.0 | High | 2020-10-21 |
| CVE-2020-24425 | Adobe Dreamweaver 代码问题漏洞 — Dreamweaver | 7.5 | High | 2020-10-21 |
| CVE-2020-24422 | Adobe Creative Cloud Desktop Application 代码问题漏洞 — Creative Cloud (desktop component) | 7.0 | High | 2020-10-21 |
| CVE-2020-8345 | Lenovo Vantage 代码问题漏洞 — Vantage HardwareScan Plugin | 7.3 | High | 2020-10-14 |
| CVE-2020-3535 | Cisco Webex Teams 代码问题漏洞 — Cisco Webex Teams | 7.8 | High | 2020-10-08 |
| CVE-2020-6654 | Eaton 9000x Configuration Software 代码问题漏洞 — 9000x Programming and Configuration Software | 7.8 | High | 2020-09-30 |
| CVE-2020-7358 | AppSpider installer 代码问题漏洞 — AppSpider | 5.8 | Medium | 2020-09-18 |
| CVE-2020-7312 | McAfee Agent 代码问题漏洞 — MA for Windows | 7.8 | High | 2020-09-10 |
| CVE-2019-3881 | Bundler 代码问题漏洞 — rubygem-bundler | 7.8 | - | 2020-09-04 |
| CVE-2020-5419 | Pivotal Software RabbitMQ 代码问题漏洞 — RabbitMQ | 6.7 | - | 2020-08-31 |
| CVE-2020-3433 | Cisco AnyConnect Secure Mobility Client for Windows 代码问题漏洞 — Cisco AnyConnect Secure Mobility Client | 7.8 | High | 2020-08-17 |
| CVE-2020-7360 | Philips SmartControl 代码问题漏洞 — SmartControl | 7.4 | High | 2020-08-13 |
| CVE-2020-13177 | Teradici PCoIP Standard Agent和Graphics Agent 代码问题漏洞 — - PCoIP Standard Agent for Windows - PCoIP Graphics Agent for Windows | 7.8 | - | 2020-08-11 |
| CVE-2020-10610 | 多款OSIsoft产品代码问题漏洞 — OSIsoft PI System multiple products and versions | 7.8 | - | 2020-07-24 |
| CVE-2020-7585 | 多款Siemens SIMATIC 产品代码问题漏洞 — SIMATIC PCS 7 V8.2 and earlier | 7.3 | - | 2020-06-10 |
| CVE-2019-3613 | McAfee Agent 代码问题漏洞 — McAfee Agent (MA) | 5.9 | Medium | 2020-06-10 |
| CVE-2020-5357 | Dell Dock Firmware Update Utilities 代码问题漏洞 — CPG BIOS | 7.1 | High | 2020-05-28 |
| CVE-2020-10616 | Opto 22 SoftPAC Project 代码问题漏洞 — Opto 22 SoftPAC Project | 8.8 | - | 2020-05-14 |
| CVE-2020-10626 | Fazecast jSerialComm 代码问题漏洞 — Fazecast jSerialComm, Version 2.2.2 and prior | 7.8 | - | 2020-05-14 |
| CVE-2020-6244 | SAP Business Client 代码问题漏洞 — SAP Business Client | 7.8 | - | 2020-05-12 |
| CVE-2020-8895 | Google Earth Pro 代码问题漏洞 — Earth Pro | 7.8 | High | 2020-04-21 |
| CVE-2020-7474 | Schneider Electric ProSoft Configurator 代码问题漏洞 — ProSoft Configurator v1.002 and prior, for the PMEPXM0100 (H) module | 7.8 | - | 2020-03-23 |
| CVE-2020-5324 | 多款 Dell 产品输入验证错误漏洞 — Dell Client Consumer and Commercial Platforms | 7.1 | High | 2020-02-21 |
| CVE-2020-3153 | Cisco AnyConnect Secure Mobility Client for Windows 代码问题漏洞 — Cisco AnyConnect Secure Mobility Client | 8.4 | - | 2020-02-19 |
CWE-427(对搜索路径元素未加控制) 是常见的弱点类别,本平台收录该类弱点关联的 604 条 CVE 漏洞。