Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-66038 (GCVE-0-2025-66038)
Vulnerability from cvelistv5 – Published: 2026-03-30 17:03 – Updated: 2026-04-01 18:15
VLAI?
EPSS
Title
OpenSC: `sc_compacttlv_find_tag` can return out-of-bounds pointers
Summary
OpenSC is an open source smart card tools and middleware. Prior to version 0.27.0, sc_compacttlv_find_tag searches a compact-TLV buffer for a given tag. In compact-TLV, a single byte encodes the tag (high nibble) and value length (low nibble). With a 1-byte buffer {0x0A}, the encoded element claims tag=0 and length=10 but no value bytes follow. Calling sc_compacttlv_find_tag with search tag 0x00 returns a pointer equal to buf+1 and outlen=10 without verifying that the claimed value length fits within the remaining buffer. In cases where the sc_compacttlv_find_tag is provided untrusted data (such as being read from cards/files), attackers may be able to influence it to return out-of-bounds pointers leading to downstream memory corruption when subsequent code tries to dereference the pointer. This issue has been patched in version 0.27.0.
Severity ?
CWE
- CWE-126 - Buffer Over-read
Assigner
References
| URL | Tags | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-66038",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-04-01T18:15:18.318069Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-04-01T18:15:33.347Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "OpenSC",
"vendor": "OpenSC",
"versions": [
{
"status": "affected",
"version": "\u003c 0.27.0"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "OpenSC is an open source smart card tools and middleware. Prior to version 0.27.0, sc_compacttlv_find_tag searches a compact-TLV buffer for a given tag. In compact-TLV, a single byte encodes the tag (high nibble) and value length (low nibble). With a 1-byte buffer {0x0A}, the encoded element claims tag=0 and length=10 but no value bytes follow. Calling sc_compacttlv_find_tag with search tag 0x00 returns a pointer equal to buf+1 and outlen=10 without verifying that the claimed value length fits within the remaining buffer. In cases where the sc_compacttlv_find_tag is provided untrusted data (such as being read from cards/files), attackers may be able to influence it to return out-of-bounds pointers leading to downstream memory corruption when subsequent code tries to dereference the pointer. This issue has been patched in version 0.27.0."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "PHYSICAL",
"availabilityImpact": "LOW",
"baseScore": 3.9,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-126",
"description": "CWE-126: Buffer Over-read",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-03-30T17:03:55.914Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/OpenSC/OpenSC/security/advisories/GHSA-72x5-fwjx-2459",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/OpenSC/OpenSC/security/advisories/GHSA-72x5-fwjx-2459"
},
{
"name": "https://github.com/OpenSC/OpenSC/commit/6db171bcb6fd7cb3b51098fefbb3b28e44f0a79c",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/OpenSC/OpenSC/commit/6db171bcb6fd7cb3b51098fefbb3b28e44f0a79c"
},
{
"name": "https://github.com/OpenSC/OpenSC/wiki/CVE-2025-66038",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/OpenSC/OpenSC/wiki/CVE-2025-66038"
}
],
"source": {
"advisory": "GHSA-72x5-fwjx-2459",
"discovery": "UNKNOWN"
},
"title": "OpenSC: `sc_compacttlv_find_tag` can return out-of-bounds pointers"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2025-66038",
"datePublished": "2026-03-30T17:03:55.914Z",
"dateReserved": "2025-11-21T01:08:02.615Z",
"dateUpdated": "2026-04-01T18:15:33.347Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-66038",
"date": "2026-05-03",
"epss": "0.00023",
"percentile": "0.06316"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-66038\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-03-30T18:16:18.177\",\"lastModified\":\"2026-04-01T17:40:36.183\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"OpenSC is an open source smart card tools and middleware. Prior to version 0.27.0, sc_compacttlv_find_tag searches a compact-TLV buffer for a given tag. In compact-TLV, a single byte encodes the tag (high nibble) and value length (low nibble). With a 1-byte buffer {0x0A}, the encoded element claims tag=0 and length=10 but no value bytes follow. Calling sc_compacttlv_find_tag with search tag 0x00 returns a pointer equal to buf+1 and outlen=10 without verifying that the claimed value length fits within the remaining buffer. In cases where the sc_compacttlv_find_tag is provided untrusted data (such as being read from cards/files), attackers may be able to influence it to return out-of-bounds pointers leading to downstream memory corruption when subsequent code tries to dereference the pointer. This issue has been patched in version 0.27.0.\"},{\"lang\":\"es\",\"value\":\"OpenSC es un conjunto de herramientas y middleware de c\u00f3digo abierto para tarjetas inteligentes. Antes de la versi\u00f3n 0.27.0, sc_compacttlv_find_tag busca una etiqueta dada en un b\u00fafer compact-TLV. En compact-TLV, un solo byte codifica la etiqueta (nibble superior) y la longitud del valor (nibble inferior). Con un b\u00fafer de 1 byte {0x0A}, el elemento codificado declara etiqueta=0 y longitud=10 pero no le siguen bytes de valor. Llamar a sc_compacttlv_find_tag con la etiqueta de b\u00fasqueda 0x00 devuelve un puntero igual a buf+1 y outlen=10 sin verificar que la longitud de valor declarada cabe dentro del b\u00fafer restante. En los casos en que a sc_compacttlv_find_tag se le proporcionan datos no confiables (como los le\u00eddos de tarjetas/archivos), los atacantes pueden influir en ella para que devuelva punteros fuera de los l\u00edmites, lo que lleva a una corrupci\u00f3n de memoria posterior cuando el c\u00f3digo subsiguiente intenta desreferenciar el puntero. Este problema ha sido corregido en la versi\u00f3n 0.27.0.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L\",\"baseScore\":3.9,\"baseSeverity\":\"LOW\",\"attackVector\":\"PHYSICAL\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":0.5,\"impactScore\":3.4},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":6.8,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"PHYSICAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":0.9,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-126\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:opensc_project:opensc:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"0.27.0\",\"matchCriteriaId\":\"D890677F-5379-4587-B8E7-D38B02AD525A\"}]}]}],\"references\":[{\"url\":\"https://github.com/OpenSC/OpenSC/commit/6db171bcb6fd7cb3b51098fefbb3b28e44f0a79c\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/OpenSC/OpenSC/security/advisories/GHSA-72x5-fwjx-2459\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]},{\"url\":\"https://github.com/OpenSC/OpenSC/wiki/CVE-2025-66038\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-66038\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-04-01T18:15:18.318069Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-04-01T18:15:28.159Z\"}}], \"cna\": {\"title\": \"OpenSC: `sc_compacttlv_find_tag` can return out-of-bounds pointers\", \"source\": {\"advisory\": \"GHSA-72x5-fwjx-2459\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 3.9, \"attackVector\": \"PHYSICAL\", \"baseSeverity\": \"LOW\", \"vectorString\": \"CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"LOW\"}}], \"affected\": [{\"vendor\": \"OpenSC\", \"product\": \"OpenSC\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 0.27.0\"}]}], \"references\": [{\"url\": \"https://github.com/OpenSC/OpenSC/security/advisories/GHSA-72x5-fwjx-2459\", \"name\": \"https://github.com/OpenSC/OpenSC/security/advisories/GHSA-72x5-fwjx-2459\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/OpenSC/OpenSC/commit/6db171bcb6fd7cb3b51098fefbb3b28e44f0a79c\", \"name\": \"https://github.com/OpenSC/OpenSC/commit/6db171bcb6fd7cb3b51098fefbb3b28e44f0a79c\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/OpenSC/OpenSC/wiki/CVE-2025-66038\", \"name\": \"https://github.com/OpenSC/OpenSC/wiki/CVE-2025-66038\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"OpenSC is an open source smart card tools and middleware. Prior to version 0.27.0, sc_compacttlv_find_tag searches a compact-TLV buffer for a given tag. In compact-TLV, a single byte encodes the tag (high nibble) and value length (low nibble). With a 1-byte buffer {0x0A}, the encoded element claims tag=0 and length=10 but no value bytes follow. Calling sc_compacttlv_find_tag with search tag 0x00 returns a pointer equal to buf+1 and outlen=10 without verifying that the claimed value length fits within the remaining buffer. In cases where the sc_compacttlv_find_tag is provided untrusted data (such as being read from cards/files), attackers may be able to influence it to return out-of-bounds pointers leading to downstream memory corruption when subsequent code tries to dereference the pointer. This issue has been patched in version 0.27.0.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-126\", \"description\": \"CWE-126: Buffer Over-read\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-03-30T17:03:55.914Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-66038\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-04-01T18:15:33.347Z\", \"dateReserved\": \"2025-11-21T01:08:02.615Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-03-30T17:03:55.914Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
SUSE-SU-2026:21283-1
Vulnerability from csaf_suse - Published: 2026-04-22 11:16 - Updated: 2026-04-22 11:16Summary
Security update for opensc
Severity
Low
Notes
Title of the patch: Security update for opensc
Description of the patch: This update for opensc fixes the following issues:
- CVE-2025-49010: stack-buffer-overflow via crafted smart card or USB device responses (bsc#1261214).
- CVE-2025-66037: crafted input can cause an out-of-bounds read (bsc#1261218).
- CVE-2025-66038: improper compact-TLV length validation can lead to crash or unexpected behavior (bsc#1261219).
- CVE-2025-66215: crafted smart card or USB device can cause a stack-buffer-overflow write (bsc#1261220).
Patchnames: SUSE-SLE-Micro-6.1-501
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
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 opensc",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for opensc fixes the following issues:\n\n- CVE-2025-49010: stack-buffer-overflow via crafted smart card or USB device responses (bsc#1261214).\n- CVE-2025-66037: crafted input can cause an out-of-bounds read (bsc#1261218).\n- CVE-2025-66038: improper compact-TLV length validation can lead to crash or unexpected behavior (bsc#1261219).\n- CVE-2025-66215: crafted smart card or USB device can cause a stack-buffer-overflow write (bsc#1261220).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.1-501",
"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_21283-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:21283-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202621283-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:21283-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/046029.html"
},
{
"category": "self",
"summary": "SUSE Bug 1261214",
"url": "https://bugzilla.suse.com/1261214"
},
{
"category": "self",
"summary": "SUSE Bug 1261218",
"url": "https://bugzilla.suse.com/1261218"
},
{
"category": "self",
"summary": "SUSE Bug 1261219",
"url": "https://bugzilla.suse.com/1261219"
},
{
"category": "self",
"summary": "SUSE Bug 1261220",
"url": "https://bugzilla.suse.com/1261220"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-49010 page",
"url": "https://www.suse.com/security/cve/CVE-2025-49010/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-66037 page",
"url": "https://www.suse.com/security/cve/CVE-2025-66037/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-66038 page",
"url": "https://www.suse.com/security/cve/CVE-2025-66038/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-66215 page",
"url": "https://www.suse.com/security/cve/CVE-2025-66215/"
}
],
"title": "Security update for opensc",
"tracking": {
"current_release_date": "2026-04-22T11:16:41Z",
"generator": {
"date": "2026-04-22T11:16:41Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:21283-1",
"initial_release_date": "2026-04-22T11:16:41Z",
"revision_history": [
{
"date": "2026-04-22T11:16:41Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "opensc-0.24.0-slfo.1.1_3.1.aarch64",
"product": {
"name": "opensc-0.24.0-slfo.1.1_3.1.aarch64",
"product_id": "opensc-0.24.0-slfo.1.1_3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "opensc-0.24.0-slfo.1.1_3.1.ppc64le",
"product": {
"name": "opensc-0.24.0-slfo.1.1_3.1.ppc64le",
"product_id": "opensc-0.24.0-slfo.1.1_3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "opensc-0.24.0-slfo.1.1_3.1.s390x",
"product": {
"name": "opensc-0.24.0-slfo.1.1_3.1.s390x",
"product_id": "opensc-0.24.0-slfo.1.1_3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "opensc-0.24.0-slfo.1.1_3.1.x86_64",
"product": {
"name": "opensc-0.24.0-slfo.1.1_3.1.x86_64",
"product_id": "opensc-0.24.0-slfo.1.1_3.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": "opensc-0.24.0-slfo.1.1_3.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.aarch64"
},
"product_reference": "opensc-0.24.0-slfo.1.1_3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opensc-0.24.0-slfo.1.1_3.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.ppc64le"
},
"product_reference": "opensc-0.24.0-slfo.1.1_3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opensc-0.24.0-slfo.1.1_3.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.s390x"
},
"product_reference": "opensc-0.24.0-slfo.1.1_3.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opensc-0.24.0-slfo.1.1_3.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.x86_64"
},
"product_reference": "opensc-0.24.0-slfo.1.1_3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-49010",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-49010"
}
],
"notes": [
{
"category": "general",
"text": "OpenSC is an open source smart card tools and middleware. Prior to version 0.27.0, an attacker with physical access to the computer at the time user or administrator uses a token can cause a stack-buffer-overflow write in GET RESPONSE. The attack requires crafted USB device or smart card that would present the system with specially crafted responses to the APDUs. This issue has been patched in version 0.27.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-49010",
"url": "https://www.suse.com/security/cve/CVE-2025-49010"
},
{
"category": "external",
"summary": "SUSE Bug 1261214 for CVE-2025-49010",
"url": "https://bugzilla.suse.com/1261214"
}
],
"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:opensc-0.24.0-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.8,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-22T11:16:41Z",
"details": "low"
}
],
"title": "CVE-2025-49010"
},
{
"cve": "CVE-2025-66037",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-66037"
}
],
"notes": [
{
"category": "general",
"text": "OpenSC is an open source smart card tools and middleware. Prior to version 0.27.0, feeding a crafted input to the fuzz_pkcs15_reader harness causes OpenSC to perform an out-of-bounds heap read in the X.509/SPKI handling path. Specifically, sc_pkcs15_pubkey_from_spki_fields() allocates a zero-length buffer and then reads one byte past the end of that allocation. This issue has been patched in version 0.27.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-66037",
"url": "https://www.suse.com/security/cve/CVE-2025-66037"
},
{
"category": "external",
"summary": "SUSE Bug 1261218 for CVE-2025-66037",
"url": "https://bugzilla.suse.com/1261218"
}
],
"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:opensc-0.24.0-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.9,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-22T11:16:41Z",
"details": "low"
}
],
"title": "CVE-2025-66037"
},
{
"cve": "CVE-2025-66038",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-66038"
}
],
"notes": [
{
"category": "general",
"text": "OpenSC is an open source smart card tools and middleware. Prior to version 0.27.0, sc_compacttlv_find_tag searches a compact-TLV buffer for a given tag. In compact-TLV, a single byte encodes the tag (high nibble) and value length (low nibble). With a 1-byte buffer {0x0A}, the encoded element claims tag=0 and length=10 but no value bytes follow. Calling sc_compacttlv_find_tag with search tag 0x00 returns a pointer equal to buf+1 and outlen=10 without verifying that the claimed value length fits within the remaining buffer. In cases where the sc_compacttlv_find_tag is provided untrusted data (such as being read from cards/files), attackers may be able to influence it to return out-of-bounds pointers leading to downstream memory corruption when subsequent code tries to dereference the pointer. This issue has been patched in version 0.27.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-66038",
"url": "https://www.suse.com/security/cve/CVE-2025-66038"
},
{
"category": "external",
"summary": "SUSE Bug 1261219 for CVE-2025-66038",
"url": "https://bugzilla.suse.com/1261219"
}
],
"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:opensc-0.24.0-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.9,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-22T11:16:41Z",
"details": "low"
}
],
"title": "CVE-2025-66038"
},
{
"cve": "CVE-2025-66215",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-66215"
}
],
"notes": [
{
"category": "general",
"text": "OpenSC is an open source smart card tools and middleware. Prior to version 0.27.0, an attacker with physical access to the computer at the time user or administrator uses a token can cause a stack-buffer-overflow WRITE in card-oberthur. The attack requires crafted USB device or smart card that would present the system with specially crafted responses to the APDUs. This issue has been patched in version 0.27.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-66215",
"url": "https://www.suse.com/security/cve/CVE-2025-66215"
},
{
"category": "external",
"summary": "SUSE Bug 1261220 for CVE-2025-66215",
"url": "https://bugzilla.suse.com/1261220"
}
],
"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:opensc-0.24.0-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.8,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.aarch64",
"SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.ppc64le",
"SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.s390x",
"SUSE Linux Micro 6.1:opensc-0.24.0-slfo.1.1_3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-22T11:16:41Z",
"details": "low"
}
],
"title": "CVE-2025-66215"
}
]
}
SUSE-SU-2026:21320-1
Vulnerability from csaf_suse - Published: 2026-04-22 13:00 - Updated: 2026-04-22 13:00Summary
Security update for opensc
Severity
Low
Notes
Title of the patch: Security update for opensc
Description of the patch: This update for opensc fixes the following issues:
- CVE-2025-49010: stack-buffer-overflow via crafted smart card or USB device responses (bsc#1261214).
- CVE-2025-66037: crafted input can cause an out-of-bounds read (bsc#1261218).
- CVE-2025-66038: improper compact-TLV length validation can lead to crash or unexpected behavior (bsc#1261219).
- CVE-2025-66215: crafted smart card or USB device can cause a stack-buffer-overflow write (bsc#1261220).
Patchnames: SUSE-SLE-Micro-6.0-684
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
References
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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 opensc",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for opensc fixes the following issues:\n\n- CVE-2025-49010: stack-buffer-overflow via crafted smart card or USB device responses (bsc#1261214).\n- CVE-2025-66037: crafted input can cause an out-of-bounds read (bsc#1261218).\n- CVE-2025-66038: improper compact-TLV length validation can lead to crash or unexpected behavior (bsc#1261219).\n- CVE-2025-66215: crafted smart card or USB device can cause a stack-buffer-overflow write (bsc#1261220).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.0-684",
"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_21320-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:21320-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202621320-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:21320-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045997.html"
},
{
"category": "self",
"summary": "SUSE Bug 1261214",
"url": "https://bugzilla.suse.com/1261214"
},
{
"category": "self",
"summary": "SUSE Bug 1261218",
"url": "https://bugzilla.suse.com/1261218"
},
{
"category": "self",
"summary": "SUSE Bug 1261219",
"url": "https://bugzilla.suse.com/1261219"
},
{
"category": "self",
"summary": "SUSE Bug 1261220",
"url": "https://bugzilla.suse.com/1261220"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-49010 page",
"url": "https://www.suse.com/security/cve/CVE-2025-49010/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-66037 page",
"url": "https://www.suse.com/security/cve/CVE-2025-66037/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-66038 page",
"url": "https://www.suse.com/security/cve/CVE-2025-66038/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-66215 page",
"url": "https://www.suse.com/security/cve/CVE-2025-66215/"
}
],
"title": "Security update for opensc",
"tracking": {
"current_release_date": "2026-04-22T13:00:05Z",
"generator": {
"date": "2026-04-22T13:00:05Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:21320-1",
"initial_release_date": "2026-04-22T13:00:05Z",
"revision_history": [
{
"date": "2026-04-22T13:00:05Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "opensc-0.24.0-5.1.aarch64",
"product": {
"name": "opensc-0.24.0-5.1.aarch64",
"product_id": "opensc-0.24.0-5.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "opensc-0.24.0-5.1.s390x",
"product": {
"name": "opensc-0.24.0-5.1.s390x",
"product_id": "opensc-0.24.0-5.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "opensc-0.24.0-5.1.x86_64",
"product": {
"name": "opensc-0.24.0-5.1.x86_64",
"product_id": "opensc-0.24.0-5.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": "opensc-0.24.0-5.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:opensc-0.24.0-5.1.aarch64"
},
"product_reference": "opensc-0.24.0-5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opensc-0.24.0-5.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:opensc-0.24.0-5.1.s390x"
},
"product_reference": "opensc-0.24.0-5.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opensc-0.24.0-5.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:opensc-0.24.0-5.1.x86_64"
},
"product_reference": "opensc-0.24.0-5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-49010",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-49010"
}
],
"notes": [
{
"category": "general",
"text": "OpenSC is an open source smart card tools and middleware. Prior to version 0.27.0, an attacker with physical access to the computer at the time user or administrator uses a token can cause a stack-buffer-overflow write in GET RESPONSE. The attack requires crafted USB device or smart card that would present the system with specially crafted responses to the APDUs. This issue has been patched in version 0.27.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:opensc-0.24.0-5.1.aarch64",
"SUSE Linux Micro 6.0:opensc-0.24.0-5.1.s390x",
"SUSE Linux Micro 6.0:opensc-0.24.0-5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-49010",
"url": "https://www.suse.com/security/cve/CVE-2025-49010"
},
{
"category": "external",
"summary": "SUSE Bug 1261214 for CVE-2025-49010",
"url": "https://bugzilla.suse.com/1261214"
}
],
"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:opensc-0.24.0-5.1.aarch64",
"SUSE Linux Micro 6.0:opensc-0.24.0-5.1.s390x",
"SUSE Linux Micro 6.0:opensc-0.24.0-5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.8,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:opensc-0.24.0-5.1.aarch64",
"SUSE Linux Micro 6.0:opensc-0.24.0-5.1.s390x",
"SUSE Linux Micro 6.0:opensc-0.24.0-5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-22T13:00:05Z",
"details": "low"
}
],
"title": "CVE-2025-49010"
},
{
"cve": "CVE-2025-66037",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-66037"
}
],
"notes": [
{
"category": "general",
"text": "OpenSC is an open source smart card tools and middleware. Prior to version 0.27.0, feeding a crafted input to the fuzz_pkcs15_reader harness causes OpenSC to perform an out-of-bounds heap read in the X.509/SPKI handling path. Specifically, sc_pkcs15_pubkey_from_spki_fields() allocates a zero-length buffer and then reads one byte past the end of that allocation. This issue has been patched in version 0.27.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:opensc-0.24.0-5.1.aarch64",
"SUSE Linux Micro 6.0:opensc-0.24.0-5.1.s390x",
"SUSE Linux Micro 6.0:opensc-0.24.0-5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-66037",
"url": "https://www.suse.com/security/cve/CVE-2025-66037"
},
{
"category": "external",
"summary": "SUSE Bug 1261218 for CVE-2025-66037",
"url": "https://bugzilla.suse.com/1261218"
}
],
"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:opensc-0.24.0-5.1.aarch64",
"SUSE Linux Micro 6.0:opensc-0.24.0-5.1.s390x",
"SUSE Linux Micro 6.0:opensc-0.24.0-5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.9,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:opensc-0.24.0-5.1.aarch64",
"SUSE Linux Micro 6.0:opensc-0.24.0-5.1.s390x",
"SUSE Linux Micro 6.0:opensc-0.24.0-5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-22T13:00:05Z",
"details": "low"
}
],
"title": "CVE-2025-66037"
},
{
"cve": "CVE-2025-66038",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-66038"
}
],
"notes": [
{
"category": "general",
"text": "OpenSC is an open source smart card tools and middleware. Prior to version 0.27.0, sc_compacttlv_find_tag searches a compact-TLV buffer for a given tag. In compact-TLV, a single byte encodes the tag (high nibble) and value length (low nibble). With a 1-byte buffer {0x0A}, the encoded element claims tag=0 and length=10 but no value bytes follow. Calling sc_compacttlv_find_tag with search tag 0x00 returns a pointer equal to buf+1 and outlen=10 without verifying that the claimed value length fits within the remaining buffer. In cases where the sc_compacttlv_find_tag is provided untrusted data (such as being read from cards/files), attackers may be able to influence it to return out-of-bounds pointers leading to downstream memory corruption when subsequent code tries to dereference the pointer. This issue has been patched in version 0.27.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:opensc-0.24.0-5.1.aarch64",
"SUSE Linux Micro 6.0:opensc-0.24.0-5.1.s390x",
"SUSE Linux Micro 6.0:opensc-0.24.0-5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-66038",
"url": "https://www.suse.com/security/cve/CVE-2025-66038"
},
{
"category": "external",
"summary": "SUSE Bug 1261219 for CVE-2025-66038",
"url": "https://bugzilla.suse.com/1261219"
}
],
"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:opensc-0.24.0-5.1.aarch64",
"SUSE Linux Micro 6.0:opensc-0.24.0-5.1.s390x",
"SUSE Linux Micro 6.0:opensc-0.24.0-5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.9,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:opensc-0.24.0-5.1.aarch64",
"SUSE Linux Micro 6.0:opensc-0.24.0-5.1.s390x",
"SUSE Linux Micro 6.0:opensc-0.24.0-5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-22T13:00:05Z",
"details": "low"
}
],
"title": "CVE-2025-66038"
},
{
"cve": "CVE-2025-66215",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-66215"
}
],
"notes": [
{
"category": "general",
"text": "OpenSC is an open source smart card tools and middleware. Prior to version 0.27.0, an attacker with physical access to the computer at the time user or administrator uses a token can cause a stack-buffer-overflow WRITE in card-oberthur. The attack requires crafted USB device or smart card that would present the system with specially crafted responses to the APDUs. This issue has been patched in version 0.27.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:opensc-0.24.0-5.1.aarch64",
"SUSE Linux Micro 6.0:opensc-0.24.0-5.1.s390x",
"SUSE Linux Micro 6.0:opensc-0.24.0-5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-66215",
"url": "https://www.suse.com/security/cve/CVE-2025-66215"
},
{
"category": "external",
"summary": "SUSE Bug 1261220 for CVE-2025-66215",
"url": "https://bugzilla.suse.com/1261220"
}
],
"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:opensc-0.24.0-5.1.aarch64",
"SUSE Linux Micro 6.0:opensc-0.24.0-5.1.s390x",
"SUSE Linux Micro 6.0:opensc-0.24.0-5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.8,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:opensc-0.24.0-5.1.aarch64",
"SUSE Linux Micro 6.0:opensc-0.24.0-5.1.s390x",
"SUSE Linux Micro 6.0:opensc-0.24.0-5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-22T13:00:05Z",
"details": "low"
}
],
"title": "CVE-2025-66215"
}
]
}
SUSE-SU-2026:1477-1
Vulnerability from csaf_suse - Published: 2026-04-20 10:08 - Updated: 2026-04-20 10:08Summary
Security update for opensc
Severity
Low
Notes
Title of the patch: Security update for opensc
Description of the patch: This update for opensc fixes the following issues:
- CVE-2025-49010: specially crafted smart card or USB device can lead to a stack buffer overflow write in
`GET RESPONSE` (bsc#1261214).
- CVE-2025-66037: specially crafted input processed by the `fuzz_pkcs15_reader` harness can lead to an out-of-bounds
heap read in the X.509/SPKI handling path (bsc#1261218).
- CVE-2025-66038: improper compact-TLV length validation can lead to the dereferecing of out-of-bounds pointers and
memory corruption (bsc#1261219).
- CVE-2025-66215: specially crafted smart card or USB device can lead to a stack buffer overflow write in
`card-oberthur` (bsc#1261220).
Patchnames: SUSE-2026-1477,SUSE-SUSE-MicroOS-5.2-2026-1477
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
References
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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 opensc",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for opensc fixes the following issues:\n\n- CVE-2025-49010: specially crafted smart card or USB device can lead to a stack buffer overflow write in\n `GET RESPONSE` (bsc#1261214).\n- CVE-2025-66037: specially crafted input processed by the `fuzz_pkcs15_reader` harness can lead to an out-of-bounds\n heap read in the X.509/SPKI handling path (bsc#1261218).\n- CVE-2025-66038: improper compact-TLV length validation can lead to the dereferecing of out-of-bounds pointers and\n memory corruption (bsc#1261219).\n- CVE-2025-66215: specially crafted smart card or USB device can lead to a stack buffer overflow write in\n `card-oberthur` (bsc#1261220).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1477,SUSE-SUSE-MicroOS-5.2-2026-1477",
"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_1477-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1477-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261477-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1477-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045702.html"
},
{
"category": "self",
"summary": "SUSE Bug 1261214",
"url": "https://bugzilla.suse.com/1261214"
},
{
"category": "self",
"summary": "SUSE Bug 1261218",
"url": "https://bugzilla.suse.com/1261218"
},
{
"category": "self",
"summary": "SUSE Bug 1261219",
"url": "https://bugzilla.suse.com/1261219"
},
{
"category": "self",
"summary": "SUSE Bug 1261220",
"url": "https://bugzilla.suse.com/1261220"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-49010 page",
"url": "https://www.suse.com/security/cve/CVE-2025-49010/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-66037 page",
"url": "https://www.suse.com/security/cve/CVE-2025-66037/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-66038 page",
"url": "https://www.suse.com/security/cve/CVE-2025-66038/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-66215 page",
"url": "https://www.suse.com/security/cve/CVE-2025-66215/"
}
],
"title": "Security update for opensc",
"tracking": {
"current_release_date": "2026-04-20T10:08:54Z",
"generator": {
"date": "2026-04-20T10:08:54Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1477-1",
"initial_release_date": "2026-04-20T10:08:54Z",
"revision_history": [
{
"date": "2026-04-20T10:08:54Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "opensc-0.19.0-150100.3.34.1.aarch64",
"product": {
"name": "opensc-0.19.0-150100.3.34.1.aarch64",
"product_id": "opensc-0.19.0-150100.3.34.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "opensc-64bit-0.19.0-150100.3.34.1.aarch64_ilp32",
"product": {
"name": "opensc-64bit-0.19.0-150100.3.34.1.aarch64_ilp32",
"product_id": "opensc-64bit-0.19.0-150100.3.34.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "opensc-0.19.0-150100.3.34.1.i586",
"product": {
"name": "opensc-0.19.0-150100.3.34.1.i586",
"product_id": "opensc-0.19.0-150100.3.34.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "opensc-0.19.0-150100.3.34.1.ppc64le",
"product": {
"name": "opensc-0.19.0-150100.3.34.1.ppc64le",
"product_id": "opensc-0.19.0-150100.3.34.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "opensc-0.19.0-150100.3.34.1.s390x",
"product": {
"name": "opensc-0.19.0-150100.3.34.1.s390x",
"product_id": "opensc-0.19.0-150100.3.34.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "opensc-0.19.0-150100.3.34.1.x86_64",
"product": {
"name": "opensc-0.19.0-150100.3.34.1.x86_64",
"product_id": "opensc-0.19.0-150100.3.34.1.x86_64"
}
},
{
"category": "product_version",
"name": "opensc-32bit-0.19.0-150100.3.34.1.x86_64",
"product": {
"name": "opensc-32bit-0.19.0-150100.3.34.1.x86_64",
"product_id": "opensc-32bit-0.19.0-150100.3.34.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.2",
"product": {
"name": "SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-microos:5.2"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "opensc-0.19.0-150100.3.34.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:opensc-0.19.0-150100.3.34.1.aarch64"
},
"product_reference": "opensc-0.19.0-150100.3.34.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opensc-0.19.0-150100.3.34.1.s390x as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:opensc-0.19.0-150100.3.34.1.s390x"
},
"product_reference": "opensc-0.19.0-150100.3.34.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opensc-0.19.0-150100.3.34.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:opensc-0.19.0-150100.3.34.1.x86_64"
},
"product_reference": "opensc-0.19.0-150100.3.34.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-49010",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-49010"
}
],
"notes": [
{
"category": "general",
"text": "OpenSC is an open source smart card tools and middleware. Prior to version 0.27.0, an attacker with physical access to the computer at the time user or administrator uses a token can cause a stack-buffer-overflow write in GET RESPONSE. The attack requires crafted USB device or smart card that would present the system with specially crafted responses to the APDUs. This issue has been patched in version 0.27.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.2:opensc-0.19.0-150100.3.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:opensc-0.19.0-150100.3.34.1.s390x",
"SUSE Linux Enterprise Micro 5.2:opensc-0.19.0-150100.3.34.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-49010",
"url": "https://www.suse.com/security/cve/CVE-2025-49010"
},
{
"category": "external",
"summary": "SUSE Bug 1261214 for CVE-2025-49010",
"url": "https://bugzilla.suse.com/1261214"
}
],
"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.2:opensc-0.19.0-150100.3.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:opensc-0.19.0-150100.3.34.1.s390x",
"SUSE Linux Enterprise Micro 5.2:opensc-0.19.0-150100.3.34.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.8,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.2:opensc-0.19.0-150100.3.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:opensc-0.19.0-150100.3.34.1.s390x",
"SUSE Linux Enterprise Micro 5.2:opensc-0.19.0-150100.3.34.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-20T10:08:54Z",
"details": "low"
}
],
"title": "CVE-2025-49010"
},
{
"cve": "CVE-2025-66037",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-66037"
}
],
"notes": [
{
"category": "general",
"text": "OpenSC is an open source smart card tools and middleware. Prior to version 0.27.0, feeding a crafted input to the fuzz_pkcs15_reader harness causes OpenSC to perform an out-of-bounds heap read in the X.509/SPKI handling path. Specifically, sc_pkcs15_pubkey_from_spki_fields() allocates a zero-length buffer and then reads one byte past the end of that allocation. This issue has been patched in version 0.27.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.2:opensc-0.19.0-150100.3.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:opensc-0.19.0-150100.3.34.1.s390x",
"SUSE Linux Enterprise Micro 5.2:opensc-0.19.0-150100.3.34.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-66037",
"url": "https://www.suse.com/security/cve/CVE-2025-66037"
},
{
"category": "external",
"summary": "SUSE Bug 1261218 for CVE-2025-66037",
"url": "https://bugzilla.suse.com/1261218"
}
],
"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.2:opensc-0.19.0-150100.3.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:opensc-0.19.0-150100.3.34.1.s390x",
"SUSE Linux Enterprise Micro 5.2:opensc-0.19.0-150100.3.34.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.9,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.2:opensc-0.19.0-150100.3.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:opensc-0.19.0-150100.3.34.1.s390x",
"SUSE Linux Enterprise Micro 5.2:opensc-0.19.0-150100.3.34.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-20T10:08:54Z",
"details": "low"
}
],
"title": "CVE-2025-66037"
},
{
"cve": "CVE-2025-66038",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-66038"
}
],
"notes": [
{
"category": "general",
"text": "OpenSC is an open source smart card tools and middleware. Prior to version 0.27.0, sc_compacttlv_find_tag searches a compact-TLV buffer for a given tag. In compact-TLV, a single byte encodes the tag (high nibble) and value length (low nibble). With a 1-byte buffer {0x0A}, the encoded element claims tag=0 and length=10 but no value bytes follow. Calling sc_compacttlv_find_tag with search tag 0x00 returns a pointer equal to buf+1 and outlen=10 without verifying that the claimed value length fits within the remaining buffer. In cases where the sc_compacttlv_find_tag is provided untrusted data (such as being read from cards/files), attackers may be able to influence it to return out-of-bounds pointers leading to downstream memory corruption when subsequent code tries to dereference the pointer. This issue has been patched in version 0.27.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.2:opensc-0.19.0-150100.3.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:opensc-0.19.0-150100.3.34.1.s390x",
"SUSE Linux Enterprise Micro 5.2:opensc-0.19.0-150100.3.34.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-66038",
"url": "https://www.suse.com/security/cve/CVE-2025-66038"
},
{
"category": "external",
"summary": "SUSE Bug 1261219 for CVE-2025-66038",
"url": "https://bugzilla.suse.com/1261219"
}
],
"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.2:opensc-0.19.0-150100.3.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:opensc-0.19.0-150100.3.34.1.s390x",
"SUSE Linux Enterprise Micro 5.2:opensc-0.19.0-150100.3.34.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.9,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.2:opensc-0.19.0-150100.3.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:opensc-0.19.0-150100.3.34.1.s390x",
"SUSE Linux Enterprise Micro 5.2:opensc-0.19.0-150100.3.34.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-20T10:08:54Z",
"details": "low"
}
],
"title": "CVE-2025-66038"
},
{
"cve": "CVE-2025-66215",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-66215"
}
],
"notes": [
{
"category": "general",
"text": "OpenSC is an open source smart card tools and middleware. Prior to version 0.27.0, an attacker with physical access to the computer at the time user or administrator uses a token can cause a stack-buffer-overflow WRITE in card-oberthur. The attack requires crafted USB device or smart card that would present the system with specially crafted responses to the APDUs. This issue has been patched in version 0.27.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.2:opensc-0.19.0-150100.3.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:opensc-0.19.0-150100.3.34.1.s390x",
"SUSE Linux Enterprise Micro 5.2:opensc-0.19.0-150100.3.34.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-66215",
"url": "https://www.suse.com/security/cve/CVE-2025-66215"
},
{
"category": "external",
"summary": "SUSE Bug 1261220 for CVE-2025-66215",
"url": "https://bugzilla.suse.com/1261220"
}
],
"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.2:opensc-0.19.0-150100.3.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:opensc-0.19.0-150100.3.34.1.s390x",
"SUSE Linux Enterprise Micro 5.2:opensc-0.19.0-150100.3.34.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.8,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.2:opensc-0.19.0-150100.3.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:opensc-0.19.0-150100.3.34.1.s390x",
"SUSE Linux Enterprise Micro 5.2:opensc-0.19.0-150100.3.34.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-20T10:08:54Z",
"details": "low"
}
],
"title": "CVE-2025-66215"
}
]
}
MSRC_CVE-2025-66038
Vulnerability from csaf_microsoft - Published: 2026-03-02 00:00 - Updated: 2026-04-30 01:47Summary
OpenSC: `sc_compacttlv_find_tag` can return out-of-bounds pointers
Notes
Additional Resources: To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle
Disclaimer: The information provided in the Microsoft Knowledge Base is provided \"as is\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.
CWE-126
- Buffer Over-read
Vendor Fix
0:0.27.1-1.azl3:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade
https://learn.microsoft.com/en-us/azure/azure-lin…
References
| URL | Category | |
|---|---|---|
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2025-66038 OpenSC: `sc_compacttlv_find_tag` can return out-of-bounds pointers - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2025-66038.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "OpenSC: `sc_compacttlv_find_tag` can return out-of-bounds pointers",
"tracking": {
"current_release_date": "2026-04-30T01:47:08.000Z",
"generator": {
"date": "2026-04-30T07:46:09.259Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2025-66038",
"initial_release_date": "2026-03-02T00:00:00.000Z",
"revision_history": [
{
"date": "2026-04-01T01:14:28.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2026-04-02T01:05:02.000Z",
"legacy_version": "2",
"number": "2",
"summary": "Information published."
},
{
"date": "2026-04-03T01:38:58.000Z",
"legacy_version": "3",
"number": "3",
"summary": "Information published."
},
{
"date": "2026-04-09T01:39:38.000Z",
"legacy_version": "4",
"number": "4",
"summary": "Information published."
},
{
"date": "2026-04-14T14:43:34.000Z",
"legacy_version": "5",
"number": "5",
"summary": "Information published."
},
{
"date": "2026-04-30T01:47:08.000Z",
"legacy_version": "6",
"number": "6",
"summary": "Information published."
}
],
"status": "final",
"version": "6"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
},
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cazl3 opensc 0:0.26.1-1.azl3",
"product": {
"name": "\u003cazl3 opensc 0:0.26.1-1.azl3",
"product_id": "2"
}
},
{
"category": "product_version",
"name": "azl3 opensc 0:0.26.1-1.azl3",
"product": {
"name": "azl3 opensc 0:0.26.1-1.azl3",
"product_id": "21146"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 opensc 0:0.27.1-1.azl3",
"product": {
"name": "\u003cazl3 opensc 0:0.27.1-1.azl3",
"product_id": "1"
}
},
{
"category": "product_version",
"name": "azl3 opensc 0:0.27.1-1.azl3",
"product": {
"name": "azl3 opensc 0:0.27.1-1.azl3",
"product_id": "21210"
}
}
],
"category": "product_name",
"name": "opensc"
},
{
"category": "product_name",
"name": "cbl2 opensc 0:0.23.0-5.cbl2",
"product": {
"name": "cbl2 opensc 0:0.23.0-5.cbl2",
"product_id": "3"
}
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 opensc 0:0.23.0-5.cbl2 as a component of CBL Mariner 2.0",
"product_id": "17086-3"
},
"product_reference": "3",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 opensc 0:0.26.1-1.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-2"
},
"product_reference": "2",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 opensc 0:0.26.1-1.azl3 as a component of Azure Linux 3.0",
"product_id": "21146-17084"
},
"product_reference": "21146",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 opensc 0:0.27.1-1.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-1"
},
"product_reference": "1",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 opensc 0:0.27.1-1.azl3 as a component of Azure Linux 3.0",
"product_id": "21210-17084"
},
"product_reference": "21210",
"relates_to_product_reference": "17084"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-66038",
"cwe": {
"id": "CWE-126",
"name": "Buffer Over-read"
},
"flags": [
{
"label": "component_not_present",
"product_ids": [
"17086-3"
]
}
],
"notes": [
{
"category": "general",
"text": "GitHub_M",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"21146-17084",
"21210-17084"
],
"known_affected": [
"17084-2",
"17084-1"
],
"known_not_affected": [
"17086-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-66038 OpenSC: `sc_compacttlv_find_tag` can return out-of-bounds pointers - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2025-66038.json"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-01T01:14:28.000Z",
"details": "0:0.27.1-1.azl3:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-2",
"17084-1"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "PHYSICAL",
"availabilityImpact": "LOW",
"baseScore": 3.9,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"environmentalsScore": 0.0,
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 3.9,
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"17084-2",
"17084-1"
]
}
],
"title": "OpenSC: `sc_compacttlv_find_tag` can return out-of-bounds pointers"
}
]
}
OPENSUSE-SU-2026:10475-1
Vulnerability from csaf_opensuse - Published: 2026-04-01 00:00 - Updated: 2026-04-01 00:00Summary
opensc-0.27.1-1.1 on GA media
Severity
Moderate
Notes
Title of the patch: opensc-0.27.1-1.1 on GA media
Description of the patch: These are all security issues fixed in the opensc-0.27.1-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames: openSUSE-Tumbleweed-2026-10475
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
References
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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": "opensc-0.27.1-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the opensc-0.27.1-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-10475",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_10475-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-13763 page",
"url": "https://www.suse.com/security/cve/CVE-2025-13763/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-49010 page",
"url": "https://www.suse.com/security/cve/CVE-2025-49010/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-66037 page",
"url": "https://www.suse.com/security/cve/CVE-2025-66037/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-66038 page",
"url": "https://www.suse.com/security/cve/CVE-2025-66038/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-66215 page",
"url": "https://www.suse.com/security/cve/CVE-2025-66215/"
}
],
"title": "opensc-0.27.1-1.1 on GA media",
"tracking": {
"current_release_date": "2026-04-01T00:00:00Z",
"generator": {
"date": "2026-04-01T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:10475-1",
"initial_release_date": "2026-04-01T00:00:00Z",
"revision_history": [
{
"date": "2026-04-01T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "opensc-0.27.1-1.1.aarch64",
"product": {
"name": "opensc-0.27.1-1.1.aarch64",
"product_id": "opensc-0.27.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "opensc-bash-completion-0.27.1-1.1.aarch64",
"product": {
"name": "opensc-bash-completion-0.27.1-1.1.aarch64",
"product_id": "opensc-bash-completion-0.27.1-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "opensc-0.27.1-1.1.ppc64le",
"product": {
"name": "opensc-0.27.1-1.1.ppc64le",
"product_id": "opensc-0.27.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "opensc-bash-completion-0.27.1-1.1.ppc64le",
"product": {
"name": "opensc-bash-completion-0.27.1-1.1.ppc64le",
"product_id": "opensc-bash-completion-0.27.1-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "opensc-0.27.1-1.1.s390x",
"product": {
"name": "opensc-0.27.1-1.1.s390x",
"product_id": "opensc-0.27.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "opensc-bash-completion-0.27.1-1.1.s390x",
"product": {
"name": "opensc-bash-completion-0.27.1-1.1.s390x",
"product_id": "opensc-bash-completion-0.27.1-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "opensc-0.27.1-1.1.x86_64",
"product": {
"name": "opensc-0.27.1-1.1.x86_64",
"product_id": "opensc-0.27.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "opensc-bash-completion-0.27.1-1.1.x86_64",
"product": {
"name": "opensc-bash-completion-0.27.1-1.1.x86_64",
"product_id": "opensc-bash-completion-0.27.1-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "opensc-0.27.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:opensc-0.27.1-1.1.aarch64"
},
"product_reference": "opensc-0.27.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opensc-0.27.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:opensc-0.27.1-1.1.ppc64le"
},
"product_reference": "opensc-0.27.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opensc-0.27.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:opensc-0.27.1-1.1.s390x"
},
"product_reference": "opensc-0.27.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opensc-0.27.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:opensc-0.27.1-1.1.x86_64"
},
"product_reference": "opensc-0.27.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opensc-bash-completion-0.27.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.aarch64"
},
"product_reference": "opensc-bash-completion-0.27.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opensc-bash-completion-0.27.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.ppc64le"
},
"product_reference": "opensc-bash-completion-0.27.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opensc-bash-completion-0.27.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.s390x"
},
"product_reference": "opensc-bash-completion-0.27.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opensc-bash-completion-0.27.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.x86_64"
},
"product_reference": "opensc-bash-completion-0.27.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-13763",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-13763"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:opensc-0.27.1-1.1.aarch64",
"openSUSE Tumbleweed:opensc-0.27.1-1.1.ppc64le",
"openSUSE Tumbleweed:opensc-0.27.1-1.1.s390x",
"openSUSE Tumbleweed:opensc-0.27.1-1.1.x86_64",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.aarch64",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.ppc64le",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.s390x",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-13763",
"url": "https://www.suse.com/security/cve/CVE-2025-13763"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:opensc-0.27.1-1.1.aarch64",
"openSUSE Tumbleweed:opensc-0.27.1-1.1.ppc64le",
"openSUSE Tumbleweed:opensc-0.27.1-1.1.s390x",
"openSUSE Tumbleweed:opensc-0.27.1-1.1.x86_64",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.aarch64",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.ppc64le",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.s390x",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-01T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-13763"
},
{
"cve": "CVE-2025-49010",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-49010"
}
],
"notes": [
{
"category": "general",
"text": "OpenSC is an open source smart card tools and middleware. Prior to version 0.27.0, an attacker with physical access to the computer at the time user or administrator uses a token can cause a stack-buffer-overflow write in GET RESPONSE. The attack requires crafted USB device or smart card that would present the system with specially crafted responses to the APDUs. This issue has been patched in version 0.27.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:opensc-0.27.1-1.1.aarch64",
"openSUSE Tumbleweed:opensc-0.27.1-1.1.ppc64le",
"openSUSE Tumbleweed:opensc-0.27.1-1.1.s390x",
"openSUSE Tumbleweed:opensc-0.27.1-1.1.x86_64",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.aarch64",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.ppc64le",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.s390x",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-49010",
"url": "https://www.suse.com/security/cve/CVE-2025-49010"
},
{
"category": "external",
"summary": "SUSE Bug 1261214 for CVE-2025-49010",
"url": "https://bugzilla.suse.com/1261214"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:opensc-0.27.1-1.1.aarch64",
"openSUSE Tumbleweed:opensc-0.27.1-1.1.ppc64le",
"openSUSE Tumbleweed:opensc-0.27.1-1.1.s390x",
"openSUSE Tumbleweed:opensc-0.27.1-1.1.x86_64",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.aarch64",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.ppc64le",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.s390x",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.8,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:opensc-0.27.1-1.1.aarch64",
"openSUSE Tumbleweed:opensc-0.27.1-1.1.ppc64le",
"openSUSE Tumbleweed:opensc-0.27.1-1.1.s390x",
"openSUSE Tumbleweed:opensc-0.27.1-1.1.x86_64",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.aarch64",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.ppc64le",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.s390x",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-01T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2025-49010"
},
{
"cve": "CVE-2025-66037",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-66037"
}
],
"notes": [
{
"category": "general",
"text": "OpenSC is an open source smart card tools and middleware. Prior to version 0.27.0, feeding a crafted input to the fuzz_pkcs15_reader harness causes OpenSC to perform an out-of-bounds heap read in the X.509/SPKI handling path. Specifically, sc_pkcs15_pubkey_from_spki_fields() allocates a zero-length buffer and then reads one byte past the end of that allocation. This issue has been patched in version 0.27.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:opensc-0.27.1-1.1.aarch64",
"openSUSE Tumbleweed:opensc-0.27.1-1.1.ppc64le",
"openSUSE Tumbleweed:opensc-0.27.1-1.1.s390x",
"openSUSE Tumbleweed:opensc-0.27.1-1.1.x86_64",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.aarch64",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.ppc64le",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.s390x",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-66037",
"url": "https://www.suse.com/security/cve/CVE-2025-66037"
},
{
"category": "external",
"summary": "SUSE Bug 1261218 for CVE-2025-66037",
"url": "https://bugzilla.suse.com/1261218"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:opensc-0.27.1-1.1.aarch64",
"openSUSE Tumbleweed:opensc-0.27.1-1.1.ppc64le",
"openSUSE Tumbleweed:opensc-0.27.1-1.1.s390x",
"openSUSE Tumbleweed:opensc-0.27.1-1.1.x86_64",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.aarch64",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.ppc64le",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.s390x",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.9,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:opensc-0.27.1-1.1.aarch64",
"openSUSE Tumbleweed:opensc-0.27.1-1.1.ppc64le",
"openSUSE Tumbleweed:opensc-0.27.1-1.1.s390x",
"openSUSE Tumbleweed:opensc-0.27.1-1.1.x86_64",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.aarch64",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.ppc64le",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.s390x",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-01T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2025-66037"
},
{
"cve": "CVE-2025-66038",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-66038"
}
],
"notes": [
{
"category": "general",
"text": "OpenSC is an open source smart card tools and middleware. Prior to version 0.27.0, sc_compacttlv_find_tag searches a compact-TLV buffer for a given tag. In compact-TLV, a single byte encodes the tag (high nibble) and value length (low nibble). With a 1-byte buffer {0x0A}, the encoded element claims tag=0 and length=10 but no value bytes follow. Calling sc_compacttlv_find_tag with search tag 0x00 returns a pointer equal to buf+1 and outlen=10 without verifying that the claimed value length fits within the remaining buffer. In cases where the sc_compacttlv_find_tag is provided untrusted data (such as being read from cards/files), attackers may be able to influence it to return out-of-bounds pointers leading to downstream memory corruption when subsequent code tries to dereference the pointer. This issue has been patched in version 0.27.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:opensc-0.27.1-1.1.aarch64",
"openSUSE Tumbleweed:opensc-0.27.1-1.1.ppc64le",
"openSUSE Tumbleweed:opensc-0.27.1-1.1.s390x",
"openSUSE Tumbleweed:opensc-0.27.1-1.1.x86_64",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.aarch64",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.ppc64le",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.s390x",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-66038",
"url": "https://www.suse.com/security/cve/CVE-2025-66038"
},
{
"category": "external",
"summary": "SUSE Bug 1261219 for CVE-2025-66038",
"url": "https://bugzilla.suse.com/1261219"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:opensc-0.27.1-1.1.aarch64",
"openSUSE Tumbleweed:opensc-0.27.1-1.1.ppc64le",
"openSUSE Tumbleweed:opensc-0.27.1-1.1.s390x",
"openSUSE Tumbleweed:opensc-0.27.1-1.1.x86_64",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.aarch64",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.ppc64le",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.s390x",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.9,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:opensc-0.27.1-1.1.aarch64",
"openSUSE Tumbleweed:opensc-0.27.1-1.1.ppc64le",
"openSUSE Tumbleweed:opensc-0.27.1-1.1.s390x",
"openSUSE Tumbleweed:opensc-0.27.1-1.1.x86_64",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.aarch64",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.ppc64le",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.s390x",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-01T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2025-66038"
},
{
"cve": "CVE-2025-66215",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-66215"
}
],
"notes": [
{
"category": "general",
"text": "OpenSC is an open source smart card tools and middleware. Prior to version 0.27.0, an attacker with physical access to the computer at the time user or administrator uses a token can cause a stack-buffer-overflow WRITE in card-oberthur. The attack requires crafted USB device or smart card that would present the system with specially crafted responses to the APDUs. This issue has been patched in version 0.27.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:opensc-0.27.1-1.1.aarch64",
"openSUSE Tumbleweed:opensc-0.27.1-1.1.ppc64le",
"openSUSE Tumbleweed:opensc-0.27.1-1.1.s390x",
"openSUSE Tumbleweed:opensc-0.27.1-1.1.x86_64",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.aarch64",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.ppc64le",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.s390x",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-66215",
"url": "https://www.suse.com/security/cve/CVE-2025-66215"
},
{
"category": "external",
"summary": "SUSE Bug 1261220 for CVE-2025-66215",
"url": "https://bugzilla.suse.com/1261220"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:opensc-0.27.1-1.1.aarch64",
"openSUSE Tumbleweed:opensc-0.27.1-1.1.ppc64le",
"openSUSE Tumbleweed:opensc-0.27.1-1.1.s390x",
"openSUSE Tumbleweed:opensc-0.27.1-1.1.x86_64",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.aarch64",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.ppc64le",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.s390x",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.8,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:opensc-0.27.1-1.1.aarch64",
"openSUSE Tumbleweed:opensc-0.27.1-1.1.ppc64le",
"openSUSE Tumbleweed:opensc-0.27.1-1.1.s390x",
"openSUSE Tumbleweed:opensc-0.27.1-1.1.x86_64",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.aarch64",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.ppc64le",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.s390x",
"openSUSE Tumbleweed:opensc-bash-completion-0.27.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-01T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2025-66215"
}
]
}
CERTFR-2026-AVI-0414
Vulnerability from certfr_avis - Published: 2026-04-09 - Updated: 2026-04-09
De multiples vulnérabilités ont été découvertes dans les produits Microsoft. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
NoneImpacted products
References
| Title | Publication Time | Tags | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "azl3 opensc 0.26.1-1 versions ant\u00e9rieures \u00e0 0.27.1-1",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 nodejs24 24.13.0-3 versions ant\u00e9rieures \u00e0 24.14.1-1",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "cbl2 polkit 0.119-4 versions ant\u00e9rieures \u00e0 0.119-5",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 polkit 123-3 versions ant\u00e9rieures \u00e0 123-4",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
}
],
"affected_systems_content": null,
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-49010",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49010"
},
{
"name": "CVE-2025-66215",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66215"
},
{
"name": "CVE-2025-66038",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66038"
},
{
"name": "CVE-2026-21717",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21717"
},
{
"name": "CVE-2026-21712",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21712"
},
{
"name": "CVE-2026-4897",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4897"
},
{
"name": "CVE-2025-66037",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66037"
}
],
"initial_release_date": "2026-04-09T00:00:00",
"last_revision_date": "2026-04-09T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0414",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-04-09T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits Microsoft. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits Microsoft",
"vendor_advisories": [
{
"published_at": "2026-04-01",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-66038",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-66038"
},
{
"published_at": "2026-04-02",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-4897",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-4897"
},
{
"published_at": "2026-04-01",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-66037",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-66037"
},
{
"published_at": "2026-04-01",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-21717",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-21717"
},
{
"published_at": "2026-04-01",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-66215",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-66215"
},
{
"published_at": "2026-03-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-21712",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-21712"
},
{
"published_at": "2026-04-01",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2025-49010",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-49010"
}
]
}
FKIE_CVE-2025-66038
Vulnerability from fkie_nvd - Published: 2026-03-30 18:16 - Updated: 2026-04-01 17:40
Severity ?
3.9 (Low) - CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L
6.8 (Medium) - CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
6.8 (Medium) - CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Summary
OpenSC is an open source smart card tools and middleware. Prior to version 0.27.0, sc_compacttlv_find_tag searches a compact-TLV buffer for a given tag. In compact-TLV, a single byte encodes the tag (high nibble) and value length (low nibble). With a 1-byte buffer {0x0A}, the encoded element claims tag=0 and length=10 but no value bytes follow. Calling sc_compacttlv_find_tag with search tag 0x00 returns a pointer equal to buf+1 and outlen=10 without verifying that the claimed value length fits within the remaining buffer. In cases where the sc_compacttlv_find_tag is provided untrusted data (such as being read from cards/files), attackers may be able to influence it to return out-of-bounds pointers leading to downstream memory corruption when subsequent code tries to dereference the pointer. This issue has been patched in version 0.27.0.
References
| URL | Tags | ||
|---|---|---|---|
| security-advisories@github.com | https://github.com/OpenSC/OpenSC/commit/6db171bcb6fd7cb3b51098fefbb3b28e44f0a79c | Patch | |
| security-advisories@github.com | https://github.com/OpenSC/OpenSC/security/advisories/GHSA-72x5-fwjx-2459 | Exploit, Vendor Advisory | |
| security-advisories@github.com | https://github.com/OpenSC/OpenSC/wiki/CVE-2025-66038 | Vendor Advisory |
Impacted products
| Vendor | Product | Version | |
|---|---|---|---|
| opensc_project | opensc | * |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:opensc_project:opensc:*:*:*:*:*:*:*:*",
"matchCriteriaId": "D890677F-5379-4587-B8E7-D38B02AD525A",
"versionEndExcluding": "0.27.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "OpenSC is an open source smart card tools and middleware. Prior to version 0.27.0, sc_compacttlv_find_tag searches a compact-TLV buffer for a given tag. In compact-TLV, a single byte encodes the tag (high nibble) and value length (low nibble). With a 1-byte buffer {0x0A}, the encoded element claims tag=0 and length=10 but no value bytes follow. Calling sc_compacttlv_find_tag with search tag 0x00 returns a pointer equal to buf+1 and outlen=10 without verifying that the claimed value length fits within the remaining buffer. In cases where the sc_compacttlv_find_tag is provided untrusted data (such as being read from cards/files), attackers may be able to influence it to return out-of-bounds pointers leading to downstream memory corruption when subsequent code tries to dereference the pointer. This issue has been patched in version 0.27.0."
},
{
"lang": "es",
"value": "OpenSC es un conjunto de herramientas y middleware de c\u00f3digo abierto para tarjetas inteligentes. Antes de la versi\u00f3n 0.27.0, sc_compacttlv_find_tag busca una etiqueta dada en un b\u00fafer compact-TLV. En compact-TLV, un solo byte codifica la etiqueta (nibble superior) y la longitud del valor (nibble inferior). Con un b\u00fafer de 1 byte {0x0A}, el elemento codificado declara etiqueta=0 y longitud=10 pero no le siguen bytes de valor. Llamar a sc_compacttlv_find_tag con la etiqueta de b\u00fasqueda 0x00 devuelve un puntero igual a buf+1 y outlen=10 sin verificar que la longitud de valor declarada cabe dentro del b\u00fafer restante. En los casos en que a sc_compacttlv_find_tag se le proporcionan datos no confiables (como los le\u00eddos de tarjetas/archivos), los atacantes pueden influir en ella para que devuelva punteros fuera de los l\u00edmites, lo que lleva a una corrupci\u00f3n de memoria posterior cuando el c\u00f3digo subsiguiente intenta desreferenciar el puntero. Este problema ha sido corregido en la versi\u00f3n 0.27.0."
}
],
"id": "CVE-2025-66038",
"lastModified": "2026-04-01T17:40:36.183",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "HIGH",
"attackVector": "PHYSICAL",
"availabilityImpact": "LOW",
"baseScore": 3.9,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"exploitabilityScore": 0.5,
"impactScore": 3.4,
"source": "security-advisories@github.com",
"type": "Secondary"
},
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "PHYSICAL",
"availabilityImpact": "HIGH",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"exploitabilityScore": 0.9,
"impactScore": 5.9,
"source": "nvd@nist.gov",
"type": "Primary"
}
]
},
"published": "2026-03-30T18:16:18.177",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Patch"
],
"url": "https://github.com/OpenSC/OpenSC/commit/6db171bcb6fd7cb3b51098fefbb3b28e44f0a79c"
},
{
"source": "security-advisories@github.com",
"tags": [
"Exploit",
"Vendor Advisory"
],
"url": "https://github.com/OpenSC/OpenSC/security/advisories/GHSA-72x5-fwjx-2459"
},
{
"source": "security-advisories@github.com",
"tags": [
"Vendor Advisory"
],
"url": "https://github.com/OpenSC/OpenSC/wiki/CVE-2025-66038"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-126"
}
],
"source": "security-advisories@github.com",
"type": "Primary"
}
]
}
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…