Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-61099 (GCVE-0-2025-61099)
Vulnerability from cvelistv5 – Published: 2025-10-27 00:00 – Updated: 2025-10-28 17:08
VLAI?
EPSS
Summary
FRRouting/frr from v2.0 through v10.4.1 was discovered to contain a NULL pointer dereference via the opaque_info_detail function at ospf_opaque.c. This vulnerability allows attackers to cause a Denial of Service (DoS) via a crafted LS Update packet.
Severity ?
7.5 (High)
CWE
- n/a
Assigner
References
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2025-61099",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-10-28T17:07:21.315132Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-476",
"description": "CWE-476 NULL Pointer Dereference",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-10-28T17:08:55.901Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "n/a",
"vendor": "n/a",
"versions": [
{
"status": "affected",
"version": "n/a"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "FRRouting/frr from v2.0 through v10.4.1 was discovered to contain a NULL pointer dereference via the opaque_info_detail function at ospf_opaque.c. This vulnerability allows attackers to cause a Denial of Service (DoS) via a crafted LS Update packet."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "n/a",
"lang": "en",
"type": "text"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-10-27T18:47:20.225Z",
"orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"shortName": "mitre"
},
"references": [
{
"url": "https://github.com/FRRouting/frr/pull/19480"
},
{
"url": "https://github.com/FRRouting/frr/pull/19480/commits/0042fbe8ca5aba866b4f0d166e54066bba5ab14e"
},
{
"url": "https://github.com/FRRouting/frr/issues/19471"
},
{
"url": "https://github.com/s1awwhy/BugList/blob/main/CVE-2025-61099.md"
}
]
}
},
"cveMetadata": {
"assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"assignerShortName": "mitre",
"cveId": "CVE-2025-61099",
"datePublished": "2025-10-27T00:00:00.000Z",
"dateReserved": "2025-09-26T00:00:00.000Z",
"dateUpdated": "2025-10-28T17:08:55.901Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2025-61099\",\"sourceIdentifier\":\"cve@mitre.org\",\"published\":\"2025-10-27T19:16:04.880\",\"lastModified\":\"2025-11-03T18:05:28.950\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"FRRouting/frr from v2.0 through v10.4.1 was discovered to contain a NULL pointer dereference via the opaque_info_detail function at ospf_opaque.c. This vulnerability allows attackers to cause a Denial of Service (DoS) via a crafted LS Update packet.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-476\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:frrouting:frrouting:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.0\",\"versionEndIncluding\":\"10.4.1\",\"matchCriteriaId\":\"ED1CF39B-BF18-4F9D-B29B-020CDAED494A\"}]}]}],\"references\":[{\"url\":\"https://github.com/FRRouting/frr/issues/19471\",\"source\":\"cve@mitre.org\",\"tags\":[\"Exploit\",\"Issue Tracking\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/FRRouting/frr/pull/19480\",\"source\":\"cve@mitre.org\",\"tags\":[\"Issue Tracking\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/FRRouting/frr/pull/19480/commits/0042fbe8ca5aba866b4f0d166e54066bba5ab14e\",\"source\":\"cve@mitre.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/s1awwhy/BugList/blob/main/CVE-2025-61099.md\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-61099\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-10-28T17:07:21.315132Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-476\", \"description\": \"CWE-476 NULL Pointer Dereference\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-10-28T17:08:46.135Z\"}}], \"cna\": {\"affected\": [{\"vendor\": \"n/a\", \"product\": \"n/a\", \"versions\": [{\"status\": \"affected\", \"version\": \"n/a\"}]}], \"references\": [{\"url\": \"https://github.com/FRRouting/frr/pull/19480\"}, {\"url\": \"https://github.com/FRRouting/frr/pull/19480/commits/0042fbe8ca5aba866b4f0d166e54066bba5ab14e\"}, {\"url\": \"https://github.com/FRRouting/frr/issues/19471\"}, {\"url\": \"https://github.com/s1awwhy/BugList/blob/main/CVE-2025-61099.md\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"FRRouting/frr from v2.0 through v10.4.1 was discovered to contain a NULL pointer dereference via the opaque_info_detail function at ospf_opaque.c. This vulnerability allows attackers to cause a Denial of Service (DoS) via a crafted LS Update packet.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"text\", \"description\": \"n/a\"}]}], \"providerMetadata\": {\"orgId\": \"8254265b-2729-46b6-b9e3-3dfca2d5bfca\", \"shortName\": \"mitre\", \"dateUpdated\": \"2025-10-27T18:47:20.225Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-61099\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-10-28T17:08:55.901Z\", \"dateReserved\": \"2025-09-26T00:00:00.000Z\", \"assignerOrgId\": \"8254265b-2729-46b6-b9e3-3dfca2d5bfca\", \"datePublished\": \"2025-10-27T00:00:00.000Z\", \"assignerShortName\": \"mitre\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
SUSE-SU-2026:0665-1
Vulnerability from csaf_suse - Published: 2026-02-26 15:16 - Updated: 2026-02-26 15:16Summary
Security update for frr
Notes
Title of the patch
Security update for frr
Description of the patch
This update for frr fixes the following issues:
- CVE-2025-61099: Fixed a NULL pointer dereference, which may lead to a DoS vulnerability. (bsc#1252838)
- CVE-2025-61100: Fixed a NULL pointer dereference, which may lead to a DoS vulnerability. (bsc#1252829)
- CVE-2025-61101: Fixed a NULL pointer dereference, which may lead to a DoS vulnerability. (bsc#1252833)
- CVE-2025-61102: Fixed a NULL pointer dereference, which may lead to a DoS vulnerability. (bsc#1252835)
- CVE-2025-61103: Fixed a NULL pointer dereference, which may lead to a DoS vulnerability. (bsc#1252810)
- CVE-2025-61104: Fixed a NULL pointer dereference, which may lead to a DoS vulnerability. (bsc#1252811)
- CVE-2025-61105: Fixed a NULL pointer dereference, which may lead to a DoS vulnerability. (bsc#1252761)
- CVE-2025-61106: Fixed a NULL pointer dereference, which may lead to a DoS vulnerability. (bsc#1252812)
- CVE-2025-61107: Fixed a NULL pointer dereference, which may lead to a DoS vulnerability. (bsc#1252813)
Patchnames
SUSE-2026-665,SUSE-SLE-Module-Server-Applications-15-SP7-2026-665
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for frr",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for frr fixes the following issues:\n\n- CVE-2025-61099: Fixed a NULL pointer dereference, which may lead to a DoS vulnerability. (bsc#1252838)\n- CVE-2025-61100: Fixed a NULL pointer dereference, which may lead to a DoS vulnerability. (bsc#1252829)\n- CVE-2025-61101: Fixed a NULL pointer dereference, which may lead to a DoS vulnerability. (bsc#1252833)\n- CVE-2025-61102: Fixed a NULL pointer dereference, which may lead to a DoS vulnerability. (bsc#1252835)\n- CVE-2025-61103: Fixed a NULL pointer dereference, which may lead to a DoS vulnerability. (bsc#1252810)\n- CVE-2025-61104: Fixed a NULL pointer dereference, which may lead to a DoS vulnerability. (bsc#1252811)\n- CVE-2025-61105: Fixed a NULL pointer dereference, which may lead to a DoS vulnerability. (bsc#1252761)\n- CVE-2025-61106: Fixed a NULL pointer dereference, which may lead to a DoS vulnerability. (bsc#1252812)\n- CVE-2025-61107: Fixed a NULL pointer dereference, which may lead to a DoS vulnerability. (bsc#1252813)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-665,SUSE-SLE-Module-Server-Applications-15-SP7-2026-665",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_0665-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:0665-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260665-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:0665-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024445.html"
},
{
"category": "self",
"summary": "SUSE Bug 1252761",
"url": "https://bugzilla.suse.com/1252761"
},
{
"category": "self",
"summary": "SUSE Bug 1252810",
"url": "https://bugzilla.suse.com/1252810"
},
{
"category": "self",
"summary": "SUSE Bug 1252811",
"url": "https://bugzilla.suse.com/1252811"
},
{
"category": "self",
"summary": "SUSE Bug 1252812",
"url": "https://bugzilla.suse.com/1252812"
},
{
"category": "self",
"summary": "SUSE Bug 1252813",
"url": "https://bugzilla.suse.com/1252813"
},
{
"category": "self",
"summary": "SUSE Bug 1252829",
"url": "https://bugzilla.suse.com/1252829"
},
{
"category": "self",
"summary": "SUSE Bug 1252833",
"url": "https://bugzilla.suse.com/1252833"
},
{
"category": "self",
"summary": "SUSE Bug 1252835",
"url": "https://bugzilla.suse.com/1252835"
},
{
"category": "self",
"summary": "SUSE Bug 1252838",
"url": "https://bugzilla.suse.com/1252838"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61099 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61099/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61100 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61100/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61101 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61101/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61102 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61102/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61103 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61103/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61104 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61104/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61105 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61105/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61106 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61106/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61107 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61107/"
}
],
"title": "Security update for frr",
"tracking": {
"current_release_date": "2026-02-26T15:16:24Z",
"generator": {
"date": "2026-02-26T15:16:24Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:0665-1",
"initial_release_date": "2026-02-26T15:16:24Z",
"revision_history": [
{
"date": "2026-02-26T15:16:24Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "frr-10.2.1-150700.3.5.1.aarch64",
"product": {
"name": "frr-10.2.1-150700.3.5.1.aarch64",
"product_id": "frr-10.2.1-150700.3.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "frr-devel-10.2.1-150700.3.5.1.aarch64",
"product": {
"name": "frr-devel-10.2.1-150700.3.5.1.aarch64",
"product_id": "frr-devel-10.2.1-150700.3.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "libfrr0-10.2.1-150700.3.5.1.aarch64",
"product": {
"name": "libfrr0-10.2.1-150700.3.5.1.aarch64",
"product_id": "libfrr0-10.2.1-150700.3.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "libfrr_pb0-10.2.1-150700.3.5.1.aarch64",
"product": {
"name": "libfrr_pb0-10.2.1-150700.3.5.1.aarch64",
"product_id": "libfrr_pb0-10.2.1-150700.3.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "libfrrcares0-10.2.1-150700.3.5.1.aarch64",
"product": {
"name": "libfrrcares0-10.2.1-150700.3.5.1.aarch64",
"product_id": "libfrrcares0-10.2.1-150700.3.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "libfrrfpm_pb0-10.2.1-150700.3.5.1.aarch64",
"product": {
"name": "libfrrfpm_pb0-10.2.1-150700.3.5.1.aarch64",
"product_id": "libfrrfpm_pb0-10.2.1-150700.3.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "libfrrospfapiclient0-10.2.1-150700.3.5.1.aarch64",
"product": {
"name": "libfrrospfapiclient0-10.2.1-150700.3.5.1.aarch64",
"product_id": "libfrrospfapiclient0-10.2.1-150700.3.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "libfrrsnmp0-10.2.1-150700.3.5.1.aarch64",
"product": {
"name": "libfrrsnmp0-10.2.1-150700.3.5.1.aarch64",
"product_id": "libfrrsnmp0-10.2.1-150700.3.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "libfrrzmq0-10.2.1-150700.3.5.1.aarch64",
"product": {
"name": "libfrrzmq0-10.2.1-150700.3.5.1.aarch64",
"product_id": "libfrrzmq0-10.2.1-150700.3.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "libmgmt_be_nb0-10.2.1-150700.3.5.1.aarch64",
"product": {
"name": "libmgmt_be_nb0-10.2.1-150700.3.5.1.aarch64",
"product_id": "libmgmt_be_nb0-10.2.1-150700.3.5.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "frr-10.2.1-150700.3.5.1.i586",
"product": {
"name": "frr-10.2.1-150700.3.5.1.i586",
"product_id": "frr-10.2.1-150700.3.5.1.i586"
}
},
{
"category": "product_version",
"name": "frr-devel-10.2.1-150700.3.5.1.i586",
"product": {
"name": "frr-devel-10.2.1-150700.3.5.1.i586",
"product_id": "frr-devel-10.2.1-150700.3.5.1.i586"
}
},
{
"category": "product_version",
"name": "libfrr0-10.2.1-150700.3.5.1.i586",
"product": {
"name": "libfrr0-10.2.1-150700.3.5.1.i586",
"product_id": "libfrr0-10.2.1-150700.3.5.1.i586"
}
},
{
"category": "product_version",
"name": "libfrr_pb0-10.2.1-150700.3.5.1.i586",
"product": {
"name": "libfrr_pb0-10.2.1-150700.3.5.1.i586",
"product_id": "libfrr_pb0-10.2.1-150700.3.5.1.i586"
}
},
{
"category": "product_version",
"name": "libfrrcares0-10.2.1-150700.3.5.1.i586",
"product": {
"name": "libfrrcares0-10.2.1-150700.3.5.1.i586",
"product_id": "libfrrcares0-10.2.1-150700.3.5.1.i586"
}
},
{
"category": "product_version",
"name": "libfrrfpm_pb0-10.2.1-150700.3.5.1.i586",
"product": {
"name": "libfrrfpm_pb0-10.2.1-150700.3.5.1.i586",
"product_id": "libfrrfpm_pb0-10.2.1-150700.3.5.1.i586"
}
},
{
"category": "product_version",
"name": "libfrrospfapiclient0-10.2.1-150700.3.5.1.i586",
"product": {
"name": "libfrrospfapiclient0-10.2.1-150700.3.5.1.i586",
"product_id": "libfrrospfapiclient0-10.2.1-150700.3.5.1.i586"
}
},
{
"category": "product_version",
"name": "libfrrsnmp0-10.2.1-150700.3.5.1.i586",
"product": {
"name": "libfrrsnmp0-10.2.1-150700.3.5.1.i586",
"product_id": "libfrrsnmp0-10.2.1-150700.3.5.1.i586"
}
},
{
"category": "product_version",
"name": "libfrrzmq0-10.2.1-150700.3.5.1.i586",
"product": {
"name": "libfrrzmq0-10.2.1-150700.3.5.1.i586",
"product_id": "libfrrzmq0-10.2.1-150700.3.5.1.i586"
}
},
{
"category": "product_version",
"name": "libmgmt_be_nb0-10.2.1-150700.3.5.1.i586",
"product": {
"name": "libmgmt_be_nb0-10.2.1-150700.3.5.1.i586",
"product_id": "libmgmt_be_nb0-10.2.1-150700.3.5.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "frr-10.2.1-150700.3.5.1.ppc64le",
"product": {
"name": "frr-10.2.1-150700.3.5.1.ppc64le",
"product_id": "frr-10.2.1-150700.3.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "frr-devel-10.2.1-150700.3.5.1.ppc64le",
"product": {
"name": "frr-devel-10.2.1-150700.3.5.1.ppc64le",
"product_id": "frr-devel-10.2.1-150700.3.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libfrr0-10.2.1-150700.3.5.1.ppc64le",
"product": {
"name": "libfrr0-10.2.1-150700.3.5.1.ppc64le",
"product_id": "libfrr0-10.2.1-150700.3.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libfrr_pb0-10.2.1-150700.3.5.1.ppc64le",
"product": {
"name": "libfrr_pb0-10.2.1-150700.3.5.1.ppc64le",
"product_id": "libfrr_pb0-10.2.1-150700.3.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libfrrcares0-10.2.1-150700.3.5.1.ppc64le",
"product": {
"name": "libfrrcares0-10.2.1-150700.3.5.1.ppc64le",
"product_id": "libfrrcares0-10.2.1-150700.3.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libfrrfpm_pb0-10.2.1-150700.3.5.1.ppc64le",
"product": {
"name": "libfrrfpm_pb0-10.2.1-150700.3.5.1.ppc64le",
"product_id": "libfrrfpm_pb0-10.2.1-150700.3.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libfrrospfapiclient0-10.2.1-150700.3.5.1.ppc64le",
"product": {
"name": "libfrrospfapiclient0-10.2.1-150700.3.5.1.ppc64le",
"product_id": "libfrrospfapiclient0-10.2.1-150700.3.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libfrrsnmp0-10.2.1-150700.3.5.1.ppc64le",
"product": {
"name": "libfrrsnmp0-10.2.1-150700.3.5.1.ppc64le",
"product_id": "libfrrsnmp0-10.2.1-150700.3.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libfrrzmq0-10.2.1-150700.3.5.1.ppc64le",
"product": {
"name": "libfrrzmq0-10.2.1-150700.3.5.1.ppc64le",
"product_id": "libfrrzmq0-10.2.1-150700.3.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libmgmt_be_nb0-10.2.1-150700.3.5.1.ppc64le",
"product": {
"name": "libmgmt_be_nb0-10.2.1-150700.3.5.1.ppc64le",
"product_id": "libmgmt_be_nb0-10.2.1-150700.3.5.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "frr-10.2.1-150700.3.5.1.s390x",
"product": {
"name": "frr-10.2.1-150700.3.5.1.s390x",
"product_id": "frr-10.2.1-150700.3.5.1.s390x"
}
},
{
"category": "product_version",
"name": "frr-devel-10.2.1-150700.3.5.1.s390x",
"product": {
"name": "frr-devel-10.2.1-150700.3.5.1.s390x",
"product_id": "frr-devel-10.2.1-150700.3.5.1.s390x"
}
},
{
"category": "product_version",
"name": "libfrr0-10.2.1-150700.3.5.1.s390x",
"product": {
"name": "libfrr0-10.2.1-150700.3.5.1.s390x",
"product_id": "libfrr0-10.2.1-150700.3.5.1.s390x"
}
},
{
"category": "product_version",
"name": "libfrr_pb0-10.2.1-150700.3.5.1.s390x",
"product": {
"name": "libfrr_pb0-10.2.1-150700.3.5.1.s390x",
"product_id": "libfrr_pb0-10.2.1-150700.3.5.1.s390x"
}
},
{
"category": "product_version",
"name": "libfrrcares0-10.2.1-150700.3.5.1.s390x",
"product": {
"name": "libfrrcares0-10.2.1-150700.3.5.1.s390x",
"product_id": "libfrrcares0-10.2.1-150700.3.5.1.s390x"
}
},
{
"category": "product_version",
"name": "libfrrfpm_pb0-10.2.1-150700.3.5.1.s390x",
"product": {
"name": "libfrrfpm_pb0-10.2.1-150700.3.5.1.s390x",
"product_id": "libfrrfpm_pb0-10.2.1-150700.3.5.1.s390x"
}
},
{
"category": "product_version",
"name": "libfrrospfapiclient0-10.2.1-150700.3.5.1.s390x",
"product": {
"name": "libfrrospfapiclient0-10.2.1-150700.3.5.1.s390x",
"product_id": "libfrrospfapiclient0-10.2.1-150700.3.5.1.s390x"
}
},
{
"category": "product_version",
"name": "libfrrsnmp0-10.2.1-150700.3.5.1.s390x",
"product": {
"name": "libfrrsnmp0-10.2.1-150700.3.5.1.s390x",
"product_id": "libfrrsnmp0-10.2.1-150700.3.5.1.s390x"
}
},
{
"category": "product_version",
"name": "libfrrzmq0-10.2.1-150700.3.5.1.s390x",
"product": {
"name": "libfrrzmq0-10.2.1-150700.3.5.1.s390x",
"product_id": "libfrrzmq0-10.2.1-150700.3.5.1.s390x"
}
},
{
"category": "product_version",
"name": "libmgmt_be_nb0-10.2.1-150700.3.5.1.s390x",
"product": {
"name": "libmgmt_be_nb0-10.2.1-150700.3.5.1.s390x",
"product_id": "libmgmt_be_nb0-10.2.1-150700.3.5.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "frr-10.2.1-150700.3.5.1.x86_64",
"product": {
"name": "frr-10.2.1-150700.3.5.1.x86_64",
"product_id": "frr-10.2.1-150700.3.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "frr-devel-10.2.1-150700.3.5.1.x86_64",
"product": {
"name": "frr-devel-10.2.1-150700.3.5.1.x86_64",
"product_id": "frr-devel-10.2.1-150700.3.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libfrr0-10.2.1-150700.3.5.1.x86_64",
"product": {
"name": "libfrr0-10.2.1-150700.3.5.1.x86_64",
"product_id": "libfrr0-10.2.1-150700.3.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libfrr_pb0-10.2.1-150700.3.5.1.x86_64",
"product": {
"name": "libfrr_pb0-10.2.1-150700.3.5.1.x86_64",
"product_id": "libfrr_pb0-10.2.1-150700.3.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libfrrcares0-10.2.1-150700.3.5.1.x86_64",
"product": {
"name": "libfrrcares0-10.2.1-150700.3.5.1.x86_64",
"product_id": "libfrrcares0-10.2.1-150700.3.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libfrrfpm_pb0-10.2.1-150700.3.5.1.x86_64",
"product": {
"name": "libfrrfpm_pb0-10.2.1-150700.3.5.1.x86_64",
"product_id": "libfrrfpm_pb0-10.2.1-150700.3.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libfrrospfapiclient0-10.2.1-150700.3.5.1.x86_64",
"product": {
"name": "libfrrospfapiclient0-10.2.1-150700.3.5.1.x86_64",
"product_id": "libfrrospfapiclient0-10.2.1-150700.3.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libfrrsnmp0-10.2.1-150700.3.5.1.x86_64",
"product": {
"name": "libfrrsnmp0-10.2.1-150700.3.5.1.x86_64",
"product_id": "libfrrsnmp0-10.2.1-150700.3.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libfrrzmq0-10.2.1-150700.3.5.1.x86_64",
"product": {
"name": "libfrrzmq0-10.2.1-150700.3.5.1.x86_64",
"product_id": "libfrrzmq0-10.2.1-150700.3.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libmgmt_be_nb0-10.2.1-150700.3.5.1.x86_64",
"product": {
"name": "libmgmt_be_nb0-10.2.1-150700.3.5.1.x86_64",
"product_id": "libmgmt_be_nb0-10.2.1-150700.3.5.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-server-applications:15:sp7"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "frr-10.2.1-150700.3.5.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.aarch64"
},
"product_reference": "frr-10.2.1-150700.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "frr-10.2.1-150700.3.5.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.ppc64le"
},
"product_reference": "frr-10.2.1-150700.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "frr-10.2.1-150700.3.5.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.s390x"
},
"product_reference": "frr-10.2.1-150700.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "frr-10.2.1-150700.3.5.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.x86_64"
},
"product_reference": "frr-10.2.1-150700.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "frr-devel-10.2.1-150700.3.5.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.aarch64"
},
"product_reference": "frr-devel-10.2.1-150700.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "frr-devel-10.2.1-150700.3.5.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.ppc64le"
},
"product_reference": "frr-devel-10.2.1-150700.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "frr-devel-10.2.1-150700.3.5.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.s390x"
},
"product_reference": "frr-devel-10.2.1-150700.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "frr-devel-10.2.1-150700.3.5.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.x86_64"
},
"product_reference": "frr-devel-10.2.1-150700.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrr0-10.2.1-150700.3.5.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.aarch64"
},
"product_reference": "libfrr0-10.2.1-150700.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrr0-10.2.1-150700.3.5.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.ppc64le"
},
"product_reference": "libfrr0-10.2.1-150700.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrr0-10.2.1-150700.3.5.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.s390x"
},
"product_reference": "libfrr0-10.2.1-150700.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrr0-10.2.1-150700.3.5.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.x86_64"
},
"product_reference": "libfrr0-10.2.1-150700.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrr_pb0-10.2.1-150700.3.5.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.aarch64"
},
"product_reference": "libfrr_pb0-10.2.1-150700.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrr_pb0-10.2.1-150700.3.5.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.ppc64le"
},
"product_reference": "libfrr_pb0-10.2.1-150700.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrr_pb0-10.2.1-150700.3.5.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.s390x"
},
"product_reference": "libfrr_pb0-10.2.1-150700.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrr_pb0-10.2.1-150700.3.5.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.x86_64"
},
"product_reference": "libfrr_pb0-10.2.1-150700.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrrcares0-10.2.1-150700.3.5.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.aarch64"
},
"product_reference": "libfrrcares0-10.2.1-150700.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrrcares0-10.2.1-150700.3.5.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.ppc64le"
},
"product_reference": "libfrrcares0-10.2.1-150700.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrrcares0-10.2.1-150700.3.5.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.s390x"
},
"product_reference": "libfrrcares0-10.2.1-150700.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrrcares0-10.2.1-150700.3.5.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.x86_64"
},
"product_reference": "libfrrcares0-10.2.1-150700.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrrfpm_pb0-10.2.1-150700.3.5.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.aarch64"
},
"product_reference": "libfrrfpm_pb0-10.2.1-150700.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrrfpm_pb0-10.2.1-150700.3.5.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.ppc64le"
},
"product_reference": "libfrrfpm_pb0-10.2.1-150700.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrrfpm_pb0-10.2.1-150700.3.5.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.s390x"
},
"product_reference": "libfrrfpm_pb0-10.2.1-150700.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrrfpm_pb0-10.2.1-150700.3.5.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.x86_64"
},
"product_reference": "libfrrfpm_pb0-10.2.1-150700.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrrospfapiclient0-10.2.1-150700.3.5.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.aarch64"
},
"product_reference": "libfrrospfapiclient0-10.2.1-150700.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrrospfapiclient0-10.2.1-150700.3.5.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.ppc64le"
},
"product_reference": "libfrrospfapiclient0-10.2.1-150700.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrrospfapiclient0-10.2.1-150700.3.5.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.s390x"
},
"product_reference": "libfrrospfapiclient0-10.2.1-150700.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrrospfapiclient0-10.2.1-150700.3.5.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.x86_64"
},
"product_reference": "libfrrospfapiclient0-10.2.1-150700.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrrsnmp0-10.2.1-150700.3.5.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.aarch64"
},
"product_reference": "libfrrsnmp0-10.2.1-150700.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrrsnmp0-10.2.1-150700.3.5.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.ppc64le"
},
"product_reference": "libfrrsnmp0-10.2.1-150700.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrrsnmp0-10.2.1-150700.3.5.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.s390x"
},
"product_reference": "libfrrsnmp0-10.2.1-150700.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrrsnmp0-10.2.1-150700.3.5.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.x86_64"
},
"product_reference": "libfrrsnmp0-10.2.1-150700.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrrzmq0-10.2.1-150700.3.5.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.aarch64"
},
"product_reference": "libfrrzmq0-10.2.1-150700.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrrzmq0-10.2.1-150700.3.5.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.ppc64le"
},
"product_reference": "libfrrzmq0-10.2.1-150700.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrrzmq0-10.2.1-150700.3.5.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.s390x"
},
"product_reference": "libfrrzmq0-10.2.1-150700.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrrzmq0-10.2.1-150700.3.5.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.x86_64"
},
"product_reference": "libfrrzmq0-10.2.1-150700.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libmgmt_be_nb0-10.2.1-150700.3.5.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.aarch64"
},
"product_reference": "libmgmt_be_nb0-10.2.1-150700.3.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libmgmt_be_nb0-10.2.1-150700.3.5.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.ppc64le"
},
"product_reference": "libmgmt_be_nb0-10.2.1-150700.3.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libmgmt_be_nb0-10.2.1-150700.3.5.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.s390x"
},
"product_reference": "libmgmt_be_nb0-10.2.1-150700.3.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libmgmt_be_nb0-10.2.1-150700.3.5.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.x86_64"
},
"product_reference": "libmgmt_be_nb0-10.2.1-150700.3.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61099",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61099"
}
],
"notes": [
{
"category": "general",
"text": "FRRouting/frr from v2.0 through v10.4.1 was discovered to contain a NULL pointer dereference via the opaque_info_detail function at ospf_opaque.c. This vulnerability allows attackers to cause a Denial of Service (DoS) via a crafted LS Update packet.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61099",
"url": "https://www.suse.com/security/cve/CVE-2025-61099"
},
{
"category": "external",
"summary": "SUSE Bug 1252837 for CVE-2025-61099",
"url": "https://bugzilla.suse.com/1252837"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-26T15:16:24Z",
"details": "moderate"
}
],
"title": "CVE-2025-61099"
},
{
"cve": "CVE-2025-61100",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61100"
}
],
"notes": [
{
"category": "general",
"text": "FRRouting/frr from v2.0 through v10.4.1 was discovered to contain a NULL pointer dereference via the ospf_opaque_lsa_dump function at ospf_opaque.c. This vulnerability allows attackers to cause a Denial of Service (DoS) under specific malformed LSA conditions.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61100",
"url": "https://www.suse.com/security/cve/CVE-2025-61100"
},
{
"category": "external",
"summary": "SUSE Bug 1252828 for CVE-2025-61100",
"url": "https://bugzilla.suse.com/1252828"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-26T15:16:24Z",
"details": "moderate"
}
],
"title": "CVE-2025-61100"
},
{
"cve": "CVE-2025-61101",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61101"
}
],
"notes": [
{
"category": "general",
"text": "FRRouting/frr from v4.0 through v10.4.1 was discovered to contain a NULL pointer dereference via the show_vty_ext_link_rmt_itf_addr function at ospf_ext.c. This vulnerability allows attackers to cause a Denial of Service (DoS) via a crafted OSPF packet.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61101",
"url": "https://www.suse.com/security/cve/CVE-2025-61101"
},
{
"category": "external",
"summary": "SUSE Bug 1252832 for CVE-2025-61101",
"url": "https://bugzilla.suse.com/1252832"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-26T15:16:24Z",
"details": "moderate"
}
],
"title": "CVE-2025-61101"
},
{
"cve": "CVE-2025-61102",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61102"
}
],
"notes": [
{
"category": "general",
"text": "FRRouting/frr from v4.0 through v10.4.1 was discovered to contain a NULL pointer dereference via the show_vty_ext_link_adj_sid function at ospf_ext.c. This vulnerability allows attackers to cause a Denial of Service (DoS) via a crafted OSPF packet.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61102",
"url": "https://www.suse.com/security/cve/CVE-2025-61102"
},
{
"category": "external",
"summary": "SUSE Bug 1252834 for CVE-2025-61102",
"url": "https://bugzilla.suse.com/1252834"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-26T15:16:24Z",
"details": "moderate"
}
],
"title": "CVE-2025-61102"
},
{
"cve": "CVE-2025-61103",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61103"
}
],
"notes": [
{
"category": "general",
"text": "FRRouting/frr from v4.0 through v10.4.1 was discovered to contain a NULL pointer dereference via the show_vty_ext_link_lan_adj_sid function at ospf_ext.c. This vulnerability allows attackers to cause a Denial of Service (DoS) via a crafted OSPF packet.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61103",
"url": "https://www.suse.com/security/cve/CVE-2025-61103"
},
{
"category": "external",
"summary": "SUSE Bug 1252810 for CVE-2025-61103",
"url": "https://bugzilla.suse.com/1252810"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-26T15:16:24Z",
"details": "moderate"
}
],
"title": "CVE-2025-61103"
},
{
"cve": "CVE-2025-61104",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61104"
}
],
"notes": [
{
"category": "general",
"text": "FRRouting/frr from v4.0 through v10.4.1 was discovered to contain a NULL pointer dereference via the show_vty_unknown_tlv function at ospf_ext.c. This vulnerability allows attackers to cause a Denial of Service (DoS) via a crafted OSPF packet.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61104",
"url": "https://www.suse.com/security/cve/CVE-2025-61104"
},
{
"category": "external",
"summary": "SUSE Bug 1252811 for CVE-2025-61104",
"url": "https://bugzilla.suse.com/1252811"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-26T15:16:24Z",
"details": "moderate"
}
],
"title": "CVE-2025-61104"
},
{
"cve": "CVE-2025-61105",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61105"
}
],
"notes": [
{
"category": "general",
"text": "FRRouting/frr from v4.0 through v10.4.1 was discovered to contain a NULL pointer dereference via the show_vty_link_info function at ospf_ext.c. This vulnerability allows attackers to cause a Denial of Service (DoS) via a crafted OSPF packet.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61105",
"url": "https://www.suse.com/security/cve/CVE-2025-61105"
},
{
"category": "external",
"summary": "SUSE Bug 1252760 for CVE-2025-61105",
"url": "https://bugzilla.suse.com/1252760"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-26T15:16:24Z",
"details": "moderate"
}
],
"title": "CVE-2025-61105"
},
{
"cve": "CVE-2025-61106",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61106"
}
],
"notes": [
{
"category": "general",
"text": "FRRouting/frr from v4.0 through v10.4.1 was discovered to contain a NULL pointer dereference via the show_vty_ext_pref_pref_sid function at ospf_ext.c. This vulnerability allows attackers to cause a Denial of Service (DoS) via a crafted OSPF packet.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61106",
"url": "https://www.suse.com/security/cve/CVE-2025-61106"
},
{
"category": "external",
"summary": "SUSE Bug 1252812 for CVE-2025-61106",
"url": "https://bugzilla.suse.com/1252812"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-26T15:16:24Z",
"details": "moderate"
}
],
"title": "CVE-2025-61106"
},
{
"cve": "CVE-2025-61107",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61107"
}
],
"notes": [
{
"category": "general",
"text": "FRRouting/frr from v4.0 through v10.4.1 was discovered to contain a NULL pointer dereference via the show_vty_ext_pref_pref_sid function at ospf_ext.c. This vulnerability allows attackers to cause a Denial of Service (DoS) via a crafted LSA Update packet.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61107",
"url": "https://www.suse.com/security/cve/CVE-2025-61107"
},
{
"category": "external",
"summary": "SUSE Bug 1252813 for CVE-2025-61107",
"url": "https://bugzilla.suse.com/1252813"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:frr-devel-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrr_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrcares0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrfpm_pb0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrospfapiclient0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrsnmp0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libfrrzmq0-10.2.1-150700.3.5.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libmgmt_be_nb0-10.2.1-150700.3.5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-26T15:16:24Z",
"details": "moderate"
}
],
"title": "CVE-2025-61107"
}
]
}
GHSA-6XR9-VQ37-4X64
Vulnerability from github – Published: 2025-10-27 21:30 – Updated: 2025-10-28 18:30
VLAI?
Details
FRRouting/frr from v2.0 through v10.4.1 was discovered to contain a NULL pointer dereference via the opaque_info_detail function at ospf_opaque.c. This vulnerability allows attackers to cause a Denial of Service (DoS) via a crafted LS Update packet.
Severity ?
7.5 (High)
{
"affected": [],
"aliases": [
"CVE-2025-61099"
],
"database_specific": {
"cwe_ids": [
"CWE-476"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2025-10-27T19:16:04Z",
"severity": "HIGH"
},
"details": "FRRouting/frr from v2.0 through v10.4.1 was discovered to contain a NULL pointer dereference via the opaque_info_detail function at ospf_opaque.c. This vulnerability allows attackers to cause a Denial of Service (DoS) via a crafted LS Update packet.",
"id": "GHSA-6xr9-vq37-4x64",
"modified": "2025-10-28T18:30:27Z",
"published": "2025-10-27T21:30:27Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61099"
},
{
"type": "WEB",
"url": "https://github.com/FRRouting/frr/issues/19471"
},
{
"type": "WEB",
"url": "https://github.com/FRRouting/frr/pull/19480"
},
{
"type": "WEB",
"url": "https://github.com/FRRouting/frr/pull/19480/commits/0042fbe8ca5aba866b4f0d166e54066bba5ab14e"
},
{
"type": "WEB",
"url": "https://github.com/s1awwhy/BugList/blob/main/CVE-2025-61099.md"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
}
]
}
MSRC_CVE-2025-61099
Vulnerability from csaf_microsoft - Published: 2025-10-02 00:00 - Updated: 2026-02-18 02:52Summary
FRRouting/frr from v2.0 through v10.4.1 was discovered to contain a NULL pointer dereference via the opaque_info_detail function at ospf_opaque.c. This vulnerability allows attackers to cause a Denial of Service (DoS) via a crafted LS Update packet.
Notes
Additional Resources
To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle
Disclaimer
The information provided in the Microsoft Knowledge Base is provided \"as is\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2025-61099 FRRouting/frr from v2.0 through v10.4.1 was discovered to contain a NULL pointer dereference via the opaque_info_detail function at ospf_opaque.c. This vulnerability allows attackers to cause a Denial of Service (DoS) via a crafted LS Update packet. - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-61099.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "FRRouting/frr from v2.0 through v10.4.1 was discovered to contain a NULL pointer dereference via the opaque_info_detail function at ospf_opaque.c. This vulnerability allows attackers to cause a Denial of Service (DoS) via a crafted LS Update packet.",
"tracking": {
"current_release_date": "2026-02-18T02:52:47.000Z",
"generator": {
"date": "2026-02-18T11:49:09.304Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2025-61099",
"initial_release_date": "2025-10-02T00:00:00.000Z",
"revision_history": [
{
"date": "2025-11-05T01:01:58.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2026-01-03T01:38:33.000Z",
"legacy_version": "2",
"number": "2",
"summary": "Information published."
},
{
"date": "2026-01-08T14:36:42.000Z",
"legacy_version": "3",
"number": "3",
"summary": "Information published."
},
{
"date": "2026-02-18T02:52:47.000Z",
"legacy_version": "4",
"number": "4",
"summary": "Information published."
}
],
"status": "final",
"version": "4"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
},
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "cbl2 frr 8.5.5-4",
"product": {
"name": "cbl2 frr 8.5.5-4",
"product_id": "4"
}
},
{
"category": "product_version_range",
"name": "azl3 frr 9.1.1-4",
"product": {
"name": "azl3 frr 9.1.1-4",
"product_id": "3"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 frr 8.5.5-5",
"product": {
"name": "\u003ccbl2 frr 8.5.5-5",
"product_id": "2"
}
},
{
"category": "product_version",
"name": "cbl2 frr 8.5.5-5",
"product": {
"name": "cbl2 frr 8.5.5-5",
"product_id": "20873"
}
},
{
"category": "product_version_range",
"name": "cbl2 frr 8.5.5-3",
"product": {
"name": "cbl2 frr 8.5.5-3",
"product_id": "5"
}
},
{
"category": "product_version_range",
"name": "azl3 frr 9.1.1-3",
"product": {
"name": "azl3 frr 9.1.1-3",
"product_id": "6"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 frr 9.1.1-5",
"product": {
"name": "\u003cazl3 frr 9.1.1-5",
"product_id": "1"
}
},
{
"category": "product_version",
"name": "azl3 frr 9.1.1-5",
"product": {
"name": "azl3 frr 9.1.1-5",
"product_id": "20875"
}
}
],
"category": "product_name",
"name": "frr"
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 frr 8.5.5-4 as a component of CBL Mariner 2.0",
"product_id": "17086-4"
},
"product_reference": "4",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 frr 9.1.1-4 as a component of Azure Linux 3.0",
"product_id": "17084-3"
},
"product_reference": "3",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 frr 8.5.5-5 as a component of CBL Mariner 2.0",
"product_id": "17086-2"
},
"product_reference": "2",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 frr 8.5.5-5 as a component of CBL Mariner 2.0",
"product_id": "20873-17086"
},
"product_reference": "20873",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 frr 8.5.5-3 as a component of CBL Mariner 2.0",
"product_id": "17086-5"
},
"product_reference": "5",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 frr 9.1.1-3 as a component of Azure Linux 3.0",
"product_id": "17084-6"
},
"product_reference": "6",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 frr 9.1.1-5 as a component of Azure Linux 3.0",
"product_id": "17084-1"
},
"product_reference": "1",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 frr 9.1.1-5 as a component of Azure Linux 3.0",
"product_id": "20875-17084"
},
"product_reference": "20875",
"relates_to_product_reference": "17084"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61099",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "general",
"text": "mitre",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"20873-17086",
"20875-17084"
],
"known_affected": [
"17086-4",
"17084-3",
"17086-2",
"17086-5",
"17084-6",
"17084-1"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-61099 FRRouting/frr from v2.0 through v10.4.1 was discovered to contain a NULL pointer dereference via the opaque_info_detail function at ospf_opaque.c. This vulnerability allows attackers to cause a Denial of Service (DoS) via a crafted LS Update packet. - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-61099.json"
}
],
"remediations": [
{
"category": "none_available",
"date": "2025-11-05T01:01:58.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-4"
]
},
{
"category": "none_available",
"date": "2025-11-05T01:01:58.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-3"
]
},
{
"category": "none_available",
"date": "2025-11-05T01:01:58.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-5"
]
},
{
"category": "none_available",
"date": "2025-11-05T01:01:58.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-6"
]
},
{
"category": "vendor_fix",
"date": "2025-11-05T01:01:58.000Z",
"details": "8.5.5-5:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-2"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-11-05T01:01:58.000Z",
"details": "9.1.1-5:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-1"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"environmentalsScore": 0.0,
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"17086-4",
"17084-3",
"17086-2",
"17086-5",
"17084-6",
"17084-1"
]
}
],
"title": "FRRouting/frr from v2.0 through v10.4.1 was discovered to contain a NULL pointer dereference via the opaque_info_detail function at ospf_opaque.c. This vulnerability allows attackers to cause a Denial of Service (DoS) via a crafted LS Update packet."
}
]
}
FKIE_CVE-2025-61099
Vulnerability from fkie_nvd - Published: 2025-10-27 19:16 - Updated: 2025-11-03 18:05
Severity ?
Summary
FRRouting/frr from v2.0 through v10.4.1 was discovered to contain a NULL pointer dereference via the opaque_info_detail function at ospf_opaque.c. This vulnerability allows attackers to cause a Denial of Service (DoS) via a crafted LS Update packet.
References
| URL | Tags | ||
|---|---|---|---|
| cve@mitre.org | https://github.com/FRRouting/frr/issues/19471 | Exploit, Issue Tracking, Third Party Advisory | |
| cve@mitre.org | https://github.com/FRRouting/frr/pull/19480 | Issue Tracking, Third Party Advisory | |
| cve@mitre.org | https://github.com/FRRouting/frr/pull/19480/commits/0042fbe8ca5aba866b4f0d166e54066bba5ab14e | Patch | |
| cve@mitre.org | https://github.com/s1awwhy/BugList/blob/main/CVE-2025-61099.md | Third Party Advisory |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:frrouting:frrouting:*:*:*:*:*:*:*:*",
"matchCriteriaId": "ED1CF39B-BF18-4F9D-B29B-020CDAED494A",
"versionEndIncluding": "10.4.1",
"versionStartIncluding": "2.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "FRRouting/frr from v2.0 through v10.4.1 was discovered to contain a NULL pointer dereference via the opaque_info_detail function at ospf_opaque.c. This vulnerability allows attackers to cause a Denial of Service (DoS) via a crafted LS Update packet."
}
],
"id": "CVE-2025-61099",
"lastModified": "2025-11-03T18:05:28.950",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
]
},
"published": "2025-10-27T19:16:04.880",
"references": [
{
"source": "cve@mitre.org",
"tags": [
"Exploit",
"Issue Tracking",
"Third Party Advisory"
],
"url": "https://github.com/FRRouting/frr/issues/19471"
},
{
"source": "cve@mitre.org",
"tags": [
"Issue Tracking",
"Third Party Advisory"
],
"url": "https://github.com/FRRouting/frr/pull/19480"
},
{
"source": "cve@mitre.org",
"tags": [
"Patch"
],
"url": "https://github.com/FRRouting/frr/pull/19480/commits/0042fbe8ca5aba866b4f0d166e54066bba5ab14e"
},
{
"source": "cve@mitre.org",
"tags": [
"Third Party Advisory"
],
"url": "https://github.com/s1awwhy/BugList/blob/main/CVE-2025-61099.md"
}
],
"sourceIdentifier": "cve@mitre.org",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-476"
}
],
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
]
}
OPENSUSE-SU-2026:10207-1
Vulnerability from csaf_opensuse - Published: 2026-02-16 00:00 - Updated: 2026-02-16 00:00Summary
frr-10.2.1-4.1 on GA media
Notes
Title of the patch
frr-10.2.1-4.1 on GA media
Description of the patch
These are all security issues fixed in the frr-10.2.1-4.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2026-10207
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "frr-10.2.1-4.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the frr-10.2.1-4.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-10207",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_10207-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61099 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61099/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61100 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61100/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61104 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61104/"
}
],
"title": "frr-10.2.1-4.1 on GA media",
"tracking": {
"current_release_date": "2026-02-16T00:00:00Z",
"generator": {
"date": "2026-02-16T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:10207-1",
"initial_release_date": "2026-02-16T00:00:00Z",
"revision_history": [
{
"date": "2026-02-16T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "frr-10.2.1-4.1.aarch64",
"product": {
"name": "frr-10.2.1-4.1.aarch64",
"product_id": "frr-10.2.1-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "frr-devel-10.2.1-4.1.aarch64",
"product": {
"name": "frr-devel-10.2.1-4.1.aarch64",
"product_id": "frr-devel-10.2.1-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "libfrr0-10.2.1-4.1.aarch64",
"product": {
"name": "libfrr0-10.2.1-4.1.aarch64",
"product_id": "libfrr0-10.2.1-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "libfrr_pb0-10.2.1-4.1.aarch64",
"product": {
"name": "libfrr_pb0-10.2.1-4.1.aarch64",
"product_id": "libfrr_pb0-10.2.1-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "libfrrcares0-10.2.1-4.1.aarch64",
"product": {
"name": "libfrrcares0-10.2.1-4.1.aarch64",
"product_id": "libfrrcares0-10.2.1-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "libfrrfpm_pb0-10.2.1-4.1.aarch64",
"product": {
"name": "libfrrfpm_pb0-10.2.1-4.1.aarch64",
"product_id": "libfrrfpm_pb0-10.2.1-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "libfrrospfapiclient0-10.2.1-4.1.aarch64",
"product": {
"name": "libfrrospfapiclient0-10.2.1-4.1.aarch64",
"product_id": "libfrrospfapiclient0-10.2.1-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "libfrrsnmp0-10.2.1-4.1.aarch64",
"product": {
"name": "libfrrsnmp0-10.2.1-4.1.aarch64",
"product_id": "libfrrsnmp0-10.2.1-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "libfrrzmq0-10.2.1-4.1.aarch64",
"product": {
"name": "libfrrzmq0-10.2.1-4.1.aarch64",
"product_id": "libfrrzmq0-10.2.1-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "libmgmt_be_nb0-10.2.1-4.1.aarch64",
"product": {
"name": "libmgmt_be_nb0-10.2.1-4.1.aarch64",
"product_id": "libmgmt_be_nb0-10.2.1-4.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "frr-10.2.1-4.1.ppc64le",
"product": {
"name": "frr-10.2.1-4.1.ppc64le",
"product_id": "frr-10.2.1-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "frr-devel-10.2.1-4.1.ppc64le",
"product": {
"name": "frr-devel-10.2.1-4.1.ppc64le",
"product_id": "frr-devel-10.2.1-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libfrr0-10.2.1-4.1.ppc64le",
"product": {
"name": "libfrr0-10.2.1-4.1.ppc64le",
"product_id": "libfrr0-10.2.1-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libfrr_pb0-10.2.1-4.1.ppc64le",
"product": {
"name": "libfrr_pb0-10.2.1-4.1.ppc64le",
"product_id": "libfrr_pb0-10.2.1-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libfrrcares0-10.2.1-4.1.ppc64le",
"product": {
"name": "libfrrcares0-10.2.1-4.1.ppc64le",
"product_id": "libfrrcares0-10.2.1-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libfrrfpm_pb0-10.2.1-4.1.ppc64le",
"product": {
"name": "libfrrfpm_pb0-10.2.1-4.1.ppc64le",
"product_id": "libfrrfpm_pb0-10.2.1-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libfrrospfapiclient0-10.2.1-4.1.ppc64le",
"product": {
"name": "libfrrospfapiclient0-10.2.1-4.1.ppc64le",
"product_id": "libfrrospfapiclient0-10.2.1-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libfrrsnmp0-10.2.1-4.1.ppc64le",
"product": {
"name": "libfrrsnmp0-10.2.1-4.1.ppc64le",
"product_id": "libfrrsnmp0-10.2.1-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libfrrzmq0-10.2.1-4.1.ppc64le",
"product": {
"name": "libfrrzmq0-10.2.1-4.1.ppc64le",
"product_id": "libfrrzmq0-10.2.1-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libmgmt_be_nb0-10.2.1-4.1.ppc64le",
"product": {
"name": "libmgmt_be_nb0-10.2.1-4.1.ppc64le",
"product_id": "libmgmt_be_nb0-10.2.1-4.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "frr-10.2.1-4.1.s390x",
"product": {
"name": "frr-10.2.1-4.1.s390x",
"product_id": "frr-10.2.1-4.1.s390x"
}
},
{
"category": "product_version",
"name": "frr-devel-10.2.1-4.1.s390x",
"product": {
"name": "frr-devel-10.2.1-4.1.s390x",
"product_id": "frr-devel-10.2.1-4.1.s390x"
}
},
{
"category": "product_version",
"name": "libfrr0-10.2.1-4.1.s390x",
"product": {
"name": "libfrr0-10.2.1-4.1.s390x",
"product_id": "libfrr0-10.2.1-4.1.s390x"
}
},
{
"category": "product_version",
"name": "libfrr_pb0-10.2.1-4.1.s390x",
"product": {
"name": "libfrr_pb0-10.2.1-4.1.s390x",
"product_id": "libfrr_pb0-10.2.1-4.1.s390x"
}
},
{
"category": "product_version",
"name": "libfrrcares0-10.2.1-4.1.s390x",
"product": {
"name": "libfrrcares0-10.2.1-4.1.s390x",
"product_id": "libfrrcares0-10.2.1-4.1.s390x"
}
},
{
"category": "product_version",
"name": "libfrrfpm_pb0-10.2.1-4.1.s390x",
"product": {
"name": "libfrrfpm_pb0-10.2.1-4.1.s390x",
"product_id": "libfrrfpm_pb0-10.2.1-4.1.s390x"
}
},
{
"category": "product_version",
"name": "libfrrospfapiclient0-10.2.1-4.1.s390x",
"product": {
"name": "libfrrospfapiclient0-10.2.1-4.1.s390x",
"product_id": "libfrrospfapiclient0-10.2.1-4.1.s390x"
}
},
{
"category": "product_version",
"name": "libfrrsnmp0-10.2.1-4.1.s390x",
"product": {
"name": "libfrrsnmp0-10.2.1-4.1.s390x",
"product_id": "libfrrsnmp0-10.2.1-4.1.s390x"
}
},
{
"category": "product_version",
"name": "libfrrzmq0-10.2.1-4.1.s390x",
"product": {
"name": "libfrrzmq0-10.2.1-4.1.s390x",
"product_id": "libfrrzmq0-10.2.1-4.1.s390x"
}
},
{
"category": "product_version",
"name": "libmgmt_be_nb0-10.2.1-4.1.s390x",
"product": {
"name": "libmgmt_be_nb0-10.2.1-4.1.s390x",
"product_id": "libmgmt_be_nb0-10.2.1-4.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "frr-10.2.1-4.1.x86_64",
"product": {
"name": "frr-10.2.1-4.1.x86_64",
"product_id": "frr-10.2.1-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "frr-devel-10.2.1-4.1.x86_64",
"product": {
"name": "frr-devel-10.2.1-4.1.x86_64",
"product_id": "frr-devel-10.2.1-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "libfrr0-10.2.1-4.1.x86_64",
"product": {
"name": "libfrr0-10.2.1-4.1.x86_64",
"product_id": "libfrr0-10.2.1-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "libfrr_pb0-10.2.1-4.1.x86_64",
"product": {
"name": "libfrr_pb0-10.2.1-4.1.x86_64",
"product_id": "libfrr_pb0-10.2.1-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "libfrrcares0-10.2.1-4.1.x86_64",
"product": {
"name": "libfrrcares0-10.2.1-4.1.x86_64",
"product_id": "libfrrcares0-10.2.1-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "libfrrfpm_pb0-10.2.1-4.1.x86_64",
"product": {
"name": "libfrrfpm_pb0-10.2.1-4.1.x86_64",
"product_id": "libfrrfpm_pb0-10.2.1-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "libfrrospfapiclient0-10.2.1-4.1.x86_64",
"product": {
"name": "libfrrospfapiclient0-10.2.1-4.1.x86_64",
"product_id": "libfrrospfapiclient0-10.2.1-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "libfrrsnmp0-10.2.1-4.1.x86_64",
"product": {
"name": "libfrrsnmp0-10.2.1-4.1.x86_64",
"product_id": "libfrrsnmp0-10.2.1-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "libfrrzmq0-10.2.1-4.1.x86_64",
"product": {
"name": "libfrrzmq0-10.2.1-4.1.x86_64",
"product_id": "libfrrzmq0-10.2.1-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "libmgmt_be_nb0-10.2.1-4.1.x86_64",
"product": {
"name": "libmgmt_be_nb0-10.2.1-4.1.x86_64",
"product_id": "libmgmt_be_nb0-10.2.1-4.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "frr-10.2.1-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:frr-10.2.1-4.1.aarch64"
},
"product_reference": "frr-10.2.1-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "frr-10.2.1-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:frr-10.2.1-4.1.ppc64le"
},
"product_reference": "frr-10.2.1-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "frr-10.2.1-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:frr-10.2.1-4.1.s390x"
},
"product_reference": "frr-10.2.1-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "frr-10.2.1-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:frr-10.2.1-4.1.x86_64"
},
"product_reference": "frr-10.2.1-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "frr-devel-10.2.1-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:frr-devel-10.2.1-4.1.aarch64"
},
"product_reference": "frr-devel-10.2.1-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "frr-devel-10.2.1-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:frr-devel-10.2.1-4.1.ppc64le"
},
"product_reference": "frr-devel-10.2.1-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "frr-devel-10.2.1-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:frr-devel-10.2.1-4.1.s390x"
},
"product_reference": "frr-devel-10.2.1-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "frr-devel-10.2.1-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:frr-devel-10.2.1-4.1.x86_64"
},
"product_reference": "frr-devel-10.2.1-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrr0-10.2.1-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libfrr0-10.2.1-4.1.aarch64"
},
"product_reference": "libfrr0-10.2.1-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrr0-10.2.1-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libfrr0-10.2.1-4.1.ppc64le"
},
"product_reference": "libfrr0-10.2.1-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrr0-10.2.1-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libfrr0-10.2.1-4.1.s390x"
},
"product_reference": "libfrr0-10.2.1-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrr0-10.2.1-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libfrr0-10.2.1-4.1.x86_64"
},
"product_reference": "libfrr0-10.2.1-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrr_pb0-10.2.1-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libfrr_pb0-10.2.1-4.1.aarch64"
},
"product_reference": "libfrr_pb0-10.2.1-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrr_pb0-10.2.1-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libfrr_pb0-10.2.1-4.1.ppc64le"
},
"product_reference": "libfrr_pb0-10.2.1-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrr_pb0-10.2.1-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libfrr_pb0-10.2.1-4.1.s390x"
},
"product_reference": "libfrr_pb0-10.2.1-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrr_pb0-10.2.1-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libfrr_pb0-10.2.1-4.1.x86_64"
},
"product_reference": "libfrr_pb0-10.2.1-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrrcares0-10.2.1-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libfrrcares0-10.2.1-4.1.aarch64"
},
"product_reference": "libfrrcares0-10.2.1-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrrcares0-10.2.1-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libfrrcares0-10.2.1-4.1.ppc64le"
},
"product_reference": "libfrrcares0-10.2.1-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrrcares0-10.2.1-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libfrrcares0-10.2.1-4.1.s390x"
},
"product_reference": "libfrrcares0-10.2.1-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrrcares0-10.2.1-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libfrrcares0-10.2.1-4.1.x86_64"
},
"product_reference": "libfrrcares0-10.2.1-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrrfpm_pb0-10.2.1-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libfrrfpm_pb0-10.2.1-4.1.aarch64"
},
"product_reference": "libfrrfpm_pb0-10.2.1-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrrfpm_pb0-10.2.1-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libfrrfpm_pb0-10.2.1-4.1.ppc64le"
},
"product_reference": "libfrrfpm_pb0-10.2.1-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrrfpm_pb0-10.2.1-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libfrrfpm_pb0-10.2.1-4.1.s390x"
},
"product_reference": "libfrrfpm_pb0-10.2.1-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrrfpm_pb0-10.2.1-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libfrrfpm_pb0-10.2.1-4.1.x86_64"
},
"product_reference": "libfrrfpm_pb0-10.2.1-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrrospfapiclient0-10.2.1-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libfrrospfapiclient0-10.2.1-4.1.aarch64"
},
"product_reference": "libfrrospfapiclient0-10.2.1-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrrospfapiclient0-10.2.1-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libfrrospfapiclient0-10.2.1-4.1.ppc64le"
},
"product_reference": "libfrrospfapiclient0-10.2.1-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrrospfapiclient0-10.2.1-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libfrrospfapiclient0-10.2.1-4.1.s390x"
},
"product_reference": "libfrrospfapiclient0-10.2.1-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrrospfapiclient0-10.2.1-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libfrrospfapiclient0-10.2.1-4.1.x86_64"
},
"product_reference": "libfrrospfapiclient0-10.2.1-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrrsnmp0-10.2.1-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libfrrsnmp0-10.2.1-4.1.aarch64"
},
"product_reference": "libfrrsnmp0-10.2.1-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrrsnmp0-10.2.1-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libfrrsnmp0-10.2.1-4.1.ppc64le"
},
"product_reference": "libfrrsnmp0-10.2.1-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrrsnmp0-10.2.1-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libfrrsnmp0-10.2.1-4.1.s390x"
},
"product_reference": "libfrrsnmp0-10.2.1-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrrsnmp0-10.2.1-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libfrrsnmp0-10.2.1-4.1.x86_64"
},
"product_reference": "libfrrsnmp0-10.2.1-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrrzmq0-10.2.1-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libfrrzmq0-10.2.1-4.1.aarch64"
},
"product_reference": "libfrrzmq0-10.2.1-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrrzmq0-10.2.1-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libfrrzmq0-10.2.1-4.1.ppc64le"
},
"product_reference": "libfrrzmq0-10.2.1-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrrzmq0-10.2.1-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libfrrzmq0-10.2.1-4.1.s390x"
},
"product_reference": "libfrrzmq0-10.2.1-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libfrrzmq0-10.2.1-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libfrrzmq0-10.2.1-4.1.x86_64"
},
"product_reference": "libfrrzmq0-10.2.1-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libmgmt_be_nb0-10.2.1-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libmgmt_be_nb0-10.2.1-4.1.aarch64"
},
"product_reference": "libmgmt_be_nb0-10.2.1-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libmgmt_be_nb0-10.2.1-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libmgmt_be_nb0-10.2.1-4.1.ppc64le"
},
"product_reference": "libmgmt_be_nb0-10.2.1-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libmgmt_be_nb0-10.2.1-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libmgmt_be_nb0-10.2.1-4.1.s390x"
},
"product_reference": "libmgmt_be_nb0-10.2.1-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libmgmt_be_nb0-10.2.1-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libmgmt_be_nb0-10.2.1-4.1.x86_64"
},
"product_reference": "libmgmt_be_nb0-10.2.1-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61099",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61099"
}
],
"notes": [
{
"category": "general",
"text": "FRRouting/frr from v2.0 through v10.4.1 was discovered to contain a NULL pointer dereference via the opaque_info_detail function at ospf_opaque.c. This vulnerability allows attackers to cause a Denial of Service (DoS) via a crafted LS Update packet.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:frr-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:frr-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:frr-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:frr-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:frr-devel-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:frr-devel-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:frr-devel-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:frr-devel-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrr0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrr0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrr0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrr0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrr_pb0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrr_pb0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrr_pb0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrr_pb0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrrcares0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrrcares0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrrcares0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrrcares0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrrfpm_pb0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrrfpm_pb0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrrfpm_pb0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrrfpm_pb0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrrospfapiclient0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrrospfapiclient0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrrospfapiclient0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrrospfapiclient0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrrsnmp0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrrsnmp0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrrsnmp0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrrsnmp0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrrzmq0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrrzmq0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrrzmq0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrrzmq0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libmgmt_be_nb0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libmgmt_be_nb0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libmgmt_be_nb0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libmgmt_be_nb0-10.2.1-4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61099",
"url": "https://www.suse.com/security/cve/CVE-2025-61099"
},
{
"category": "external",
"summary": "SUSE Bug 1252837 for CVE-2025-61099",
"url": "https://bugzilla.suse.com/1252837"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:frr-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:frr-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:frr-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:frr-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:frr-devel-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:frr-devel-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:frr-devel-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:frr-devel-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrr0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrr0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrr0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrr0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrr_pb0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrr_pb0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrr_pb0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrr_pb0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrrcares0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrrcares0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrrcares0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrrcares0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrrfpm_pb0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrrfpm_pb0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrrfpm_pb0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrrfpm_pb0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrrospfapiclient0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrrospfapiclient0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrrospfapiclient0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrrospfapiclient0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrrsnmp0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrrsnmp0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrrsnmp0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrrsnmp0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrrzmq0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrrzmq0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrrzmq0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrrzmq0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libmgmt_be_nb0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libmgmt_be_nb0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libmgmt_be_nb0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libmgmt_be_nb0-10.2.1-4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:frr-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:frr-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:frr-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:frr-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:frr-devel-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:frr-devel-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:frr-devel-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:frr-devel-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrr0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrr0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrr0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrr0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrr_pb0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrr_pb0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrr_pb0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrr_pb0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrrcares0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrrcares0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrrcares0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrrcares0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrrfpm_pb0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrrfpm_pb0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrrfpm_pb0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrrfpm_pb0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrrospfapiclient0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrrospfapiclient0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrrospfapiclient0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrrospfapiclient0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrrsnmp0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrrsnmp0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrrsnmp0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrrsnmp0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrrzmq0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrrzmq0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrrzmq0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrrzmq0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libmgmt_be_nb0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libmgmt_be_nb0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libmgmt_be_nb0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libmgmt_be_nb0-10.2.1-4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-16T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-61099"
},
{
"cve": "CVE-2025-61100",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61100"
}
],
"notes": [
{
"category": "general",
"text": "FRRouting/frr from v2.0 through v10.4.1 was discovered to contain a NULL pointer dereference via the ospf_opaque_lsa_dump function at ospf_opaque.c. This vulnerability allows attackers to cause a Denial of Service (DoS) under specific malformed LSA conditions.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:frr-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:frr-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:frr-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:frr-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:frr-devel-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:frr-devel-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:frr-devel-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:frr-devel-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrr0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrr0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrr0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrr0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrr_pb0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrr_pb0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrr_pb0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrr_pb0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrrcares0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrrcares0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrrcares0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrrcares0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrrfpm_pb0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrrfpm_pb0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrrfpm_pb0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrrfpm_pb0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrrospfapiclient0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrrospfapiclient0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrrospfapiclient0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrrospfapiclient0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrrsnmp0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrrsnmp0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrrsnmp0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrrsnmp0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrrzmq0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrrzmq0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrrzmq0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrrzmq0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libmgmt_be_nb0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libmgmt_be_nb0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libmgmt_be_nb0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libmgmt_be_nb0-10.2.1-4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61100",
"url": "https://www.suse.com/security/cve/CVE-2025-61100"
},
{
"category": "external",
"summary": "SUSE Bug 1252828 for CVE-2025-61100",
"url": "https://bugzilla.suse.com/1252828"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:frr-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:frr-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:frr-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:frr-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:frr-devel-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:frr-devel-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:frr-devel-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:frr-devel-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrr0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrr0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrr0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrr0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrr_pb0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrr_pb0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrr_pb0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrr_pb0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrrcares0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrrcares0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrrcares0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrrcares0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrrfpm_pb0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrrfpm_pb0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrrfpm_pb0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrrfpm_pb0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrrospfapiclient0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrrospfapiclient0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrrospfapiclient0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrrospfapiclient0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrrsnmp0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrrsnmp0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrrsnmp0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrrsnmp0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrrzmq0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrrzmq0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrrzmq0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrrzmq0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libmgmt_be_nb0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libmgmt_be_nb0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libmgmt_be_nb0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libmgmt_be_nb0-10.2.1-4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:frr-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:frr-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:frr-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:frr-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:frr-devel-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:frr-devel-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:frr-devel-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:frr-devel-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrr0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrr0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrr0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrr0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrr_pb0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrr_pb0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrr_pb0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrr_pb0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrrcares0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrrcares0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrrcares0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrrcares0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrrfpm_pb0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrrfpm_pb0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrrfpm_pb0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrrfpm_pb0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrrospfapiclient0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrrospfapiclient0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrrospfapiclient0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrrospfapiclient0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrrsnmp0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrrsnmp0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrrsnmp0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrrsnmp0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrrzmq0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrrzmq0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrrzmq0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrrzmq0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libmgmt_be_nb0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libmgmt_be_nb0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libmgmt_be_nb0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libmgmt_be_nb0-10.2.1-4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-16T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-61100"
},
{
"cve": "CVE-2025-61104",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61104"
}
],
"notes": [
{
"category": "general",
"text": "FRRouting/frr from v4.0 through v10.4.1 was discovered to contain a NULL pointer dereference via the show_vty_unknown_tlv function at ospf_ext.c. This vulnerability allows attackers to cause a Denial of Service (DoS) via a crafted OSPF packet.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:frr-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:frr-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:frr-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:frr-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:frr-devel-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:frr-devel-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:frr-devel-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:frr-devel-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrr0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrr0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrr0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrr0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrr_pb0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrr_pb0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrr_pb0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrr_pb0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrrcares0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrrcares0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrrcares0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrrcares0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrrfpm_pb0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrrfpm_pb0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrrfpm_pb0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrrfpm_pb0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrrospfapiclient0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrrospfapiclient0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrrospfapiclient0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrrospfapiclient0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrrsnmp0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrrsnmp0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrrsnmp0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrrsnmp0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrrzmq0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrrzmq0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrrzmq0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrrzmq0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libmgmt_be_nb0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libmgmt_be_nb0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libmgmt_be_nb0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libmgmt_be_nb0-10.2.1-4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61104",
"url": "https://www.suse.com/security/cve/CVE-2025-61104"
},
{
"category": "external",
"summary": "SUSE Bug 1252811 for CVE-2025-61104",
"url": "https://bugzilla.suse.com/1252811"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:frr-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:frr-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:frr-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:frr-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:frr-devel-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:frr-devel-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:frr-devel-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:frr-devel-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrr0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrr0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrr0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrr0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrr_pb0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrr_pb0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrr_pb0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrr_pb0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrrcares0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrrcares0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrrcares0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrrcares0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrrfpm_pb0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrrfpm_pb0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrrfpm_pb0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrrfpm_pb0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrrospfapiclient0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrrospfapiclient0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrrospfapiclient0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrrospfapiclient0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrrsnmp0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrrsnmp0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrrsnmp0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrrsnmp0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrrzmq0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrrzmq0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrrzmq0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrrzmq0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libmgmt_be_nb0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libmgmt_be_nb0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libmgmt_be_nb0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libmgmt_be_nb0-10.2.1-4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:frr-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:frr-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:frr-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:frr-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:frr-devel-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:frr-devel-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:frr-devel-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:frr-devel-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrr0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrr0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrr0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrr0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrr_pb0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrr_pb0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrr_pb0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrr_pb0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrrcares0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrrcares0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrrcares0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrrcares0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrrfpm_pb0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrrfpm_pb0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrrfpm_pb0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrrfpm_pb0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrrospfapiclient0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrrospfapiclient0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrrospfapiclient0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrrospfapiclient0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrrsnmp0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrrsnmp0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrrsnmp0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrrsnmp0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libfrrzmq0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libfrrzmq0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libfrrzmq0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libfrrzmq0-10.2.1-4.1.x86_64",
"openSUSE Tumbleweed:libmgmt_be_nb0-10.2.1-4.1.aarch64",
"openSUSE Tumbleweed:libmgmt_be_nb0-10.2.1-4.1.ppc64le",
"openSUSE Tumbleweed:libmgmt_be_nb0-10.2.1-4.1.s390x",
"openSUSE Tumbleweed:libmgmt_be_nb0-10.2.1-4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-16T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-61104"
}
]
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
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…