3 vulnerabilities classified as CWE-775 (缺失文件描述符或句柄在有效生命周期之后的释放处理). AI Chinese analysis included.
CWE-775 represents a resource management weakness where software fails to release file descriptors or handles after they are no longer needed. This oversight typically occurs when developers neglect to explicitly close opened resources, leaving them allocated in the system memory. Attackers exploit this vulnerability by repeatedly opening files or connections without closing them, rapidly exhausting the available pool of descriptors. This resource exhaustion leads to a denial of service, as the system runs out of handles, preventing legitimate processes from accessing necessary files or network resources. To prevent this, developers must implement robust resource management practices, ensuring that every opened file descriptor or handle is explicitly closed in a finally block or through context managers. Regular code reviews and static analysis tools can also help identify these leaks, ensuring system stability and security against resource exhaustion attacks.
| CVE ID | Title | CVSS | Severity | Published |
|---|---|---|---|---|
| CVE-2019-25557 | TwistedBrush Pro Studio 24.06 Denial of Service via srp File — TwistedBrush Pro Studio | 6.2 | Medium | 2026-03-21 |
| CVE-2025-53476 | OpenPLC 安全漏洞 — OpenPLC_v3 | 5.3 | Medium | 2025-10-07 |
| CVE-2017-8452 | Elasticsearch Kibana 安全漏洞 — Kibana | - | - | 2017-06-16 |
Vulnerabilities classified as CWE-775 (缺失文件描述符或句柄在有效生命周期之后的释放处理) represent 3 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.