lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CAFmK-Gwsb9-0s-nx56zpgNLUN_suXZ-wmXC7N9wYaPF8fNWX2g@mail.gmail.com>
Date: Sat, 23 Aug 2025 10:17:45 -0400
From: Ron E <ronaldjedgerson@...il.com>
To: fulldisclosure@...lists.org
Subject: [FD] libheif v1.21.0 Out-of-Bounds Read in
	Box_stts::get_sample_duration

The Box_stts structure defines decoding time to sample mapping. In
Box_stts::get_sample_duration(unsigned), the requested index is assumed
valid. A crafted file can set entry_count inconsistently with the actual
buffer size, leading to access beyond the bounds of the parsed vector.

*Root Cause:*

   -

   Lack of bounds checks on entry_count and indexing operations.
   -

   Blind trust in stts box metadata.

*Impact:*

   -

   Invalid memory access → denial of service.
   -

   Information disclosure: reading adjacent heap contents may leak
   sensitive data.



*Evidence:*SUMMARY: AddressSanitizer: SEGV in
Box_stts::get_sample_duration(unsigned)
_______________________________________________
Sent through the Full Disclosure mailing list
https://nmap.org/mailman/listinfo/fulldisclosure
Web Archives & RSS: https://seclists.org/fulldisclosure/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ