Cyber Resilience

CVE-2024-8373

Netapp Active Iq Unified Manager

Public PoC
Published
09 September 2024
Modified
20 November 2025
CVSS Score v3.1 4.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L
EPSS Score 0.0060 46th percentile
Risk Priority 40 floored blend · peak EPSS

Summary

CVE-2024-8373 is a medium-severity Incomplete Filtering of Special Elements (CWE-791) vulnerability in Netapp Active Iq Unified Manager. Its CVSS base score is 4.8 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 46th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to SI-10 (Information Input Validation) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

Improper sanitization of the value of the [srcset] attribute in <source> HTML elements in AngularJS allows attackers to bypass common image source restrictions, which can also lead to a form of Content Spoofing https://owasp.org/www-community/attacks/Content_Spoofing . This issue affects all versions…

more

of AngularJS. Note: The AngularJS project is End-of-Life and will not receive any updates to address this issue. For more information see here https://docs.angularjs.org/misc/version-support-status .

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-8372Same product: Angularjs Angularjs
CVE-2025-26515Same product class: NAS / storage appliance
CVE-2026-22050Same product class: NAS / storage appliance
CVE-2023-27311Same product class: NAS / storage appliance
CVE-2023-28656Same product class: NAS / storage appliance
CVE-2010-1871Same product class: NAS / storage appliance
CVE-2024-28752Same product class: NAS / storage appliance
CVE-2023-32344Same product class: NAS / storage appliance
CVE-2024-38472Same product class: NAS / storage appliance
CVE-2023-28486Same product: Netapp Active Iq Unified Manager

Affected Assets

angularjs
angularjs
≤ 1.8.3
netapp
active iq unified manager
all versions

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Input validation directly requires complete filtering of special elements on received data before further processing or forwarding.

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.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require complete input filtering and sanitization to prevent this weakness.

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.

finds

Security testing in development and acceptance can detect incomplete filtering but does not itself implement the filtering.

prevents

Secure development life cycle processes include validation activities that reduce the likelihood of CWE-791 but do not specify the control itself.

prevents

Application security requirements explicitly call for input validation and sanitization that directly mitigates incomplete special-element filtering.

prevents

Secure system architecture and engineering principles require defensive design patterns that prevent unfiltered data from reaching downstream components.

prevents

Secure coding standards mandate complete filtering and escaping of special elements, directly eliminating CWE-791.

References