제출 #914770: GNU libredwg 0.13.4.8229 (git 9b4adcbf, 2026-06-01) NULL Pointer Dereference정보

제목GNU libredwg 0.13.4.8229 (git 9b4adcbf, 2026-06-01) NULL Pointer Dereference
설명libredwg 0.13.4.8229 is affected by SEGV when executing function dwg_encode_LAYER_private . This may result in remote code execution.dwg_encode_LAYER_private dereferences the LAYER material handle (Dwg_Object_Ref *) without a NULL check when encoding to an R_2007a+ target version. On a malformed R2007 input whose LAYER objects decode with a NULL material, this is a write through a NULL pointer (0x0 + offsetof absolute_ref), causing a SEGV (AddressSanitizer reports a WRITE to address 0x20). UndefinedBehaviorSanitizer independently flags it as member access within null pointer of type 'Dwg_Object_Ref'. The crash is reached on the standard decode → encode round-trip, e.g. via the in-tree examples/dwgfuzz -rw harness, or via the public dwg_read_file + dwg_write_file API (minimal reproducer below).
원천⚠️ https://github.com/LibreDWG/libredwg/issues/1269
사용자
 lcyf-fizz (UID 82520)
제출2026. 08. 04. AM 08:59 (1 월 ago)
모더레이션2026. 09. 12. PM 10:27 (1 month later)
상태수락
VulDB 항목403204 [GNU libredwg 0.13.4 Layer Encoding src/dwg.spec DWG_TABLE 서비스 거부]
포인트들20