CVE REMEDIATION GUIDE
Review reviewHighFixed-version data available

CVE-2024-42117 remediation guide

Linux Linux, linux kernel

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: ASSERT when failing to find index by plane/stream id [WHY] find_disp_cfg_idx_by_plane_id and find_disp_cfg_idx_by_stream_id returns an array index and they return -1 when not found; however, -1 is not a valid index number. [HOW] When this happens, call ASSERT(), and return a positive number (which is fewer than callers' array size) instead. This fixes 4 OVERRUN and 2 NEGATIVE_RETURNS issues reported by Coverity.

Open CVE record
ProductLinux Linux, linux kernel
Affected versions>= 7966f319c66d9468623c6a6a017ecbc0dd79be75 < a9c047a5cf3135b8b66bd28fbe2c698b9cace0b3, >= 7966f319c66d9468623c6a6a017ecbc0dd79be75 < 01eb50e53c1ce505bf449348d433181310288765, >= 6.7, >= 6.7 < 6.9.9
Fixed versions6.9.9
Priority basisReview · CVSS 7.8 · EPSS 0.23%
01

Identify the affected asset

Confirm whether Linux Linux, linux kernel is installed, record the deployed version and installation path, and identify exposed interfaces.

  • Record the product name, package or appliance identifier, and installed version.
  • Identify internet-facing, administrative, API, and internal access paths.
  • Preserve the pre-change configuration and relevant service logs.
02

Validate the affected-version match

Compare the deployed version with the affected range: >= 7966f319c66d9468623c6a6a017ecbc0dd79be75 < a9c047a5cf3135b8b66bd28fbe2c698b9cace0b3, >= 7966f319c66d9468623c6a6a017ecbc0dd79be75 < 01eb50e53c1ce505bf449348d433181310288765, >= 6.7, >= 6.7 < 6.9.9. Treat incomplete inventory results as unresolved.

03

Prioritize with independent signals

The CVSS severity warrants an early asset and exposure review. Combine this signal with asset criticality, exposure, compensating controls, and business impact.

04

Apply supported remediation

Follow the vendor advisory or supported update path. Current fixed-version status: 6.9.9. Preserve configuration and rollback material before change.

05

Verify the result

Confirm the resulting version, service health, authentication and access paths, monitoring coverage, and relevant security logs.

  • Confirm the expected version and package state.
  • Run a functional health check for critical service paths.
  • Review authentication, error, application, and security monitoring logs.
  • Reassess exposure if the supported fix cannot be applied.

Operational boundary

This page does not replace the vendor advisory, support contract, change-management process, or recovery plan. Do not infer that an asset is unaffected from an incomplete inventory query or a missing fixed-version field.

CVE-2024-42117 Remediation Guide | SECUFOCUS NOW