CVE Watchtower

← Back to CVE List

CVE-2026-93121NVD

Vulnerability Summary

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

usb: gadget: f_fs: Fix fence cleanup in ffs_dmabuf_transfer() error paths

The error paths for endpoint-disabled (ESHUTDOWN) and request-allocation
failure (ENOMEM) in ffs_dmabuf_transfer() jump to err_fence_put which
calls dma_fence_put() on the fence. However, at that point the fence has
only been kmalloc'd — dma_fence_init() has not been called yet, so the
refcount and the fence ops are uninitialized. Calling dma_fence_put() on
such an object leads to undefined behavior.

Use kfree() instead, since the fence is just a plain allocation at this
stage, and rename the label to err_fence_free to reflect the actual
cleanup action.
Severity Level
HIGH(7.0)
Published Date
Sep 17, 2026
Last Modified
Sep 18, 2026
Exploitation Status
No confirmed exploitation yet
EPSS Score (30-Day)
0.14%Probability
Root Weakness (CWE)
N/A
CVSS v3.1 Base Metrics — Score 7.0 (HIGH)
Attack VectorLocal
Attack ComplexityHigh
Privileges RequiredLow
User InteractionNone
ScopeUnchanged
ConfidentialityHigh
IntegrityHigh
AvailabilityHigh

Affected & Patched Versions

Affected Versions
  • Linux Linux >= 7b07a2a7ca02a20124b552be96c5a56910795488 and < be539138d9a187af3b884525a395db10797c64f1
  • Linux Linux >= 7b07a2a7ca02a20124b552be96c5a56910795488 and < 5fd8baacc7dc477df9cac61b45491840247a9b1e
  • Linux Linux >= 7b07a2a7ca02a20124b552be96c5a56910795488 and < 58952c83dfe6ea3294a74734d2d1018c1120779a
  • Linux Linux >= 7b07a2a7ca02a20124b552be96c5a56910795488 and < 621707dc67c9846fd876d7579ec951d92aa033f1
  • Linux Linux >= 6.9
Patched Versions
  • Linux Linux be539138d9a187af3b884525a395db10797c64f1
  • Linux Linux 5fd8baacc7dc477df9cac61b45491840247a9b1e
  • Linux Linux 58952c83dfe6ea3294a74734d2d1018c1120779a
  • Linux Linux 621707dc67c9846fd876d7579ec951d92aa033f1
📧Email Delivery — Threat intel straight to your inbox.
♾️Unlimited Vendors — Track your entire stack.
🚨All New CVEs — Be the first to know.
⚙️Custom EPSS — Filter noise, focus on risk.
💬Webhooks — Slack & Teams integration.
🚫Ad-Free — Uninterrupted experience.
📧Email Delivery — Threat intel straight to your inbox.
♾️Unlimited Vendors — Track your entire stack.
🚨All New CVEs — Be the first to know.
⚙️Custom EPSS — Filter noise, focus on risk.
💬Webhooks — Slack & Teams integration.
🚫Ad-Free — Uninterrupted experience.