Critical Vulnerability Information Project and Version Project: jerryscript-project / jerryscript Version: v3.0.0 Vulnerability Description Issue: AddressSanitizer: allocator is out of memory trying to allocate Issue Number: #5071 Status: Open Opened: Apr 19, 2023 Vulnerability Details Trigger Condition: - During code execution, attempting to allocate a large amount of memory triggers the issue, causing the allocator to run out of memory. Test Case 1 - poc1.js Test Result 1 Error Type: AddressSanitizer: allocator is out of memory trying to allocate 0x80000000 bytes Error Message: - If you don't care about these errors, you can set - Summary: The allocator runs out of memory while attempting to allocate a large amount of memory, ultimately causing the program to abort. Test Case 2 - poc2.js Test Result 2 Error Type: AddressSanitizer: allocator is out of memory trying to allocate 0x7ffffffffc bytes Error Message: - If you don't care about these errors, you can set - Summary: The allocator runs out of memory while attempting to allocate a large amount of memory, ultimately causing the program to abort. Development Environment Operating System: Ubuntu 20.04.5 LTS (Linux 5.4.0-144-generic x86_64) Build Tool: Discoverer Discoverer: @Ye0nny, @EJueon of the seclab-yonsei.