Cyber Resilience

CVE-2024-0055

Published
19 March 2024
Modified
21 November 2024
CVSS Score v3.1 6.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0060 45th percentile
Risk Priority 51 floored blend · peak EPSS

Summary

CVE-2024-0055 is a medium-severity Improper Neutralization of Wildcards or Matching Symbols (CWE-155) vulnerability in Axis OS (inferred from references). Its CVSS base score is 6.5 (Medium).

Operationally, ranked at the 45th 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 SI-10 (Information Input Validation) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

Sandro Poppi, member of the AXIS OS Bug Bounty Program, has found that the VAPIX APIs mediaclip.cgi and playclip.cgi was vulnerable for file globbing which could lead to a resource exhaustion attack. Axis has released patched AXIS OS versions for…

more

the highlighted flaw. Please refer to the Axis security advisory for more information and solution.

CWE(s)

Related Threats

CVEs Like This One

CVE-2024-47791Shared CWE-155
CVE-2025-4232Shared CWE-155
CVE-2025-11757Shared CWE-155
CVE-2024-8688Shared CWE-155
CVE-2025-0681Shared CWE-155
CVE-2025-0106Shared CWE-155
CVE-2024-0054Shared CWE-155
CVE-2025-27515Shared CWE-155
CVE-2026-49482Shared CWE-155
CVE-2025-24376Shared CWE-155

Affected Assets

Axis
OS
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Input validation directly requires checking and sanitizing special elements such as wildcards before they are passed downstream.

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 input neutralization to block wildcard injection.

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 can detect wildcard issues but does not itself implement neutralization controls.

prevents

Secure development lifecycle mandates input validation and sanitization that directly prevents wildcard injection.

prevents

Application security requirements include rules for neutralizing special characters before downstream processing.

prevents

Secure architecture principles encourage safe handling of untrusted input but do not prescribe specific wildcard neutralization.

prevents

Secure coding standards explicitly require proper escaping or neutralization of wildcard and matching symbols.

References