SB2020082504 - Multiple vulnerabilities in Lua



SB2020082504 - Multiple vulnerabilities in Lua

Published: August 25, 2020

Security Bulletin ID SB2020082504
Severity
Medium
Patch available
YES
Number of vulnerabilities 3
Exploitation vector Remote access
Highest impact Denial of service

Breakdown by Severity

Medium 100%
  • Low
  • Medium
  • High
  • Critical

Description

This security bulletin contains information about 3 secuirty vulnerabilities.


1) NULL pointer dereference (CVE-ID: CVE-2020-24369)

The vulnerability allows a remote attacker to perform a denial of service (DoS) attack.

The vulnerability exists due to a NULL pointer dereference error. A remote attacker can trigger denial of service conditions via the line hook of a stripped function, leading to a NULL pointer dereference.


2) Integer underflow (CVE-ID: CVE-2020-24370)

The vulnerability allows a remote non-authenticated attacker to perform service disruption.

ldebug.c in Lua 5.4.0 allows a negation overflow and segmentation fault in getlocal and setlocal, as demonstrated by getlocal(3,2^31).


3) Input validation error (CVE-ID: CVE-2020-24371)

The vulnerability allows a remote non-authenticated attacker to perform service disruption.

lgc.c in Lua 5.4.0 mishandles the interaction between barriers and the sweep phase, leading to a memory access violation involving collectgarbage.


Remediation

Install update from vendor's website.