Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-24032 (GCVE-0-2025-24032)
Vulnerability from cvelistv5 – Published: 2025-02-10 15:43 – Updated: 2025-05-21 15:48
VLAI?
EPSS
Title
PAM-PKCS#11 vulnerable to authentication bypass with default value for `cert_policy` (`none`)
Summary
PAM-PKCS#11 is a Linux-PAM login module that allows a X.509 certificate based user login. Prior to version 0.6.13, if cert_policy is set to none (the default value), then pam_pkcs11 will only check if the user is capable of logging into the token. An attacker may create a different token with the user's public data (e.g. the user's certificate) and a PIN known to the attacker. If no signature with the private key is required, then the attacker may now login as user with that created token. The default to *not* check the private key's signature has been changed with commit commi6638576892b59a99389043c90a1e7dd4d783b921, so that all versions starting with pam_pkcs11-0.6.0 should be affected. As a workaround, in `pam_pkcs11.conf`, set at least `cert_policy = signature;`.
Severity ?
CWE
- CWE-287 - Improper Authentication
Assigner
References
| URL | Tags | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||
Impacted products
| Vendor | Product | Version | ||
|---|---|---|---|---|
| OpenSC | pam_pkcs11 |
Affected:
< 0.6.13
|
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-24032",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-02-10T16:20:48.577434Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-02-12T15:45:25.238Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-05-21T15:48:59.150Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "https://lists.debian.org/debian-lts-announce/2025/02/msg00021.html"
},
{
"url": "https://www.vicarius.io/vsociety/posts/cve-2025-24032-detect-vulnerability-in-linux-pam-module"
},
{
"url": "https://www.vicarius.io/vsociety/posts/cve-2025-24032-mitigate-linux-pam-module-vulnerability"
}
],
"title": "CVE Program Container",
"x_generator": {
"engine": "ADPogram 0.0.1"
}
}
],
"cna": {
"affected": [
{
"product": "pam_pkcs11",
"vendor": "OpenSC",
"versions": [
{
"status": "affected",
"version": "\u003c 0.6.13"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "PAM-PKCS#11 is a Linux-PAM login module that allows a X.509 certificate based user login. Prior to version 0.6.13, if cert_policy is set to none (the default value), then pam_pkcs11 will only check if the user is capable of logging into the token. An attacker may create a different token with the user\u0027s public data (e.g. the user\u0027s certificate) and a PIN known to the attacker. If no signature with the private key is required, then the attacker may now login as user with that created token. The default to *not* check the private key\u0027s signature has been changed with commit commi6638576892b59a99389043c90a1e7dd4d783b921, so that all versions starting with pam_pkcs11-0.6.0 should be affected. As a workaround, in `pam_pkcs11.conf`, set at least `cert_policy = signature;`."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "PRESENT",
"attackVector": "NETWORK",
"baseScore": 9.2,
"baseSeverity": "CRITICAL",
"privilegesRequired": "NONE",
"subAvailabilityImpact": "LOW",
"subConfidentialityImpact": "LOW",
"subIntegrityImpact": "LOW",
"userInteraction": "NONE",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:L/SC:L/SI:L/SA:L",
"version": "4.0",
"vulnAvailabilityImpact": "LOW",
"vulnConfidentialityImpact": "HIGH",
"vulnIntegrityImpact": "HIGH"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-287",
"description": "CWE-287: Improper Authentication",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-02-10T15:43:47.166Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/OpenSC/pam_pkcs11/security/advisories/GHSA-8r8p-7mgp-vf56",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/OpenSC/pam_pkcs11/security/advisories/GHSA-8r8p-7mgp-vf56"
},
{
"name": "https://github.com/OpenSC/pam_pkcs11/commit/470263258d1ac59c5eade439c4d9caba0097e6e6",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/OpenSC/pam_pkcs11/commit/470263258d1ac59c5eade439c4d9caba0097e6e6"
},
{
"name": "https://github.com/OpenSC/pam_pkcs11/commit/b665b287ff955bbbd9539252ff9f9e2754c3fb48",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/OpenSC/pam_pkcs11/commit/b665b287ff955bbbd9539252ff9f9e2754c3fb48"
},
{
"name": "https://github.com/OpenSC/pam_pkcs11/commit/d9530167966a77115db6e885d459382a2e52ee9e",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/OpenSC/pam_pkcs11/commit/d9530167966a77115db6e885d459382a2e52ee9e"
},
{
"name": "https://github.com/OpenSC/pam_pkcs11/releases/tag/pam_pkcs11-0.6.13",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/OpenSC/pam_pkcs11/releases/tag/pam_pkcs11-0.6.13"
}
],
"source": {
"advisory": "GHSA-8r8p-7mgp-vf56",
"discovery": "UNKNOWN"
},
"title": "PAM-PKCS#11 vulnerable to authentication bypass with default value for `cert_policy` (`none`)"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2025-24032",
"datePublished": "2025-02-10T15:43:47.166Z",
"dateReserved": "2025-01-16T17:31:06.460Z",
"dateUpdated": "2025-05-21T15:48:59.150Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2025-24032\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2025-02-10T16:15:39.153\",\"lastModified\":\"2025-05-21T16:15:30.827\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"PAM-PKCS#11 is a Linux-PAM login module that allows a X.509 certificate based user login. Prior to version 0.6.13, if cert_policy is set to none (the default value), then pam_pkcs11 will only check if the user is capable of logging into the token. An attacker may create a different token with the user\u0027s public data (e.g. the user\u0027s certificate) and a PIN known to the attacker. If no signature with the private key is required, then the attacker may now login as user with that created token. The default to *not* check the private key\u0027s signature has been changed with commit commi6638576892b59a99389043c90a1e7dd4d783b921, so that all versions starting with pam_pkcs11-0.6.0 should be affected. As a workaround, in `pam_pkcs11.conf`, set at least `cert_policy = signature;`.\"},{\"lang\":\"es\",\"value\":\"PAM-PKCS#11 es un m\u00f3dulo de inicio de sesi\u00f3n de Linux-PAM que permite un inicio de sesi\u00f3n de usuario basado en certificado X.509. Antes de la versi\u00f3n 0.6.13, si cert_policy se configuraba en none (el valor predeterminado), entonces pam_pkcs11 solo verificaba si el usuario puede iniciar sesi\u00f3n en el token. Un atacante puede crear un token diferente con los datos p\u00fablicos del usuario (por ejemplo, el certificado del usuario) y un PIN conocido por el atacante. Si no se requiere una firma con la clave privada, entonces el atacante puede iniciar sesi\u00f3n como usuario con ese token creado. El valor predeterminado de *no* verificar la firma de la clave privada se ha cambiado con el commit commi6638576892b59a99389043c90a1e7dd4d783b921, por lo que todas las versiones que comiencen con pam_pkcs11-0.6.0 deber\u00edan verse afectadas. Como workaround, en `pam_pkcs11.conf`, establezca al menos `cert_policy = signature;`.\"}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:L/SC:L/SI:L/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\",\"baseScore\":9.2,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"PRESENT\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"vulnConfidentialityImpact\":\"HIGH\",\"vulnIntegrityImpact\":\"HIGH\",\"vulnAvailabilityImpact\":\"LOW\",\"subConfidentialityImpact\":\"LOW\",\"subIntegrityImpact\":\"LOW\",\"subAvailabilityImpact\":\"LOW\",\"exploitMaturity\":\"NOT_DEFINED\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-287\"}]}],\"references\":[{\"url\":\"https://github.com/OpenSC/pam_pkcs11/commit/470263258d1ac59c5eade439c4d9caba0097e6e6\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/OpenSC/pam_pkcs11/commit/b665b287ff955bbbd9539252ff9f9e2754c3fb48\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/OpenSC/pam_pkcs11/commit/d9530167966a77115db6e885d459382a2e52ee9e\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/OpenSC/pam_pkcs11/releases/tag/pam_pkcs11-0.6.13\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/OpenSC/pam_pkcs11/security/advisories/GHSA-8r8p-7mgp-vf56\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2025/02/msg00021.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://www.vicarius.io/vsociety/posts/cve-2025-24032-detect-vulnerability-in-linux-pam-module\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://www.vicarius.io/vsociety/posts/cve-2025-24032-mitigate-linux-pam-module-vulnerability\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://lists.debian.org/debian-lts-announce/2025/02/msg00021.html\"}, {\"url\": \"https://www.vicarius.io/vsociety/posts/cve-2025-24032-detect-vulnerability-in-linux-pam-module\"}, {\"url\": \"https://www.vicarius.io/vsociety/posts/cve-2025-24032-mitigate-linux-pam-module-vulnerability\"}], \"x_generator\": {\"engine\": \"ADPogram 0.0.1\"}, \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-05-21T15:48:59.150Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-24032\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-02-10T16:20:48.577434Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-02-12T15:45:19.291Z\"}}], \"cna\": {\"title\": \"PAM-PKCS#11 vulnerable to authentication bypass with default value for `cert_policy` (`none`)\", \"source\": {\"advisory\": \"GHSA-8r8p-7mgp-vf56\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV4_0\": {\"version\": \"4.0\", \"baseScore\": 9.2, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"CRITICAL\", \"vectorString\": \"CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:L/SC:L/SI:L/SA:L\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"PRESENT\", \"privilegesRequired\": \"NONE\", \"subIntegrityImpact\": \"LOW\", \"vulnIntegrityImpact\": \"HIGH\", \"subAvailabilityImpact\": \"LOW\", \"vulnAvailabilityImpact\": \"LOW\", \"subConfidentialityImpact\": \"LOW\", \"vulnConfidentialityImpact\": \"HIGH\"}}], \"affected\": [{\"vendor\": \"OpenSC\", \"product\": \"pam_pkcs11\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 0.6.13\"}]}], \"references\": [{\"url\": \"https://github.com/OpenSC/pam_pkcs11/security/advisories/GHSA-8r8p-7mgp-vf56\", \"name\": \"https://github.com/OpenSC/pam_pkcs11/security/advisories/GHSA-8r8p-7mgp-vf56\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/OpenSC/pam_pkcs11/commit/470263258d1ac59c5eade439c4d9caba0097e6e6\", \"name\": \"https://github.com/OpenSC/pam_pkcs11/commit/470263258d1ac59c5eade439c4d9caba0097e6e6\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/OpenSC/pam_pkcs11/commit/b665b287ff955bbbd9539252ff9f9e2754c3fb48\", \"name\": \"https://github.com/OpenSC/pam_pkcs11/commit/b665b287ff955bbbd9539252ff9f9e2754c3fb48\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/OpenSC/pam_pkcs11/commit/d9530167966a77115db6e885d459382a2e52ee9e\", \"name\": \"https://github.com/OpenSC/pam_pkcs11/commit/d9530167966a77115db6e885d459382a2e52ee9e\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/OpenSC/pam_pkcs11/releases/tag/pam_pkcs11-0.6.13\", \"name\": \"https://github.com/OpenSC/pam_pkcs11/releases/tag/pam_pkcs11-0.6.13\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"PAM-PKCS#11 is a Linux-PAM login module that allows a X.509 certificate based user login. Prior to version 0.6.13, if cert_policy is set to none (the default value), then pam_pkcs11 will only check if the user is capable of logging into the token. An attacker may create a different token with the user\u0027s public data (e.g. the user\u0027s certificate) and a PIN known to the attacker. If no signature with the private key is required, then the attacker may now login as user with that created token. The default to *not* check the private key\u0027s signature has been changed with commit commi6638576892b59a99389043c90a1e7dd4d783b921, so that all versions starting with pam_pkcs11-0.6.0 should be affected. As a workaround, in `pam_pkcs11.conf`, set at least `cert_policy = signature;`.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-287\", \"description\": \"CWE-287: Improper Authentication\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2025-02-10T15:43:47.166Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-24032\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-05-21T15:48:59.150Z\", \"dateReserved\": \"2025-01-16T17:31:06.460Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2025-02-10T15:43:47.166Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
SUSE-SU-2025:0688-1
Vulnerability from csaf_suse - Published: 2025-02-24 12:55 - Updated: 2025-02-24 12:55Summary
Security update for pam_pkcs11
Severity
Moderate
Notes
Title of the patch: Security update for pam_pkcs11
Description of the patch: This update for pam_pkcs11 fixes the following issues:
- CVE-2025-24032: default value for `cert_policy` (`none`) allows for authentication bypass (bsc#1237062).
- CVE-2025-24031: uninitialized pointer dereference caused by user pressing ctrl-c/ctrl-d when asked for PIN leads to
crash (bsc#1237058).
Patchnames: SUSE-2025-688,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-688
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".
6.9 (Medium)
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": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for pam_pkcs11",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for pam_pkcs11 fixes the following issues:\n\n- CVE-2025-24032: default value for `cert_policy` (`none`) allows for authentication bypass (bsc#1237062).\n- CVE-2025-24031: uninitialized pointer dereference caused by user pressing ctrl-c/ctrl-d when asked for PIN leads to\n crash (bsc#1237058).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-688,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-688",
"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-2025_0688-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:0688-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250688-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:0688-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-February/020427.html"
},
{
"category": "self",
"summary": "SUSE Bug 1237058",
"url": "https://bugzilla.suse.com/1237058"
},
{
"category": "self",
"summary": "SUSE Bug 1237062",
"url": "https://bugzilla.suse.com/1237062"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-24031 page",
"url": "https://www.suse.com/security/cve/CVE-2025-24031/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-24032 page",
"url": "https://www.suse.com/security/cve/CVE-2025-24032/"
}
],
"title": "Security update for pam_pkcs11",
"tracking": {
"current_release_date": "2025-02-24T12:55:41Z",
"generator": {
"date": "2025-02-24T12:55:41Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:0688-1",
"initial_release_date": "2025-02-24T12:55:41Z",
"revision_history": [
{
"date": "2025-02-24T12:55:41Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "pam_pkcs11-0.6.8-7.8.1.aarch64",
"product": {
"name": "pam_pkcs11-0.6.8-7.8.1.aarch64",
"product_id": "pam_pkcs11-0.6.8-7.8.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "pam_pkcs11-64bit-0.6.8-7.8.1.aarch64_ilp32",
"product": {
"name": "pam_pkcs11-64bit-0.6.8-7.8.1.aarch64_ilp32",
"product_id": "pam_pkcs11-64bit-0.6.8-7.8.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "pam_pkcs11-0.6.8-7.8.1.i586",
"product": {
"name": "pam_pkcs11-0.6.8-7.8.1.i586",
"product_id": "pam_pkcs11-0.6.8-7.8.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "pam_pkcs11-0.6.8-7.8.1.ppc64le",
"product": {
"name": "pam_pkcs11-0.6.8-7.8.1.ppc64le",
"product_id": "pam_pkcs11-0.6.8-7.8.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "pam_pkcs11-0.6.8-7.8.1.s390",
"product": {
"name": "pam_pkcs11-0.6.8-7.8.1.s390",
"product_id": "pam_pkcs11-0.6.8-7.8.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "pam_pkcs11-0.6.8-7.8.1.s390x",
"product": {
"name": "pam_pkcs11-0.6.8-7.8.1.s390x",
"product_id": "pam_pkcs11-0.6.8-7.8.1.s390x"
}
},
{
"category": "product_version",
"name": "pam_pkcs11-32bit-0.6.8-7.8.1.s390x",
"product": {
"name": "pam_pkcs11-32bit-0.6.8-7.8.1.s390x",
"product_id": "pam_pkcs11-32bit-0.6.8-7.8.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "pam_pkcs11-0.6.8-7.8.1.x86_64",
"product": {
"name": "pam_pkcs11-0.6.8-7.8.1.x86_64",
"product_id": "pam_pkcs11-0.6.8-7.8.1.x86_64"
}
},
{
"category": "product_version",
"name": "pam_pkcs11-32bit-0.6.8-7.8.1.x86_64",
"product": {
"name": "pam_pkcs11-32bit-0.6.8-7.8.1.x86_64",
"product_id": "pam_pkcs11-32bit-0.6.8-7.8.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "pam_pkcs11-0.6.8-7.8.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:pam_pkcs11-0.6.8-7.8.1.x86_64"
},
"product_reference": "pam_pkcs11-0.6.8-7.8.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pam_pkcs11-32bit-0.6.8-7.8.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:pam_pkcs11-32bit-0.6.8-7.8.1.x86_64"
},
"product_reference": "pam_pkcs11-32bit-0.6.8-7.8.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-24031",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-24031"
}
],
"notes": [
{
"category": "general",
"text": "PAM-PKCS#11 is a Linux-PAM login module that allows a X.509 certificate based user login. In versions 0.6.12 and prior, the pam_pkcs11 module segfaults when a user presses ctrl-c/ctrl-d when they are asked for a PIN. When a user enters no PIN at all, `pam_get_pwd` will never initialize the password buffer pointer and as such `cleanse` will try to dereference an uninitialized pointer. On my system this pointer happens to have the value 3 most of the time when running sudo and as such it will segfault. The most likely impact to a system affected by this issue is an availability impact due to a daemon that uses PAM crashing. As of time of publication, a patch for the issue is unavailable.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:pam_pkcs11-0.6.8-7.8.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:pam_pkcs11-32bit-0.6.8-7.8.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-24031",
"url": "https://www.suse.com/security/cve/CVE-2025-24031"
},
{
"category": "external",
"summary": "SUSE Bug 1237058 for CVE-2025-24031",
"url": "https://bugzilla.suse.com/1237058"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:pam_pkcs11-0.6.8-7.8.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:pam_pkcs11-32bit-0.6.8-7.8.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:pam_pkcs11-0.6.8-7.8.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:pam_pkcs11-32bit-0.6.8-7.8.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-24T12:55:41Z",
"details": "moderate"
}
],
"title": "CVE-2025-24031"
},
{
"cve": "CVE-2025-24032",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-24032"
}
],
"notes": [
{
"category": "general",
"text": "PAM-PKCS#11 is a Linux-PAM login module that allows a X.509 certificate based user login. Prior to version 0.6.13, if cert_policy is set to none (the default value), then pam_pkcs11 will only check if the user is capable of logging into the token. An attacker may create a different token with the user\u0027s public data (e.g. the user\u0027s certificate) and a PIN known to the attacker. If no signature with the private key is required, then the attacker may now login as user with that created token. The default to *not* check the private key\u0027s signature has been changed with commit commi6638576892b59a99389043c90a1e7dd4d783b921, so that all versions starting with pam_pkcs11-0.6.0 should be affected. As a workaround, in `pam_pkcs11.conf`, set at least `cert_policy = signature;`.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:pam_pkcs11-0.6.8-7.8.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:pam_pkcs11-32bit-0.6.8-7.8.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-24032",
"url": "https://www.suse.com/security/cve/CVE-2025-24032"
},
{
"category": "external",
"summary": "SUSE Bug 1237062 for CVE-2025-24032",
"url": "https://bugzilla.suse.com/1237062"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:pam_pkcs11-0.6.8-7.8.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:pam_pkcs11-32bit-0.6.8-7.8.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:pam_pkcs11-0.6.8-7.8.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:pam_pkcs11-32bit-0.6.8-7.8.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-24T12:55:41Z",
"details": "moderate"
}
],
"title": "CVE-2025-24032"
}
]
}
SUSE-SU-2025:0712-1
Vulnerability from csaf_suse - Published: 2025-02-25 10:38 - Updated: 2025-02-25 10:38Summary
Security update for pam_pkcs11
Severity
Moderate
Notes
Title of the patch: Security update for pam_pkcs11
Description of the patch: This update for pam_pkcs11 fixes the following issues:
- CVE-2025-24032: default value for `cert_policy` (`none`) allows for authentication bypass (bsc#1237062).
- CVE-2025-24031: uninitialized pointer dereference caused by user pressing ctrl-c/ctrl-d when asked for PIN leads to
crash (bsc#1237058).
Patchnames: SUSE-2025-712,SUSE-SLE-Micro-5.3-2025-712,SUSE-SLE-Micro-5.4-2025-712,SUSE-SLE-Micro-5.5-2025-712,SUSE-SUSE-MicroOS-5.1-2025-712,SUSE-SUSE-MicroOS-5.2-2025-712
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".
6.9 (Medium)
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": "Security update for pam_pkcs11",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for pam_pkcs11 fixes the following issues:\n\n- CVE-2025-24032: default value for `cert_policy` (`none`) allows for authentication bypass (bsc#1237062).\n- CVE-2025-24031: uninitialized pointer dereference caused by user pressing ctrl-c/ctrl-d when asked for PIN leads to\n crash (bsc#1237058).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-712,SUSE-SLE-Micro-5.3-2025-712,SUSE-SLE-Micro-5.4-2025-712,SUSE-SLE-Micro-5.5-2025-712,SUSE-SUSE-MicroOS-5.1-2025-712,SUSE-SUSE-MicroOS-5.2-2025-712",
"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-2025_0712-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:0712-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250712-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:0712-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-February/020434.html"
},
{
"category": "self",
"summary": "SUSE Bug 1237058",
"url": "https://bugzilla.suse.com/1237058"
},
{
"category": "self",
"summary": "SUSE Bug 1237062",
"url": "https://bugzilla.suse.com/1237062"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-24031 page",
"url": "https://www.suse.com/security/cve/CVE-2025-24031/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-24032 page",
"url": "https://www.suse.com/security/cve/CVE-2025-24032/"
}
],
"title": "Security update for pam_pkcs11",
"tracking": {
"current_release_date": "2025-02-25T10:38:03Z",
"generator": {
"date": "2025-02-25T10:38:03Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:0712-1",
"initial_release_date": "2025-02-25T10:38:03Z",
"revision_history": [
{
"date": "2025-02-25T10:38:03Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "pam_pkcs11-0.6.10-150100.3.6.1.aarch64",
"product": {
"name": "pam_pkcs11-0.6.10-150100.3.6.1.aarch64",
"product_id": "pam_pkcs11-0.6.10-150100.3.6.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "pam_pkcs11-64bit-0.6.10-150100.3.6.1.aarch64_ilp32",
"product": {
"name": "pam_pkcs11-64bit-0.6.10-150100.3.6.1.aarch64_ilp32",
"product_id": "pam_pkcs11-64bit-0.6.10-150100.3.6.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "pam_pkcs11-0.6.10-150100.3.6.1.i586",
"product": {
"name": "pam_pkcs11-0.6.10-150100.3.6.1.i586",
"product_id": "pam_pkcs11-0.6.10-150100.3.6.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "pam_pkcs11-devel-doc-0.6.10-150100.3.6.1.noarch",
"product": {
"name": "pam_pkcs11-devel-doc-0.6.10-150100.3.6.1.noarch",
"product_id": "pam_pkcs11-devel-doc-0.6.10-150100.3.6.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "pam_pkcs11-0.6.10-150100.3.6.1.ppc64le",
"product": {
"name": "pam_pkcs11-0.6.10-150100.3.6.1.ppc64le",
"product_id": "pam_pkcs11-0.6.10-150100.3.6.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "pam_pkcs11-0.6.10-150100.3.6.1.s390x",
"product": {
"name": "pam_pkcs11-0.6.10-150100.3.6.1.s390x",
"product_id": "pam_pkcs11-0.6.10-150100.3.6.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "pam_pkcs11-0.6.10-150100.3.6.1.x86_64",
"product": {
"name": "pam_pkcs11-0.6.10-150100.3.6.1.x86_64",
"product_id": "pam_pkcs11-0.6.10-150100.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "pam_pkcs11-32bit-0.6.10-150100.3.6.1.x86_64",
"product": {
"name": "pam_pkcs11-32bit-0.6.10-150100.3.6.1.x86_64",
"product_id": "pam_pkcs11-32bit-0.6.10-150100.3.6.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.3",
"product": {
"name": "SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.4",
"product": {
"name": "SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.5",
"product": {
"name": "SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.1",
"product": {
"name": "SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-microos:5.1"
}
}
},
{
"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": "pam_pkcs11-0.6.10-150100.3.6.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:pam_pkcs11-0.6.10-150100.3.6.1.aarch64"
},
"product_reference": "pam_pkcs11-0.6.10-150100.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pam_pkcs11-0.6.10-150100.3.6.1.s390x as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:pam_pkcs11-0.6.10-150100.3.6.1.s390x"
},
"product_reference": "pam_pkcs11-0.6.10-150100.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pam_pkcs11-0.6.10-150100.3.6.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:pam_pkcs11-0.6.10-150100.3.6.1.x86_64"
},
"product_reference": "pam_pkcs11-0.6.10-150100.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pam_pkcs11-0.6.10-150100.3.6.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:pam_pkcs11-0.6.10-150100.3.6.1.aarch64"
},
"product_reference": "pam_pkcs11-0.6.10-150100.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pam_pkcs11-0.6.10-150100.3.6.1.s390x as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:pam_pkcs11-0.6.10-150100.3.6.1.s390x"
},
"product_reference": "pam_pkcs11-0.6.10-150100.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pam_pkcs11-0.6.10-150100.3.6.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:pam_pkcs11-0.6.10-150100.3.6.1.x86_64"
},
"product_reference": "pam_pkcs11-0.6.10-150100.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pam_pkcs11-0.6.10-150100.3.6.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:pam_pkcs11-0.6.10-150100.3.6.1.aarch64"
},
"product_reference": "pam_pkcs11-0.6.10-150100.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pam_pkcs11-0.6.10-150100.3.6.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:pam_pkcs11-0.6.10-150100.3.6.1.ppc64le"
},
"product_reference": "pam_pkcs11-0.6.10-150100.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pam_pkcs11-0.6.10-150100.3.6.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:pam_pkcs11-0.6.10-150100.3.6.1.s390x"
},
"product_reference": "pam_pkcs11-0.6.10-150100.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pam_pkcs11-0.6.10-150100.3.6.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:pam_pkcs11-0.6.10-150100.3.6.1.x86_64"
},
"product_reference": "pam_pkcs11-0.6.10-150100.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pam_pkcs11-0.6.10-150100.3.6.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:pam_pkcs11-0.6.10-150100.3.6.1.aarch64"
},
"product_reference": "pam_pkcs11-0.6.10-150100.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pam_pkcs11-0.6.10-150100.3.6.1.s390x as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:pam_pkcs11-0.6.10-150100.3.6.1.s390x"
},
"product_reference": "pam_pkcs11-0.6.10-150100.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pam_pkcs11-0.6.10-150100.3.6.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:pam_pkcs11-0.6.10-150100.3.6.1.x86_64"
},
"product_reference": "pam_pkcs11-0.6.10-150100.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pam_pkcs11-0.6.10-150100.3.6.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:pam_pkcs11-0.6.10-150100.3.6.1.aarch64"
},
"product_reference": "pam_pkcs11-0.6.10-150100.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pam_pkcs11-0.6.10-150100.3.6.1.s390x as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:pam_pkcs11-0.6.10-150100.3.6.1.s390x"
},
"product_reference": "pam_pkcs11-0.6.10-150100.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pam_pkcs11-0.6.10-150100.3.6.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:pam_pkcs11-0.6.10-150100.3.6.1.x86_64"
},
"product_reference": "pam_pkcs11-0.6.10-150100.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-24031",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-24031"
}
],
"notes": [
{
"category": "general",
"text": "PAM-PKCS#11 is a Linux-PAM login module that allows a X.509 certificate based user login. In versions 0.6.12 and prior, the pam_pkcs11 module segfaults when a user presses ctrl-c/ctrl-d when they are asked for a PIN. When a user enters no PIN at all, `pam_get_pwd` will never initialize the password buffer pointer and as such `cleanse` will try to dereference an uninitialized pointer. On my system this pointer happens to have the value 3 most of the time when running sudo and as such it will segfault. The most likely impact to a system affected by this issue is an availability impact due to a daemon that uses PAM crashing. As of time of publication, a patch for the issue is unavailable.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.1:pam_pkcs11-0.6.10-150100.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:pam_pkcs11-0.6.10-150100.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.1:pam_pkcs11-0.6.10-150100.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:pam_pkcs11-0.6.10-150100.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:pam_pkcs11-0.6.10-150100.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.2:pam_pkcs11-0.6.10-150100.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:pam_pkcs11-0.6.10-150100.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:pam_pkcs11-0.6.10-150100.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.3:pam_pkcs11-0.6.10-150100.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:pam_pkcs11-0.6.10-150100.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:pam_pkcs11-0.6.10-150100.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.4:pam_pkcs11-0.6.10-150100.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:pam_pkcs11-0.6.10-150100.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:pam_pkcs11-0.6.10-150100.3.6.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:pam_pkcs11-0.6.10-150100.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.5:pam_pkcs11-0.6.10-150100.3.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-24031",
"url": "https://www.suse.com/security/cve/CVE-2025-24031"
},
{
"category": "external",
"summary": "SUSE Bug 1237058 for CVE-2025-24031",
"url": "https://bugzilla.suse.com/1237058"
}
],
"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.1:pam_pkcs11-0.6.10-150100.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:pam_pkcs11-0.6.10-150100.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.1:pam_pkcs11-0.6.10-150100.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:pam_pkcs11-0.6.10-150100.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:pam_pkcs11-0.6.10-150100.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.2:pam_pkcs11-0.6.10-150100.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:pam_pkcs11-0.6.10-150100.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:pam_pkcs11-0.6.10-150100.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.3:pam_pkcs11-0.6.10-150100.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:pam_pkcs11-0.6.10-150100.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:pam_pkcs11-0.6.10-150100.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.4:pam_pkcs11-0.6.10-150100.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:pam_pkcs11-0.6.10-150100.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:pam_pkcs11-0.6.10-150100.3.6.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:pam_pkcs11-0.6.10-150100.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.5:pam_pkcs11-0.6.10-150100.3.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.1:pam_pkcs11-0.6.10-150100.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:pam_pkcs11-0.6.10-150100.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.1:pam_pkcs11-0.6.10-150100.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:pam_pkcs11-0.6.10-150100.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:pam_pkcs11-0.6.10-150100.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.2:pam_pkcs11-0.6.10-150100.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:pam_pkcs11-0.6.10-150100.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:pam_pkcs11-0.6.10-150100.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.3:pam_pkcs11-0.6.10-150100.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:pam_pkcs11-0.6.10-150100.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:pam_pkcs11-0.6.10-150100.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.4:pam_pkcs11-0.6.10-150100.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:pam_pkcs11-0.6.10-150100.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:pam_pkcs11-0.6.10-150100.3.6.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:pam_pkcs11-0.6.10-150100.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.5:pam_pkcs11-0.6.10-150100.3.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-25T10:38:03Z",
"details": "moderate"
}
],
"title": "CVE-2025-24031"
},
{
"cve": "CVE-2025-24032",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-24032"
}
],
"notes": [
{
"category": "general",
"text": "PAM-PKCS#11 is a Linux-PAM login module that allows a X.509 certificate based user login. Prior to version 0.6.13, if cert_policy is set to none (the default value), then pam_pkcs11 will only check if the user is capable of logging into the token. An attacker may create a different token with the user\u0027s public data (e.g. the user\u0027s certificate) and a PIN known to the attacker. If no signature with the private key is required, then the attacker may now login as user with that created token. The default to *not* check the private key\u0027s signature has been changed with commit commi6638576892b59a99389043c90a1e7dd4d783b921, so that all versions starting with pam_pkcs11-0.6.0 should be affected. As a workaround, in `pam_pkcs11.conf`, set at least `cert_policy = signature;`.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.1:pam_pkcs11-0.6.10-150100.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:pam_pkcs11-0.6.10-150100.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.1:pam_pkcs11-0.6.10-150100.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:pam_pkcs11-0.6.10-150100.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:pam_pkcs11-0.6.10-150100.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.2:pam_pkcs11-0.6.10-150100.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:pam_pkcs11-0.6.10-150100.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:pam_pkcs11-0.6.10-150100.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.3:pam_pkcs11-0.6.10-150100.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:pam_pkcs11-0.6.10-150100.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:pam_pkcs11-0.6.10-150100.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.4:pam_pkcs11-0.6.10-150100.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:pam_pkcs11-0.6.10-150100.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:pam_pkcs11-0.6.10-150100.3.6.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:pam_pkcs11-0.6.10-150100.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.5:pam_pkcs11-0.6.10-150100.3.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-24032",
"url": "https://www.suse.com/security/cve/CVE-2025-24032"
},
{
"category": "external",
"summary": "SUSE Bug 1237062 for CVE-2025-24032",
"url": "https://bugzilla.suse.com/1237062"
}
],
"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.1:pam_pkcs11-0.6.10-150100.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:pam_pkcs11-0.6.10-150100.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.1:pam_pkcs11-0.6.10-150100.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:pam_pkcs11-0.6.10-150100.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:pam_pkcs11-0.6.10-150100.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.2:pam_pkcs11-0.6.10-150100.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:pam_pkcs11-0.6.10-150100.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:pam_pkcs11-0.6.10-150100.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.3:pam_pkcs11-0.6.10-150100.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:pam_pkcs11-0.6.10-150100.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:pam_pkcs11-0.6.10-150100.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.4:pam_pkcs11-0.6.10-150100.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:pam_pkcs11-0.6.10-150100.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:pam_pkcs11-0.6.10-150100.3.6.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:pam_pkcs11-0.6.10-150100.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.5:pam_pkcs11-0.6.10-150100.3.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.1:pam_pkcs11-0.6.10-150100.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:pam_pkcs11-0.6.10-150100.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.1:pam_pkcs11-0.6.10-150100.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:pam_pkcs11-0.6.10-150100.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:pam_pkcs11-0.6.10-150100.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.2:pam_pkcs11-0.6.10-150100.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:pam_pkcs11-0.6.10-150100.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:pam_pkcs11-0.6.10-150100.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.3:pam_pkcs11-0.6.10-150100.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:pam_pkcs11-0.6.10-150100.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:pam_pkcs11-0.6.10-150100.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.4:pam_pkcs11-0.6.10-150100.3.6.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:pam_pkcs11-0.6.10-150100.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:pam_pkcs11-0.6.10-150100.3.6.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:pam_pkcs11-0.6.10-150100.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.5:pam_pkcs11-0.6.10-150100.3.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-25T10:38:03Z",
"details": "moderate"
}
],
"title": "CVE-2025-24032"
}
]
}
SUSE-SU-2025:20199-1
Vulnerability from csaf_suse - Published: 2025-04-22 14:17 - Updated: 2025-04-22 14:17Summary
Security update for pam_pkcs11
Severity
Important
Notes
Title of the patch: Security update for pam_pkcs11
Description of the patch: This update for pam_pkcs11 fixes the following issues:
- CVE-2025-24031: Fixed segmentation fault on ctrl-c/ctrl-d when asked for PIN (bsc#1237058).
- CVE-2025-24032: Fixed authentication bypass with default value for `cert_policy` (`none`) (bsc#1237062).
Patchnames: SUSE-SLE-Micro-6.0-293
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".
6.9 (Medium)
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": "important"
},
"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 pam_pkcs11",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for pam_pkcs11 fixes the following issues:\n\n- CVE-2025-24031: Fixed segmentation fault on ctrl-c/ctrl-d when asked for PIN (bsc#1237058).\n- CVE-2025-24032: Fixed authentication bypass with default value for `cert_policy` (`none`) (bsc#1237062).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.0-293",
"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-2025_20199-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:20199-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520199-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:20199-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021140.html"
},
{
"category": "self",
"summary": "SUSE Bug 1237058",
"url": "https://bugzilla.suse.com/1237058"
},
{
"category": "self",
"summary": "SUSE Bug 1237062",
"url": "https://bugzilla.suse.com/1237062"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-24031 page",
"url": "https://www.suse.com/security/cve/CVE-2025-24031/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-24032 page",
"url": "https://www.suse.com/security/cve/CVE-2025-24032/"
}
],
"title": "Security update for pam_pkcs11",
"tracking": {
"current_release_date": "2025-04-22T14:17:16Z",
"generator": {
"date": "2025-04-22T14:17:16Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:20199-1",
"initial_release_date": "2025-04-22T14:17:16Z",
"revision_history": [
{
"date": "2025-04-22T14:17:16Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "pam_pkcs11-0.6.12-3.1.aarch64",
"product": {
"name": "pam_pkcs11-0.6.12-3.1.aarch64",
"product_id": "pam_pkcs11-0.6.12-3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "pam_pkcs11-0.6.12-3.1.s390x",
"product": {
"name": "pam_pkcs11-0.6.12-3.1.s390x",
"product_id": "pam_pkcs11-0.6.12-3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "pam_pkcs11-0.6.12-3.1.x86_64",
"product": {
"name": "pam_pkcs11-0.6.12-3.1.x86_64",
"product_id": "pam_pkcs11-0.6.12-3.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": "pam_pkcs11-0.6.12-3.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:pam_pkcs11-0.6.12-3.1.aarch64"
},
"product_reference": "pam_pkcs11-0.6.12-3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pam_pkcs11-0.6.12-3.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:pam_pkcs11-0.6.12-3.1.s390x"
},
"product_reference": "pam_pkcs11-0.6.12-3.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pam_pkcs11-0.6.12-3.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:pam_pkcs11-0.6.12-3.1.x86_64"
},
"product_reference": "pam_pkcs11-0.6.12-3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-24031",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-24031"
}
],
"notes": [
{
"category": "general",
"text": "PAM-PKCS#11 is a Linux-PAM login module that allows a X.509 certificate based user login. In versions 0.6.12 and prior, the pam_pkcs11 module segfaults when a user presses ctrl-c/ctrl-d when they are asked for a PIN. When a user enters no PIN at all, `pam_get_pwd` will never initialize the password buffer pointer and as such `cleanse` will try to dereference an uninitialized pointer. On my system this pointer happens to have the value 3 most of the time when running sudo and as such it will segfault. The most likely impact to a system affected by this issue is an availability impact due to a daemon that uses PAM crashing. As of time of publication, a patch for the issue is unavailable.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:pam_pkcs11-0.6.12-3.1.aarch64",
"SUSE Linux Micro 6.0:pam_pkcs11-0.6.12-3.1.s390x",
"SUSE Linux Micro 6.0:pam_pkcs11-0.6.12-3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-24031",
"url": "https://www.suse.com/security/cve/CVE-2025-24031"
},
{
"category": "external",
"summary": "SUSE Bug 1237058 for CVE-2025-24031",
"url": "https://bugzilla.suse.com/1237058"
}
],
"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:pam_pkcs11-0.6.12-3.1.aarch64",
"SUSE Linux Micro 6.0:pam_pkcs11-0.6.12-3.1.s390x",
"SUSE Linux Micro 6.0:pam_pkcs11-0.6.12-3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:pam_pkcs11-0.6.12-3.1.aarch64",
"SUSE Linux Micro 6.0:pam_pkcs11-0.6.12-3.1.s390x",
"SUSE Linux Micro 6.0:pam_pkcs11-0.6.12-3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-22T14:17:16Z",
"details": "moderate"
}
],
"title": "CVE-2025-24031"
},
{
"cve": "CVE-2025-24032",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-24032"
}
],
"notes": [
{
"category": "general",
"text": "PAM-PKCS#11 is a Linux-PAM login module that allows a X.509 certificate based user login. Prior to version 0.6.13, if cert_policy is set to none (the default value), then pam_pkcs11 will only check if the user is capable of logging into the token. An attacker may create a different token with the user\u0027s public data (e.g. the user\u0027s certificate) and a PIN known to the attacker. If no signature with the private key is required, then the attacker may now login as user with that created token. The default to *not* check the private key\u0027s signature has been changed with commit commi6638576892b59a99389043c90a1e7dd4d783b921, so that all versions starting with pam_pkcs11-0.6.0 should be affected. As a workaround, in `pam_pkcs11.conf`, set at least `cert_policy = signature;`.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:pam_pkcs11-0.6.12-3.1.aarch64",
"SUSE Linux Micro 6.0:pam_pkcs11-0.6.12-3.1.s390x",
"SUSE Linux Micro 6.0:pam_pkcs11-0.6.12-3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-24032",
"url": "https://www.suse.com/security/cve/CVE-2025-24032"
},
{
"category": "external",
"summary": "SUSE Bug 1237062 for CVE-2025-24032",
"url": "https://bugzilla.suse.com/1237062"
}
],
"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:pam_pkcs11-0.6.12-3.1.aarch64",
"SUSE Linux Micro 6.0:pam_pkcs11-0.6.12-3.1.s390x",
"SUSE Linux Micro 6.0:pam_pkcs11-0.6.12-3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:pam_pkcs11-0.6.12-3.1.aarch64",
"SUSE Linux Micro 6.0:pam_pkcs11-0.6.12-3.1.s390x",
"SUSE Linux Micro 6.0:pam_pkcs11-0.6.12-3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-22T14:17:16Z",
"details": "moderate"
}
],
"title": "CVE-2025-24032"
}
]
}
SUSE-SU-2025:0689-1
Vulnerability from csaf_suse - Published: 2025-02-24 12:57 - Updated: 2025-02-24 12:57Summary
Security update for pam_pkcs11
Severity
Moderate
Notes
Title of the patch: Security update for pam_pkcs11
Description of the patch: This update for pam_pkcs11 fixes the following issues:
- CVE-2025-24032: default value for `cert_policy` (`none`) allows for authentication bypass (bsc#1237062).
- CVE-2025-24031: uninitialized pointer dereference caused by user pressing ctrl-c/ctrl-d when asked for PIN leads to
crash (bsc#1237058).
Patchnames: SUSE-2025-689,SUSE-SLE-Module-Basesystem-15-SP6-2025-689,openSUSE-SLE-15.6-2025-689
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".
6.9 (Medium)
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": "Security update for pam_pkcs11",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for pam_pkcs11 fixes the following issues:\n\n- CVE-2025-24032: default value for `cert_policy` (`none`) allows for authentication bypass (bsc#1237062).\n- CVE-2025-24031: uninitialized pointer dereference caused by user pressing ctrl-c/ctrl-d when asked for PIN leads to\n crash (bsc#1237058).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-689,SUSE-SLE-Module-Basesystem-15-SP6-2025-689,openSUSE-SLE-15.6-2025-689",
"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-2025_0689-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:0689-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250689-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:0689-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-February/020426.html"
},
{
"category": "self",
"summary": "SUSE Bug 1237058",
"url": "https://bugzilla.suse.com/1237058"
},
{
"category": "self",
"summary": "SUSE Bug 1237062",
"url": "https://bugzilla.suse.com/1237062"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-24031 page",
"url": "https://www.suse.com/security/cve/CVE-2025-24031/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-24032 page",
"url": "https://www.suse.com/security/cve/CVE-2025-24032/"
}
],
"title": "Security update for pam_pkcs11",
"tracking": {
"current_release_date": "2025-02-24T12:57:14Z",
"generator": {
"date": "2025-02-24T12:57:14Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:0689-1",
"initial_release_date": "2025-02-24T12:57:14Z",
"revision_history": [
{
"date": "2025-02-24T12:57:14Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "pam_pkcs11-0.6.10-150600.16.3.1.aarch64",
"product": {
"name": "pam_pkcs11-0.6.10-150600.16.3.1.aarch64",
"product_id": "pam_pkcs11-0.6.10-150600.16.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "pam_pkcs11-64bit-0.6.10-150600.16.3.1.aarch64_ilp32",
"product": {
"name": "pam_pkcs11-64bit-0.6.10-150600.16.3.1.aarch64_ilp32",
"product_id": "pam_pkcs11-64bit-0.6.10-150600.16.3.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "pam_pkcs11-0.6.10-150600.16.3.1.i586",
"product": {
"name": "pam_pkcs11-0.6.10-150600.16.3.1.i586",
"product_id": "pam_pkcs11-0.6.10-150600.16.3.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "pam_pkcs11-devel-doc-0.6.10-150600.16.3.1.noarch",
"product": {
"name": "pam_pkcs11-devel-doc-0.6.10-150600.16.3.1.noarch",
"product_id": "pam_pkcs11-devel-doc-0.6.10-150600.16.3.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "pam_pkcs11-0.6.10-150600.16.3.1.ppc64le",
"product": {
"name": "pam_pkcs11-0.6.10-150600.16.3.1.ppc64le",
"product_id": "pam_pkcs11-0.6.10-150600.16.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "pam_pkcs11-0.6.10-150600.16.3.1.s390x",
"product": {
"name": "pam_pkcs11-0.6.10-150600.16.3.1.s390x",
"product_id": "pam_pkcs11-0.6.10-150600.16.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "pam_pkcs11-0.6.10-150600.16.3.1.x86_64",
"product": {
"name": "pam_pkcs11-0.6.10-150600.16.3.1.x86_64",
"product_id": "pam_pkcs11-0.6.10-150600.16.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "pam_pkcs11-32bit-0.6.10-150600.16.3.1.x86_64",
"product": {
"name": "pam_pkcs11-32bit-0.6.10-150600.16.3.1.x86_64",
"product_id": "pam_pkcs11-32bit-0.6.10-150600.16.3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp6"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "pam_pkcs11-0.6.10-150600.16.3.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:pam_pkcs11-0.6.10-150600.16.3.1.aarch64"
},
"product_reference": "pam_pkcs11-0.6.10-150600.16.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pam_pkcs11-0.6.10-150600.16.3.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:pam_pkcs11-0.6.10-150600.16.3.1.ppc64le"
},
"product_reference": "pam_pkcs11-0.6.10-150600.16.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pam_pkcs11-0.6.10-150600.16.3.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:pam_pkcs11-0.6.10-150600.16.3.1.s390x"
},
"product_reference": "pam_pkcs11-0.6.10-150600.16.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pam_pkcs11-0.6.10-150600.16.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:pam_pkcs11-0.6.10-150600.16.3.1.x86_64"
},
"product_reference": "pam_pkcs11-0.6.10-150600.16.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pam_pkcs11-32bit-0.6.10-150600.16.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:pam_pkcs11-32bit-0.6.10-150600.16.3.1.x86_64"
},
"product_reference": "pam_pkcs11-32bit-0.6.10-150600.16.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pam_pkcs11-0.6.10-150600.16.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:pam_pkcs11-0.6.10-150600.16.3.1.aarch64"
},
"product_reference": "pam_pkcs11-0.6.10-150600.16.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pam_pkcs11-0.6.10-150600.16.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:pam_pkcs11-0.6.10-150600.16.3.1.ppc64le"
},
"product_reference": "pam_pkcs11-0.6.10-150600.16.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pam_pkcs11-0.6.10-150600.16.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:pam_pkcs11-0.6.10-150600.16.3.1.s390x"
},
"product_reference": "pam_pkcs11-0.6.10-150600.16.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pam_pkcs11-0.6.10-150600.16.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:pam_pkcs11-0.6.10-150600.16.3.1.x86_64"
},
"product_reference": "pam_pkcs11-0.6.10-150600.16.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pam_pkcs11-32bit-0.6.10-150600.16.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:pam_pkcs11-32bit-0.6.10-150600.16.3.1.x86_64"
},
"product_reference": "pam_pkcs11-32bit-0.6.10-150600.16.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pam_pkcs11-devel-doc-0.6.10-150600.16.3.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:pam_pkcs11-devel-doc-0.6.10-150600.16.3.1.noarch"
},
"product_reference": "pam_pkcs11-devel-doc-0.6.10-150600.16.3.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-24031",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-24031"
}
],
"notes": [
{
"category": "general",
"text": "PAM-PKCS#11 is a Linux-PAM login module that allows a X.509 certificate based user login. In versions 0.6.12 and prior, the pam_pkcs11 module segfaults when a user presses ctrl-c/ctrl-d when they are asked for a PIN. When a user enters no PIN at all, `pam_get_pwd` will never initialize the password buffer pointer and as such `cleanse` will try to dereference an uninitialized pointer. On my system this pointer happens to have the value 3 most of the time when running sudo and as such it will segfault. The most likely impact to a system affected by this issue is an availability impact due to a daemon that uses PAM crashing. As of time of publication, a patch for the issue is unavailable.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:pam_pkcs11-0.6.10-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:pam_pkcs11-0.6.10-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:pam_pkcs11-0.6.10-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:pam_pkcs11-0.6.10-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:pam_pkcs11-32bit-0.6.10-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:pam_pkcs11-0.6.10-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:pam_pkcs11-0.6.10-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:pam_pkcs11-0.6.10-150600.16.3.1.s390x",
"openSUSE Leap 15.6:pam_pkcs11-0.6.10-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:pam_pkcs11-32bit-0.6.10-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:pam_pkcs11-devel-doc-0.6.10-150600.16.3.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-24031",
"url": "https://www.suse.com/security/cve/CVE-2025-24031"
},
{
"category": "external",
"summary": "SUSE Bug 1237058 for CVE-2025-24031",
"url": "https://bugzilla.suse.com/1237058"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:pam_pkcs11-0.6.10-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:pam_pkcs11-0.6.10-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:pam_pkcs11-0.6.10-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:pam_pkcs11-0.6.10-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:pam_pkcs11-32bit-0.6.10-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:pam_pkcs11-0.6.10-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:pam_pkcs11-0.6.10-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:pam_pkcs11-0.6.10-150600.16.3.1.s390x",
"openSUSE Leap 15.6:pam_pkcs11-0.6.10-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:pam_pkcs11-32bit-0.6.10-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:pam_pkcs11-devel-doc-0.6.10-150600.16.3.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:pam_pkcs11-0.6.10-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:pam_pkcs11-0.6.10-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:pam_pkcs11-0.6.10-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:pam_pkcs11-0.6.10-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:pam_pkcs11-32bit-0.6.10-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:pam_pkcs11-0.6.10-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:pam_pkcs11-0.6.10-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:pam_pkcs11-0.6.10-150600.16.3.1.s390x",
"openSUSE Leap 15.6:pam_pkcs11-0.6.10-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:pam_pkcs11-32bit-0.6.10-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:pam_pkcs11-devel-doc-0.6.10-150600.16.3.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-24T12:57:14Z",
"details": "moderate"
}
],
"title": "CVE-2025-24031"
},
{
"cve": "CVE-2025-24032",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-24032"
}
],
"notes": [
{
"category": "general",
"text": "PAM-PKCS#11 is a Linux-PAM login module that allows a X.509 certificate based user login. Prior to version 0.6.13, if cert_policy is set to none (the default value), then pam_pkcs11 will only check if the user is capable of logging into the token. An attacker may create a different token with the user\u0027s public data (e.g. the user\u0027s certificate) and a PIN known to the attacker. If no signature with the private key is required, then the attacker may now login as user with that created token. The default to *not* check the private key\u0027s signature has been changed with commit commi6638576892b59a99389043c90a1e7dd4d783b921, so that all versions starting with pam_pkcs11-0.6.0 should be affected. As a workaround, in `pam_pkcs11.conf`, set at least `cert_policy = signature;`.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:pam_pkcs11-0.6.10-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:pam_pkcs11-0.6.10-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:pam_pkcs11-0.6.10-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:pam_pkcs11-0.6.10-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:pam_pkcs11-32bit-0.6.10-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:pam_pkcs11-0.6.10-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:pam_pkcs11-0.6.10-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:pam_pkcs11-0.6.10-150600.16.3.1.s390x",
"openSUSE Leap 15.6:pam_pkcs11-0.6.10-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:pam_pkcs11-32bit-0.6.10-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:pam_pkcs11-devel-doc-0.6.10-150600.16.3.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-24032",
"url": "https://www.suse.com/security/cve/CVE-2025-24032"
},
{
"category": "external",
"summary": "SUSE Bug 1237062 for CVE-2025-24032",
"url": "https://bugzilla.suse.com/1237062"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:pam_pkcs11-0.6.10-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:pam_pkcs11-0.6.10-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:pam_pkcs11-0.6.10-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:pam_pkcs11-0.6.10-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:pam_pkcs11-32bit-0.6.10-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:pam_pkcs11-0.6.10-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:pam_pkcs11-0.6.10-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:pam_pkcs11-0.6.10-150600.16.3.1.s390x",
"openSUSE Leap 15.6:pam_pkcs11-0.6.10-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:pam_pkcs11-32bit-0.6.10-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:pam_pkcs11-devel-doc-0.6.10-150600.16.3.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:pam_pkcs11-0.6.10-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:pam_pkcs11-0.6.10-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:pam_pkcs11-0.6.10-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:pam_pkcs11-0.6.10-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:pam_pkcs11-32bit-0.6.10-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:pam_pkcs11-0.6.10-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:pam_pkcs11-0.6.10-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:pam_pkcs11-0.6.10-150600.16.3.1.s390x",
"openSUSE Leap 15.6:pam_pkcs11-0.6.10-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:pam_pkcs11-32bit-0.6.10-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:pam_pkcs11-devel-doc-0.6.10-150600.16.3.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-24T12:57:14Z",
"details": "moderate"
}
],
"title": "CVE-2025-24032"
}
]
}
FKIE_CVE-2025-24032
Vulnerability from fkie_nvd - Published: 2025-02-10 16:15 - Updated: 2025-05-21 16:15
Severity ?
Summary
PAM-PKCS#11 is a Linux-PAM login module that allows a X.509 certificate based user login. Prior to version 0.6.13, if cert_policy is set to none (the default value), then pam_pkcs11 will only check if the user is capable of logging into the token. An attacker may create a different token with the user's public data (e.g. the user's certificate) and a PIN known to the attacker. If no signature with the private key is required, then the attacker may now login as user with that created token. The default to *not* check the private key's signature has been changed with commit commi6638576892b59a99389043c90a1e7dd4d783b921, so that all versions starting with pam_pkcs11-0.6.0 should be affected. As a workaround, in `pam_pkcs11.conf`, set at least `cert_policy = signature;`.
References
| URL | Tags | ||
|---|---|---|---|
| security-advisories@github.com | https://github.com/OpenSC/pam_pkcs11/commit/470263258d1ac59c5eade439c4d9caba0097e6e6 | ||
| security-advisories@github.com | https://github.com/OpenSC/pam_pkcs11/commit/b665b287ff955bbbd9539252ff9f9e2754c3fb48 | ||
| security-advisories@github.com | https://github.com/OpenSC/pam_pkcs11/commit/d9530167966a77115db6e885d459382a2e52ee9e | ||
| security-advisories@github.com | https://github.com/OpenSC/pam_pkcs11/releases/tag/pam_pkcs11-0.6.13 | ||
| security-advisories@github.com | https://github.com/OpenSC/pam_pkcs11/security/advisories/GHSA-8r8p-7mgp-vf56 | ||
| af854a3a-2127-422b-91ae-364da2661108 | https://lists.debian.org/debian-lts-announce/2025/02/msg00021.html | ||
| af854a3a-2127-422b-91ae-364da2661108 | https://www.vicarius.io/vsociety/posts/cve-2025-24032-detect-vulnerability-in-linux-pam-module | ||
| af854a3a-2127-422b-91ae-364da2661108 | https://www.vicarius.io/vsociety/posts/cve-2025-24032-mitigate-linux-pam-module-vulnerability |
Impacted products
| Vendor | Product | Version |
|---|
{
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "PAM-PKCS#11 is a Linux-PAM login module that allows a X.509 certificate based user login. Prior to version 0.6.13, if cert_policy is set to none (the default value), then pam_pkcs11 will only check if the user is capable of logging into the token. An attacker may create a different token with the user\u0027s public data (e.g. the user\u0027s certificate) and a PIN known to the attacker. If no signature with the private key is required, then the attacker may now login as user with that created token. The default to *not* check the private key\u0027s signature has been changed with commit commi6638576892b59a99389043c90a1e7dd4d783b921, so that all versions starting with pam_pkcs11-0.6.0 should be affected. As a workaround, in `pam_pkcs11.conf`, set at least `cert_policy = signature;`."
},
{
"lang": "es",
"value": "PAM-PKCS#11 es un m\u00f3dulo de inicio de sesi\u00f3n de Linux-PAM que permite un inicio de sesi\u00f3n de usuario basado en certificado X.509. Antes de la versi\u00f3n 0.6.13, si cert_policy se configuraba en none (el valor predeterminado), entonces pam_pkcs11 solo verificaba si el usuario puede iniciar sesi\u00f3n en el token. Un atacante puede crear un token diferente con los datos p\u00fablicos del usuario (por ejemplo, el certificado del usuario) y un PIN conocido por el atacante. Si no se requiere una firma con la clave privada, entonces el atacante puede iniciar sesi\u00f3n como usuario con ese token creado. El valor predeterminado de *no* verificar la firma de la clave privada se ha cambiado con el commit commi6638576892b59a99389043c90a1e7dd4d783b921, por lo que todas las versiones que comiencen con pam_pkcs11-0.6.0 deber\u00edan verse afectadas. Como workaround, en `pam_pkcs11.conf`, establezca al menos `cert_policy = signature;`."
}
],
"id": "CVE-2025-24032",
"lastModified": "2025-05-21T16:15:30.827",
"metrics": {
"cvssMetricV40": [
{
"cvssData": {
"Automatable": "NOT_DEFINED",
"Recovery": "NOT_DEFINED",
"Safety": "NOT_DEFINED",
"attackComplexity": "LOW",
"attackRequirements": "PRESENT",
"attackVector": "NETWORK",
"availabilityRequirement": "NOT_DEFINED",
"baseScore": 9.2,
"baseSeverity": "CRITICAL",
"confidentialityRequirement": "NOT_DEFINED",
"exploitMaturity": "NOT_DEFINED",
"integrityRequirement": "NOT_DEFINED",
"modifiedAttackComplexity": "NOT_DEFINED",
"modifiedAttackRequirements": "NOT_DEFINED",
"modifiedAttackVector": "NOT_DEFINED",
"modifiedPrivilegesRequired": "NOT_DEFINED",
"modifiedSubAvailabilityImpact": "NOT_DEFINED",
"modifiedSubConfidentialityImpact": "NOT_DEFINED",
"modifiedSubIntegrityImpact": "NOT_DEFINED",
"modifiedUserInteraction": "NOT_DEFINED",
"modifiedVulnAvailabilityImpact": "NOT_DEFINED",
"modifiedVulnConfidentialityImpact": "NOT_DEFINED",
"modifiedVulnIntegrityImpact": "NOT_DEFINED",
"privilegesRequired": "NONE",
"providerUrgency": "NOT_DEFINED",
"subAvailabilityImpact": "LOW",
"subConfidentialityImpact": "LOW",
"subIntegrityImpact": "LOW",
"userInteraction": "NONE",
"valueDensity": "NOT_DEFINED",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:L/SC:L/SI:L/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X",
"version": "4.0",
"vulnAvailabilityImpact": "LOW",
"vulnConfidentialityImpact": "HIGH",
"vulnIntegrityImpact": "HIGH",
"vulnerabilityResponseEffort": "NOT_DEFINED"
},
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
},
"published": "2025-02-10T16:15:39.153",
"references": [
{
"source": "security-advisories@github.com",
"url": "https://github.com/OpenSC/pam_pkcs11/commit/470263258d1ac59c5eade439c4d9caba0097e6e6"
},
{
"source": "security-advisories@github.com",
"url": "https://github.com/OpenSC/pam_pkcs11/commit/b665b287ff955bbbd9539252ff9f9e2754c3fb48"
},
{
"source": "security-advisories@github.com",
"url": "https://github.com/OpenSC/pam_pkcs11/commit/d9530167966a77115db6e885d459382a2e52ee9e"
},
{
"source": "security-advisories@github.com",
"url": "https://github.com/OpenSC/pam_pkcs11/releases/tag/pam_pkcs11-0.6.13"
},
{
"source": "security-advisories@github.com",
"url": "https://github.com/OpenSC/pam_pkcs11/security/advisories/GHSA-8r8p-7mgp-vf56"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://lists.debian.org/debian-lts-announce/2025/02/msg00021.html"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://www.vicarius.io/vsociety/posts/cve-2025-24032-detect-vulnerability-in-linux-pam-module"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://www.vicarius.io/vsociety/posts/cve-2025-24032-mitigate-linux-pam-module-vulnerability"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Awaiting Analysis",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-287"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
}
OPENSUSE-SU-2025:14738-1
Vulnerability from csaf_opensuse - Published: 2025-02-06 00:00 - Updated: 2025-02-06 00:00Summary
pam_pkcs11-0.6.13-1.1 on GA media
Severity
Moderate
Notes
Title of the patch: pam_pkcs11-0.6.13-1.1 on GA media
Description of the patch: These are all security issues fixed in the pam_pkcs11-0.6.13-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames: openSUSE-Tumbleweed-2025-14738
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.9 (Medium)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
9.3 (Critical)
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": "pam_pkcs11-0.6.13-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the pam_pkcs11-0.6.13-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-14738",
"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-2025_14738-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-24032 page",
"url": "https://www.suse.com/security/cve/CVE-2025-24032/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-24531 page",
"url": "https://www.suse.com/security/cve/CVE-2025-24531/"
}
],
"title": "pam_pkcs11-0.6.13-1.1 on GA media",
"tracking": {
"current_release_date": "2025-02-06T00:00:00Z",
"generator": {
"date": "2025-02-06T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:14738-1",
"initial_release_date": "2025-02-06T00:00:00Z",
"revision_history": [
{
"date": "2025-02-06T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "pam_pkcs11-0.6.13-1.1.aarch64",
"product": {
"name": "pam_pkcs11-0.6.13-1.1.aarch64",
"product_id": "pam_pkcs11-0.6.13-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "pam_pkcs11-devel-doc-0.6.13-1.1.aarch64",
"product": {
"name": "pam_pkcs11-devel-doc-0.6.13-1.1.aarch64",
"product_id": "pam_pkcs11-devel-doc-0.6.13-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "pam_pkcs11-0.6.13-1.1.ppc64le",
"product": {
"name": "pam_pkcs11-0.6.13-1.1.ppc64le",
"product_id": "pam_pkcs11-0.6.13-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "pam_pkcs11-devel-doc-0.6.13-1.1.ppc64le",
"product": {
"name": "pam_pkcs11-devel-doc-0.6.13-1.1.ppc64le",
"product_id": "pam_pkcs11-devel-doc-0.6.13-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "pam_pkcs11-0.6.13-1.1.s390x",
"product": {
"name": "pam_pkcs11-0.6.13-1.1.s390x",
"product_id": "pam_pkcs11-0.6.13-1.1.s390x"
}
},
{
"category": "product_version",
"name": "pam_pkcs11-devel-doc-0.6.13-1.1.s390x",
"product": {
"name": "pam_pkcs11-devel-doc-0.6.13-1.1.s390x",
"product_id": "pam_pkcs11-devel-doc-0.6.13-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "pam_pkcs11-0.6.13-1.1.x86_64",
"product": {
"name": "pam_pkcs11-0.6.13-1.1.x86_64",
"product_id": "pam_pkcs11-0.6.13-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "pam_pkcs11-devel-doc-0.6.13-1.1.x86_64",
"product": {
"name": "pam_pkcs11-devel-doc-0.6.13-1.1.x86_64",
"product_id": "pam_pkcs11-devel-doc-0.6.13-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": "pam_pkcs11-0.6.13-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:pam_pkcs11-0.6.13-1.1.aarch64"
},
"product_reference": "pam_pkcs11-0.6.13-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pam_pkcs11-0.6.13-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:pam_pkcs11-0.6.13-1.1.ppc64le"
},
"product_reference": "pam_pkcs11-0.6.13-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pam_pkcs11-0.6.13-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:pam_pkcs11-0.6.13-1.1.s390x"
},
"product_reference": "pam_pkcs11-0.6.13-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pam_pkcs11-0.6.13-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:pam_pkcs11-0.6.13-1.1.x86_64"
},
"product_reference": "pam_pkcs11-0.6.13-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pam_pkcs11-devel-doc-0.6.13-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:pam_pkcs11-devel-doc-0.6.13-1.1.aarch64"
},
"product_reference": "pam_pkcs11-devel-doc-0.6.13-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pam_pkcs11-devel-doc-0.6.13-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:pam_pkcs11-devel-doc-0.6.13-1.1.ppc64le"
},
"product_reference": "pam_pkcs11-devel-doc-0.6.13-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pam_pkcs11-devel-doc-0.6.13-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:pam_pkcs11-devel-doc-0.6.13-1.1.s390x"
},
"product_reference": "pam_pkcs11-devel-doc-0.6.13-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pam_pkcs11-devel-doc-0.6.13-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:pam_pkcs11-devel-doc-0.6.13-1.1.x86_64"
},
"product_reference": "pam_pkcs11-devel-doc-0.6.13-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-24032",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-24032"
}
],
"notes": [
{
"category": "general",
"text": "PAM-PKCS#11 is a Linux-PAM login module that allows a X.509 certificate based user login. Prior to version 0.6.13, if cert_policy is set to none (the default value), then pam_pkcs11 will only check if the user is capable of logging into the token. An attacker may create a different token with the user\u0027s public data (e.g. the user\u0027s certificate) and a PIN known to the attacker. If no signature with the private key is required, then the attacker may now login as user with that created token. The default to *not* check the private key\u0027s signature has been changed with commit commi6638576892b59a99389043c90a1e7dd4d783b921, so that all versions starting with pam_pkcs11-0.6.0 should be affected. As a workaround, in `pam_pkcs11.conf`, set at least `cert_policy = signature;`.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:pam_pkcs11-0.6.13-1.1.aarch64",
"openSUSE Tumbleweed:pam_pkcs11-0.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:pam_pkcs11-0.6.13-1.1.s390x",
"openSUSE Tumbleweed:pam_pkcs11-0.6.13-1.1.x86_64",
"openSUSE Tumbleweed:pam_pkcs11-devel-doc-0.6.13-1.1.aarch64",
"openSUSE Tumbleweed:pam_pkcs11-devel-doc-0.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:pam_pkcs11-devel-doc-0.6.13-1.1.s390x",
"openSUSE Tumbleweed:pam_pkcs11-devel-doc-0.6.13-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-24032",
"url": "https://www.suse.com/security/cve/CVE-2025-24032"
},
{
"category": "external",
"summary": "SUSE Bug 1237062 for CVE-2025-24032",
"url": "https://bugzilla.suse.com/1237062"
}
],
"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:pam_pkcs11-0.6.13-1.1.aarch64",
"openSUSE Tumbleweed:pam_pkcs11-0.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:pam_pkcs11-0.6.13-1.1.s390x",
"openSUSE Tumbleweed:pam_pkcs11-0.6.13-1.1.x86_64",
"openSUSE Tumbleweed:pam_pkcs11-devel-doc-0.6.13-1.1.aarch64",
"openSUSE Tumbleweed:pam_pkcs11-devel-doc-0.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:pam_pkcs11-devel-doc-0.6.13-1.1.s390x",
"openSUSE Tumbleweed:pam_pkcs11-devel-doc-0.6.13-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:pam_pkcs11-0.6.13-1.1.aarch64",
"openSUSE Tumbleweed:pam_pkcs11-0.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:pam_pkcs11-0.6.13-1.1.s390x",
"openSUSE Tumbleweed:pam_pkcs11-0.6.13-1.1.x86_64",
"openSUSE Tumbleweed:pam_pkcs11-devel-doc-0.6.13-1.1.aarch64",
"openSUSE Tumbleweed:pam_pkcs11-devel-doc-0.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:pam_pkcs11-devel-doc-0.6.13-1.1.s390x",
"openSUSE Tumbleweed:pam_pkcs11-devel-doc-0.6.13-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-06T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-24032"
},
{
"cve": "CVE-2025-24531",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-24531"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:pam_pkcs11-0.6.13-1.1.aarch64",
"openSUSE Tumbleweed:pam_pkcs11-0.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:pam_pkcs11-0.6.13-1.1.s390x",
"openSUSE Tumbleweed:pam_pkcs11-0.6.13-1.1.x86_64",
"openSUSE Tumbleweed:pam_pkcs11-devel-doc-0.6.13-1.1.aarch64",
"openSUSE Tumbleweed:pam_pkcs11-devel-doc-0.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:pam_pkcs11-devel-doc-0.6.13-1.1.s390x",
"openSUSE Tumbleweed:pam_pkcs11-devel-doc-0.6.13-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-24531",
"url": "https://www.suse.com/security/cve/CVE-2025-24531"
},
{
"category": "external",
"summary": "SUSE Bug 1231843 for CVE-2025-24531",
"url": "https://bugzilla.suse.com/1231843"
},
{
"category": "external",
"summary": "SUSE Bug 1236314 for CVE-2025-24531",
"url": "https://bugzilla.suse.com/1236314"
}
],
"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:pam_pkcs11-0.6.13-1.1.aarch64",
"openSUSE Tumbleweed:pam_pkcs11-0.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:pam_pkcs11-0.6.13-1.1.s390x",
"openSUSE Tumbleweed:pam_pkcs11-0.6.13-1.1.x86_64",
"openSUSE Tumbleweed:pam_pkcs11-devel-doc-0.6.13-1.1.aarch64",
"openSUSE Tumbleweed:pam_pkcs11-devel-doc-0.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:pam_pkcs11-devel-doc-0.6.13-1.1.s390x",
"openSUSE Tumbleweed:pam_pkcs11-devel-doc-0.6.13-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.3,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:pam_pkcs11-0.6.13-1.1.aarch64",
"openSUSE Tumbleweed:pam_pkcs11-0.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:pam_pkcs11-0.6.13-1.1.s390x",
"openSUSE Tumbleweed:pam_pkcs11-0.6.13-1.1.x86_64",
"openSUSE Tumbleweed:pam_pkcs11-devel-doc-0.6.13-1.1.aarch64",
"openSUSE Tumbleweed:pam_pkcs11-devel-doc-0.6.13-1.1.ppc64le",
"openSUSE Tumbleweed:pam_pkcs11-devel-doc-0.6.13-1.1.s390x",
"openSUSE Tumbleweed:pam_pkcs11-devel-doc-0.6.13-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-06T00:00:00Z",
"details": "critical"
}
],
"title": "CVE-2025-24531"
}
]
}
BDU:2025-09007
Vulnerability from fstec - Published: 09.02.2025
VLAI Severity ?
Title
Уязвимость модуля аутентификации PAM-PKCS#11 операционных систем Linux, позволяющая нарушителю обойти процесс аутентификации
Description
Уязвимость модуля аутентификации PAM-PKCS#11 операционных систем Linux связана с недостатками процедуры аутентификации. Эксплуатация уязвимости может позволить нарушителю, действующему удаленно, обойти процесс аутентификации
Severity ?
Vendor
Red Hat Inc., Canonical Ltd., Novell Inc., Сообщество свободного программного обеспечения, ООО «Ред Софт», ООО «РусБИТех-Астра», OpenSC Project, АО "НППКТ"
Software Name
Red Hat Enterprise Linux, Ubuntu, openSUSE Tumbleweed, Debian GNU/Linux, РЕД ОС (запись в едином реестре российских программ №3751), Astra Linux Special Edition (запись в едином реестре российских программ №369), Suse Linux Enterprise Desktop, Suse Linux Enterprise Server, SUSE Linux Enterprise Server for SAP Applications, OpenSUSE Leap, pam_pkcs11, ОСОН ОСнова Оnyx (запись в едином реестре российских программ №5913)
Software Version
7 (Red Hat Enterprise Linux), 16.04 LTS (Ubuntu), 18.04 LTS (Ubuntu), - (openSUSE Tumbleweed), 20.04 LTS (Ubuntu), 11 (Debian GNU/Linux), 12 (Debian GNU/Linux), 7.3 (РЕД ОС), 1.7 (Astra Linux Special Edition), 4.7 (Astra Linux Special Edition), 22.04 LTS (Ubuntu), 15 SP6 (Suse Linux Enterprise Desktop), 15 SP6 (Suse Linux Enterprise Server), 15 SP6 (SUSE Linux Enterprise Server for SAP Applications), 24.04 LTS (Ubuntu), 15.6 (OpenSUSE Leap), 1.8 (Astra Linux Special Edition), 12 SP5 LTSS Extended Security (Suse Linux Enterprise Server), 15 SP7 (Suse Linux Enterprise Desktop), 15 SP7 (Suse Linux Enterprise Server), 15 SP7 (SUSE Linux Enterprise Server for SAP Applications), до 0.6.12 (pam_pkcs11), до 2.14 (ОСОН ОСнова Оnyx), 3.8 (Astra Linux Special Edition)
Possible Mitigations
В условиях отсутствия обновлений безопасности от производителя рекомендуется придерживаться "Рекомендаций по безопасной настройке операционных систем LINUX", изложенных в методическом документе ФСТЭК России, утверждённом 25 декабря 2022 года.
Использование рекомендаций:
Для pam_pkcs11:
https://github.com/OpenSC/pam_pkcs11/security/advisories/GHSA-8r8p-7mgp-vf56
Для РедОС: http://repo.red-soft.ru/redos/7.3c/x86_64/updates/
Для программных продуктов Red Hat Inc.:
https://access.redhat.com/security/cve/cve-2025-24032
Для Debian GNU/Linux:
https://security-tracker.debian.org/tracker/CVE-2025-24032
Для Ubuntu:
https://ubuntu.com/security/CVE-2025-24032
Для программных продуктов Novell Inc.:
https://www.suse.com/security/cve/CVE-2025-24032.html
Для ОС Astra Linux:
обновить пакет pam-pkcs11 до 0.6.12-1+deb12u1 или более высокой версии, используя рекомендации производителя: https://wiki.astralinux.ru/astra-linux-se18-bulletin-2025-0811SE18
Обновление программного обеспечения pam-pkcs11 до версии 0.6.11-4+deb11u1
Для ОС Astra Linux:
обновить пакет pam-pkcs11 до 0.6.9-3.astra1 или более высокой версии, используя рекомендации производителя: https://wiki.astralinux.ru/astra-linux-se17-bulletin-2025-1202SE17
Для ОС Astra Linux:
обновить пакет pam-pkcs11 до 0.6.9-3.astra1 или более высокой версии, используя рекомендации производителя: https://wiki.astralinux.ru/astra-linux-se47-bulletin-2025-1216SE47
Для ОС Astra Linux:
обновить пакет pam-pkcs11 до 0.6.12-1+deb12u1 или более высокой версии, используя рекомендации производителя: https://wiki.astralinux.ru/astra-linux-se38-bulletin-2026-0126SE38
Для ОС Astra Linux:
обновить пакет pam-pkcs11 до 0.6.12-1+deb12u1 или более высокой версии, используя рекомендации производителя: https://wiki.astralinux.ru/astra-linux-se38-bulletin-2026-0126SE38
Reference
https://github.com/OpenSC/pam_pkcs11/commit/470263258d1ac59c5eade439c4d9caba0097e6e6 GitHub, Inc.
https://github.com/OpenSC/pam_pkcs11/commit/b665b287ff955bbbd9539252ff9f9e2754c3fb48 GitHub, Inc.
https://github.com/OpenSC/pam_pkcs11/commit/d9530167966a77115db6e885d459382a2e52ee9e GitHub, Inc.
https://github.com/OpenSC/pam_pkcs11/releases/tag/pam_pkcs11-0.6.13 GitHub, Inc.
https://github.com/OpenSC/pam_pkcs11/security/advisories/GHSA-8r8p-7mgp-vf56 GitHub, Inc.
https://lists.debian.org/debian-lts-announce/2025/02/msg00021.html CVE
https://redos.red-soft.ru/support/secure/
https://www.vicarius.io/vsociety/posts/cve-2025-24032-detect-vulnerability-in-linux-pam-module CVE
https://www.vicarius.io/vsociety/posts/cve-2025-24032-mitigate-linux-pam-module-vulnerability
https://access.redhat.com/security/cve/cve-2025-24032
https://security-tracker.debian.org/tracker/CVE-2025-24032
https://ubuntu.com/security/CVE-2025-24032
https://www.suse.com/security/cve/CVE-2025-24032.html
https://wiki.astralinux.ru/astra-linux-se18-bulletin-2025-0811SE18
https://поддержка.нппкт.рф/bin/view/ОСнова/Обновления/2.14/
https://wiki.astralinux.ru/astra-linux-se17-bulletin-2025-1202SE17
https://wiki.astralinux.ru/astra-linux-se47-bulletin-2025-1216SE206
https://wiki.astralinux.ru/astra-linux-se38-bulletin-2026-0126SE38
https://wiki.astralinux.ru/astra-linux-se38-bulletin-2026-0126SE38
CWE
CWE-287
{
"CVSS 2.0": "AV:N/AC:L/Au:N/C:C/I:C/A:P",
"CVSS 3.0": "AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:L",
"CVSS 4.0": "AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:L/SC:L/SI:L/SA:L",
"remediation_\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440": null,
"remediation_\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435": null,
"\u0412\u0435\u043d\u0434\u043e\u0440 \u041f\u041e": "Red Hat Inc., Canonical Ltd., Novell Inc., \u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f, \u041e\u041e\u041e \u00ab\u0420\u0435\u0434 \u0421\u043e\u0444\u0442\u00bb, \u041e\u041e\u041e \u00ab\u0420\u0443\u0441\u0411\u0418\u0422\u0435\u0445-\u0410\u0441\u0442\u0440\u0430\u00bb, OpenSC Project, \u0410\u041e \"\u041d\u041f\u041f\u041a\u0422\"",
"\u0412\u0435\u0440\u0441\u0438\u044f \u041f\u041e": "7 (Red Hat Enterprise Linux), 16.04 LTS (Ubuntu), 18.04 LTS (Ubuntu), - (openSUSE Tumbleweed), 20.04 LTS (Ubuntu), 11 (Debian GNU/Linux), 12 (Debian GNU/Linux), 7.3 (\u0420\u0415\u0414 \u041e\u0421), 1.7 (Astra Linux Special Edition), 4.7 (Astra Linux Special Edition), 22.04 LTS (Ubuntu), 15 SP6 (Suse Linux Enterprise Desktop), 15 SP6 (Suse Linux Enterprise Server), 15 SP6 (SUSE Linux Enterprise Server for SAP Applications), 24.04 LTS (Ubuntu), 15.6 (OpenSUSE Leap), 1.8 (Astra Linux Special Edition), 12 SP5 LTSS Extended Security (Suse Linux Enterprise Server), 15 SP7 (Suse Linux Enterprise Desktop), 15 SP7 (Suse Linux Enterprise Server), 15 SP7 (SUSE Linux Enterprise Server for SAP Applications), \u0434\u043e 0.6.12 (pam_pkcs11), \u0434\u043e 2.14 (\u041e\u0421\u041e\u041d \u041e\u0421\u043d\u043e\u0432\u0430 \u041enyx), 3.8 (Astra Linux Special Edition)",
"\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u044b\u0435 \u043c\u0435\u0440\u044b \u043f\u043e \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044e": "\u0412 \u0443\u0441\u043b\u043e\u0432\u0438\u044f\u0445 \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u044f \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 \u043e\u0442 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442\u0441\u044f \u043f\u0440\u0438\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0442\u044c\u0441\u044f \"\u0420\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0439 \u043f\u043e \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0439 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0435 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0445 \u0441\u0438\u0441\u0442\u0435\u043c LINUX\", \u0438\u0437\u043b\u043e\u0436\u0435\u043d\u043d\u044b\u0445 \u0432 \u043c\u0435\u0442\u043e\u0434\u0438\u0447\u0435\u0441\u043a\u043e\u043c \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0435 \u0424\u0421\u0422\u042d\u041a \u0420\u043e\u0441\u0441\u0438\u0438, \u0443\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u043e\u043c 25 \u0434\u0435\u043a\u0430\u0431\u0440\u044f 2022 \u0433\u043e\u0434\u0430.\n\n\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0439:\n\u0414\u043b\u044f pam_pkcs11:\nhttps://github.com/OpenSC/pam_pkcs11/security/advisories/GHSA-8r8p-7mgp-vf56\n\n\u0414\u043b\u044f \u0420\u0435\u0434\u041e\u0421: http://repo.red-soft.ru/redos/7.3c/x86_64/updates/\n\n\u0414\u043b\u044f \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u044b\u0445 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432 Red Hat Inc.:\nhttps://access.redhat.com/security/cve/cve-2025-24032\n\n\u0414\u043b\u044f Debian GNU/Linux:\nhttps://security-tracker.debian.org/tracker/CVE-2025-24032\n\n\u0414\u043b\u044f Ubuntu:\nhttps://ubuntu.com/security/CVE-2025-24032\n\n\u0414\u043b\u044f \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u044b\u0445 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432 Novell Inc.:\nhttps://www.suse.com/security/cve/CVE-2025-24032.html\n\n\u0414\u043b\u044f \u041e\u0421 Astra Linux:\n\u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0430\u043a\u0435\u0442 pam-pkcs11 \u0434\u043e 0.6.12-1+deb12u1 \u0438\u043b\u0438 \u0431\u043e\u043b\u0435\u0435 \u0432\u044b\u0441\u043e\u043a\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0438, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f: https://wiki.astralinux.ru/astra-linux-se18-bulletin-2025-0811SE18\n\n\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f pam-pkcs11 \u0434\u043e \u0432\u0435\u0440\u0441\u0438\u0438 0.6.11-4+deb11u1\n\n\u0414\u043b\u044f \u041e\u0421 Astra Linux:\n\u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0430\u043a\u0435\u0442 pam-pkcs11 \u0434\u043e 0.6.9-3.astra1 \u0438\u043b\u0438 \u0431\u043e\u043b\u0435\u0435 \u0432\u044b\u0441\u043e\u043a\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0438, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f: https://wiki.astralinux.ru/astra-linux-se17-bulletin-2025-1202SE17\n\n\u0414\u043b\u044f \u041e\u0421 Astra Linux:\n\u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0430\u043a\u0435\u0442 pam-pkcs11 \u0434\u043e 0.6.9-3.astra1 \u0438\u043b\u0438 \u0431\u043e\u043b\u0435\u0435 \u0432\u044b\u0441\u043e\u043a\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0438, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f: https://wiki.astralinux.ru/astra-linux-se47-bulletin-2025-1216SE47\n\n\u0414\u043b\u044f \u041e\u0421 Astra Linux:\n\u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0430\u043a\u0435\u0442 pam-pkcs11 \u0434\u043e 0.6.12-1+deb12u1 \u0438\u043b\u0438 \u0431\u043e\u043b\u0435\u0435 \u0432\u044b\u0441\u043e\u043a\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0438, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f: https://wiki.astralinux.ru/astra-linux-se38-bulletin-2026-0126SE38\n\n\u0414\u043b\u044f \u041e\u0421 Astra Linux:\n\u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0430\u043a\u0435\u0442 pam-pkcs11 \u0434\u043e 0.6.12-1+deb12u1 \u0438\u043b\u0438 \u0431\u043e\u043b\u0435\u0435 \u0432\u044b\u0441\u043e\u043a\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0438, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f: https://wiki.astralinux.ru/astra-linux-se38-bulletin-2026-0126SE38",
"\u0414\u0430\u0442\u0430 \u0432\u044b\u044f\u0432\u043b\u0435\u043d\u0438\u044f": "09.02.2025",
"\u0414\u0430\u0442\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0433\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f": "16.02.2026",
"\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438": "28.07.2025",
"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440": "BDU:2025-09007",
"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b \u0434\u0440\u0443\u0433\u0438\u0445 \u0441\u0438\u0441\u0442\u0435\u043c \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0439 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "CVE-2025-24032",
"\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e\u0431 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0430",
"\u041a\u043b\u0430\u0441\u0441 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u043a\u043e\u0434\u0430",
"\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u041f\u041e": "Red Hat Enterprise Linux, Ubuntu, openSUSE Tumbleweed, Debian GNU/Linux, \u0420\u0415\u0414 \u041e\u0421 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21163751), Astra Linux Special Edition (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u2116369), Suse Linux Enterprise Desktop, Suse Linux Enterprise Server, SUSE Linux Enterprise Server for SAP Applications, OpenSUSE Leap, pam_pkcs11, \u041e\u0421\u041e\u041d \u041e\u0421\u043d\u043e\u0432\u0430 \u041enyx (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21165913)",
"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u041e\u0421 \u0438 \u0442\u0438\u043f \u0430\u043f\u043f\u0430\u0440\u0430\u0442\u043d\u043e\u0439 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b": "Red Hat Inc. Red Hat Enterprise Linux 7 , Canonical Ltd. Ubuntu 16.04 LTS , Canonical Ltd. Ubuntu 18.04 LTS , Novell Inc. openSUSE Tumbleweed - , Canonical Ltd. Ubuntu 20.04 LTS , \u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f Debian GNU/Linux 11 , \u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f Debian GNU/Linux 12 , \u041e\u041e\u041e \u00ab\u0420\u0435\u0434 \u0421\u043e\u0444\u0442\u00bb \u0420\u0415\u0414 \u041e\u0421 7.3 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21163751), \u041e\u041e\u041e \u00ab\u0420\u0443\u0441\u0411\u0418\u0422\u0435\u0445-\u0410\u0441\u0442\u0440\u0430\u00bb Astra Linux Special Edition 1.7 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u2116369), \u041e\u041e\u041e \u00ab\u0420\u0443\u0441\u0411\u0418\u0422\u0435\u0445-\u0410\u0441\u0442\u0440\u0430\u00bb Astra Linux Special Edition 4.7 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u2116369), Canonical Ltd. Ubuntu 22.04 LTS , Novell Inc. Suse Linux Enterprise Desktop 15 SP6 , Novell Inc. Suse Linux Enterprise Server 15 SP6 , Novell Inc. SUSE Linux Enterprise Server for SAP Applications 15 SP6 , Canonical Ltd. Ubuntu 24.04 LTS , Novell Inc. OpenSUSE Leap 15.6 , \u041e\u041e\u041e \u00ab\u0420\u0443\u0441\u0411\u0418\u0422\u0435\u0445-\u0410\u0441\u0442\u0440\u0430\u00bb Astra Linux Special Edition 1.8 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u2116369), Novell Inc. Suse Linux Enterprise Server 12 SP5 LTSS Extended Security , Novell Inc. Suse Linux Enterprise Desktop 15 SP7 , Novell Inc. Suse Linux Enterprise Server 15 SP7 , Novell Inc. SUSE Linux Enterprise Server for SAP Applications 15 SP7 , \u0410\u041e \"\u041d\u041f\u041f\u041a\u0422\" \u041e\u0421\u041e\u041d \u041e\u0421\u043d\u043e\u0432\u0430 \u041enyx \u0434\u043e 2.14 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21165913), \u041e\u041e\u041e \u00ab\u0420\u0443\u0441\u0411\u0418\u0422\u0435\u0445-\u0410\u0441\u0442\u0440\u0430\u00bb Astra Linux Special Edition 3.8 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u2116369)",
"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u043c\u043e\u0434\u0443\u043b\u044f \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438 PAM-PKCS#11 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0445 \u0441\u0438\u0441\u0442\u0435\u043c Linux, \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0449\u0430\u044f \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044e \u043e\u0431\u043e\u0439\u0442\u0438 \u043f\u0440\u043e\u0446\u0435\u0441\u0441 \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438",
"\u041d\u0430\u043b\u0438\u0447\u0438\u0435 \u044d\u043a\u0441\u043f\u043b\u043e\u0439\u0442\u0430": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0443\u0442\u043e\u0447\u043d\u044f\u044e\u0442\u0441\u044f",
"\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043e\u0448\u0438\u0431\u043a\u0438 CWE": "\u041d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0430\u044f \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f (CWE-287)",
"\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u043c\u043e\u0434\u0443\u043b\u044f \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438 PAM-PKCS#11 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0445 \u0441\u0438\u0441\u0442\u0435\u043c Linux \u0441\u0432\u044f\u0437\u0430\u043d\u0430 \u0441 \u043d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043a\u0430\u043c\u0438 \u043f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u044b \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438. \u042d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u044f \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438 \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u044c \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044e, \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u043c\u0443 \u0443\u0434\u0430\u043b\u0435\u043d\u043d\u043e, \u043e\u0431\u043e\u0439\u0442\u0438 \u043f\u0440\u043e\u0446\u0435\u0441\u0441 \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438",
"\u041f\u043e\u0441\u043b\u0435\u0434\u0441\u0442\u0432\u0438\u044f \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u0438 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": null,
"\u041f\u0440\u043e\u0447\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f": null,
"\u0421\u0432\u044f\u0437\u044c \u0441 \u0438\u043d\u0446\u0438\u0434\u0435\u043d\u0442\u0430\u043c\u0438 \u0418\u0411": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0443\u0442\u043e\u0447\u043d\u044f\u044e\u0442\u0441\u044f",
"\u0421\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u0430",
"\u0421\u043f\u043e\u0441\u043e\u0431 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044f": "\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f",
"\u0421\u043f\u043e\u0441\u043e\u0431 \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u0438": "\u041d\u0430\u0440\u0443\u0448\u0435\u043d\u0438\u0435 \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438",
"\u0421\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0438": "https://github.com/OpenSC/pam_pkcs11/commit/470263258d1ac59c5eade439c4d9caba0097e6e6 GitHub, Inc.\nhttps://github.com/OpenSC/pam_pkcs11/commit/b665b287ff955bbbd9539252ff9f9e2754c3fb48 GitHub, Inc.\nhttps://github.com/OpenSC/pam_pkcs11/commit/d9530167966a77115db6e885d459382a2e52ee9e GitHub, Inc.\nhttps://github.com/OpenSC/pam_pkcs11/releases/tag/pam_pkcs11-0.6.13 GitHub, Inc.\nhttps://github.com/OpenSC/pam_pkcs11/security/advisories/GHSA-8r8p-7mgp-vf56 GitHub, Inc.\nhttps://lists.debian.org/debian-lts-announce/2025/02/msg00021.html CVE\nhttps://redos.red-soft.ru/support/secure/\nhttps://www.vicarius.io/vsociety/posts/cve-2025-24032-detect-vulnerability-in-linux-pam-module CVE\nhttps://www.vicarius.io/vsociety/posts/cve-2025-24032-mitigate-linux-pam-module-vulnerability\nhttps://access.redhat.com/security/cve/cve-2025-24032\nhttps://security-tracker.debian.org/tracker/CVE-2025-24032\nhttps://ubuntu.com/security/CVE-2025-24032\nhttps://www.suse.com/security/cve/CVE-2025-24032.html\nhttps://wiki.astralinux.ru/astra-linux-se18-bulletin-2025-0811SE18\nhttps://\u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430.\u043d\u043f\u043f\u043a\u0442.\u0440\u0444/bin/view/\u041e\u0421\u043d\u043e\u0432\u0430/\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f/2.14/\nhttps://wiki.astralinux.ru/astra-linux-se17-bulletin-2025-1202SE17\nhttps://wiki.astralinux.ru/astra-linux-se47-bulletin-2025-1216SE206\nhttps://wiki.astralinux.ru/astra-linux-se38-bulletin-2026-0126SE38\nhttps://wiki.astralinux.ru/astra-linux-se38-bulletin-2026-0126SE38",
"\u0421\u0442\u0430\u0442\u0443\u0441 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0430 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u0435\u043c",
"\u0422\u0438\u043f \u041f\u041e": "\u041e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u0430\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430, \u041f\u0440\u0438\u043a\u043b\u0430\u0434\u043d\u043e\u0435 \u041f\u041e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0445 \u0441\u0438\u0441\u0442\u0435\u043c",
"\u0422\u0438\u043f \u043e\u0448\u0438\u0431\u043a\u0438 CWE": "CWE-287",
"\u0423\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0412\u044b\u0441\u043e\u043a\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 (\u0431\u0430\u0437\u043e\u0432\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430 CVSS 2.0 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 9,7)\n\u041a\u0440\u0438\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 (\u0431\u0430\u0437\u043e\u0432\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430 CVSS 3.1 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 10)\n\u041a\u0440\u0438\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 (\u043e\u0446\u0435\u043d\u043a\u0430 CVSS 4.0 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 9,2)"
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…