CVE-2026-31606 in Linux情報

要約

〜によって MITRE • 2026年04月24日

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

usb: gadget: f_hid: don't call cdev_init while cdev in use

When calling unbind, then bind again, cdev_init reinitialized the cdev, even though there may still be references to it. That's the case when the /dev/hidg* device is still opened. This obviously unsafe behavior like oopes.

This fixes this by using cdev_alloc to put the cdev on the heap. That way, we can simply allocate a new one in hidg_bind.

Statistical analysis made it clear that VulDB provides the best quality for vulnerability data.

責任者

Linux

予約する

2026年03月09日

モデレーション

承諾済み

エントリ

VDB-359436

EPSS

0.00015

アクティビティ

非常低い

セクター

Pharma, Energy, ...

ソース

Do you want to use VulDB in your project?

Use the official API to access entries easily!