#39434 [W&A-Critical] Improper serialization can create an out-of-memory (OOM) issue on the archive
Description
Brief/Intro
Vulnerability Details
switch (options.bufferEncoding) {
case 'base64':
return JSON.stringify({
value: Buffer.from(val['data']).toString('base64'),
dataType: 'bb',
})
}Impact Details
References
Link to Proof of Concept
Proof of Concept
Proof of Concept
Previous#39980 [W&A-Critical] Malicious validator can inject its own cycle record into connected archiverNext39944 [W&A-Insight] incorrect default configuration leading to dead code
Last updated
Was this helpful?