PatchSiren cyber security CVE debrief
CVE-2026-32952 Azure CVE debrief
CVE-2026-32952 is an availability issue in go-ntlmssp before version 0.1.1. According to the NVD record and the project’s GitHub advisory/release notes, a malicious NTLM challenge message can trigger a slice out of bounds panic, which may crash a Go process using ntlmssp.Negotiator as an HTTP transport. The project states that version 0.1.1 fixes the issue.
- Vendor
- Azure
- Product
- go-ntlmssp
- CVSS
- MEDIUM 5.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-04-24
- Original CVE updated
- 2026-05-21
- Advisory published
- 2026-04-24
- Advisory updated
- 2026-05-21
Who should care
Teams that use go-ntlmssp for NTLM/Negotiate authentication over HTTP, especially if their applications process NTLM challenges from untrusted or externally reachable servers. This also matters for operators of Go services where a process crash would affect availability.
Technical summary
The vulnerability is described as a panic triggered by a crafted NTLM challenge message in go-ntlmssp versions prior to 0.1.1. NVD maps the issue to CWE-190 and rates it CVSS 3.1 5.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L), indicating remote, unauthenticated impact limited to availability. The affected usage pattern called out in the record is ntlmssp.Negotiator used as an HTTP transport.
Defensive priority
Medium. Upgrade promptly if your systems use go-ntlmssp and can receive untrusted NTLM challenge messages, because the issue can crash the process. Prioritize faster remediation for internet-facing or high-availability services.
Recommended defensive actions
- Upgrade go-ntlmssp to version 0.1.1 or later.
- Inventory Go services that use ntlmssp.Negotiator as an HTTP transport.
- Assess whether any deployments can receive NTLM challenges from untrusted or externally controlled peers.
- Treat process crashes in affected services as a security-relevant availability risk and monitor for restart loops or repeated failures.
- Use the project advisory and release notes to confirm the fixed version in your dependency management workflow.
Evidence notes
The supplied NVD record lists the vulnerable version range as all versions before 0.1.1 and cites CVSS 3.1 vector AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L with weakness CWE-190. The GitHub release notes for v0.1.1 and the vendor advisory both reference the fix. Publication date used here is the CVE publishedAt timestamp provided in the source corpus (2026-04-24T03:16:07.833Z).
Official resources
-
CVE-2026-32952 CVE record
CVE.org
-
CVE-2026-32952 NVD detail
NVD
-
Source item URL
nvd_modified
-
Mitigation or vendor reference
[email protected] - Product, Release Notes
-
Mitigation or vendor reference
[email protected] - Vendor Advisory
Publicly disclosed on 2026-04-24 per the supplied CVE publishedAt timestamp. The record was last modified on 2026-05-21. The supplied enrichment does not mark this issue as a CISA KEV item.