Vulnerabilities > Out-of-bounds Write
DATE | CVE | VULNERABILITY TITLE | RISK |
---|---|---|---|
2025-01-06 | CVE-2024-45542 | Out-of-bounds Write vulnerability in Qualcomm products Memory corruption when IOCTL call is invoked from user-space to write board data to WLAN driver. | 7.8 |
2024-12-30 | CVE-2024-13044 | Out-of-bounds Write vulnerability in Ashlar Cobalt 1204.90 Ashlar-Vellum Cobalt AR File Parsing Out-Of-Bounds Write Remote Code Execution Vulnerability. | 7.8 |
2024-12-30 | CVE-2024-13045 | Out-of-bounds Write vulnerability in Ashlar Cobalt 1204.90 Ashlar-Vellum Cobalt AR File Parsing Stack-based Buffer Overflow Remote Code Execution Vulnerability. | 7.8 |
2024-12-30 | CVE-2024-13046 | Out-of-bounds Write vulnerability in Ashlar Cobalt 1204.90 Ashlar-Vellum Cobalt CO File Parsing Out-Of-Bounds Write Remote Code Execution Vulnerability. | 7.8 |
2024-12-30 | CVE-2024-13048 | Out-of-bounds Write vulnerability in Ashlar Cobalt 1204.90 Ashlar-Vellum Cobalt XE File Parsing Out-Of-Bounds Write Remote Code Execution Vulnerability. | 7.8 |
2024-12-30 | CVE-2024-13050 | Out-of-bounds Write vulnerability in Ashlar Graphite 13.0.48 Ashlar-Vellum Graphite VC6 File Parsing Heap-based Buffer Overflow Remote Code Execution Vulnerability. | 7.8 |
2024-12-30 | CVE-2024-13051 | Out-of-bounds Write vulnerability in Ashlar Graphite 13.0.48 Ashlar-Vellum Graphite VC6 File Parsing Heap-based Buffer Overflow Remote Code Execution Vulnerability. | 7.8 |
2024-12-29 | CVE-2024-56740 | Out-of-bounds Write vulnerability in Linux Kernel 6.12 In the Linux kernel, the following vulnerability has been resolved: nfs/localio: must clear res.replen in nfs_local_read_done Otherwise memory corruption can occur due to NFSv3 LOCALIO reads leaving garbage in res.replen: - nfs3_read_done() copies that into server->read_hdrsize; from there nfs3_proc_read_setup() copies it to args.replen in new requests. - nfs3_xdr_enc_read3args() passes that to rpc_prepare_reply_pages() which includes it in hdrsize for xdr_init_pages, so that rq_rcv_buf contains a ridiculous len. - This is copied to rq_private_buf and xs_read_stream_request() eventually passes the kvec to sock_recvmsg() which receives incoming data into entirely the wrong place. This is easily reproduced with NFSv3 LOCALIO that is servicing reads when it is made to pivot back to using normal RPC. | 7.8 |
2024-12-27 | CVE-2024-56614 | Out-of-bounds Write vulnerability in Linux Kernel In the Linux kernel, the following vulnerability has been resolved: xsk: fix OOB map writes when deleting elements Jordy says: " In the xsk_map_delete_elem function an unsigned integer (map->max_entries) is compared with a user-controlled signed integer (k). | 7.8 |
2024-12-27 | CVE-2024-56615 | Out-of-bounds Write vulnerability in Linux Kernel In the Linux kernel, the following vulnerability has been resolved: bpf: fix OOB devmap writes when deleting elements Jordy reported issue against XSKMAP which also applies to DEVMAP - the index used for accessing map entry, due to being a signed integer, causes the OOB writes. | 7.8 |