Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2022-43359: Fix 3 security problems found by fuzzer by everestsummer · Pull Request #23 · lecram/gifdec

Gifdec commit 1dcbae19363597314f6623010cc80abad4e47f7c was discovered to contain an out-of-bounds read in the function read_image_data. This vulnerability is triggered when parsing a crafted Gif file.

CVE
#vulnerability#linux#git

`
==69822==ERROR: AddressSanitizer: heap-use-after-free on address 0x61c00000c0c1 at pc 0x00000051898b bp 0x7fffffffcd10 sp 0x7fffffffcd08
WRITE of size 1 at 0x61c00000c0c1 thread T0
#0 0x51898a in read_image_data /home/niko/gitrepo/gifdec/gifdec.c:409:66
#1 0x51570d in read_image /home/niko/gitrepo/gifdec/gifdec.c:462:12
#2 0x513f2a in gd_get_frame /home/niko/gitrepo/gifdec/gifdec.c:521:9
#3 0x51b2b1 in main /home/niko/gitrepo/gifdec/example.c:84:15
#4 0x7ffff6af0c86 in __libc_start_main /build/glibc-CVJwZb/glibc-2.27/csu/…/csu/libc-start.c:310
#5 0x41a609 in _start (/home/niko/gitrepo/gifdec/example+0x41a609)

0x61c00000c0c1 is located 65 bytes inside of 1800-byte region [0x61c00000c080,0x61c00000c788)
freed by thread T0 here:
#0 0x4da2f0 in __interceptor_free.localalias.0 (/home/niko/gitrepo/gifdec/example+0x4da2f0)
#1 0x7fffea7b7d1a (/usr/lib/x86_64-linux-gnu/dri/vmwgfx_dri.so+0x464d1a)

previously allocated by thread T0 here:
#0 0x4da4c0 in __interceptor_malloc (/home/niko/gitrepo/gifdec/example+0x4da4c0)
#1 0x7fffea7ba11c (/usr/lib/x86_64-linux-gnu/dri/vmwgfx_dri.so+0x46711c)

SUMMARY: AddressSanitizer: heap-use-after-free /home/niko/gitrepo/gifdec/gifdec.c:409:66 in read_image_data
Shadow bytes around the buggy address:
0x0c387fff97c0: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd
0x0c387fff97d0: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd
0x0c387fff97e0: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd
0x0c387fff97f0: fd fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
0x0c387fff9800: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
=>0x0c387fff9810: fd fd fd fd fd fd fd fd[fd]fd fd fd fd fd fd fd
0x0c387fff9820: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd
0x0c387fff9830: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd
0x0c387fff9840: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd
0x0c387fff9850: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd
0x0c387fff9860: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd
Shadow byte legend (one shadow byte represents 8 application bytes):
Addressable: 00
Partially addressable: 01 02 03 04 05 06 07
Heap left redzone: fa
Freed heap region: fd
Stack left redzone: f1
Stack mid redzone: f2
Stack right redzone: f3
Stack after return: f5
Stack use after scope: f8
Global redzone: f9
Global init order: f6
Poisoned by user: f7
Container overflow: fc
Array cookie: ac
Intra object redzone: bb
ASan internal: fe
Left alloca redzone: ca
Right alloca redzone: cb
==69822==ABORTING
`

CVE: Latest News

CVE-2023-50976: Transactions API Authorization by oleiman · Pull Request #14969 · redpanda-data/redpanda
CVE-2023-6905
CVE-2023-6903
CVE-2023-6904
CVE-2023-3907