---
id: GHSA-7h65-4p22-39j6
aliases:
  - GO-2024-3219
title: >-
  github.com/crossplane/crossplane: Unexpected behavior from Is methods for
  IPv4-mapped IPv6 addresses
summary: >-
  github.com/crossplane/crossplane: Unexpected behavior from Is methods for
  IPv4-mapped IPv6 addresses
severity: critical
cvss: 9.8
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'
vendor: crossplane
product: github.com/crossplane/crossplane
ecosystem: go
affected:
  - 'github.com/crossplane/crossplane >= 1.15.5, < 1.15.6'
  - 'github.com/crossplane/crossplane >= 1.16.2, < 1.16.3'
  - 'github.com/crossplane/crossplane >= 1.17.1, < 1.17.2'
patched:
  - github.com/crossplane/crossplane 1.15.6
  - github.com/crossplane/crossplane 1.16.3
  - github.com/crossplane/crossplane 1.17.2
published: '2024-10-25'
updated: '2026-08-07'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-7h65-4p22-39j6'
references:
  - url: >-
      https://github.com/crossplane/crossplane/security/advisories/GHSA-7h65-4p22-39j6
  - url: 'https://github.com/crossplane/crossplane'
tags:
  - osv
  - go
ingestedAt: '2026-08-07T19:14:16.111Z'
---

## Overview

A critical vulnerability was reported in the versions of golang that Crossplane depends on. Details of the golang vulnerability are included below. Crossplane does not directly use the vulnerable functions from the `net/netip` package, but the version of golang libraries, runtime, and build tools have still been updated as part of this security advisory nonetheless.

**Critical Vulnerabilities**
Vulnerability: [CVE-2024-24790](https://nvd.nist.gov/vuln/detail/CVE-2024-24790), `golang: net/netip: Unexpected behavior from Is methods for IPv4-mapped IPv6 addresses`
Description: The various Is methods (IsPrivate, IsLoopback, etc) did not work as expected for IPv4-mapped IPv6 addresses, returning false for addresses which would return true in their traditional IPv4 forms.

Affected versions: 1.17.1,1.16.2,1.15.5

See screenshot for more details
![Screenshot from 2024-09-18 17-36-37](https://github.com/user-attachments/assets/2e7ad31f-228a-4534-a4aa-b63d4911351d)

Fixed versions: 1.17.2,1.16.3,1.15.6

Release notes:

* https://github.com/crossplane/crossplane/releases/tag/v1.17.2
* https://github.com/crossplane/crossplane/releases/tag/v1.16.3
* https://github.com/crossplane/crossplane/releases/tag/v1.15.6

## Affected packages

- `github.com/crossplane/crossplane >= 1.15.5, < 1.15.6`
- `github.com/crossplane/crossplane >= 1.16.2, < 1.16.3`
- `github.com/crossplane/crossplane >= 1.17.1, < 1.17.2`

## Remediation

Upgrade to a patched release:

- `github.com/crossplane/crossplane 1.15.6`
- `github.com/crossplane/crossplane 1.16.3`
- `github.com/crossplane/crossplane 1.17.2`
