CVE-2024-26771

Summary

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

dmaengine: ti: edma: Add some null pointer checks to the edma_probe

devm_kasprintf() returns a pointer to dynamically allocated memory which can be NULL upon failure. Ensure the allocation was successful by checking the pointer validity.

Affected Software

VendorProductVersion RangeStatus
LinuxLinuxd4cb7f404247173e2c760a01bf06fd1016a8b0d4 < c432094aa7c9970f2fa10d2305d550d3810657ceaffected
LinuxLinuxd4cb7f404247173e2c760a01bf06fd1016a8b0d4 < 4fe4e5adc7d29d214c59b59f61db73dec505ca3daffected
LinuxLinuxd4cb7f404247173e2c760a01bf06fd1016a8b0d4 < 9d508c897153ae8dd79303f7f035f078139f6b49affected
LinuxLinuxd4cb7f404247173e2c760a01bf06fd1016a8b0d4 < 7b24760f3a3c7ae1a176d343136b6c25174b7b27affected
LinuxLinuxd4cb7f404247173e2c760a01bf06fd1016a8b0d4 < f2a5e30d1e9a629de6179fa23923a318d5feb29eaffected
LinuxLinuxd4cb7f404247173e2c760a01bf06fd1016a8b0d4 < 6e2276203ac9ff10fc76917ec9813c660f627369affected
LinuxLinux4.4affected
LinuxLinux0 < 4.4unaffected
LinuxLinux5.10.211 <= 5.10.*unaffected
LinuxLinux5.15.150 <= 5.15.*unaffected
LinuxLinux6.1.80 <= 6.1.*unaffected
LinuxLinux6.6.19 <= 6.6.*unaffected
LinuxLinux6.7.7 <= 6.7.*unaffected
LinuxLinux6.8 <= *unaffected

Weaknesses

ADP Enrichment

CISA ADP Vulnrichment

  • SSVC:
  • Exploitation: none
    • Automatable: no
    • Technical Impact: partial

CVE Program Container

Additional References

References