Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CWE-920 — Vulnerability Class 1

1 vulnerabilities classified as CWE-920. AI Chinese analysis included.

CWE-920 represents a resource management weakness where software fails to adequately limit its power consumption in environments with finite energy sources, such as battery-operated mobile or embedded devices. This flaw is typically exploited not through malicious intent, but by the system’s own inefficient operations, leading to rapid battery depletion, unexpected shutdowns, or thermal throttling that degrades performance. Attackers may leverage this by triggering high-power processes to induce denial-of-service conditions, effectively draining the device’s power supply to disrupt service. To prevent this, developers must implement robust power management strategies, including optimizing code efficiency, utilizing hardware-specific power-saving modes, and enforcing strict limits on background processes. Regular profiling and testing under varying load conditions ensure that energy usage remains within sustainable bounds, preserving device longevity and operational reliability.

MITRE CWE Description
The product operates in an environment in which power is a limited resource that cannot be automatically replenished, but the product does not properly restrict the amount of power that its operation consumes. In environments such as embedded or mobile devices, power can be a limited resource such as a battery, which cannot be automatically replenished by the product itself, and the device might not always be directly attached to a reliable power source. If the product uses too much power too quickly, then this could cause the device (and subsequently, the product) to stop functioning until power is restored, or increase the financial burden on the device owner because of increased power costs. Normal operation of an application will consume power. However, in some cases, an attacker could cause the application to consume more power than intended, using components such as: Display CPU Disk I/O GPS Sound Microphone USB interface
Common Consequences (1)
AvailabilityDoS: Resource Consumption (Other), DoS: Crash, Exit, or Restart
The power source could be drained, causing the application - and the entire device - to cease functioning.
CVE IDTitleCVSSSeverityPublished
CVE-2017-12714 多款Abbott产品安全漏洞 — Accent/Anthem, Accent MRI, Assurity/Allure, and Assurity MRI. 6.5 -2018-04-25

Vulnerabilities classified as CWE-920 represent 1 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.