Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2025-38558

5.5 · MEDIUM
Published Aug 19, 2025 linux CWE-476 EPSS 0.15% (5th pctl)

Overview

CVE-2025-38558 is a medium-severity vulnerability affecting linux linux_kernel. It was published on August 19, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

usb: gadget: uvc: Initialize frame-based format color matching descriptor

Fix NULL pointer crash in uvcg_framebased_make due to uninitialized color

matching descriptor for frame-based format which was added in

commit f5e7bdd34aca ("usb: gadget: uvc: Allow creating new color matching

descriptors") that added handling for uncompressed and mjpeg format.

Crash is seen when userspace configuration (via configfs) does not

explicitly define the color matching descriptor. If color_matching is not

found, config_group_find_item() returns NULL. The code then jumps to

out_put_cm, where it calls config_item_put(color_matching);. If

color_matching is NULL, this will dereference a null pointer, leading to a

crash.

[ 2.746440] Unable to handle kernel NULL pointer dereference at virtual address 000000000000008c

[ 2.756273] Mem abort info:

[ 2.760080] ESR = 0x0000000096000005

[ 2.764872] EC = 0x25: DABT (current EL),

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 6.13, < 6.15.10 Affected

Frequently Asked Questions

What is CVE-2025-38558?

CVE-2025-38558 is a medium-severity vulnerability affecting linux linux_kernel. It was published on August 19, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2025-38558?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2025-38558?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2025-38558?

CyberStrike's AI-powered security agents can automatically detect CVE-2025-38558 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.