- EPSS 0.03%
- Veröffentlicht 04.10.2025 15:43:56
- Zuletzt bearbeitet 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt76x0: fix oob access in mt76x0_phy_get_target_power After 'commit ba45841ca5eb ("wifi: mt76: mt76x02: simplify struct mt76x02_rate_power")', mt76x02 relies on ht[0-7]...
- EPSS 0.03%
- Veröffentlicht 04.10.2025 15:43:55
- Zuletzt bearbeitet 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Validate data run offset This adds sanity checks for data run offset. We should make sure data run offset is legit before trying to unpack them, otherwise we may encounte...
- EPSS 0.04%
- Veröffentlicht 04.10.2025 15:43:54
- Zuletzt bearbeitet 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Fix pci device refcount leak in ppr_notifier() As comment of pci_get_domain_bus_and_slot() says, it returns a pci device with refcount increment, when finish using it, t...
- EPSS 0.03%
- Veröffentlicht 04.10.2025 15:43:54
- Zuletzt bearbeitet 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: drbd: only clone bio if we have a backing device Commit c347a787e34cb (drbd: set ->bi_bdev in drbd_req_new) moved a bio_set_dev call (which has since been removed) to "earlier", fr...
- EPSS 0.05%
- Veröffentlicht 04.10.2025 15:43:53
- Zuletzt bearbeitet 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: powerpc/rtas: avoid scheduling in rtas_os_term() It's unsafe to use rtas_busy_delay() to handle a busy status from the ibm,os-term RTAS function in rtas_os_term(): Kernel panic - ...
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:43:52
- Zuletzt bearbeitet 10.10.2025 16:15:50
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
- EPSS 0.05%
- Veröffentlicht 04.10.2025 15:43:52
- Zuletzt bearbeitet 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: mtd: lpddr2_nvm: Fix possible null-ptr-deref It will cause null-ptr-deref when resource_size(add_range) invoked, if platform_get_resource() returns NULL.
- EPSS 0.05%
- Veröffentlicht 04.10.2025 15:43:51
- Zuletzt bearbeitet 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: media: coda: Add check for dcoda_iram_alloc As the coda_iram_alloc may return NULL pointer, it should be better to check the return value in order to avoid NULL poineter dereferenc...
- EPSS 0.05%
- Veröffentlicht 04.10.2025 15:43:50
- Zuletzt bearbeitet 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: media: dvb-core: Fix double free in dvb_register_device() In function dvb_register_device() -> dvb_register_media_device() -> dvb_create_media_entity(), dvb->entity is allocated an...
- EPSS 0.03%
- Veröffentlicht 04.10.2025 15:43:50
- Zuletzt bearbeitet 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: netdevsim: fix memory leak in nsim_drv_probe() when nsim_dev_resources_register() failed If some items in nsim_dev_resources_register() fail, memory leak will occur. The following ...