Qnx Software Development PlatformApplication · Blackberry

CVE-2024-35213

CRITICAL · 9.0 CVSS v3.1 Published 2024-06-11
Fix available
A fix is available. Upgrade to 8.0 or later.
See remediation →
99/100
Remediation priority · Urgent
Remotely reachable No privileges Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
An improper input validation vulnerability in the SGI Image Codec of QNX SDP version(s) 6.6, 7.0, and 7.1 could allow an attacker to potentially cause a denial-of-service condition or execute code in the context of the image processing process.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · moderate confidence

A vulnerability in the SGI Image Codec of QNX SDP 6.6, 7.0, and 7.1 allows attackers to trigger improper input validation, potentially leading to denial of service or arbitrary code execution within the image processing process context due to malformed SGI image files.

MitigationApply vendor-supplied patches or updates for QNX SDP to address the input validation flaw in the SGI Image Codec; if no patch is available, restrict processing of untrusted SGI image files and disable the codec if possible.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
Qnx Software Development PlatformApplication
Affected:>= 6.6.0, < 8.0

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
High
Privileges
None
User interaction
None
Scope
Changed
Confidentiality
High
Integrity
High
Availability
High

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Confirm QNX SDP installation
    Check for the presence of QNX Software Development Platform directories or review system documentation to verify the QNX SDP version installed. Common locations include /opt/qnx or vendor-provided installations.
    Affected if QNX SDP is installed and the version falls within >= 6.6.0 and < 8.0 (including 6.6, 7.0, 7.1)
  2. Identify installed QNX SDP version
    Run the version check command provided by QNX (typically 'qnxver' or review /etc/version if available) or consult the system release documentation to obtain the exact SDP version number.
    Affected if The installed version is 6.6.0 through 7.1.x, or any version >= 6.6.0 but < 8.0
  3. Locate SGI Image Codec components
    Search for image codec libraries or binaries related to SGI image processing within the QNX SDP installation directories, typically under the graphics or media processing components.
    Affected if SGI Image Codec files exist in the QNX SDP installation and the version is in the affected range
  4. Verify codec is accessible or enabled
    Check if the SGI Image Codec is loaded or available for use by the image processing subsystem. This may involve reviewing runtime library paths, checking for loaded codec modules, or examining application configurations that reference SGI image support.
    Affected if The SGI Image Codec can be invoked by applications processing image files and the QNX SDP version is vulnerable
  5. Review processing of SGI image files
    Audit systems or applications that process SGI-format image files to determine if they utilize the affected codec. Check for file type handlers or converters that support .sgi or .rgb extensions.
    Affected if Applications or services process SGI image files using the built-in codec on an affected QNX SDP version

A user is affected if QNX SDP version is >= 6.6.0 and < 8.0 and the SGI Image Codec is present and capable of processing image files.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Upgrade available Upgrade to 8.0 or later
Fixed in 8.0
Interim mitigation

Apply vendor-supplied patches or updates for QNX SDP to address the input validation flaw in the SGI Image Codec; if no patch is available, restrict processing of untrusted SGI image files and disable the codec if possible.

Recommended fix High confidence

QNX Software Development Platform 8.0

  1. Verify current QNX SDP version by checking /etc/version or using the version command
  2. Download QNX SDP version 8.0 from the official QNX software center (https://www.qnx.com/developers/) or your organization's software distribution portal
  3. Review the QNX SDP 8.0 release notes for migration requirements specific to the SGI Image Codec component
  4. Create a backup of all project files, build configurations, and any custom configurations in the current environment
  5. If using a VM or test system, perform a fresh installation of QNX SDP 8.0 to validate compatibility with your development workflow
  6. Migrate any necessary project files, build scripts, and configurations to the new environment
  7. Rebuild and test applications that utilize image processing to confirm the vulnerability is remediated
Caveat Review 7.x to 8.0 migration guide for potential API changes in image codec components; some deprecated features from earlier versions may have been removed

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Qnx Software Development Platform Scoped from the published advisory
  • Consultation4.0 h
  • Implementation8.0 h
  • Testing12.0 h
  • Review / QA4.0 h
28.0 hours of engineering $4,760
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $7,616.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2024-35213 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2024-35213 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data