9223 matches found
BELL-CVE-2025-39845
Bulletin has no description...
CVE-2025-34198
creationtimestamp| type| source ---|---|--- 2025-09-20 04:32:24+00:00| seen| https://bsky.app/profile/offseq.bsky.social/post/3lzakdd6ei62d...
CVE-2025-39865
In the Linux kernel, the following vulnerability has been resolved: tee: fix NULL pointer dereference in teeshmput teeshmput have NULL pointer dereference: opteedisableshmcache -- shm = regpairtoptr...;//shm maybe return NULL teeshmfreeshm; -- teeshmputshm;//crash Add check in teeshmput to fix it...
CVE-2025-39861
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: vhci: Prevent use-after-free by removing debugfs files early Move the creation of debugfs files into a dedicated function, and ensure they are explicitly removed during vhcirelease, before associated data structures ar...
CVE-2025-39846
In the Linux kernel, the following vulnerability has been resolved: pcmcia: Fix a NULL pointer dereference in iodynfindioregion In iodynfindioregion, pcmciamakeresource is assigned to res and used in pcibusallocresource. There is a dereference of res in pcibusallocresource, which could lead to a...
CVE-2025-39844
In the Linux kernel, the following vulnerability has been resolved: mm: move page table sync declarations to linux/pgtable.h During our internal testing, we started observing intermittent boot failures when the machine uses 4-level paging and has a large amount of persistent memory: BUG: unable t...
CVE-2025-39856
In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: am65-cpsw-nuss: Fix null pointer dereference for ndev In the TX completion packet stage of TI SoCs with CPSW2G instance, which has single external ethernet port, ndev is accessed without being initialized if no...
CVE-2025-39843
In the Linux kernel, the following vulnerability has been resolved: mm: slub: avoid wake up kswapd in settrackprepare settrackprepare can incur lock recursion. The issue is that it is called from hrtimerstartrangens holding the percpuhrtimerbasesn.lock, but when enabled CONFIGDEBUGOBJECTSTIMERS,...
CVE-2025-39841
In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix buffer free/clear order in deferred receive path Fix a use-after-free window by correcting the buffer release sequence in the deferred receive path. The code freed the RQ buffer first and only then cleared the...
CVE-2025-39850
In the Linux kernel, the following vulnerability has been resolved: vxlan: Fix NPD in arp,neighreduce when using nexthop objects When the "proxy" option is enabled on a VXLAN device, the device will suppress ARP requests and IPv6 Neighbor Solicitation messages if it is able to reply on behalf of...
CVE-2025-10468
creationtimestamp| type| source ---|---|--- 2025-09-19 15:17:59+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3lz75wswz2j2c...
CVE-2025-9905
creationtimestamp| type| source ---|---|--- 2025-09-19 10:32:08+00:00| seen| https://bsky.app/profile/offseq.bsky.social/post/3lz6nxomxeo2b 2025-09-19 11:27:46+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3lz6r36ijyp2t 2025-09-19 16:28:32+00:00| published-proof-of-concept|...
BELL-CVE-2023-53387
Bulletin has no description...
BELL-CVE-2023-53377
Bulletin has no description...
CVE-2025-59712
creationtimestamp| type| source ---|---|--- 2025-09-19 05:52:11+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3lz66d4gtie2t 2025-10-02 15:00:07+00:00| published-proof-of-concept| Telegram/HSBqknZlTMJIAdEnj0tLh79h4KzzyErdZKx-775HYT1w 2025-10-04 21:02:25+00:00| seen|...
CVE-2025-59717
creationtimestamp| type| source ---|---|--- 2025-09-19 05:27:09+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3lz64wduuok2x...
CVE-2023-49367
creationtimestamp| type| source ---|---|--- 2025-09-18 21:00:04+00:00| published-proof-of-concept| Telegram/7px8nwiUF2niCK-6XyElezcyMS8qjdPiXftxJxxgkttsM 2025-09-20 21:02:30+00:00| seen| https://bsky.app/profile/beikokucyber.bsky.social/post/3lzcbnpftci23...
CVE-2023-53441
In the Linux kernel, the following vulnerability has been resolved: bpf: cpumap: Fix memory leak in cpumapupdateelem Syzkaller reported a memory leak as follows: BUG: memory leak unreferenced object 0xff110001198ef748 size 192: comm "syz-executor.3", pid 17672, jiffies 4298118891 age 9.906s hex...
CVE-2023-53434
In the Linux kernel, the following vulnerability has been resolved: remoteproc: imxdsprproc: Add custom memory copy implementation for i.MX DSP Cores The IRAM is part of the HiFi DSP. According to hardware specification only 32-bits write are allowed otherwise we get a Kernel panic. Therefore add...