Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-11961 (GCVE-0-2025-11961)
Vulnerability from cvelistv5 – Published: 2025-12-31 00:56 – Updated: 2026-01-02 14:38| URL | Tags | |
|---|---|---|
| Vendor | Product | Version | ||
|---|---|---|---|---|
| The Tcpdump Group | libpcap |
Affected:
0 , < 1.10.6
(semver)
|
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-11961",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-01-02T14:23:09.479384Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-01-02T14:38:16.719Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "libpcap",
"programFiles": [
"nametoaddr.c"
],
"programRoutines": [
{
"name": "pcap_ether_aton()"
}
],
"repo": "https://github.com/the-tcpdump-group/libpcap/",
"vendor": "The Tcpdump Group",
"versions": [
{
"lessThan": "1.10.6",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "reporter",
"value": "Jin Wei"
},
{
"lang": "en",
"type": "reporter",
"value": "Kunwei Qian"
},
{
"lang": "en",
"type": "reporter",
"value": "Ping Chen"
}
],
"descriptions": [
{
"lang": "en",
"value": "pcap_ether_aton() is an auxiliary function in libpcap, it takes a string argument and returns a fixed-size allocated buffer. The string argument must be a well-formed MAC-48 address in one of the supported formats, but this requirement has been poorly documented. If an application calls the function with an argument that deviates from the expected format, the function can read data beyond the end of the provided string and write data beyond the end of the allocated buffer."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 1.9,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-126",
"description": "CWE-126 Buffer Over-read",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-122",
"description": "CWE-122 Heap-based Buffer Overflow",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-12-31T00:56:16.310Z",
"orgId": "cfdbb673-b408-4d03-89c1-c3d73ed80896",
"shortName": "Tcpdump"
},
"references": [
{
"tags": [
"patch"
],
"url": "https://github.com/the-tcpdump-group/libpcap/commit/b2d2f9a9a0581c40780bde509f7cc715920f1c02"
}
],
"solutions": [
{
"lang": "en",
"value": "In libpcap 1.10.6 the function has been reimplemented to apply a stricter input validation and to fail safely if the input is invalid."
}
],
"source": {
"discovery": "EXTERNAL"
},
"title": "OOBR and OOBW in pcap_ether_aton() in libpcap"
}
},
"cveMetadata": {
"assignerOrgId": "cfdbb673-b408-4d03-89c1-c3d73ed80896",
"assignerShortName": "Tcpdump",
"cveId": "CVE-2025-11961",
"datePublished": "2025-12-31T00:56:16.310Z",
"dateReserved": "2025-10-20T13:42:36.190Z",
"dateUpdated": "2026-01-02T14:38:16.719Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2025-11961\",\"sourceIdentifier\":\"security@tcpdump.org\",\"published\":\"2025-12-31T01:15:54.500\",\"lastModified\":\"2025-12-31T20:42:15.637\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"pcap_ether_aton() is an auxiliary function in libpcap, it takes a string argument and returns a fixed-size allocated buffer. The string argument must be a well-formed MAC-48 address in one of the supported formats, but this requirement has been poorly documented. If an application calls the function with an argument that deviates from the expected format, the function can read data beyond the end of the provided string and write data beyond the end of the allocated buffer.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security@tcpdump.org\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:L/A:N\",\"baseScore\":1.9,\"baseSeverity\":\"LOW\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"HIGH\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":0.5,\"impactScore\":1.4}]},\"weaknesses\":[{\"source\":\"security@tcpdump.org\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-122\"},{\"lang\":\"en\",\"value\":\"CWE-126\"}]}],\"references\":[{\"url\":\"https://github.com/the-tcpdump-group/libpcap/commit/b2d2f9a9a0581c40780bde509f7cc715920f1c02\",\"source\":\"security@tcpdump.org\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-11961\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-01-02T14:23:09.479384Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-01-02T14:23:11.003Z\"}}], \"cna\": {\"title\": \"OOBR and OOBW in pcap_ether_aton() in libpcap\", \"source\": {\"discovery\": \"EXTERNAL\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"reporter\", \"value\": \"Jin Wei\"}, {\"lang\": \"en\", \"type\": \"reporter\", \"value\": \"Kunwei Qian\"}, {\"lang\": \"en\", \"type\": \"reporter\", \"value\": \"Ping Chen\"}], \"metrics\": [{\"format\": \"CVSS\", \"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 1.9, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"LOW\", \"vectorString\": \"CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:L/A:N\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"HIGH\", \"confidentialityImpact\": \"NONE\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}], \"affected\": [{\"repo\": \"https://github.com/the-tcpdump-group/libpcap/\", \"vendor\": \"The Tcpdump Group\", \"product\": \"libpcap\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"1.10.6\", \"versionType\": \"semver\"}], \"programFiles\": [\"nametoaddr.c\"], \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"pcap_ether_aton()\"}]}], \"solutions\": [{\"lang\": \"en\", \"value\": \"In libpcap 1.10.6 the function has been reimplemented to apply a stricter input validation and to fail safely if the input is invalid.\"}], \"references\": [{\"url\": \"https://github.com/the-tcpdump-group/libpcap/commit/b2d2f9a9a0581c40780bde509f7cc715920f1c02\", \"tags\": [\"patch\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"pcap_ether_aton() is an auxiliary function in libpcap, it takes a string argument and returns a fixed-size allocated buffer. The string argument must be a well-formed MAC-48 address in one of the supported formats, but this requirement has been poorly documented. If an application calls the function with an argument that deviates from the expected format, the function can read data beyond the end of the provided string and write data beyond the end of the allocated buffer.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-126\", \"description\": \"CWE-126 Buffer Over-read\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-122\", \"description\": \"CWE-122 Heap-based Buffer Overflow\"}]}], \"providerMetadata\": {\"orgId\": \"cfdbb673-b408-4d03-89c1-c3d73ed80896\", \"shortName\": \"Tcpdump\", \"dateUpdated\": \"2025-12-31T00:56:16.310Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-11961\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-01-02T14:38:16.719Z\", \"dateReserved\": \"2025-10-20T13:42:36.190Z\", \"assignerOrgId\": \"cfdbb673-b408-4d03-89c1-c3d73ed80896\", \"datePublished\": \"2025-12-31T00:56:16.310Z\", \"assignerShortName\": \"Tcpdump\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
FKIE_CVE-2025-11961
Vulnerability from fkie_nvd - Published: 2025-12-31 01:15 - Updated: 2025-12-31 20:42| Vendor | Product | Version |
|---|
{
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "pcap_ether_aton() is an auxiliary function in libpcap, it takes a string argument and returns a fixed-size allocated buffer. The string argument must be a well-formed MAC-48 address in one of the supported formats, but this requirement has been poorly documented. If an application calls the function with an argument that deviates from the expected format, the function can read data beyond the end of the provided string and write data beyond the end of the allocated buffer."
}
],
"id": "CVE-2025-11961",
"lastModified": "2025-12-31T20:42:15.637",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 1.9,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"exploitabilityScore": 0.5,
"impactScore": 1.4,
"source": "security@tcpdump.org",
"type": "Secondary"
}
]
},
"published": "2025-12-31T01:15:54.500",
"references": [
{
"source": "security@tcpdump.org",
"url": "https://github.com/the-tcpdump-group/libpcap/commit/b2d2f9a9a0581c40780bde509f7cc715920f1c02"
}
],
"sourceIdentifier": "security@tcpdump.org",
"vulnStatus": "Awaiting Analysis",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-122"
},
{
"lang": "en",
"value": "CWE-126"
}
],
"source": "security@tcpdump.org",
"type": "Secondary"
}
]
}
SUSE-SU-2026:0063-1
Vulnerability from csaf_suse - Published: 2026-01-08 09:36 - Updated: 2026-01-08 09:36Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "low"
},
"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 libpcap",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for libpcap fixes the following issues:\n\n- CVE-2025-11961: missing validation of provided MAC-48 address string in `pcap_ether_aton()` can lead to out-of-bounds\n read and write (bsc#1255765).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-63,SUSE-SLE-Module-Basesystem-15-SP7-2026-63,SUSE-SLE-Module-Packagehub-Subpackages-15-SP7-2026-63",
"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_0063-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:0063-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260063-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:0063-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023702.html"
},
{
"category": "self",
"summary": "SUSE Bug 1255765",
"url": "https://bugzilla.suse.com/1255765"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-11961 page",
"url": "https://www.suse.com/security/cve/CVE-2025-11961/"
}
],
"title": "Security update for libpcap",
"tracking": {
"current_release_date": "2026-01-08T09:36:26Z",
"generator": {
"date": "2026-01-08T09:36:26Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:0063-1",
"initial_release_date": "2026-01-08T09:36:26Z",
"revision_history": [
{
"date": "2026-01-08T09:36:26Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpcap-devel-1.10.5-150700.3.7.1.aarch64",
"product": {
"name": "libpcap-devel-1.10.5-150700.3.7.1.aarch64",
"product_id": "libpcap-devel-1.10.5-150700.3.7.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpcap-devel-static-1.10.5-150700.3.7.1.aarch64",
"product": {
"name": "libpcap-devel-static-1.10.5-150700.3.7.1.aarch64",
"product_id": "libpcap-devel-static-1.10.5-150700.3.7.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpcap1-1.10.5-150700.3.7.1.aarch64",
"product": {
"name": "libpcap1-1.10.5-150700.3.7.1.aarch64",
"product_id": "libpcap1-1.10.5-150700.3.7.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpcap-devel-64bit-1.10.5-150700.3.7.1.aarch64_ilp32",
"product": {
"name": "libpcap-devel-64bit-1.10.5-150700.3.7.1.aarch64_ilp32",
"product_id": "libpcap-devel-64bit-1.10.5-150700.3.7.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libpcap1-64bit-1.10.5-150700.3.7.1.aarch64_ilp32",
"product": {
"name": "libpcap1-64bit-1.10.5-150700.3.7.1.aarch64_ilp32",
"product_id": "libpcap1-64bit-1.10.5-150700.3.7.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpcap-devel-1.10.5-150700.3.7.1.i586",
"product": {
"name": "libpcap-devel-1.10.5-150700.3.7.1.i586",
"product_id": "libpcap-devel-1.10.5-150700.3.7.1.i586"
}
},
{
"category": "product_version",
"name": "libpcap-devel-static-1.10.5-150700.3.7.1.i586",
"product": {
"name": "libpcap-devel-static-1.10.5-150700.3.7.1.i586",
"product_id": "libpcap-devel-static-1.10.5-150700.3.7.1.i586"
}
},
{
"category": "product_version",
"name": "libpcap1-1.10.5-150700.3.7.1.i586",
"product": {
"name": "libpcap1-1.10.5-150700.3.7.1.i586",
"product_id": "libpcap1-1.10.5-150700.3.7.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpcap-devel-1.10.5-150700.3.7.1.ppc64le",
"product": {
"name": "libpcap-devel-1.10.5-150700.3.7.1.ppc64le",
"product_id": "libpcap-devel-1.10.5-150700.3.7.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpcap-devel-static-1.10.5-150700.3.7.1.ppc64le",
"product": {
"name": "libpcap-devel-static-1.10.5-150700.3.7.1.ppc64le",
"product_id": "libpcap-devel-static-1.10.5-150700.3.7.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpcap1-1.10.5-150700.3.7.1.ppc64le",
"product": {
"name": "libpcap1-1.10.5-150700.3.7.1.ppc64le",
"product_id": "libpcap1-1.10.5-150700.3.7.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpcap-devel-1.10.5-150700.3.7.1.s390x",
"product": {
"name": "libpcap-devel-1.10.5-150700.3.7.1.s390x",
"product_id": "libpcap-devel-1.10.5-150700.3.7.1.s390x"
}
},
{
"category": "product_version",
"name": "libpcap-devel-static-1.10.5-150700.3.7.1.s390x",
"product": {
"name": "libpcap-devel-static-1.10.5-150700.3.7.1.s390x",
"product_id": "libpcap-devel-static-1.10.5-150700.3.7.1.s390x"
}
},
{
"category": "product_version",
"name": "libpcap1-1.10.5-150700.3.7.1.s390x",
"product": {
"name": "libpcap1-1.10.5-150700.3.7.1.s390x",
"product_id": "libpcap1-1.10.5-150700.3.7.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpcap-devel-1.10.5-150700.3.7.1.x86_64",
"product": {
"name": "libpcap-devel-1.10.5-150700.3.7.1.x86_64",
"product_id": "libpcap-devel-1.10.5-150700.3.7.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpcap-devel-32bit-1.10.5-150700.3.7.1.x86_64",
"product": {
"name": "libpcap-devel-32bit-1.10.5-150700.3.7.1.x86_64",
"product_id": "libpcap-devel-32bit-1.10.5-150700.3.7.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpcap-devel-static-1.10.5-150700.3.7.1.x86_64",
"product": {
"name": "libpcap-devel-static-1.10.5-150700.3.7.1.x86_64",
"product_id": "libpcap-devel-static-1.10.5-150700.3.7.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpcap1-1.10.5-150700.3.7.1.x86_64",
"product": {
"name": "libpcap1-1.10.5-150700.3.7.1.x86_64",
"product_id": "libpcap1-1.10.5-150700.3.7.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpcap1-32bit-1.10.5-150700.3.7.1.x86_64",
"product": {
"name": "libpcap1-32bit-1.10.5-150700.3.7.1.x86_64",
"product_id": "libpcap1-32bit-1.10.5-150700.3.7.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp7"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap-devel-1.10.5-150700.3.7.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpcap-devel-1.10.5-150700.3.7.1.aarch64"
},
"product_reference": "libpcap-devel-1.10.5-150700.3.7.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap-devel-1.10.5-150700.3.7.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpcap-devel-1.10.5-150700.3.7.1.ppc64le"
},
"product_reference": "libpcap-devel-1.10.5-150700.3.7.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap-devel-1.10.5-150700.3.7.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpcap-devel-1.10.5-150700.3.7.1.s390x"
},
"product_reference": "libpcap-devel-1.10.5-150700.3.7.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap-devel-1.10.5-150700.3.7.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpcap-devel-1.10.5-150700.3.7.1.x86_64"
},
"product_reference": "libpcap-devel-1.10.5-150700.3.7.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-1.10.5-150700.3.7.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpcap1-1.10.5-150700.3.7.1.aarch64"
},
"product_reference": "libpcap1-1.10.5-150700.3.7.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-1.10.5-150700.3.7.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpcap1-1.10.5-150700.3.7.1.ppc64le"
},
"product_reference": "libpcap1-1.10.5-150700.3.7.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-1.10.5-150700.3.7.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpcap1-1.10.5-150700.3.7.1.s390x"
},
"product_reference": "libpcap1-1.10.5-150700.3.7.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-1.10.5-150700.3.7.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpcap1-1.10.5-150700.3.7.1.x86_64"
},
"product_reference": "libpcap1-1.10.5-150700.3.7.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-32bit-1.10.5-150700.3.7.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:libpcap1-32bit-1.10.5-150700.3.7.1.x86_64"
},
"product_reference": "libpcap1-32bit-1.10.5-150700.3.7.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-11961",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-11961"
}
],
"notes": [
{
"category": "general",
"text": "pcap_ether_aton() is an auxiliary function in libpcap, it takes a string argument and returns a fixed-size allocated buffer. The string argument must be a well-formed MAC-48 address in one of the supported formats, but this requirement has been poorly documented. If an application calls the function with an argument that deviates from the expected format, the function can read data beyond the end of the provided string and write data beyond the end of the allocated buffer.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpcap-devel-1.10.5-150700.3.7.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpcap-devel-1.10.5-150700.3.7.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpcap-devel-1.10.5-150700.3.7.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpcap-devel-1.10.5-150700.3.7.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpcap1-1.10.5-150700.3.7.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpcap1-1.10.5-150700.3.7.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpcap1-1.10.5-150700.3.7.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpcap1-1.10.5-150700.3.7.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpcap1-32bit-1.10.5-150700.3.7.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-11961",
"url": "https://www.suse.com/security/cve/CVE-2025-11961"
},
{
"category": "external",
"summary": "SUSE Bug 1255765 for CVE-2025-11961",
"url": "https://bugzilla.suse.com/1255765"
}
],
"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 Basesystem 15 SP7:libpcap-devel-1.10.5-150700.3.7.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpcap-devel-1.10.5-150700.3.7.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpcap-devel-1.10.5-150700.3.7.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpcap-devel-1.10.5-150700.3.7.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpcap1-1.10.5-150700.3.7.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpcap1-1.10.5-150700.3.7.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpcap1-1.10.5-150700.3.7.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpcap1-1.10.5-150700.3.7.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpcap1-32bit-1.10.5-150700.3.7.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpcap-devel-1.10.5-150700.3.7.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpcap-devel-1.10.5-150700.3.7.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpcap-devel-1.10.5-150700.3.7.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpcap-devel-1.10.5-150700.3.7.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpcap1-1.10.5-150700.3.7.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpcap1-1.10.5-150700.3.7.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpcap1-1.10.5-150700.3.7.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpcap1-1.10.5-150700.3.7.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpcap1-32bit-1.10.5-150700.3.7.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-08T09:36:26Z",
"details": "low"
}
],
"title": "CVE-2025-11961"
}
]
}
SUSE-SU-2026:0062-1
Vulnerability from csaf_suse - Published: 2026-01-08 09:36 - Updated: 2026-01-08 09:36Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "low"
},
"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 libpcap",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for libpcap fixes the following issues:\n\n- CVE-2025-11961: missing validation of provided MAC-48 address string in `pcap_ether_aton()` can lead to out-of-bounds\n read and write (bsc#1255765).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-62,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-62",
"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_0062-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:0062-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260062-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:0062-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023703.html"
},
{
"category": "self",
"summary": "SUSE Bug 1255765",
"url": "https://bugzilla.suse.com/1255765"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-11961 page",
"url": "https://www.suse.com/security/cve/CVE-2025-11961/"
}
],
"title": "Security update for libpcap",
"tracking": {
"current_release_date": "2026-01-08T09:36:12Z",
"generator": {
"date": "2026-01-08T09:36:12Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:0062-1",
"initial_release_date": "2026-01-08T09:36:12Z",
"revision_history": [
{
"date": "2026-01-08T09:36:12Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpcap-devel-1.8.1-10.9.1.aarch64",
"product": {
"name": "libpcap-devel-1.8.1-10.9.1.aarch64",
"product_id": "libpcap-devel-1.8.1-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpcap-devel-static-1.8.1-10.9.1.aarch64",
"product": {
"name": "libpcap-devel-static-1.8.1-10.9.1.aarch64",
"product_id": "libpcap-devel-static-1.8.1-10.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpcap1-1.8.1-10.9.1.aarch64",
"product": {
"name": "libpcap1-1.8.1-10.9.1.aarch64",
"product_id": "libpcap1-1.8.1-10.9.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpcap-devel-64bit-1.8.1-10.9.1.aarch64_ilp32",
"product": {
"name": "libpcap-devel-64bit-1.8.1-10.9.1.aarch64_ilp32",
"product_id": "libpcap-devel-64bit-1.8.1-10.9.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libpcap1-64bit-1.8.1-10.9.1.aarch64_ilp32",
"product": {
"name": "libpcap1-64bit-1.8.1-10.9.1.aarch64_ilp32",
"product_id": "libpcap1-64bit-1.8.1-10.9.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpcap-devel-1.8.1-10.9.1.i586",
"product": {
"name": "libpcap-devel-1.8.1-10.9.1.i586",
"product_id": "libpcap-devel-1.8.1-10.9.1.i586"
}
},
{
"category": "product_version",
"name": "libpcap-devel-static-1.8.1-10.9.1.i586",
"product": {
"name": "libpcap-devel-static-1.8.1-10.9.1.i586",
"product_id": "libpcap-devel-static-1.8.1-10.9.1.i586"
}
},
{
"category": "product_version",
"name": "libpcap1-1.8.1-10.9.1.i586",
"product": {
"name": "libpcap1-1.8.1-10.9.1.i586",
"product_id": "libpcap1-1.8.1-10.9.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpcap-devel-1.8.1-10.9.1.ppc64le",
"product": {
"name": "libpcap-devel-1.8.1-10.9.1.ppc64le",
"product_id": "libpcap-devel-1.8.1-10.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpcap-devel-static-1.8.1-10.9.1.ppc64le",
"product": {
"name": "libpcap-devel-static-1.8.1-10.9.1.ppc64le",
"product_id": "libpcap-devel-static-1.8.1-10.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpcap1-1.8.1-10.9.1.ppc64le",
"product": {
"name": "libpcap1-1.8.1-10.9.1.ppc64le",
"product_id": "libpcap1-1.8.1-10.9.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpcap-devel-1.8.1-10.9.1.s390",
"product": {
"name": "libpcap-devel-1.8.1-10.9.1.s390",
"product_id": "libpcap-devel-1.8.1-10.9.1.s390"
}
},
{
"category": "product_version",
"name": "libpcap-devel-static-1.8.1-10.9.1.s390",
"product": {
"name": "libpcap-devel-static-1.8.1-10.9.1.s390",
"product_id": "libpcap-devel-static-1.8.1-10.9.1.s390"
}
},
{
"category": "product_version",
"name": "libpcap1-1.8.1-10.9.1.s390",
"product": {
"name": "libpcap1-1.8.1-10.9.1.s390",
"product_id": "libpcap1-1.8.1-10.9.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "libpcap-devel-1.8.1-10.9.1.s390x",
"product": {
"name": "libpcap-devel-1.8.1-10.9.1.s390x",
"product_id": "libpcap-devel-1.8.1-10.9.1.s390x"
}
},
{
"category": "product_version",
"name": "libpcap-devel-32bit-1.8.1-10.9.1.s390x",
"product": {
"name": "libpcap-devel-32bit-1.8.1-10.9.1.s390x",
"product_id": "libpcap-devel-32bit-1.8.1-10.9.1.s390x"
}
},
{
"category": "product_version",
"name": "libpcap-devel-static-1.8.1-10.9.1.s390x",
"product": {
"name": "libpcap-devel-static-1.8.1-10.9.1.s390x",
"product_id": "libpcap-devel-static-1.8.1-10.9.1.s390x"
}
},
{
"category": "product_version",
"name": "libpcap1-1.8.1-10.9.1.s390x",
"product": {
"name": "libpcap1-1.8.1-10.9.1.s390x",
"product_id": "libpcap1-1.8.1-10.9.1.s390x"
}
},
{
"category": "product_version",
"name": "libpcap1-32bit-1.8.1-10.9.1.s390x",
"product": {
"name": "libpcap1-32bit-1.8.1-10.9.1.s390x",
"product_id": "libpcap1-32bit-1.8.1-10.9.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpcap-devel-1.8.1-10.9.1.x86_64",
"product": {
"name": "libpcap-devel-1.8.1-10.9.1.x86_64",
"product_id": "libpcap-devel-1.8.1-10.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpcap-devel-32bit-1.8.1-10.9.1.x86_64",
"product": {
"name": "libpcap-devel-32bit-1.8.1-10.9.1.x86_64",
"product_id": "libpcap-devel-32bit-1.8.1-10.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpcap-devel-static-1.8.1-10.9.1.x86_64",
"product": {
"name": "libpcap-devel-static-1.8.1-10.9.1.x86_64",
"product_id": "libpcap-devel-static-1.8.1-10.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpcap1-1.8.1-10.9.1.x86_64",
"product": {
"name": "libpcap1-1.8.1-10.9.1.x86_64",
"product_id": "libpcap1-1.8.1-10.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpcap1-32bit-1.8.1-10.9.1.x86_64",
"product": {
"name": "libpcap1-32bit-1.8.1-10.9.1.x86_64",
"product_id": "libpcap1-32bit-1.8.1-10.9.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap-devel-1.8.1-10.9.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpcap-devel-1.8.1-10.9.1.x86_64"
},
"product_reference": "libpcap-devel-1.8.1-10.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-1.8.1-10.9.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpcap1-1.8.1-10.9.1.x86_64"
},
"product_reference": "libpcap1-1.8.1-10.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-11961",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-11961"
}
],
"notes": [
{
"category": "general",
"text": "pcap_ether_aton() is an auxiliary function in libpcap, it takes a string argument and returns a fixed-size allocated buffer. The string argument must be a well-formed MAC-48 address in one of the supported formats, but this requirement has been poorly documented. If an application calls the function with an argument that deviates from the expected format, the function can read data beyond the end of the provided string and write data beyond the end of the allocated buffer.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpcap-devel-1.8.1-10.9.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpcap1-1.8.1-10.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-11961",
"url": "https://www.suse.com/security/cve/CVE-2025-11961"
},
{
"category": "external",
"summary": "SUSE Bug 1255765 for CVE-2025-11961",
"url": "https://bugzilla.suse.com/1255765"
}
],
"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 Server LTSS Extended Security 12 SP5:libpcap-devel-1.8.1-10.9.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpcap1-1.8.1-10.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpcap-devel-1.8.1-10.9.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpcap1-1.8.1-10.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-08T09:36:12Z",
"details": "low"
}
],
"title": "CVE-2025-11961"
}
]
}
SUSE-SU-2026:0036-1
Vulnerability from csaf_suse - Published: 2026-01-06 10:22 - Updated: 2026-01-06 10:22Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "low"
},
"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 libpcap",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for libpcap fixes the following issues:\n\n- CVE-2025-11961: missing validation of provided MAC-48 address string in `pcap_ether_aton()` can lead to out-of-bounds\n read and write (bsc#1255765).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-36,openSUSE-SLE-15.6-2026-36",
"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_0036-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:0036-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260036-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:0036-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023692.html"
},
{
"category": "self",
"summary": "SUSE Bug 1255765",
"url": "https://bugzilla.suse.com/1255765"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-11961 page",
"url": "https://www.suse.com/security/cve/CVE-2025-11961/"
}
],
"title": "Security update for libpcap",
"tracking": {
"current_release_date": "2026-01-06T10:22:41Z",
"generator": {
"date": "2026-01-06T10:22:41Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:0036-1",
"initial_release_date": "2026-01-06T10:22:41Z",
"revision_history": [
{
"date": "2026-01-06T10:22:41Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpcap-devel-1.10.4-150600.3.9.1.aarch64",
"product": {
"name": "libpcap-devel-1.10.4-150600.3.9.1.aarch64",
"product_id": "libpcap-devel-1.10.4-150600.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpcap-devel-static-1.10.4-150600.3.9.1.aarch64",
"product": {
"name": "libpcap-devel-static-1.10.4-150600.3.9.1.aarch64",
"product_id": "libpcap-devel-static-1.10.4-150600.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpcap1-1.10.4-150600.3.9.1.aarch64",
"product": {
"name": "libpcap1-1.10.4-150600.3.9.1.aarch64",
"product_id": "libpcap1-1.10.4-150600.3.9.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpcap-devel-64bit-1.10.4-150600.3.9.1.aarch64_ilp32",
"product": {
"name": "libpcap-devel-64bit-1.10.4-150600.3.9.1.aarch64_ilp32",
"product_id": "libpcap-devel-64bit-1.10.4-150600.3.9.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libpcap1-64bit-1.10.4-150600.3.9.1.aarch64_ilp32",
"product": {
"name": "libpcap1-64bit-1.10.4-150600.3.9.1.aarch64_ilp32",
"product_id": "libpcap1-64bit-1.10.4-150600.3.9.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpcap-devel-1.10.4-150600.3.9.1.i586",
"product": {
"name": "libpcap-devel-1.10.4-150600.3.9.1.i586",
"product_id": "libpcap-devel-1.10.4-150600.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "libpcap-devel-static-1.10.4-150600.3.9.1.i586",
"product": {
"name": "libpcap-devel-static-1.10.4-150600.3.9.1.i586",
"product_id": "libpcap-devel-static-1.10.4-150600.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "libpcap1-1.10.4-150600.3.9.1.i586",
"product": {
"name": "libpcap1-1.10.4-150600.3.9.1.i586",
"product_id": "libpcap1-1.10.4-150600.3.9.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpcap-devel-1.10.4-150600.3.9.1.ppc64le",
"product": {
"name": "libpcap-devel-1.10.4-150600.3.9.1.ppc64le",
"product_id": "libpcap-devel-1.10.4-150600.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpcap-devel-static-1.10.4-150600.3.9.1.ppc64le",
"product": {
"name": "libpcap-devel-static-1.10.4-150600.3.9.1.ppc64le",
"product_id": "libpcap-devel-static-1.10.4-150600.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpcap1-1.10.4-150600.3.9.1.ppc64le",
"product": {
"name": "libpcap1-1.10.4-150600.3.9.1.ppc64le",
"product_id": "libpcap1-1.10.4-150600.3.9.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpcap-devel-1.10.4-150600.3.9.1.s390x",
"product": {
"name": "libpcap-devel-1.10.4-150600.3.9.1.s390x",
"product_id": "libpcap-devel-1.10.4-150600.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "libpcap-devel-static-1.10.4-150600.3.9.1.s390x",
"product": {
"name": "libpcap-devel-static-1.10.4-150600.3.9.1.s390x",
"product_id": "libpcap-devel-static-1.10.4-150600.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "libpcap1-1.10.4-150600.3.9.1.s390x",
"product": {
"name": "libpcap1-1.10.4-150600.3.9.1.s390x",
"product_id": "libpcap1-1.10.4-150600.3.9.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpcap-devel-1.10.4-150600.3.9.1.x86_64",
"product": {
"name": "libpcap-devel-1.10.4-150600.3.9.1.x86_64",
"product_id": "libpcap-devel-1.10.4-150600.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpcap-devel-32bit-1.10.4-150600.3.9.1.x86_64",
"product": {
"name": "libpcap-devel-32bit-1.10.4-150600.3.9.1.x86_64",
"product_id": "libpcap-devel-32bit-1.10.4-150600.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpcap-devel-static-1.10.4-150600.3.9.1.x86_64",
"product": {
"name": "libpcap-devel-static-1.10.4-150600.3.9.1.x86_64",
"product_id": "libpcap-devel-static-1.10.4-150600.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpcap1-1.10.4-150600.3.9.1.x86_64",
"product": {
"name": "libpcap1-1.10.4-150600.3.9.1.x86_64",
"product_id": "libpcap1-1.10.4-150600.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpcap1-32bit-1.10.4-150600.3.9.1.x86_64",
"product": {
"name": "libpcap1-32bit-1.10.4-150600.3.9.1.x86_64",
"product_id": "libpcap1-32bit-1.10.4-150600.3.9.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap-devel-1.10.4-150600.3.9.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpcap-devel-1.10.4-150600.3.9.1.aarch64"
},
"product_reference": "libpcap-devel-1.10.4-150600.3.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap-devel-1.10.4-150600.3.9.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpcap-devel-1.10.4-150600.3.9.1.ppc64le"
},
"product_reference": "libpcap-devel-1.10.4-150600.3.9.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap-devel-1.10.4-150600.3.9.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpcap-devel-1.10.4-150600.3.9.1.s390x"
},
"product_reference": "libpcap-devel-1.10.4-150600.3.9.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap-devel-1.10.4-150600.3.9.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpcap-devel-1.10.4-150600.3.9.1.x86_64"
},
"product_reference": "libpcap-devel-1.10.4-150600.3.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap-devel-32bit-1.10.4-150600.3.9.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpcap-devel-32bit-1.10.4-150600.3.9.1.x86_64"
},
"product_reference": "libpcap-devel-32bit-1.10.4-150600.3.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap-devel-static-1.10.4-150600.3.9.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpcap-devel-static-1.10.4-150600.3.9.1.aarch64"
},
"product_reference": "libpcap-devel-static-1.10.4-150600.3.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap-devel-static-1.10.4-150600.3.9.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpcap-devel-static-1.10.4-150600.3.9.1.ppc64le"
},
"product_reference": "libpcap-devel-static-1.10.4-150600.3.9.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap-devel-static-1.10.4-150600.3.9.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpcap-devel-static-1.10.4-150600.3.9.1.s390x"
},
"product_reference": "libpcap-devel-static-1.10.4-150600.3.9.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap-devel-static-1.10.4-150600.3.9.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpcap-devel-static-1.10.4-150600.3.9.1.x86_64"
},
"product_reference": "libpcap-devel-static-1.10.4-150600.3.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-1.10.4-150600.3.9.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpcap1-1.10.4-150600.3.9.1.aarch64"
},
"product_reference": "libpcap1-1.10.4-150600.3.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-1.10.4-150600.3.9.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpcap1-1.10.4-150600.3.9.1.ppc64le"
},
"product_reference": "libpcap1-1.10.4-150600.3.9.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-1.10.4-150600.3.9.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpcap1-1.10.4-150600.3.9.1.s390x"
},
"product_reference": "libpcap1-1.10.4-150600.3.9.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-1.10.4-150600.3.9.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpcap1-1.10.4-150600.3.9.1.x86_64"
},
"product_reference": "libpcap1-1.10.4-150600.3.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-32bit-1.10.4-150600.3.9.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpcap1-32bit-1.10.4-150600.3.9.1.x86_64"
},
"product_reference": "libpcap1-32bit-1.10.4-150600.3.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-11961",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-11961"
}
],
"notes": [
{
"category": "general",
"text": "pcap_ether_aton() is an auxiliary function in libpcap, it takes a string argument and returns a fixed-size allocated buffer. The string argument must be a well-formed MAC-48 address in one of the supported formats, but this requirement has been poorly documented. If an application calls the function with an argument that deviates from the expected format, the function can read data beyond the end of the provided string and write data beyond the end of the allocated buffer.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.6:libpcap-devel-1.10.4-150600.3.9.1.aarch64",
"openSUSE Leap 15.6:libpcap-devel-1.10.4-150600.3.9.1.ppc64le",
"openSUSE Leap 15.6:libpcap-devel-1.10.4-150600.3.9.1.s390x",
"openSUSE Leap 15.6:libpcap-devel-1.10.4-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:libpcap-devel-32bit-1.10.4-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:libpcap-devel-static-1.10.4-150600.3.9.1.aarch64",
"openSUSE Leap 15.6:libpcap-devel-static-1.10.4-150600.3.9.1.ppc64le",
"openSUSE Leap 15.6:libpcap-devel-static-1.10.4-150600.3.9.1.s390x",
"openSUSE Leap 15.6:libpcap-devel-static-1.10.4-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:libpcap1-1.10.4-150600.3.9.1.aarch64",
"openSUSE Leap 15.6:libpcap1-1.10.4-150600.3.9.1.ppc64le",
"openSUSE Leap 15.6:libpcap1-1.10.4-150600.3.9.1.s390x",
"openSUSE Leap 15.6:libpcap1-1.10.4-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:libpcap1-32bit-1.10.4-150600.3.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-11961",
"url": "https://www.suse.com/security/cve/CVE-2025-11961"
},
{
"category": "external",
"summary": "SUSE Bug 1255765 for CVE-2025-11961",
"url": "https://bugzilla.suse.com/1255765"
}
],
"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 Leap 15.6:libpcap-devel-1.10.4-150600.3.9.1.aarch64",
"openSUSE Leap 15.6:libpcap-devel-1.10.4-150600.3.9.1.ppc64le",
"openSUSE Leap 15.6:libpcap-devel-1.10.4-150600.3.9.1.s390x",
"openSUSE Leap 15.6:libpcap-devel-1.10.4-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:libpcap-devel-32bit-1.10.4-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:libpcap-devel-static-1.10.4-150600.3.9.1.aarch64",
"openSUSE Leap 15.6:libpcap-devel-static-1.10.4-150600.3.9.1.ppc64le",
"openSUSE Leap 15.6:libpcap-devel-static-1.10.4-150600.3.9.1.s390x",
"openSUSE Leap 15.6:libpcap-devel-static-1.10.4-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:libpcap1-1.10.4-150600.3.9.1.aarch64",
"openSUSE Leap 15.6:libpcap1-1.10.4-150600.3.9.1.ppc64le",
"openSUSE Leap 15.6:libpcap1-1.10.4-150600.3.9.1.s390x",
"openSUSE Leap 15.6:libpcap1-1.10.4-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:libpcap1-32bit-1.10.4-150600.3.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.6:libpcap-devel-1.10.4-150600.3.9.1.aarch64",
"openSUSE Leap 15.6:libpcap-devel-1.10.4-150600.3.9.1.ppc64le",
"openSUSE Leap 15.6:libpcap-devel-1.10.4-150600.3.9.1.s390x",
"openSUSE Leap 15.6:libpcap-devel-1.10.4-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:libpcap-devel-32bit-1.10.4-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:libpcap-devel-static-1.10.4-150600.3.9.1.aarch64",
"openSUSE Leap 15.6:libpcap-devel-static-1.10.4-150600.3.9.1.ppc64le",
"openSUSE Leap 15.6:libpcap-devel-static-1.10.4-150600.3.9.1.s390x",
"openSUSE Leap 15.6:libpcap-devel-static-1.10.4-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:libpcap1-1.10.4-150600.3.9.1.aarch64",
"openSUSE Leap 15.6:libpcap1-1.10.4-150600.3.9.1.ppc64le",
"openSUSE Leap 15.6:libpcap1-1.10.4-150600.3.9.1.s390x",
"openSUSE Leap 15.6:libpcap1-1.10.4-150600.3.9.1.x86_64",
"openSUSE Leap 15.6:libpcap1-32bit-1.10.4-150600.3.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-06T10:22:41Z",
"details": "low"
}
],
"title": "CVE-2025-11961"
}
]
}
GHSA-X25X-VJRM-H7QQ
Vulnerability from github – Published: 2025-12-31 03:30 – Updated: 2025-12-31 03:30pcap_ether_aton() is an auxiliary function in libpcap, it takes a string argument and returns a fixed-size allocated buffer. The string argument must be a well-formed MAC-48 address in one of the supported formats, but this requirement has been poorly documented. If an application calls the function with an argument that deviates from the expected format, the function can read data beyond the end of the provided string and write data beyond the end of the allocated buffer.
{
"affected": [],
"aliases": [
"CVE-2025-11961"
],
"database_specific": {
"cwe_ids": [
"CWE-122"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2025-12-31T01:15:54Z",
"severity": "LOW"
},
"details": "pcap_ether_aton() is an auxiliary function in libpcap, it takes a string argument and returns a fixed-size allocated buffer. The string argument must be a well-formed MAC-48 address in one of the supported formats, but this requirement has been poorly documented. If an application calls the function with an argument that deviates from the expected format, the function can read data beyond the end of the provided string and write data beyond the end of the allocated buffer.",
"id": "GHSA-x25x-vjrm-h7qq",
"modified": "2025-12-31T03:30:34Z",
"published": "2025-12-31T03:30:33Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-11961"
},
{
"type": "WEB",
"url": "https://github.com/the-tcpdump-group/libpcap/commit/b2d2f9a9a0581c40780bde509f7cc715920f1c02"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:L/A:N",
"type": "CVSS_V3"
}
]
}
OPENSUSE-SU-2026:10032-1
Vulnerability from csaf_opensuse - Published: 2026-01-12 00:00 - Updated: 2026-01-12 00:00Notes
{
"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": "libpcap-devel-1.10.6-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the libpcap-devel-1.10.6-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-10032",
"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_10032-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-11961 page",
"url": "https://www.suse.com/security/cve/CVE-2025-11961/"
}
],
"title": "libpcap-devel-1.10.6-1.1 on GA media",
"tracking": {
"current_release_date": "2026-01-12T00:00:00Z",
"generator": {
"date": "2026-01-12T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:10032-1",
"initial_release_date": "2026-01-12T00:00:00Z",
"revision_history": [
{
"date": "2026-01-12T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpcap-devel-1.10.6-1.1.aarch64",
"product": {
"name": "libpcap-devel-1.10.6-1.1.aarch64",
"product_id": "libpcap-devel-1.10.6-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpcap-devel-32bit-1.10.6-1.1.aarch64",
"product": {
"name": "libpcap-devel-32bit-1.10.6-1.1.aarch64",
"product_id": "libpcap-devel-32bit-1.10.6-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpcap-devel-static-1.10.6-1.1.aarch64",
"product": {
"name": "libpcap-devel-static-1.10.6-1.1.aarch64",
"product_id": "libpcap-devel-static-1.10.6-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpcap1-1.10.6-1.1.aarch64",
"product": {
"name": "libpcap1-1.10.6-1.1.aarch64",
"product_id": "libpcap1-1.10.6-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpcap1-32bit-1.10.6-1.1.aarch64",
"product": {
"name": "libpcap1-32bit-1.10.6-1.1.aarch64",
"product_id": "libpcap1-32bit-1.10.6-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpcap-devel-1.10.6-1.1.ppc64le",
"product": {
"name": "libpcap-devel-1.10.6-1.1.ppc64le",
"product_id": "libpcap-devel-1.10.6-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpcap-devel-32bit-1.10.6-1.1.ppc64le",
"product": {
"name": "libpcap-devel-32bit-1.10.6-1.1.ppc64le",
"product_id": "libpcap-devel-32bit-1.10.6-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpcap-devel-static-1.10.6-1.1.ppc64le",
"product": {
"name": "libpcap-devel-static-1.10.6-1.1.ppc64le",
"product_id": "libpcap-devel-static-1.10.6-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpcap1-1.10.6-1.1.ppc64le",
"product": {
"name": "libpcap1-1.10.6-1.1.ppc64le",
"product_id": "libpcap1-1.10.6-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpcap1-32bit-1.10.6-1.1.ppc64le",
"product": {
"name": "libpcap1-32bit-1.10.6-1.1.ppc64le",
"product_id": "libpcap1-32bit-1.10.6-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpcap-devel-1.10.6-1.1.s390x",
"product": {
"name": "libpcap-devel-1.10.6-1.1.s390x",
"product_id": "libpcap-devel-1.10.6-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libpcap-devel-32bit-1.10.6-1.1.s390x",
"product": {
"name": "libpcap-devel-32bit-1.10.6-1.1.s390x",
"product_id": "libpcap-devel-32bit-1.10.6-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libpcap-devel-static-1.10.6-1.1.s390x",
"product": {
"name": "libpcap-devel-static-1.10.6-1.1.s390x",
"product_id": "libpcap-devel-static-1.10.6-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libpcap1-1.10.6-1.1.s390x",
"product": {
"name": "libpcap1-1.10.6-1.1.s390x",
"product_id": "libpcap1-1.10.6-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libpcap1-32bit-1.10.6-1.1.s390x",
"product": {
"name": "libpcap1-32bit-1.10.6-1.1.s390x",
"product_id": "libpcap1-32bit-1.10.6-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpcap-devel-1.10.6-1.1.x86_64",
"product": {
"name": "libpcap-devel-1.10.6-1.1.x86_64",
"product_id": "libpcap-devel-1.10.6-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpcap-devel-32bit-1.10.6-1.1.x86_64",
"product": {
"name": "libpcap-devel-32bit-1.10.6-1.1.x86_64",
"product_id": "libpcap-devel-32bit-1.10.6-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpcap-devel-static-1.10.6-1.1.x86_64",
"product": {
"name": "libpcap-devel-static-1.10.6-1.1.x86_64",
"product_id": "libpcap-devel-static-1.10.6-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpcap1-1.10.6-1.1.x86_64",
"product": {
"name": "libpcap1-1.10.6-1.1.x86_64",
"product_id": "libpcap1-1.10.6-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpcap1-32bit-1.10.6-1.1.x86_64",
"product": {
"name": "libpcap1-32bit-1.10.6-1.1.x86_64",
"product_id": "libpcap1-32bit-1.10.6-1.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": "libpcap-devel-1.10.6-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpcap-devel-1.10.6-1.1.aarch64"
},
"product_reference": "libpcap-devel-1.10.6-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap-devel-1.10.6-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpcap-devel-1.10.6-1.1.ppc64le"
},
"product_reference": "libpcap-devel-1.10.6-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap-devel-1.10.6-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpcap-devel-1.10.6-1.1.s390x"
},
"product_reference": "libpcap-devel-1.10.6-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap-devel-1.10.6-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpcap-devel-1.10.6-1.1.x86_64"
},
"product_reference": "libpcap-devel-1.10.6-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap-devel-32bit-1.10.6-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpcap-devel-32bit-1.10.6-1.1.aarch64"
},
"product_reference": "libpcap-devel-32bit-1.10.6-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap-devel-32bit-1.10.6-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpcap-devel-32bit-1.10.6-1.1.ppc64le"
},
"product_reference": "libpcap-devel-32bit-1.10.6-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap-devel-32bit-1.10.6-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpcap-devel-32bit-1.10.6-1.1.s390x"
},
"product_reference": "libpcap-devel-32bit-1.10.6-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap-devel-32bit-1.10.6-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpcap-devel-32bit-1.10.6-1.1.x86_64"
},
"product_reference": "libpcap-devel-32bit-1.10.6-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap-devel-static-1.10.6-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpcap-devel-static-1.10.6-1.1.aarch64"
},
"product_reference": "libpcap-devel-static-1.10.6-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap-devel-static-1.10.6-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpcap-devel-static-1.10.6-1.1.ppc64le"
},
"product_reference": "libpcap-devel-static-1.10.6-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap-devel-static-1.10.6-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpcap-devel-static-1.10.6-1.1.s390x"
},
"product_reference": "libpcap-devel-static-1.10.6-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap-devel-static-1.10.6-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpcap-devel-static-1.10.6-1.1.x86_64"
},
"product_reference": "libpcap-devel-static-1.10.6-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-1.10.6-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpcap1-1.10.6-1.1.aarch64"
},
"product_reference": "libpcap1-1.10.6-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-1.10.6-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpcap1-1.10.6-1.1.ppc64le"
},
"product_reference": "libpcap1-1.10.6-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-1.10.6-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpcap1-1.10.6-1.1.s390x"
},
"product_reference": "libpcap1-1.10.6-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-1.10.6-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpcap1-1.10.6-1.1.x86_64"
},
"product_reference": "libpcap1-1.10.6-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-32bit-1.10.6-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpcap1-32bit-1.10.6-1.1.aarch64"
},
"product_reference": "libpcap1-32bit-1.10.6-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-32bit-1.10.6-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpcap1-32bit-1.10.6-1.1.ppc64le"
},
"product_reference": "libpcap1-32bit-1.10.6-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-32bit-1.10.6-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpcap1-32bit-1.10.6-1.1.s390x"
},
"product_reference": "libpcap1-32bit-1.10.6-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-32bit-1.10.6-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libpcap1-32bit-1.10.6-1.1.x86_64"
},
"product_reference": "libpcap1-32bit-1.10.6-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-11961",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-11961"
}
],
"notes": [
{
"category": "general",
"text": "pcap_ether_aton() is an auxiliary function in libpcap, it takes a string argument and returns a fixed-size allocated buffer. The string argument must be a well-formed MAC-48 address in one of the supported formats, but this requirement has been poorly documented. If an application calls the function with an argument that deviates from the expected format, the function can read data beyond the end of the provided string and write data beyond the end of the allocated buffer.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:libpcap-devel-1.10.6-1.1.aarch64",
"openSUSE Tumbleweed:libpcap-devel-1.10.6-1.1.ppc64le",
"openSUSE Tumbleweed:libpcap-devel-1.10.6-1.1.s390x",
"openSUSE Tumbleweed:libpcap-devel-1.10.6-1.1.x86_64",
"openSUSE Tumbleweed:libpcap-devel-32bit-1.10.6-1.1.aarch64",
"openSUSE Tumbleweed:libpcap-devel-32bit-1.10.6-1.1.ppc64le",
"openSUSE Tumbleweed:libpcap-devel-32bit-1.10.6-1.1.s390x",
"openSUSE Tumbleweed:libpcap-devel-32bit-1.10.6-1.1.x86_64",
"openSUSE Tumbleweed:libpcap-devel-static-1.10.6-1.1.aarch64",
"openSUSE Tumbleweed:libpcap-devel-static-1.10.6-1.1.ppc64le",
"openSUSE Tumbleweed:libpcap-devel-static-1.10.6-1.1.s390x",
"openSUSE Tumbleweed:libpcap-devel-static-1.10.6-1.1.x86_64",
"openSUSE Tumbleweed:libpcap1-1.10.6-1.1.aarch64",
"openSUSE Tumbleweed:libpcap1-1.10.6-1.1.ppc64le",
"openSUSE Tumbleweed:libpcap1-1.10.6-1.1.s390x",
"openSUSE Tumbleweed:libpcap1-1.10.6-1.1.x86_64",
"openSUSE Tumbleweed:libpcap1-32bit-1.10.6-1.1.aarch64",
"openSUSE Tumbleweed:libpcap1-32bit-1.10.6-1.1.ppc64le",
"openSUSE Tumbleweed:libpcap1-32bit-1.10.6-1.1.s390x",
"openSUSE Tumbleweed:libpcap1-32bit-1.10.6-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-11961",
"url": "https://www.suse.com/security/cve/CVE-2025-11961"
},
{
"category": "external",
"summary": "SUSE Bug 1255765 for CVE-2025-11961",
"url": "https://bugzilla.suse.com/1255765"
}
],
"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:libpcap-devel-1.10.6-1.1.aarch64",
"openSUSE Tumbleweed:libpcap-devel-1.10.6-1.1.ppc64le",
"openSUSE Tumbleweed:libpcap-devel-1.10.6-1.1.s390x",
"openSUSE Tumbleweed:libpcap-devel-1.10.6-1.1.x86_64",
"openSUSE Tumbleweed:libpcap-devel-32bit-1.10.6-1.1.aarch64",
"openSUSE Tumbleweed:libpcap-devel-32bit-1.10.6-1.1.ppc64le",
"openSUSE Tumbleweed:libpcap-devel-32bit-1.10.6-1.1.s390x",
"openSUSE Tumbleweed:libpcap-devel-32bit-1.10.6-1.1.x86_64",
"openSUSE Tumbleweed:libpcap-devel-static-1.10.6-1.1.aarch64",
"openSUSE Tumbleweed:libpcap-devel-static-1.10.6-1.1.ppc64le",
"openSUSE Tumbleweed:libpcap-devel-static-1.10.6-1.1.s390x",
"openSUSE Tumbleweed:libpcap-devel-static-1.10.6-1.1.x86_64",
"openSUSE Tumbleweed:libpcap1-1.10.6-1.1.aarch64",
"openSUSE Tumbleweed:libpcap1-1.10.6-1.1.ppc64le",
"openSUSE Tumbleweed:libpcap1-1.10.6-1.1.s390x",
"openSUSE Tumbleweed:libpcap1-1.10.6-1.1.x86_64",
"openSUSE Tumbleweed:libpcap1-32bit-1.10.6-1.1.aarch64",
"openSUSE Tumbleweed:libpcap1-32bit-1.10.6-1.1.ppc64le",
"openSUSE Tumbleweed:libpcap1-32bit-1.10.6-1.1.s390x",
"openSUSE Tumbleweed:libpcap1-32bit-1.10.6-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:libpcap-devel-1.10.6-1.1.aarch64",
"openSUSE Tumbleweed:libpcap-devel-1.10.6-1.1.ppc64le",
"openSUSE Tumbleweed:libpcap-devel-1.10.6-1.1.s390x",
"openSUSE Tumbleweed:libpcap-devel-1.10.6-1.1.x86_64",
"openSUSE Tumbleweed:libpcap-devel-32bit-1.10.6-1.1.aarch64",
"openSUSE Tumbleweed:libpcap-devel-32bit-1.10.6-1.1.ppc64le",
"openSUSE Tumbleweed:libpcap-devel-32bit-1.10.6-1.1.s390x",
"openSUSE Tumbleweed:libpcap-devel-32bit-1.10.6-1.1.x86_64",
"openSUSE Tumbleweed:libpcap-devel-static-1.10.6-1.1.aarch64",
"openSUSE Tumbleweed:libpcap-devel-static-1.10.6-1.1.ppc64le",
"openSUSE Tumbleweed:libpcap-devel-static-1.10.6-1.1.s390x",
"openSUSE Tumbleweed:libpcap-devel-static-1.10.6-1.1.x86_64",
"openSUSE Tumbleweed:libpcap1-1.10.6-1.1.aarch64",
"openSUSE Tumbleweed:libpcap1-1.10.6-1.1.ppc64le",
"openSUSE Tumbleweed:libpcap1-1.10.6-1.1.s390x",
"openSUSE Tumbleweed:libpcap1-1.10.6-1.1.x86_64",
"openSUSE Tumbleweed:libpcap1-32bit-1.10.6-1.1.aarch64",
"openSUSE Tumbleweed:libpcap1-32bit-1.10.6-1.1.ppc64le",
"openSUSE Tumbleweed:libpcap1-32bit-1.10.6-1.1.s390x",
"openSUSE Tumbleweed:libpcap1-32bit-1.10.6-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-12T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2025-11961"
}
]
}
CERTFR-2026-AVI-0022
Vulnerability from certfr_avis - Published: 2026-01-09 - Updated: 2026-01-09
De multiples vulnérabilités ont été découvertes dans les produits Microsoft. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Title | Publication Time | Tags | ||||||
|---|---|---|---|---|---|---|---|---|
|
||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "cbl2 nmap 7.93-3",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 libpcap 1.10.5-1 versions ant\u00e9rieures \u00e0 1.10.6-1",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 libpcap 1.10.1-4",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 nmap 7.95-2",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
}
],
"affected_systems_content": null,
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-11961",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11961"
},
{
"name": "CVE-2025-11964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11964"
}
],
"initial_release_date": "2026-01-09T00:00:00",
"last_revision_date": "2026-01-09T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0022",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-01-09T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits Microsoft. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits Microsoft",
"vendor_advisories": [
{
"published_at": "2026-01-03",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-11964",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-11964"
},
{
"published_at": "2026-01-03",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-11961",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-11961"
}
]
}
MSRC_CVE-2025-11961
Vulnerability from csaf_microsoft - Published: 2025-12-02 00:00 - Updated: 2026-01-06 01:35Notes
{
"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-11961 OOBR and OOBW in pcap_ether_aton() in libpcap - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-11961.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": "OOBR and OOBW in pcap_ether_aton() in libpcap",
"tracking": {
"current_release_date": "2026-01-06T01:35:35.000Z",
"generator": {
"date": "2026-01-06T20:17:42.361Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2025-11961",
"initial_release_date": "2025-12-02T00:00:00.000Z",
"revision_history": [
{
"date": "2026-01-03T01:01:36.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2026-01-06T01:35:35.000Z",
"legacy_version": "2",
"number": "2",
"summary": "Information published."
}
],
"status": "final",
"version": "2"
}
},
"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 nmap 7.93-3",
"product": {
"name": "cbl2 nmap 7.93-3",
"product_id": "1"
}
},
{
"category": "product_version_range",
"name": "azl3 nmap 7.95-2",
"product": {
"name": "azl3 nmap 7.95-2",
"product_id": "4"
}
}
],
"category": "product_name",
"name": "nmap"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cazl3 libpcap 1.10.5-1",
"product": {
"name": "\u003cazl3 libpcap 1.10.5-1",
"product_id": "3"
}
},
{
"category": "product_version",
"name": "azl3 libpcap 1.10.5-1",
"product": {
"name": "azl3 libpcap 1.10.5-1",
"product_id": "17643"
}
},
{
"category": "product_version_range",
"name": "cbl2 libpcap 1.10.1-4",
"product": {
"name": "cbl2 libpcap 1.10.1-4",
"product_id": "2"
}
}
],
"category": "product_name",
"name": "libpcap"
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 nmap 7.93-3 as a component of CBL Mariner 2.0",
"product_id": "17086-1"
},
"product_reference": "1",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 libpcap 1.10.5-1 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": "azl3 libpcap 1.10.5-1 as a component of Azure Linux 3.0",
"product_id": "17643-17084"
},
"product_reference": "17643",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 nmap 7.95-2 as a component of Azure Linux 3.0",
"product_id": "17084-4"
},
"product_reference": "4",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 libpcap 1.10.1-4 as a component of CBL Mariner 2.0",
"product_id": "17086-2"
},
"product_reference": "2",
"relates_to_product_reference": "17086"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-11961",
"cwe": {
"id": "CWE-126",
"name": "Buffer Over-read"
},
"notes": [
{
"category": "general",
"text": "Tcpdump",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"17643-17084"
],
"known_affected": [
"17086-1",
"17084-3",
"17084-4",
"17086-2"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-11961 OOBR and OOBW in pcap_ether_aton() in libpcap - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-11961.json"
}
],
"remediations": [
{
"category": "none_available",
"date": "2026-01-03T01:01:36.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-1"
]
},
{
"category": "none_available",
"date": "2026-01-03T01:01:36.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-4"
]
},
{
"category": "none_available",
"date": "2026-01-03T01:01:36.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-2"
]
},
{
"category": "vendor_fix",
"date": "2026-01-03T01:01:36.000Z",
"details": "1.10.6-1:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-3"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 1.9,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"environmentalsScore": 0.0,
"integrityImpact": "LOW",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"temporalScore": 1.9,
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"17086-1",
"17084-3",
"17084-4",
"17086-2"
]
}
],
"title": "OOBR and OOBW in pcap_ether_aton() in libpcap"
}
]
}
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.