An issue was discovered on Securifi Almond, Almond+, and Almond 2015 devices with firmware AL-R096. The device provides a user with the capability of adding new port forwarding rules to the device. It seems that the POST parameters passed in this request to set up routes on the device can be set in such a way that would result in passing commands to a "system" API in the function and thus result in command injection on the device. If the firmware version AL-R096 is dissected using binwalk tool, we obtain a cpio-root archive which contains the filesystem set up on the device that contains all the binaries. The binary "goahead" is the one that has the vulnerable function that recieves the values sent by the POST request. If we open this binary in IDA-pro we will notice that this follows a MIPS little endian format. The function sub_43C280in IDA pro is identified to be receiving the values sent in the POST request and the value set in POST parameter "ip_address" is extracted at address 0x0043C2F0. The POST parameter "ipaddress" is concatenated at address 0x0043C958 and this is passed to a "system" function at address 0x00437284. This allows an attacker to provide the payload of his/her choice and finally take control of the device.
结论预警: CVE-2017-8331 综合评估为高可利用风险(77.9/100):CVSS 技术影响为高级,利用概率偏高(EPSS 6.98%,百分位 93%) 核心证据: 已收录 1 条公开利用参考(Exploit-DB)。 强制指令: 存在公开利用—请排查暴露面、落实缓解措施并优先修补。
风险随态势动态变化;本站持续评估并同步更新本页展示内容。
| EDB-ID | 来源 | 类型 | 公开时间 | 链接 |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS 日更估计相对被利用可能性;百分位表示该 CVE 在已评分漏洞中的相对排名(越高表示相对更严重)。
| # | 日期 | 旧 EPSS 分数 | 新 EPSS 分数 | 变化(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 13.32% | 6.98% | -6.34% |
| 2 | 2026-05-19 | 13.76% | 13.32% | -0.44% |
| 3 | 2026-04-03 | — | 13.76% | — |
完整 EPSS 历史 (共 20 条)
该 CVE 的 CVSS 指标。
| 底座分 | 版本 | 严重度 | 向量 | 可利用性 | 影响 | 分数来源 |
|---|---|---|---|---|---|---|
| 8.8 | 3.0 | HIGH |
|
2.8 | 5.9 | [email protected] |
| 6.5 | 2.0 | MEDIUM |
|
8.0 | 6.4 | [email protected] |
| 厂商 | 产品 | 版本 | 原始 CPE |
|---|---|---|---|
| securifi | almond_2015_firmware | al-r096 | cpe:2.3:o:securifi:almond_2015_firmware:al-r096:*:*:*:*:*:*:* |
| securifi | almond\+firmware | al-r096 | cpe:2.3:o:securifi:almond\+firmware:al-r096:*:*:*:*:*:*:* |
| securifi | almond_firmware | al-r096 | cpe:2.3:o:securifi:almond_firmware:al-r096:*:*:*:*:*:*:* |
| URL | 标签 |
|---|---|
| http://packetstormsecurity.com/files/153227/Securifi-Almond-2015-Buffer-Overflow-Command-Injection-XSS-CSRF.html | Third Party Advisory VDB Entry |
| https://github.com/ethanhunnt/IoT_vulnerabilities/blob/master/Securifi_Almond_plus_sec_issues.pdf | Exploit Third Party Advisory |
| https://seclists.org/bugtraq/2019/Jun/8 | Mailing List Third Party Advisory |