Cyber Resilience

CVE-2024-48856

Critical

Published: 14 January 2025

Published
14 January 2025
Modified
21 January 2025
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0140 80.9th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-48856 is a critical-severity Out-of-bounds Write (CWE-787) vulnerability in Blackberry Qnx Software Development Platform. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 19.1% of CVEs by exploit likelihood; 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-16 (Memory Protection).

Deeper analysis

CVE-2024-48856 is an out-of-bounds write vulnerability (CWE-787) in the PCX image codec within QNX Software Development Platform (SDP) versions 8.0, 7.1, and 7.0. Published on 2025-01-14, it carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), reflecting its critical severity due to high impacts on confidentiality, integrity, and availability.

An unauthenticated attacker can exploit this vulnerability remotely with low attack complexity and no privileges or user interaction required. Exploitation could result in a denial-of-service condition or arbitrary code execution within the context of the process utilizing the image codec.

The BlackBerry support advisory provides further details on this issue, available at https://support.blackberry.com/pkb/s/article/140334.

EU & UK References

Vulnerability details

Out-of-bounds write in the PCX image codec in QNX SDP versions 8.0, 7.1 and 7.0 could allow an unauthenticated attacker to cause a denial-of-service condition or execute code in the context of the process using the image codec.

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.
Why these techniques?

Remote unauthenticated out-of-bounds write enabling RCE/DoS in a network-reachable image codec directly maps to exploitation of a public-facing application.

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

CVEs Like This One

CVE-2024-48855Same product: Blackberry Qnx Software Development Platform
CVE-2024-48854Same product: Blackberry Qnx Software Development Platform
CVE-2024-48858Same product: Blackberry Qnx Software Development Platform
CVE-2024-48857Same product: Blackberry Qnx Software Development Platform
CVE-2025-25742Shared CWE-787
CVE-2026-21897Shared CWE-787
CVE-2024-57704Shared CWE-787
CVE-2024-57579Shared CWE-787
CVE-2024-57581Shared CWE-787
CVE-2026-0114Shared CWE-787

Affected Assets

blackberry
qnx software development platform
7.0, 7.1, 8.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires organizations to identify, report, and correct flaws like the out-of-bounds write in the PCX image codec through timely patching from the vendor.

prevent

Mandates validation of untrusted inputs such as PCX image files to detect and reject malformed data that could trigger the out-of-bounds write vulnerability.

prevent

Enforces memory protection mechanisms like address space layout randomization and data execution prevention to mitigate exploitation of the out-of-bounds write for code execution.

References