---
title: "CVE-2023-25151\n    | Ubuntu"
description: Ubuntu is an open source software operating system that runs from the
  desktop, to the cloud, to all your internet connected things.
url: https://ubuntu.com/security/CVE-2023-25151?format=md
keywords: index, follow
---

# CVE-2023-25151

Publication date 8 February 2023

Last updated 11 July 2025

---

Ubuntu priority

**Medium**

[Why this priority?](https://ubuntu.com/security/cves/about#priority )

## Cvss 3 Severity Score

**7.5 · High**

[Score breakdown](https://ubuntu.com/security/CVE-2023-25151?format=md#impact-score)

Toggle side navigation

## Description

opentelemetry-go-contrib is a collection of extensions for
OpenTelemetry-Go. The v0.38.0 release of
`go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` uses the
`httpconv.ServerRequest` function to annotate metric measurements for the
`http.server.request\_content\_length`,
`http.server.response\_content\_length`, and `http.server.duration`
instruments. The `ServerRequest` function sets the `http.target` attribute
value to be the whole request URI (including the query string)[^1]. The
metric instruments do not "forget" previous measurement attributes when
`cumulative` temporality is used, this means the cardinality of the
measurements allocated is directly correlated with the unique URIs handled.
If the query string is constantly random, this will result in a constant
increase in memory allocation that can be used in a denial-of-service
attack. This issue has been addressed in version 0.39.0. Users are advised
to upgrade. There are no known workarounds for this issue.

## Status

Show unmaintained releases

| Package | Ubuntu Release | Status |
| --- | --- | --- |
| golang-opentelemetry-contrib | 26.04 LTS resolute | Needs evaluation |
| 25.10 questing | Ignored end of life, was needs-triage |
| 25.04 plucky | Ignored end of life, was needs-triage |
| 24.10 oracular | Ignored end of life, was needs-triage |
| 24.04 LTS noble | Not in release |
| 23.10 mantic | Not in release |
| 22.04 LTS jammy | Not in release |
| 20.04 LTS focal | Not in release |

---

* [How can I get the fixes?](https://ubuntu.com/security/cves/about#security)
* [What do statuses mean?](https://ubuntu.com/security/cves/about#statuses)

## Severity score breakdown

CVSS version:
CVSS v3.0

**Base score**

7.5 · High

* Base metrics

  | Parameter | Value |
  | --- | --- |
  | Attack vector | Network |
  | Attack complexity | Low |
  | Privileges required | None |
  | User interaction | None |
  | Scope | Unchanged |
  | Confidentiality impact | None |
  | Integrity impact | None |
  | Availability impact | High |
* Scores

  | Parameter | Value |
  | --- | --- |
  | Base score | 7.5 · High |
  | Exploitability score | - |
  | Impact score | - |

**Vector:** CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

## References

* [MITRE](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-25151)
* [NVD](https://nvd.nist.gov/vuln/detail/CVE-2023-25151)
* [Launchpad](https://launchpad.net/bugs/cve/CVE-2023-25151)
* [Debian](https://security-tracker.debian.org/tracker/CVE-2023-25151)

### Other references

* <https://www.cve.org/CVERecord?id=CVE-2023-25151>
