CVE-2026-43156
- EPSS 0.01%
- Veröffentlicht 06.05.2026 11:27:36
- Zuletzt bearbeitet 13.05.2026 21:09:16
In the Linux kernel, the following vulnerability has been resolved: net: usb: pegasus: enable basic endpoint checking pegasus_probe() fills URBs with hardcoded endpoint pipes without verifying the endpoint descriptors: - usb_rcvbulkpipe(dev, 1) ...
CVE-2026-43152
- EPSS 0.01%
- Veröffentlicht 06.05.2026 11:27:33
- Zuletzt bearbeitet 13.05.2026 20:12:10
In the Linux kernel, the following vulnerability has been resolved: HID: hid-pl: handle probe errors Errors in init must be reported back or we'll follow a NULL pointer the first time FF is used.
CVE-2026-43141
- EPSS 0.01%
- Veröffentlicht 06.05.2026 11:27:26
- Zuletzt bearbeitet 13.05.2026 20:52:24
In the Linux kernel, the following vulnerability has been resolved: ntb: ntb_hw_switchtec: Fix shift-out-of-bounds for 0 mw lut Number of MW LUTs depends on NTB configuration and can be set to zero, in such scenario rounddown_pow_of_two will cause ...
CVE-2026-43140
- EPSS 0.01%
- Veröffentlicht 06.05.2026 11:27:25
- Zuletzt bearbeitet 13.05.2026 20:56:43
In the Linux kernel, the following vulnerability has been resolved: HID: magicmouse: Do not crash on missing msc->input Fake USB devices can send their own report descriptors for which the input_mapping() hook does not get called. In this case, ms...
CVE-2026-43139
- EPSS 0.07%
- Veröffentlicht 06.05.2026 11:27:24
- Zuletzt bearbeitet 13.05.2026 18:41:39
In the Linux kernel, the following vulnerability has been resolved: xfrm6: fix uninitialized saddr in xfrm6_get_saddr() xfrm6_get_saddr() does not check the return value of ipv6_dev_get_saddr(). When ipv6_dev_get_saddr() fails to find a suitable so...
CVE-2026-43137
- EPSS 0.01%
- Veröffentlicht 06.05.2026 11:27:23
- Zuletzt bearbeitet 12.05.2026 21:15:52
In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Intel: hda: Fix NULL pointer dereference If there's a mismatch between the DAI links in the machine driver and the topology, it is possible that the playback/capture wid...
CVE-2026-43135
- EPSS 0.01%
- Veröffentlicht 06.05.2026 11:27:22
- Zuletzt bearbeitet 12.05.2026 21:11:19
In the Linux kernel, the following vulnerability has been resolved: media: cx23885: Add missing unmap in snd_cx23885_hw_params() In error path, add cx23885_alsa_dma_unmap() to release the resource acquired by cx23885_alsa_dma_map().
CVE-2026-43136
- EPSS 0.01%
- Veröffentlicht 06.05.2026 11:27:22
- Zuletzt bearbeitet 12.05.2026 21:14:20
In the Linux kernel, the following vulnerability has been resolved: HID: logitech-hidpp: Check maxfield in hidpp_get_report_length() Do not crash when a report has no fields. Fake USB gadgets can send their own HID report descriptors and can defin...
CVE-2026-43134
- EPSS 0.01%
- Veröffentlicht 06.05.2026 11:27:21
- Zuletzt bearbeitet 12.05.2026 21:11:06
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix missing key size check for L2CAP_LE_CONN_REQ This adds a check for encryption key size upon receiving L2CAP_LE_CONN_REQ which is required by L2CAP/LE/CFC/BV-1...
CVE-2026-43131
- EPSS 0.01%
- Veröffentlicht 06.05.2026 11:27:19
- Zuletzt bearbeitet 08.05.2026 17:42:07
In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Fix null pointer dereference issue If SMU is disabled, during RAS initialization, there will be null pointer dereference issue here.