PatchSiren

PatchSiren cyber security CVE debrief

CVE-2025-71145 Linux CVE debrief

A use-after-free vulnerability was found in the Linux kernel's USB PHY isp1301 driver. The issue arises from a recent change that fixed a device reference leak in a UDC driver, which introduced a potential use-after-free in the non-OF case. The isp1301_get_client() helper only increases the reference count for the returned I2C device in the OF case, leading to a potential use-after-free when the caller decrements the reference count. To fix this, the reference count should be incremented for non-OF cases as well, allowing the caller to decrement it unconditionally.

Vendor
Linux
Product
Unknown
CVSS
HIGH 7.8
CISA KEV
Not listed in stored evidence
Original CVE published
2026-01-23
Original CVE updated
2026-07-30
Advisory published
2026-01-23
Advisory updated
2026-07-30

Who should care

Linux kernel maintainers, Linux distribution vendors, users of Linux-based systems, and security teams responsible for vulnerability management should be aware of this vulnerability. They should review and apply patches provided by Linux kernel maintainers, update Linux kernel to a version that includes the fix, and monitor system logs for potential exploitation attempts. System administrators and operators of Linux-based systems should also be aware of this vulnerability and take necessary precautions to protect their systems. This includes reviewing system configurations, applying patches, and monitoring for suspicious activity. Vulnerability management teams should prioritize patching affected systems and review compensating controls for exposed systems while remediation is scheduled and verified. Security teams should track exceptions, retest remediated assets, and close the item only after evidence is documented. Asset inventory and change management processes should be reviewed to ensure affected systems are properly managed. Monitoring and detection capabilities should be evaluated to ensure they can detect potential exploitation attempts. Rollback and change window procedures should be reviewed to ensure timely patching of affected systems. Source tracking and incident response plans should be updated to reflect this vulnerability. Defensive priorities should be adjusted to reflect the potential impact of this vulnerability on the organization. This vulnerability has a high CVSS score of 7.8 and is considered high priority for Linux kernel maintainers and users. It could lead to system crashes or code execution if exploited, making it essential to prioritize patching and monitoring. Compensating controls, such as monitoring and detection, should be reviewed to ensure they are effective in detecting potential exploitation attempts. Asset inventory and change management processes should be reviewed to ensure affected systems are properly managed. Source tracking and incident response plans should be updated to reflect this vulnerability. Security teams should review and apply patches provided by Linux kernel maintainers, update Linux kernel to a version, 7

Technical summary

The Linux kernel's USB PHY isp1301 driver has a use-after-free vulnerability. The isp1301_get_client() helper only increases the reference count for the returned I2C device in the OF case. To fix this, the reference count should be incremented for non-OF cases as well, allowing the caller to decrement it unconditionally. This issue could lead to system crashes or code execution if exploited. Affected product deployments should be identified, and patches should be applied. The vulnerability is in the isp1301 driver, which is used in various Linux kernel versions.

Defensive priority

High priority for Linux kernel maintainers and users, as it could lead to system crashes or code execution.

Recommended defensive actions

  • Review and apply patches provided by Linux kernel maintainers
  • Update Linux kernel to a version that includes the fix
  • Monitor system logs for potential exploitation attempts
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up

Evidence notes

The CVE record and NVD entry provide details about the vulnerability. However, the exact scope of affected systems and potential attack vectors are not explicitly stated. Linux kernel maintainers and users should review the provided patches and apply them to affected systems. Evidence is limited, and defenders should verify system configurations, review logs for suspicious activity, and ensure patches are applied. Additional verification steps include checking system updates, monitoring for unusual behavior, and maintaining an inventory of affected systems.

Sources and references

Verified primary and authoritative sources

  • CVE-2025-71145 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2025-71145

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2025-71145 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2025-71145

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/03bbdaa4da8c6ea0c8431a5011db188a07822c8a

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/43e58abad6c08c5f0943594126ef4cd6559aac0b

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/5d3df03f70547d4e3fc10ed4381c052eff51b157

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/7501ecfe3e5202490c2d13dc7e181203601fcd69

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/75c5d9bce072abbbc09b701a49869ac23c34a906

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/b4b64fda4d30a83a7f00e92a0c8a1d47699609f3

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.