Intel

AIKIDO-2026-293011

launchdarkly/server-sdk is vulnerable to Information Exposure

Information Exposure Pre-CVE
Found by Aikido Intel before public disclosure or CVE publication.
Published 4 days ago

25

Low Risk

This Affects:

PHPlaunchdarkly/server-sdk
6.1.0 - 6.8.1
Fixed in 6.8.2
Are you affected? Scan for Free

TL;DR

The SDK automatically redacts the attribute values of anonymous contexts before sending analytics events, but the serializer applies this redaction only to feature events. custom (track) and migration_op events still serialize the full set of anonymous context attribute values instead of omitting them. This exposes anonymous context attribute data, which often holds personal or otherwise sensitive information, inside analytics event payloads sent to LaunchDarkly. The fix extends anonymous-attribute redaction in EventSerializer::filterEvent to custom and migration_op events.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and your application sends custom or migration operation events for anonymous contexts that carry attributes.

Background info

launchdarkly/server-sdk is vulnerable to Information Exposure in versions 6.1.0 - 6.8.1.

How to fix this

Upgrade the launchdarkly/server-sdk and/or the launchdarkly/launchdarkly-php library to the patch version.