Cyber Resilience

CVE-2024-12755

High

Published: 11 February 2025

Published
11 February 2025
Modified
29 July 2025
KEV Added
Patch
CVSS Score v3.1 7.9 CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:L
EPSS Score 0.0007 21.4th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-12755 is a high-severity Cross-site Scripting (CWE-79) vulnerability in Avaya Spaces. Its CVSS base score is 7.9 (High).

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

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-15 (Information Output Filtering).

Deeper analysis

CVE-2024-12755 is a Cross-Site Scripting (XSS) vulnerability, classified under CWE-79, affecting Avaya Spaces. Published on 2025-02-11, it may allow unauthorized code execution and potential disclosure of sensitive information. The vulnerability has a CVSS v3.1 base score of 7.9 (AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:L).

The attack requires network access with high complexity, low attacker privileges, and user interaction. A low-privileged user could exploit it to execute unauthorized code in the context of another user's browser, achieving high impacts on confidentiality and integrity, along with low availability impact due to the changed scope.

Mitigation details are provided in the Avaya advisory at https://support.avaya.com/css/public/documents/101091836.

EU & UK References

Vulnerability details

A Cross-Site Scripting (XSS) vulnerability in Avaya Spaces may have allowed unauthorized code execution and potential disclose of sensitive information.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

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.
T1059.007 JavaScript Execution
Adversaries may abuse various implementations of JavaScript for execution.
Why these techniques?

Stored/reflected XSS in public-facing web app directly enables arbitrary JavaScript execution in victim browser context.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2024-12756Same product: Avaya Spaces
CVE-2026-3231Shared CWE-79
CVE-2025-23481Shared CWE-79
CVE-2025-69302Shared CWE-79
CVE-2025-23734Shared CWE-79
CVE-2025-23571Shared CWE-79
CVE-2025-65110Shared CWE-79
CVE-2026-24948Shared CWE-79
CVE-2025-27352Shared CWE-79
CVE-2025-30349Shared CWE-79

Affected Assets

avaya
spaces
all versions

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates the specific XSS vulnerability in Avaya Spaces by requiring timely identification, prioritization, and remediation of the flaw to prevent exploitation.

prevent

Prevents XSS attacks by validating and sanitizing untrusted user inputs before processing, addressing the root cause of code injection in Avaya Spaces.

prevent

Neutralizes XSS payloads by filtering and encoding outputs sent to user browsers, blocking unauthorized code execution and sensitive information disclosure.

References