ubuntu-cve-2025-71385
Vulnerability from osv_ubuntu
Published
2026-07-02 20:17
Modified
2026-07-09 15:15
Summary
Details
Netdata before 2.3.1 reflects the user-supplied love query parameter of the api/v2/ilove.svg and api/v3/ilove.svg endpoints verbatim into the generated SVG document (into a text element) without HTML or XML escaping, and serves the response with Content-Type image/svg+xml. An attacker can craft a URL such as /api/v2/ilove.svg?love=...; when a victim navigates to it the injected script executes in the victim browser in the origin of the Netdata instance (reflected cross-site scripting). These endpoints are registered with HTTP_ACL_NOCHECK and anonymous access and, because bearer-token protection is disabled by default, are reachable without authentication on a default Netdata agent. The issue was resolved by removing the ilove endpoint.
Severity
6.1 (Medium)
N/A (UNKNOWN)
References
{
"affected": [
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "netdata",
"binary_version": "1.9.0+dfsg-1ubuntu0.1~esm1"
},
{
"binary_name": "netdata-data",
"binary_version": "1.9.0+dfsg-1ubuntu0.1~esm1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "netdata",
"purl": "pkg:deb/ubuntu/netdata@1.9.0+dfsg-1ubuntu0.1~esm1?arch=source\u0026distro=esm-apps/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.7.0+dfsg-1",
"1.8.0+dfsg-1",
"1.9.0+dfsg-1",
"1.9.0+dfsg-1ubuntu0.1~esm1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "netdata",
"binary_version": "1.19.0-3ubuntu1+esm1"
},
{
"binary_name": "netdata-apache2",
"binary_version": "1.19.0-3ubuntu1+esm1"
},
{
"binary_name": "netdata-core",
"binary_version": "1.19.0-3ubuntu1+esm1"
},
{
"binary_name": "netdata-plugins-bash",
"binary_version": "1.19.0-3ubuntu1+esm1"
},
{
"binary_name": "netdata-plugins-nodejs",
"binary_version": "1.19.0-3ubuntu1+esm1"
},
{
"binary_name": "netdata-plugins-python",
"binary_version": "1.19.0-3ubuntu1+esm1"
},
{
"binary_name": "netdata-web",
"binary_version": "1.19.0-3ubuntu1+esm1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:20.04:LTS",
"name": "netdata",
"purl": "pkg:deb/ubuntu/netdata@1.19.0-3ubuntu1+esm1?arch=source\u0026distro=esm-apps/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.16.1-2",
"1.19.0-3ubuntu1",
"1.19.0-3ubuntu1+esm1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "netdata",
"binary_version": "1.33.1-1ubuntu1+esm1"
},
{
"binary_name": "netdata-apache2",
"binary_version": "1.33.1-1ubuntu1+esm1"
},
{
"binary_name": "netdata-core",
"binary_version": "1.33.1-1ubuntu1+esm1"
},
{
"binary_name": "netdata-plugins-bash",
"binary_version": "1.33.1-1ubuntu1+esm1"
},
{
"binary_name": "netdata-plugins-nodejs",
"binary_version": "1.33.1-1ubuntu1+esm1"
},
{
"binary_name": "netdata-plugins-python",
"binary_version": "1.33.1-1ubuntu1+esm1"
},
{
"binary_name": "netdata-web",
"binary_version": "1.33.1-1ubuntu1+esm1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:22.04:LTS",
"name": "netdata",
"purl": "pkg:deb/ubuntu/netdata@1.33.1-1ubuntu1+esm1?arch=source\u0026distro=esm-apps/jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.29.3-4",
"1.31.0-4",
"1.33.1-1ubuntu1",
"1.33.1-1ubuntu1+esm1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "netdata",
"binary_version": "1.43.2-1build2"
},
{
"binary_name": "netdata-apache2",
"binary_version": "1.43.2-1build2"
},
{
"binary_name": "netdata-core",
"binary_version": "1.43.2-1build2"
},
{
"binary_name": "netdata-plugins-bash",
"binary_version": "1.43.2-1build2"
},
{
"binary_name": "netdata-plugins-python",
"binary_version": "1.43.2-1build2"
},
{
"binary_name": "netdata-web",
"binary_version": "1.43.2-1build2"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "netdata",
"purl": "pkg:deb/ubuntu/netdata@1.43.2-1build2?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.42.1-1",
"1.43.1-1",
"1.43.2-1",
"1.43.2-1build1",
"1.43.2-1build2"
]
}
],
"aliases": [],
"details": "Netdata before 2.3.1 reflects the user-supplied love query parameter of the api/v2/ilove.svg and api/v3/ilove.svg endpoints verbatim into the generated SVG document (into a text element) without HTML or XML escaping, and serves the response with Content-Type image/svg+xml. An attacker can craft a URL such as /api/v2/ilove.svg?love=\u003cscript\u003e...\u003c/script\u003e; when a victim navigates to it the injected script executes in the victim browser in the origin of the Netdata instance (reflected cross-site scripting). These endpoints are registered with HTTP_ACL_NOCHECK and anonymous access and, because bearer-token protection is disabled by default, are reachable without authentication on a default Netdata agent. The issue was resolved by removing the ilove endpoint.",
"id": "UBUNTU-CVE-2025-71385",
"modified": "2026-07-09T15:15:36Z",
"published": "2026-07-02T20:17:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-71385"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71385"
},
{
"type": "REPORT",
"url": "https://github.com/netdata/netdata/commit/f82554fe9b21b5ae51a8663a3f4ddce84cac16af"
},
{
"type": "REPORT",
"url": "https://github.com/netdata/netdata/pull/19919"
},
{
"type": "REPORT",
"url": "https://github.com/netdata/netdata/releases/tag/v2.3.1"
},
{
"type": "REPORT",
"url": "https://www.vulncheck.com/advisories/netdata-reflected-cross-site-scripting-via-love-parameter-in-ilove-svg-endpoint"
}
],
"related": [],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"type": "CVSS_V3"
},
{
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N",
"type": "CVSS_V4"
},
{
"score": "medium",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2025-71385"
]
}
Loading…
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…