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
VLAI
EPSS
Title
OOBR and OOBW in pcap_ether_aton() in libpcap
Summary
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.
Severity
SSVC
Exploitation: none
Automatable: no
Technical Impact: partial
CISA Coordinator (v2.0.3)
Assigner
References
1 reference
| URL | Tags |
|---|---|
| https://github.com/the-tcpdump-group/libpcap/comm… | patch |
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| The Tcpdump Group | libpcap |
Affected:
0 , < 1.10.6
(semver)
|
Credits
Jin Wei
Kunwei Qian
Ping Chen
{
"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": {
"epss": {
"cve": "CVE-2025-11961",
"date": "2026-06-04",
"epss": "0.00015",
"percentile": "0.03037"
},
"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"
}
}
}
SUSE-SU-2026:0062-1
Vulnerability from csaf_suse - Published: 2026-01-08 09:36 - Updated: 2026-01-08 09:36Summary
Security update for libpcap
Severity
Low
Notes
Title of the patch: Security update for libpcap
Description of the patch: This update for libpcap fixes the following issues:
- CVE-2025-11961: missing validation of provided MAC-48 address string in `pcap_ether_aton()` can lead to out-of-bounds
read and write (bsc#1255765).
Patchnames: SUSE-2026-62,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-62
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpcap-devel-1.8.1-10.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpcap1-1.8.1-10.9.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
References
8 references
{
"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:0063-1
Vulnerability from csaf_suse - Published: 2026-01-08 09:36 - Updated: 2026-01-08 09:36Summary
Security update for libpcap
Severity
Low
Notes
Title of the patch: Security update for libpcap
Description of the patch: This update for libpcap fixes the following issues:
- CVE-2025-11961: missing validation of provided MAC-48 address string in `pcap_ether_aton()` can lead to out-of-bounds
read and write (bsc#1255765).
Patchnames: SUSE-2026-63,SUSE-SLE-Module-Basesystem-15-SP7-2026-63,SUSE-SLE-Module-Packagehub-Subpackages-15-SP7-2026-63
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Affected products
Recommended
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpcap-devel-1.10.5-150700.3.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpcap-devel-1.10.5-150700.3.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpcap-devel-1.10.5-150700.3.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpcap-devel-1.10.5-150700.3.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpcap1-1.10.5-150700.3.7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpcap1-1.10.5-150700.3.7.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpcap1-1.10.5-150700.3.7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libpcap1-1.10.5-150700.3.7.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libpcap1-32bit-1.10.5-150700.3.7.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
References
8 references
{
"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:0575-1
Vulnerability from csaf_suse - Published: 2026-02-18 09:10 - Updated: 2026-02-18 09:10Summary
Security update for libpcap
Severity
Low
Notes
Title of the patch: Security update for libpcap
Description of the patch: This update for libpcap fixes the following issues:
- CVE-2025-11961: missing validation of provided MAC-48 address string in `pcap_ether_aton()` can lead to out-of-bounds
read and write (bsc#1255765).
Patchnames: SUSE-2026-575,SUSE-SLE-Micro-5.3-2026-575,SUSE-SLE-Micro-5.4-2026-575,SUSE-SLE-Micro-5.5-2026-575
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Affected products
Recommended
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpcap1-1.10.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpcap1-1.10.1-150400.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libpcap1-1.10.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpcap1-1.10.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpcap1-1.10.1-150400.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libpcap1-1.10.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpcap1-1.10.1-150400.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpcap1-1.10.1-150400.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpcap1-1.10.1-150400.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libpcap1-1.10.1-150400.3.9.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
References
8 references
{
"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-575,SUSE-SLE-Micro-5.3-2026-575,SUSE-SLE-Micro-5.4-2026-575,SUSE-SLE-Micro-5.5-2026-575",
"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_0575-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:0575-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260575-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:0575-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024350.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-02-18T09:10:46Z",
"generator": {
"date": "2026-02-18T09:10:46Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:0575-1",
"initial_release_date": "2026-02-18T09:10:46Z",
"revision_history": [
{
"date": "2026-02-18T09:10:46Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpcap-devel-1.10.1-150400.3.9.1.aarch64",
"product": {
"name": "libpcap-devel-1.10.1-150400.3.9.1.aarch64",
"product_id": "libpcap-devel-1.10.1-150400.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpcap-devel-static-1.10.1-150400.3.9.1.aarch64",
"product": {
"name": "libpcap-devel-static-1.10.1-150400.3.9.1.aarch64",
"product_id": "libpcap-devel-static-1.10.1-150400.3.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpcap1-1.10.1-150400.3.9.1.aarch64",
"product": {
"name": "libpcap1-1.10.1-150400.3.9.1.aarch64",
"product_id": "libpcap1-1.10.1-150400.3.9.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpcap-devel-64bit-1.10.1-150400.3.9.1.aarch64_ilp32",
"product": {
"name": "libpcap-devel-64bit-1.10.1-150400.3.9.1.aarch64_ilp32",
"product_id": "libpcap-devel-64bit-1.10.1-150400.3.9.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libpcap1-64bit-1.10.1-150400.3.9.1.aarch64_ilp32",
"product": {
"name": "libpcap1-64bit-1.10.1-150400.3.9.1.aarch64_ilp32",
"product_id": "libpcap1-64bit-1.10.1-150400.3.9.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpcap-devel-1.10.1-150400.3.9.1.i586",
"product": {
"name": "libpcap-devel-1.10.1-150400.3.9.1.i586",
"product_id": "libpcap-devel-1.10.1-150400.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "libpcap-devel-static-1.10.1-150400.3.9.1.i586",
"product": {
"name": "libpcap-devel-static-1.10.1-150400.3.9.1.i586",
"product_id": "libpcap-devel-static-1.10.1-150400.3.9.1.i586"
}
},
{
"category": "product_version",
"name": "libpcap1-1.10.1-150400.3.9.1.i586",
"product": {
"name": "libpcap1-1.10.1-150400.3.9.1.i586",
"product_id": "libpcap1-1.10.1-150400.3.9.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpcap-devel-1.10.1-150400.3.9.1.ppc64le",
"product": {
"name": "libpcap-devel-1.10.1-150400.3.9.1.ppc64le",
"product_id": "libpcap-devel-1.10.1-150400.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpcap-devel-static-1.10.1-150400.3.9.1.ppc64le",
"product": {
"name": "libpcap-devel-static-1.10.1-150400.3.9.1.ppc64le",
"product_id": "libpcap-devel-static-1.10.1-150400.3.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpcap1-1.10.1-150400.3.9.1.ppc64le",
"product": {
"name": "libpcap1-1.10.1-150400.3.9.1.ppc64le",
"product_id": "libpcap1-1.10.1-150400.3.9.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpcap-devel-1.10.1-150400.3.9.1.s390x",
"product": {
"name": "libpcap-devel-1.10.1-150400.3.9.1.s390x",
"product_id": "libpcap-devel-1.10.1-150400.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "libpcap-devel-static-1.10.1-150400.3.9.1.s390x",
"product": {
"name": "libpcap-devel-static-1.10.1-150400.3.9.1.s390x",
"product_id": "libpcap-devel-static-1.10.1-150400.3.9.1.s390x"
}
},
{
"category": "product_version",
"name": "libpcap1-1.10.1-150400.3.9.1.s390x",
"product": {
"name": "libpcap1-1.10.1-150400.3.9.1.s390x",
"product_id": "libpcap1-1.10.1-150400.3.9.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpcap-devel-1.10.1-150400.3.9.1.x86_64",
"product": {
"name": "libpcap-devel-1.10.1-150400.3.9.1.x86_64",
"product_id": "libpcap-devel-1.10.1-150400.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpcap-devel-32bit-1.10.1-150400.3.9.1.x86_64",
"product": {
"name": "libpcap-devel-32bit-1.10.1-150400.3.9.1.x86_64",
"product_id": "libpcap-devel-32bit-1.10.1-150400.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpcap-devel-static-1.10.1-150400.3.9.1.x86_64",
"product": {
"name": "libpcap-devel-static-1.10.1-150400.3.9.1.x86_64",
"product_id": "libpcap-devel-static-1.10.1-150400.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpcap1-1.10.1-150400.3.9.1.x86_64",
"product": {
"name": "libpcap1-1.10.1-150400.3.9.1.x86_64",
"product_id": "libpcap1-1.10.1-150400.3.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpcap1-32bit-1.10.1-150400.3.9.1.x86_64",
"product": {
"name": "libpcap1-32bit-1.10.1-150400.3.9.1.x86_64",
"product_id": "libpcap1-32bit-1.10.1-150400.3.9.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.3",
"product": {
"name": "SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.4",
"product": {
"name": "SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.5",
"product": {
"name": "SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-1.10.1-150400.3.9.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:libpcap1-1.10.1-150400.3.9.1.aarch64"
},
"product_reference": "libpcap1-1.10.1-150400.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-1.10.1-150400.3.9.1.s390x as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:libpcap1-1.10.1-150400.3.9.1.s390x"
},
"product_reference": "libpcap1-1.10.1-150400.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-1.10.1-150400.3.9.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:libpcap1-1.10.1-150400.3.9.1.x86_64"
},
"product_reference": "libpcap1-1.10.1-150400.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-1.10.1-150400.3.9.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:libpcap1-1.10.1-150400.3.9.1.aarch64"
},
"product_reference": "libpcap1-1.10.1-150400.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-1.10.1-150400.3.9.1.s390x as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:libpcap1-1.10.1-150400.3.9.1.s390x"
},
"product_reference": "libpcap1-1.10.1-150400.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-1.10.1-150400.3.9.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:libpcap1-1.10.1-150400.3.9.1.x86_64"
},
"product_reference": "libpcap1-1.10.1-150400.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-1.10.1-150400.3.9.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libpcap1-1.10.1-150400.3.9.1.aarch64"
},
"product_reference": "libpcap1-1.10.1-150400.3.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-1.10.1-150400.3.9.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libpcap1-1.10.1-150400.3.9.1.ppc64le"
},
"product_reference": "libpcap1-1.10.1-150400.3.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-1.10.1-150400.3.9.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libpcap1-1.10.1-150400.3.9.1.s390x"
},
"product_reference": "libpcap1-1.10.1-150400.3.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-1.10.1-150400.3.9.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libpcap1-1.10.1-150400.3.9.1.x86_64"
},
"product_reference": "libpcap1-1.10.1-150400.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
}
]
},
"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 Micro 5.3:libpcap1-1.10.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpcap1-1.10.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpcap1-1.10.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpcap1-1.10.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpcap1-1.10.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpcap1-1.10.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpcap1-1.10.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpcap1-1.10.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpcap1-1.10.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpcap1-1.10.1-150400.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": [
"SUSE Linux Enterprise Micro 5.3:libpcap1-1.10.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpcap1-1.10.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpcap1-1.10.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpcap1-1.10.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpcap1-1.10.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpcap1-1.10.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpcap1-1.10.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpcap1-1.10.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpcap1-1.10.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpcap1-1.10.1-150400.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": [
"SUSE Linux Enterprise Micro 5.3:libpcap1-1.10.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpcap1-1.10.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpcap1-1.10.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpcap1-1.10.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpcap1-1.10.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpcap1-1.10.1-150400.3.9.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpcap1-1.10.1-150400.3.9.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpcap1-1.10.1-150400.3.9.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpcap1-1.10.1-150400.3.9.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpcap1-1.10.1-150400.3.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-18T09:10:46Z",
"details": "low"
}
],
"title": "CVE-2025-11961"
}
]
}
SUSE-SU-2026:20048-1
Vulnerability from csaf_suse - Published: 2026-01-08 16:29 - Updated: 2026-01-08 16:29Summary
Security update for libpcap
Severity
Low
Notes
Title of the patch: Security update for libpcap
Description of the patch: This update for libpcap fixes the following issues:
- CVE-2025-11961: missing validation of provided MAC-48 address string in `pcap_ether_aton()` can lead to out-of-bounds
read and write (bsc#1255765).
Patchnames: SUSE-SLE-Micro-6.0-553
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:libpcap1-1.10.4-4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpcap1-1.10.4-4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libpcap1-1.10.4-4.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
References
8 references
{
"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-SLE-Micro-6.0-553",
"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_20048-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:20048-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620048-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:20048-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023760.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-08T16:29:06Z",
"generator": {
"date": "2026-01-08T16:29:06Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:20048-1",
"initial_release_date": "2026-01-08T16:29:06Z",
"revision_history": [
{
"date": "2026-01-08T16:29:06Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpcap1-1.10.4-4.1.aarch64",
"product": {
"name": "libpcap1-1.10.4-4.1.aarch64",
"product_id": "libpcap1-1.10.4-4.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpcap1-1.10.4-4.1.s390x",
"product": {
"name": "libpcap1-1.10.4-4.1.s390x",
"product_id": "libpcap1-1.10.4-4.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpcap1-1.10.4-4.1.x86_64",
"product": {
"name": "libpcap1-1.10.4-4.1.x86_64",
"product_id": "libpcap1-1.10.4-4.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.0",
"product": {
"name": "SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.0"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-1.10.4-4.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libpcap1-1.10.4-4.1.aarch64"
},
"product_reference": "libpcap1-1.10.4-4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-1.10.4-4.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libpcap1-1.10.4-4.1.s390x"
},
"product_reference": "libpcap1-1.10.4-4.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-1.10.4-4.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libpcap1-1.10.4-4.1.x86_64"
},
"product_reference": "libpcap1-1.10.4-4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
}
]
},
"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 Micro 6.0:libpcap1-1.10.4-4.1.aarch64",
"SUSE Linux Micro 6.0:libpcap1-1.10.4-4.1.s390x",
"SUSE Linux Micro 6.0:libpcap1-1.10.4-4.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 Micro 6.0:libpcap1-1.10.4-4.1.aarch64",
"SUSE Linux Micro 6.0:libpcap1-1.10.4-4.1.s390x",
"SUSE Linux Micro 6.0:libpcap1-1.10.4-4.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 Micro 6.0:libpcap1-1.10.4-4.1.aarch64",
"SUSE Linux Micro 6.0:libpcap1-1.10.4-4.1.s390x",
"SUSE Linux Micro 6.0:libpcap1-1.10.4-4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-08T16:29:06Z",
"details": "low"
}
],
"title": "CVE-2025-11961"
}
]
}
SUSE-SU-2026:20064-1
Vulnerability from csaf_suse - Published: 2026-01-08 16:16 - Updated: 2026-01-08 16:16Summary
Security update for libpcap
Severity
Moderate
Notes
Title of the patch: Security update for libpcap
Description of the patch: This update for libpcap fixes the following issues:
- CVE-2025-11961: missing validation of provided MAC-48 address string in `pcap_ether_aton()` can lead to out-of-bounds
read and write (bsc#1255765).
- CVE-2024-8006: missing return value check in `pcap_findalldevs_ex()` can lead to NULL pointer dereference
(bsc#1230034).
- CVE-2023-7256: unclear value returned by `sock_initaddress()` can lead to a double-free (bsc#1230020).
Patchnames: SUSE-SLE-Micro-6.1-370
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.4 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
4.2 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
References
16 references
{
"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 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- CVE-2024-8006: missing return value check in `pcap_findalldevs_ex()` can lead to NULL pointer dereference\n (bsc#1230034).\n- CVE-2023-7256: unclear value returned by `sock_initaddress()` can lead to a double-free (bsc#1230020).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.1-370",
"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_20064-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:20064-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620064-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:20064-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023748.html"
},
{
"category": "self",
"summary": "SUSE Bug 1230020",
"url": "https://bugzilla.suse.com/1230020"
},
{
"category": "self",
"summary": "SUSE Bug 1230034",
"url": "https://bugzilla.suse.com/1230034"
},
{
"category": "self",
"summary": "SUSE Bug 1255765",
"url": "https://bugzilla.suse.com/1255765"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-7256 page",
"url": "https://www.suse.com/security/cve/CVE-2023-7256/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-8006 page",
"url": "https://www.suse.com/security/cve/CVE-2024-8006/"
},
{
"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-08T16:16:36Z",
"generator": {
"date": "2026-01-08T16:16:36Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:20064-1",
"initial_release_date": "2026-01-08T16:16:36Z",
"revision_history": [
{
"date": "2026-01-08T16:16:36Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpcap1-1.10.4-slfo.1.1_2.1.aarch64",
"product": {
"name": "libpcap1-1.10.4-slfo.1.1_2.1.aarch64",
"product_id": "libpcap1-1.10.4-slfo.1.1_2.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpcap1-1.10.4-slfo.1.1_2.1.ppc64le",
"product": {
"name": "libpcap1-1.10.4-slfo.1.1_2.1.ppc64le",
"product_id": "libpcap1-1.10.4-slfo.1.1_2.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpcap1-1.10.4-slfo.1.1_2.1.s390x",
"product": {
"name": "libpcap1-1.10.4-slfo.1.1_2.1.s390x",
"product_id": "libpcap1-1.10.4-slfo.1.1_2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpcap1-1.10.4-slfo.1.1_2.1.x86_64",
"product": {
"name": "libpcap1-1.10.4-slfo.1.1_2.1.x86_64",
"product_id": "libpcap1-1.10.4-slfo.1.1_2.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.1",
"product": {
"name": "SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-1.10.4-slfo.1.1_2.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.aarch64"
},
"product_reference": "libpcap1-1.10.4-slfo.1.1_2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-1.10.4-slfo.1.1_2.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.ppc64le"
},
"product_reference": "libpcap1-1.10.4-slfo.1.1_2.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-1.10.4-slfo.1.1_2.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.s390x"
},
"product_reference": "libpcap1-1.10.4-slfo.1.1_2.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-1.10.4-slfo.1.1_2.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.x86_64"
},
"product_reference": "libpcap1-1.10.4-slfo.1.1_2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-7256",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-7256"
}
],
"notes": [
{
"category": "general",
"text": "In affected libpcap versions during the setup of a remote packet capture the internal function sock_initaddress() calls getaddrinfo() and possibly freeaddrinfo(), but does not clearly indicate to the caller function whether freeaddrinfo() still remains to be called after the function returns. This makes it possible in some scenarios that both the function and its caller call freeaddrinfo() for the same allocated memory block. A similar problem was reported in Apple libpcap, to which Apple assigned CVE-2023-40400.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-7256",
"url": "https://www.suse.com/security/cve/CVE-2023-7256"
},
{
"category": "external",
"summary": "SUSE Bug 1230020 for CVE-2023-7256",
"url": "https://bugzilla.suse.com/1230020"
}
],
"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 Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-08T16:16:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-7256"
},
{
"cve": "CVE-2024-8006",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-8006"
}
],
"notes": [
{
"category": "general",
"text": "Remote packet capture support is disabled by default in libpcap. When a user builds libpcap with remote packet capture support enabled, one of the functions that become available is pcap_findalldevs_ex(). One of the function arguments can be a filesystem path, which normally means a directory with input data files. When the specified path cannot be used as a directory, the function receives NULL from opendir(), but does not check the return value and passes the NULL value to readdir(), which causes a NULL pointer derefence.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-8006",
"url": "https://www.suse.com/security/cve/CVE-2024-8006"
},
{
"category": "external",
"summary": "SUSE Bug 1230034 for CVE-2024-8006",
"url": "https://bugzilla.suse.com/1230034"
}
],
"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 Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-08T16:16:36Z",
"details": "moderate"
}
],
"title": "CVE-2024-8006"
},
{
"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 Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.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 Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.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 Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:libpcap1-1.10.4-slfo.1.1_2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-08T16:16:36Z",
"details": "low"
}
],
"title": "CVE-2025-11961"
}
]
}
SUSE-SU-2026:20120-1
Vulnerability from csaf_suse - Published: 2026-01-22 10:14 - Updated: 2026-01-22 10:14Summary
Security update for libpcap
Severity
Low
Notes
Title of the patch: Security update for libpcap
Description of the patch: This update for libpcap fixes the following issues:
- CVE-2025-11961: missing validation of provided MAC-48 address string in `pcap_ether_aton()` can lead to out-of-bounds
read and write (bsc#1255765).
Patchnames: SUSE-SLES-16.0-164
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Affected products
Recommended
16 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpcap-devel-1.10.5-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpcap-devel-1.10.5-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpcap-devel-1.10.5-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpcap-devel-1.10.5-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpcap1-1.10.5-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpcap1-1.10.5-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpcap1-1.10.5-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libpcap1-1.10.5-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpcap-devel-1.10.5-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpcap-devel-1.10.5-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpcap-devel-1.10.5-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpcap-devel-1.10.5-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpcap1-1.10.5-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpcap1-1.10.5-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpcap1-1.10.5-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libpcap1-1.10.5-160000.4.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
References
8 references
{
"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-SLES-16.0-164",
"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_20120-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:20120-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620120-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:20120-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-January/043751.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-22T10:14:02Z",
"generator": {
"date": "2026-01-22T10:14:02Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:20120-1",
"initial_release_date": "2026-01-22T10:14:02Z",
"revision_history": [
{
"date": "2026-01-22T10:14:02Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpcap-devel-1.10.5-160000.4.1.aarch64",
"product": {
"name": "libpcap-devel-1.10.5-160000.4.1.aarch64",
"product_id": "libpcap-devel-1.10.5-160000.4.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpcap1-1.10.5-160000.4.1.aarch64",
"product": {
"name": "libpcap1-1.10.5-160000.4.1.aarch64",
"product_id": "libpcap1-1.10.5-160000.4.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpcap-devel-1.10.5-160000.4.1.ppc64le",
"product": {
"name": "libpcap-devel-1.10.5-160000.4.1.ppc64le",
"product_id": "libpcap-devel-1.10.5-160000.4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpcap1-1.10.5-160000.4.1.ppc64le",
"product": {
"name": "libpcap1-1.10.5-160000.4.1.ppc64le",
"product_id": "libpcap1-1.10.5-160000.4.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpcap-devel-1.10.5-160000.4.1.s390x",
"product": {
"name": "libpcap-devel-1.10.5-160000.4.1.s390x",
"product_id": "libpcap-devel-1.10.5-160000.4.1.s390x"
}
},
{
"category": "product_version",
"name": "libpcap1-1.10.5-160000.4.1.s390x",
"product": {
"name": "libpcap1-1.10.5-160000.4.1.s390x",
"product_id": "libpcap1-1.10.5-160000.4.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpcap-devel-1.10.5-160000.4.1.x86_64",
"product": {
"name": "libpcap-devel-1.10.5-160000.4.1.x86_64",
"product_id": "libpcap-devel-1.10.5-160000.4.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpcap1-1.10.5-160000.4.1.x86_64",
"product": {
"name": "libpcap1-1.10.5-160000.4.1.x86_64",
"product_id": "libpcap1-1.10.5-160000.4.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 16.0",
"product": {
"name": "SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16.0"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product": {
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:server-sap"
}
}
}
],
"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-160000.4.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libpcap-devel-1.10.5-160000.4.1.aarch64"
},
"product_reference": "libpcap-devel-1.10.5-160000.4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap-devel-1.10.5-160000.4.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libpcap-devel-1.10.5-160000.4.1.ppc64le"
},
"product_reference": "libpcap-devel-1.10.5-160000.4.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap-devel-1.10.5-160000.4.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libpcap-devel-1.10.5-160000.4.1.s390x"
},
"product_reference": "libpcap-devel-1.10.5-160000.4.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap-devel-1.10.5-160000.4.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libpcap-devel-1.10.5-160000.4.1.x86_64"
},
"product_reference": "libpcap-devel-1.10.5-160000.4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-1.10.5-160000.4.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libpcap1-1.10.5-160000.4.1.aarch64"
},
"product_reference": "libpcap1-1.10.5-160000.4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-1.10.5-160000.4.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libpcap1-1.10.5-160000.4.1.ppc64le"
},
"product_reference": "libpcap1-1.10.5-160000.4.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-1.10.5-160000.4.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libpcap1-1.10.5-160000.4.1.s390x"
},
"product_reference": "libpcap1-1.10.5-160000.4.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-1.10.5-160000.4.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libpcap1-1.10.5-160000.4.1.x86_64"
},
"product_reference": "libpcap1-1.10.5-160000.4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap-devel-1.10.5-160000.4.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libpcap-devel-1.10.5-160000.4.1.aarch64"
},
"product_reference": "libpcap-devel-1.10.5-160000.4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap-devel-1.10.5-160000.4.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libpcap-devel-1.10.5-160000.4.1.ppc64le"
},
"product_reference": "libpcap-devel-1.10.5-160000.4.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap-devel-1.10.5-160000.4.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libpcap-devel-1.10.5-160000.4.1.s390x"
},
"product_reference": "libpcap-devel-1.10.5-160000.4.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap-devel-1.10.5-160000.4.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libpcap-devel-1.10.5-160000.4.1.x86_64"
},
"product_reference": "libpcap-devel-1.10.5-160000.4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-1.10.5-160000.4.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libpcap1-1.10.5-160000.4.1.aarch64"
},
"product_reference": "libpcap1-1.10.5-160000.4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-1.10.5-160000.4.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libpcap1-1.10.5-160000.4.1.ppc64le"
},
"product_reference": "libpcap1-1.10.5-160000.4.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-1.10.5-160000.4.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libpcap1-1.10.5-160000.4.1.s390x"
},
"product_reference": "libpcap1-1.10.5-160000.4.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-1.10.5-160000.4.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libpcap1-1.10.5-160000.4.1.x86_64"
},
"product_reference": "libpcap1-1.10.5-160000.4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
}
]
},
"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 16.0:libpcap-devel-1.10.5-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libpcap-devel-1.10.5-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libpcap-devel-1.10.5-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libpcap-devel-1.10.5-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libpcap1-1.10.5-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libpcap1-1.10.5-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libpcap1-1.10.5-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libpcap1-1.10.5-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpcap-devel-1.10.5-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpcap-devel-1.10.5-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpcap-devel-1.10.5-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpcap-devel-1.10.5-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpcap1-1.10.5-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpcap1-1.10.5-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpcap1-1.10.5-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpcap1-1.10.5-160000.4.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 16.0:libpcap-devel-1.10.5-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libpcap-devel-1.10.5-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libpcap-devel-1.10.5-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libpcap-devel-1.10.5-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libpcap1-1.10.5-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libpcap1-1.10.5-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libpcap1-1.10.5-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libpcap1-1.10.5-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpcap-devel-1.10.5-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpcap-devel-1.10.5-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpcap-devel-1.10.5-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpcap-devel-1.10.5-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpcap1-1.10.5-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpcap1-1.10.5-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpcap1-1.10.5-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpcap1-1.10.5-160000.4.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 16.0:libpcap-devel-1.10.5-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libpcap-devel-1.10.5-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libpcap-devel-1.10.5-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libpcap-devel-1.10.5-160000.4.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libpcap1-1.10.5-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libpcap1-1.10.5-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libpcap1-1.10.5-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libpcap1-1.10.5-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpcap-devel-1.10.5-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpcap-devel-1.10.5-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpcap-devel-1.10.5-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpcap-devel-1.10.5-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpcap1-1.10.5-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpcap1-1.10.5-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpcap1-1.10.5-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libpcap1-1.10.5-160000.4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-22T10:14:02Z",
"details": "low"
}
],
"title": "CVE-2025-11961"
}
]
}
SUSE-SU-2026:20153-1
Vulnerability from csaf_suse - Published: 2026-01-22 10:14 - Updated: 2026-01-22 10:14Summary
Security update for libpcap
Severity
Low
Notes
Title of the patch: Security update for libpcap
Description of the patch: This update for libpcap fixes the following issues:
- CVE-2025-11961: missing validation of provided MAC-48 address string in `pcap_ether_aton()` can lead to out-of-bounds
read and write (bsc#1255765).
Patchnames: SUSE-SL-Micro-6.2-164
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:libpcap1-1.10.5-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libpcap1-1.10.5-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libpcap1-1.10.5-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.2:libpcap1-1.10.5-160000.4.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
low
References
8 references
{
"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-SL-Micro-6.2-164",
"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_20153-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:20153-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620153-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:20153-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023949.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-22T10:14:02Z",
"generator": {
"date": "2026-01-22T10:14:02Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:20153-1",
"initial_release_date": "2026-01-22T10:14:02Z",
"revision_history": [
{
"date": "2026-01-22T10:14:02Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpcap1-1.10.5-160000.4.1.aarch64",
"product": {
"name": "libpcap1-1.10.5-160000.4.1.aarch64",
"product_id": "libpcap1-1.10.5-160000.4.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpcap1-1.10.5-160000.4.1.ppc64le",
"product": {
"name": "libpcap1-1.10.5-160000.4.1.ppc64le",
"product_id": "libpcap1-1.10.5-160000.4.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpcap1-1.10.5-160000.4.1.s390x",
"product": {
"name": "libpcap1-1.10.5-160000.4.1.s390x",
"product_id": "libpcap1-1.10.5-160000.4.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpcap1-1.10.5-160000.4.1.x86_64",
"product": {
"name": "libpcap1-1.10.5-160000.4.1.x86_64",
"product_id": "libpcap1-1.10.5-160000.4.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.2",
"product": {
"name": "SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:transactional"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-1.10.5-160000.4.1.aarch64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:libpcap1-1.10.5-160000.4.1.aarch64"
},
"product_reference": "libpcap1-1.10.5-160000.4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-1.10.5-160000.4.1.ppc64le as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:libpcap1-1.10.5-160000.4.1.ppc64le"
},
"product_reference": "libpcap1-1.10.5-160000.4.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-1.10.5-160000.4.1.s390x as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:libpcap1-1.10.5-160000.4.1.s390x"
},
"product_reference": "libpcap1-1.10.5-160000.4.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpcap1-1.10.5-160000.4.1.x86_64 as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:libpcap1-1.10.5-160000.4.1.x86_64"
},
"product_reference": "libpcap1-1.10.5-160000.4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
}
]
},
"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 Micro 6.2:libpcap1-1.10.5-160000.4.1.aarch64",
"SUSE Linux Micro 6.2:libpcap1-1.10.5-160000.4.1.ppc64le",
"SUSE Linux Micro 6.2:libpcap1-1.10.5-160000.4.1.s390x",
"SUSE Linux Micro 6.2:libpcap1-1.10.5-160000.4.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 Micro 6.2:libpcap1-1.10.5-160000.4.1.aarch64",
"SUSE Linux Micro 6.2:libpcap1-1.10.5-160000.4.1.ppc64le",
"SUSE Linux Micro 6.2:libpcap1-1.10.5-160000.4.1.s390x",
"SUSE Linux Micro 6.2:libpcap1-1.10.5-160000.4.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 Micro 6.2:libpcap1-1.10.5-160000.4.1.aarch64",
"SUSE Linux Micro 6.2:libpcap1-1.10.5-160000.4.1.ppc64le",
"SUSE Linux Micro 6.2:libpcap1-1.10.5-160000.4.1.s390x",
"SUSE Linux Micro 6.2:libpcap1-1.10.5-160000.4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-22T10:14:02Z",
"details": "low"
}
],
"title": "CVE-2025-11961"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…