Improper resource allocation - Buffer overflow In nodejs
Description
In all versions of Node.js prior to 6.14.4, 8.11.4 and 10.9.0 when used with UCS-2 encoding (recognized by Node.js under the names 'ucs2', 'ucs-2', 'utf16le' and 'utf-16le'), Buffer#write() can be abused to write outside of the bounds of a single Buffer. Writes that start from the second-to-last position of a buffer cause a miscalculation of the maximum length of the input bytes to be written.
Mitigation
Update Impact
Minimal update. May introduce new vulnerabilities or breaking changes.
Ecosystem | Component | Affected version | Patched versions |
|---|---|---|---|
alpine v3.8 | 8.11.4-r0 | ||
alpine v3.18 | 8.11.4-r0 | ||
debian 14 | 10.15.0~dfsg-6 | ||
alpine v3.11 | 8.11.4-r0 | ||
alpine v3.19 | 8.11.4-r0 | ||
alpine v3.9 | 8.11.4-r0 | ||
alpine v3.20 | 8.11.4-r0 | ||
alpine v3.12 | 8.11.4-r0 | ||
alpine v3.13 | 8.11.4-r0 | ||
alpine v3.14 | 8.11.4-r0 |
1-10 of 22
10
Aliases
1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16.