CVE-2024-48848
Raw vector
CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:XSummary
CVE-2024-48848 is a high-severity Allocation of File Descriptors or Handles Without Limits or Throttling (CWE-774) vulnerability in Abb (inferred from references). Its CVSS base score is 7.0 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Endpoint Denial of Service (T1499); ranked at the 26th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified map to SC-6 (Resource Availability) — see the control section below for these in your framework.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-54590
Vulnerability Data
Large content vulnerabilities are present in ASPECT exposing a device to disk overutilization on a system if administrator credentials become compromisedThis issue affects ASPECT-Enterprise: through 3.*; NEXUS Series: through 3.*; MATRIX Series: through 3.*.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise Techniques
CVEs Like This One
Affected Assets
Mitigating Controls
Control response
—
—
- 2 hardening rules · 1 OS baseline
—
Mitigating Controls (NIST 800-53 r5) AI
SC-6 directly requires allocating resources (including file descriptors) according to quotas or limits, structurally preventing unbounded allocation.
Mitigating Controls (NIST CSF 2.0) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.
Secure-development practices directly require resource-limit and throttling controls, preventing unbounded allocation by design.
Identifying and recording resource-management vulnerabilities can surface missing allocation limits before deployment.
Capacity monitoring helps detect exhaustion but does not impose per-actor allocation limits at the code level.
Hardened configuration baselines can enforce OS-level descriptor/handle quotas that compensate for missing application limits.
Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.
Secure coding standards explicitly require limits on file-handle allocation.
Security testing can detect unbounded descriptor allocation before release.
Secure development lifecycle requires resource-limit checks during design and coding.
Application security requirements can mandate throttling and descriptor limits.
Secure architecture principles include resource-management controls to prevent exhaustion.
Capacity management directly limits resource allocation including file descriptors.