Intel

AIKIDO-2026-11087

hot-shots is vulnerable to Injection

Injection Pre-CVE
Found by Aikido Intel before public disclosure or CVE publication.
Published Today

63

Medium Risk

This Affects:

JShot-shots
0.0.1 - 14.3.1
Fixed in 15.0.0
Are you affected? Scan for Free

TL;DR

The hot-shots StatsD client builds metric packets from caller-supplied names, tag keys, and tag values. Before the fix, carriage-return characters were not stripped, so receivers that split lines on \r could accept attacker-influenced injected metrics. Transport sockets also lacked default error listeners, so unhandled socket errors could terminate the Node.js host process, and invalid oversized bufferFlushInterval values could force rapid buffer flush loops that exhaust CPU. Version 15.0.0 sanitizes \r, attaches safe default error handlers, validates flush intervals, and wraps interval flushes to prevent host crashes.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range.

Background info

hot-shots is vulnerable to Injection in versions 0.0.1 - 14.3.1.

How to fix this

Upgrade the hot-shots library to the patch version.