Cyber Resilience

CVE-2023-24532

Golang Go ≤ 1.19.7

Published
08 March 2023
Modified
21 November 2024
Patch / advisory
CVSS Score v3.1 5.3
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
EPSS Score 0.0081 53th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2023-24532 is a medium-severity Incorrect Calculation (CWE-682) vulnerability in Golang Go. Its CVSS base score is 5.3 (Medium).

Operationally, ranked in the top 47% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

EU & UK References

Vulnerability Data

The ScalarMult and ScalarBaseMult methods of the P256 Curve may return an incorrect result if called with some specific unreduced scalars (a scalar larger than the order of the curve). This does not impact usages of crypto/ecdsa or crypto/ecdh.

CWE(s)

Related Threats

CVEs Like This One

CVE-2026-32282Same product: Golang Go
CVE-2026-27138Same product: Golang Go
CVE-2023-29409Same product: Golang Go
CVE-2025-61727Same product: Golang Go
CVE-2025-4674Same product: Golang Go
CVE-2025-61723Same product: Golang Go
CVE-2026-27139Same product: Golang Go
CVE-2025-61724Same product: Golang Go
CVE-2026-42501Same product: Golang Go
CVE-2025-68121Same product: Golang Go

Affected Assets

golang
go
≤ 1.19.7 · 1.20.0 — 1.20.2

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V15.2.2

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly prevent incorrect calculations via reviews, testing, and verification in security-critical code.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Security testing in development and acceptance can detect calculation flaws before deployment.

prevents

Secure development lifecycle mandates verification steps that catch incorrect calculations before they reach production.

prevents

Application security requirements can explicitly call for numeric accuracy and bounds checking.

degrades

Secure architecture principles include input validation and safe arithmetic design that reduce calculation errors.

prevents

Secure coding standards directly prohibit unsafe arithmetic and require defensive checks against incorrect results.

References