Lack of data validation In nodejs
Description
Node.js had a bug in versions 8.X and 9.X which caused buffers to not be initialized when the encoding for the fill value did not match the encoding specified. For example, 'Buffer.alloc(0x100, "This is not correctly encoded", "hex");' The buffer implementation was updated such that the buffer will be initialized to all zeros in these cases.
Mitigation
Update Impact
Minimal update. May introduce new vulnerabilities or breaking changes.
Ecosystem | Component | Affected version | Patched versions |
|---|---|---|---|
alpine v3.12 | 8.9.3-r0 | ||
alpine v3.16 | 8.9.3-r0 | ||
alpine v3.13 | 8.9.3-r0 | ||
alpine v3.14 | 8.9.3-r0 | ||
alpine v3.15 | 8.9.3-r0 | ||
alpine v3.21 | 8.9.3-r0 | ||
alpine v3.22 | 8.9.3-r0 | ||
alpine v3.10 | 8.9.3-r0 | ||
alpine v3.11 | 8.9.3-r0 | ||
alpine v3.17 | 8.9.3-r0 |
1-10 of 20
10
Aliases
1. 2. 3. 4. 5. 6.
References
1.