Vulnerabilities > Out-of-bounds Write
DATE | CVE | VULNERABILITY TITLE | RISK |
---|---|---|---|
2025-01-08 | CVE-2024-56784 | Out-of-bounds Write vulnerability in Linux Kernel In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Adding array index check to prevent memory corruption [Why & How] Array indices out of bound caused memory corruption. | 7.8 |
2025-01-06 | CVE-2024-33041 | Out-of-bounds Write vulnerability in Qualcomm products Memory corruption when input parameter validation for number of fences is missing for fence frame IOCTL calls, | 7.8 |
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 |