1 vulnerabilities classified as CWE-774 (不加限制或调节进行文件描述符或句柄的分配). AI Chinese analysis included.
CWE-774 represents a resource management weakness where software fails to enforce limits on file descriptor or handle allocations for specific actors. This vulnerability typically arises when applications accept untrusted input or process external requests without capping the number of open files, allowing malicious users to exhaust system resources. By rapidly opening numerous connections or files, an attacker can trigger a denial-of-service condition, preventing legitimate processes from accessing critical data or performing essential operations. To mitigate this risk, developers must implement strict throttling mechanisms and enforce quotas on resource consumption per user or session. Utilizing operating system-level limits, such as ulimit in Unix-like systems, and integrating application-level counters ensures that resource exhaustion is prevented, maintaining system stability and availability against abuse.
| CVE ID | Title | CVSS | Severity | Published |
|---|---|---|---|---|
| CVE-2024-48848 | LARGECONTENT - device disk overutilization — ASPECT-Enterprise | 6.5 | Medium | 2025-05-22 |
Vulnerabilities classified as CWE-774 (不加限制或调节进行文件描述符或句柄的分配) represent 1 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.