Summary
A DOS vulnerability in hjson-lua caused by crafted objects that deeply nested structures.
Description
An issue was discovered in the latest hjson-lua allows attackers to cause a denial of service or other unspecified impacts via crafted objects that deeply nested structures.
there is a similar vulnerable,but hjson-lua has not similar fix logic.
The relevent code in file1
eg. local function parseObject, local function parseArray, local function _scanOnce
Patch
there is a similar fix logic
Limit parse depth.
Summary
A DOS vulnerability in hjson-lua caused by crafted objects that deeply nested structures.
Description
An issue was discovered in the latest hjson-lua allows attackers to cause a denial of service or other unspecified impacts via crafted objects that deeply nested structures.
there is a similar vulnerable,but hjson-lua has not similar fix logic.
The relevent code in file1
eg. local function parseObject, local function parseArray, local function _scanOnce
Patch
there is a similar fix logic
Limit parse depth.