CWE-1314 类弱点 1 条 CVE 漏洞汇总,含 AI 中文分析。
CWE-1314 指参数化数据值缺乏写保护,属于配置错误类漏洞。攻击者通常利用未受保护的传感器缩放参数,通过篡改数据操纵硬件读数,导致设备超出设计限制运行,进而引发硬件损坏或操作故障。开发者应避免此风险,确保关键传感器阈值由硬件熔丝或可信软件严格锁定,并实施严格的访问控制,防止不受信任的软件修改这些关键参数。
The sensor frequency value is scaled by applying the function: Sensed Temp = a + b * Sensor Freq where a and b are the programmable calibration data coefficients. Software sets a and b to zero ensuring the sensed
temperature is always zero.The sensor frequency value is scaled by applying the function: Sensed Temp = a + b * Sensor Freq where a and b are the programmable calibration data coefficients. Untrusted software is prevented from changing the values of either a or b,
preventing this method of manipulating the temperature.| CVE ID | 标题 | CVSS | 风险等级 | Published |
|---|---|---|---|---|
| CVE-2026-40188 | goshs 安全漏洞 — goshs | 7.7 | High | 2026-04-10 |
CWE-1314 是常见的弱点类别,本平台收录该类弱点关联的 1 条 CVE 漏洞。