A security maintenance release with corrections for credential exposure, request decoding validation, and stored cross-site scripting. Advisory identifiers are provided for the addressed defects, and the fixes ship in this release.
Check if affected (3)
securityhighAzureAD remote write OAuth
client_secretexposure fixApplies if you use AzureAD remote write.
In v3.11.3, OAuth
client_secretis no longer exposed in plaintext through the/-/configendpoint for AzureAD remote write. This addresses GHSA-wg65-39gg-5wfj and CVE-2026-42151.securityhigh
Remote-readdecoded-length validationApplies if you use
Remote-read.In v3.11.3,
Remote-readrejects snappy-compressed requests whose declared decoded length exceeds the decode limit. This addresses GHSA-8rm2-7qqf-34qm and CVE-2026-42154.securitymediumOld UI heatmap chart
lelabel escapingApplies if you use the old UI heatmap chart.
In v3.11.3, the old UI heatmap chart escapes
lelabel values in tick labels to fix stored XSS. This addresses GHSA-fw8g-cg8f-9j28.