Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-53920
Vulnerability from cvelistv5
Published
2024-11-27 00:00
Modified
2025-03-13 19:25
Severity ?
EPSS score ?
Summary
In elisp-mode.el in GNU Emacs before 30.1, a user who chooses to invoke elisp-completion-at-point (for code completion) on untrusted Emacs Lisp source code can trigger unsafe Lisp macro expansion that allows attackers to execute arbitrary code. (This unsafe expansion also occurs if a user chooses to enable on-the-fly diagnosis that byte compiles untrusted Emacs Lisp source code.)
References
{ containers: { adp: [ { affected: [ { cpes: [ "cpe:2.3:a:gnu:emacs:-:*:*:*:*:*:*:*", ], defaultStatus: "unknown", product: "emacs", vendor: "gnu", versions: [ { status: "affected", version: "30.0.92", }, ], }, ], metrics: [ { cvssV3_1: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 7.8, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, }, { other: { content: { id: "CVE-2024-53920", options: [ { Exploitation: "poc", }, { Automatable: "yes", }, { "Technical Impact": "total", }, ], role: "CISA Coordinator", timestamp: "2024-12-02T16:55:56.437957Z", version: "2.0.3", }, type: "ssvc", }, }, ], problemTypes: [ { descriptions: [ { cweId: "CWE-94", description: "CWE-94 Improper Control of Generation of Code ('Code Injection')", lang: "en", type: "CWE", }, ], }, ], providerMetadata: { dateUpdated: "2025-03-13T19:25:55.594Z", orgId: "134c704f-9b21-4f2e-91b3-4a467353bcc0", shortName: "CISA-ADP", }, title: "CISA ADP Vulnrichment", }, ], cna: { affected: [ { product: "n/a", vendor: "n/a", versions: [ { status: "affected", version: "n/a", }, ], }, ], descriptions: [ { lang: "en", value: "In elisp-mode.el in GNU Emacs before 30.1, a user who chooses to invoke elisp-completion-at-point (for code completion) on untrusted Emacs Lisp source code can trigger unsafe Lisp macro expansion that allows attackers to execute arbitrary code. (This unsafe expansion also occurs if a user chooses to enable on-the-fly diagnosis that byte compiles untrusted Emacs Lisp source code.)", }, ], problemTypes: [ { descriptions: [ { description: "n/a", lang: "en", type: "text", }, ], }, ], providerMetadata: { dateUpdated: "2025-03-01T05:20:27.548Z", orgId: "8254265b-2729-46b6-b9e3-3dfca2d5bfca", shortName: "mitre", }, references: [ { url: "https://git.savannah.gnu.org/cgit/emacs.git/tree/ChangeLog.4", }, { url: "https://git.savannah.gnu.org/cgit/emacs.git/tag/?h=emacs-30.0.92", }, { url: "https://eshelyaron.com/posts/2024-11-27-emacs-aritrary-code-execution-and-how-to-avoid-it.html", }, { url: "https://yhetil.org/emacs/CAFXAjY5f4YfHAtZur1RAqH34UbYU56_t6t2Er0YEh1Sb7-W=hg@mail.gmail.com/", }, { url: "https://news.ycombinator.com/item?id=42256409", }, { url: "https://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS?h=emacs-30.1", }, ], }, }, cveMetadata: { assignerOrgId: "8254265b-2729-46b6-b9e3-3dfca2d5bfca", assignerShortName: "mitre", cveId: "CVE-2024-53920", datePublished: "2024-11-27T00:00:00.000Z", dateReserved: "2024-11-25T00:00:00.000Z", dateUpdated: "2025-03-13T19:25:55.594Z", state: "PUBLISHED", }, dataType: "CVE_RECORD", dataVersion: "5.1", "vulnerability-lookup:meta": { nvd: "{\"cve\":{\"id\":\"CVE-2024-53920\",\"sourceIdentifier\":\"cve@mitre.org\",\"published\":\"2024-11-27T15:15:26.837\",\"lastModified\":\"2025-03-13T20:15:23.877\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In elisp-mode.el in GNU Emacs before 30.1, a user who chooses to invoke elisp-completion-at-point (for code completion) on untrusted Emacs Lisp source code can trigger unsafe Lisp macro expansion that allows attackers to execute arbitrary code. (This unsafe expansion also occurs if a user chooses to enable on-the-fly diagnosis that byte compiles untrusted Emacs Lisp source code.)\"},{\"lang\":\"es\",\"value\":\"En elisp-mode.el de GNU Emacs hasta la versión 30.0.92, un usuario que elija invocar elisp-completion-at-point (para completar el código) en código fuente de Emacs Lisp que no sea de confianza puede desencadenar una expansión de macros de Lisp no segura que permita a los atacantes ejecutar código arbitrario. (Esta expansión no segura también ocurre si un usuario elige habilitar el diagnóstico sobre la marcha de que byte compila código fuente de Emacs Lisp que no es de confianza).\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H\",\"baseScore\":7.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-94\"}]}],\"references\":[{\"url\":\"https://eshelyaron.com/posts/2024-11-27-emacs-aritrary-code-execution-and-how-to-avoid-it.html\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://git.savannah.gnu.org/cgit/emacs.git/tag/?h=emacs-30.0.92\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://git.savannah.gnu.org/cgit/emacs.git/tree/ChangeLog.4\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS?h=emacs-30.1\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://news.ycombinator.com/item?id=42256409\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://yhetil.org/emacs/CAFXAjY5f4YfHAtZur1RAqH34UbYU56_t6t2Er0YEh1Sb7-W=hg@mail.gmail.com/\",\"source\":\"cve@mitre.org\"}]}}", vulnrichment: { containers: "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.8, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"REQUIRED\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-53920\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-12-02T16:55:56.437957Z\"}}}], \"affected\": [{\"cpes\": [\"cpe:2.3:a:gnu:emacs:-:*:*:*:*:*:*:*\"], \"vendor\": \"gnu\", \"product\": \"emacs\", \"versions\": [{\"status\": \"affected\", \"version\": \"30.0.92\"}], \"defaultStatus\": \"unknown\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-94\", \"description\": \"CWE-94 Improper Control of Generation of Code ('Code Injection')\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-12-02T16:57:47.483Z\"}}], \"cna\": {\"affected\": [{\"vendor\": \"n/a\", \"product\": \"n/a\", \"versions\": [{\"status\": \"affected\", \"version\": \"n/a\"}]}], \"references\": [{\"url\": \"https://git.savannah.gnu.org/cgit/emacs.git/tree/ChangeLog.4\"}, {\"url\": \"https://git.savannah.gnu.org/cgit/emacs.git/tag/?h=emacs-30.0.92\"}, {\"url\": \"https://eshelyaron.com/posts/2024-11-27-emacs-aritrary-code-execution-and-how-to-avoid-it.html\"}, {\"url\": \"https://yhetil.org/emacs/CAFXAjY5f4YfHAtZur1RAqH34UbYU56_t6t2Er0YEh1Sb7-W=hg@mail.gmail.com/\"}, {\"url\": \"https://news.ycombinator.com/item?id=42256409\"}, {\"url\": \"https://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS?h=emacs-30.1\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"In elisp-mode.el in GNU Emacs before 30.1, a user who chooses to invoke elisp-completion-at-point (for code completion) on untrusted Emacs Lisp source code can trigger unsafe Lisp macro expansion that allows attackers to execute arbitrary code. (This unsafe expansion also occurs if a user chooses to enable on-the-fly diagnosis that byte compiles untrusted Emacs Lisp source code.)\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"text\", \"description\": \"n/a\"}]}], \"providerMetadata\": {\"orgId\": \"8254265b-2729-46b6-b9e3-3dfca2d5bfca\", \"shortName\": \"mitre\", \"dateUpdated\": \"2025-03-01T05:20:27.548Z\"}}}", cveMetadata: "{\"cveId\": \"CVE-2024-53920\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-03-13T19:25:55.594Z\", \"dateReserved\": \"2024-11-25T00:00:00.000Z\", \"assignerOrgId\": \"8254265b-2729-46b6-b9e3-3dfca2d5bfca\", \"datePublished\": \"2024-11-27T00:00:00.000Z\", \"assignerShortName\": \"mitre\"}", dataType: "CVE_RECORD", dataVersion: "5.1", }, }, }
opensuse-su-2024:14591-1
Vulnerability from csaf_opensuse
Published
2024-12-17 00:00
Modified
2024-12-17 00:00
Summary
emacs-29.4-11.1 on GA media
Notes
Title of the patch
emacs-29.4-11.1 on GA media
Description of the patch
These are all security issues fixed in the emacs-29.4-11.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2024-14591
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "emacs-29.4-11.1 on GA media", title: "Title of the patch", }, { category: "description", text: "These are all security issues fixed in the emacs-29.4-11.1 package on the GA media of openSUSE Tumbleweed.", title: "Description of the patch", }, { category: "details", text: "openSUSE-Tumbleweed-2024-14591", 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-2024_14591-1.json", }, { category: "self", summary: "URL for openSUSE-SU-2024:14591-1", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/P4KYDPPUCZHJVNAEXLQAF43YKVZPVWFH/", }, { category: "self", summary: "E-Mail link for openSUSE-SU-2024:14591-1", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/P4KYDPPUCZHJVNAEXLQAF43YKVZPVWFH/", }, { category: "self", summary: "SUSE CVE CVE-2024-53920 page", url: "https://www.suse.com/security/cve/CVE-2024-53920/", }, ], title: "emacs-29.4-11.1 on GA media", tracking: { current_release_date: "2024-12-17T00:00:00Z", generator: { date: "2024-12-17T00:00:00Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "openSUSE-SU-2024:14591-1", initial_release_date: "2024-12-17T00:00:00Z", revision_history: [ { date: "2024-12-17T00:00:00Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "emacs-29.4-11.1.aarch64", product: { name: "emacs-29.4-11.1.aarch64", product_id: "emacs-29.4-11.1.aarch64", }, }, { category: "product_version", name: "emacs-el-29.4-11.1.aarch64", product: { name: "emacs-el-29.4-11.1.aarch64", product_id: "emacs-el-29.4-11.1.aarch64", }, }, { category: "product_version", name: "emacs-eln-29.4-11.1.aarch64", product: { name: "emacs-eln-29.4-11.1.aarch64", product_id: "emacs-eln-29.4-11.1.aarch64", }, }, { category: "product_version", name: "emacs-games-29.4-11.1.aarch64", product: { name: "emacs-games-29.4-11.1.aarch64", product_id: "emacs-games-29.4-11.1.aarch64", }, }, { category: "product_version", name: "emacs-info-29.4-11.1.aarch64", product: { name: "emacs-info-29.4-11.1.aarch64", product_id: "emacs-info-29.4-11.1.aarch64", }, }, { category: "product_version", name: "emacs-nox-29.4-11.1.aarch64", product: { name: "emacs-nox-29.4-11.1.aarch64", product_id: "emacs-nox-29.4-11.1.aarch64", }, }, { category: "product_version", name: "emacs-x11-29.4-11.1.aarch64", product: { name: "emacs-x11-29.4-11.1.aarch64", product_id: "emacs-x11-29.4-11.1.aarch64", }, }, { category: "product_version", name: "etags-29.4-11.1.aarch64", product: { name: "etags-29.4-11.1.aarch64", product_id: "etags-29.4-11.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "emacs-29.4-11.1.ppc64le", product: { name: "emacs-29.4-11.1.ppc64le", product_id: "emacs-29.4-11.1.ppc64le", }, }, { category: "product_version", name: "emacs-el-29.4-11.1.ppc64le", product: { name: "emacs-el-29.4-11.1.ppc64le", product_id: "emacs-el-29.4-11.1.ppc64le", }, }, { category: "product_version", name: "emacs-eln-29.4-11.1.ppc64le", product: { name: "emacs-eln-29.4-11.1.ppc64le", product_id: "emacs-eln-29.4-11.1.ppc64le", }, }, { category: "product_version", name: "emacs-games-29.4-11.1.ppc64le", product: { name: "emacs-games-29.4-11.1.ppc64le", product_id: "emacs-games-29.4-11.1.ppc64le", }, }, { category: "product_version", name: "emacs-info-29.4-11.1.ppc64le", product: { name: "emacs-info-29.4-11.1.ppc64le", product_id: "emacs-info-29.4-11.1.ppc64le", }, }, { category: "product_version", name: "emacs-nox-29.4-11.1.ppc64le", product: { name: "emacs-nox-29.4-11.1.ppc64le", product_id: "emacs-nox-29.4-11.1.ppc64le", }, }, { category: "product_version", name: "emacs-x11-29.4-11.1.ppc64le", product: { name: "emacs-x11-29.4-11.1.ppc64le", product_id: "emacs-x11-29.4-11.1.ppc64le", }, }, { category: "product_version", name: "etags-29.4-11.1.ppc64le", product: { name: "etags-29.4-11.1.ppc64le", product_id: "etags-29.4-11.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "emacs-29.4-11.1.s390x", product: { name: "emacs-29.4-11.1.s390x", product_id: "emacs-29.4-11.1.s390x", }, }, { category: "product_version", name: "emacs-el-29.4-11.1.s390x", product: { name: "emacs-el-29.4-11.1.s390x", product_id: "emacs-el-29.4-11.1.s390x", }, }, { category: "product_version", name: "emacs-eln-29.4-11.1.s390x", product: { name: "emacs-eln-29.4-11.1.s390x", product_id: "emacs-eln-29.4-11.1.s390x", }, }, { category: "product_version", name: "emacs-games-29.4-11.1.s390x", product: { name: "emacs-games-29.4-11.1.s390x", product_id: "emacs-games-29.4-11.1.s390x", }, }, { category: "product_version", name: "emacs-info-29.4-11.1.s390x", product: { name: "emacs-info-29.4-11.1.s390x", product_id: "emacs-info-29.4-11.1.s390x", }, }, { category: "product_version", name: "emacs-nox-29.4-11.1.s390x", product: { name: "emacs-nox-29.4-11.1.s390x", product_id: "emacs-nox-29.4-11.1.s390x", }, }, { category: "product_version", name: "emacs-x11-29.4-11.1.s390x", product: { name: "emacs-x11-29.4-11.1.s390x", product_id: "emacs-x11-29.4-11.1.s390x", }, }, { category: "product_version", name: "etags-29.4-11.1.s390x", product: { name: "etags-29.4-11.1.s390x", product_id: "etags-29.4-11.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "emacs-29.4-11.1.x86_64", product: { name: "emacs-29.4-11.1.x86_64", product_id: "emacs-29.4-11.1.x86_64", }, }, { category: "product_version", name: "emacs-el-29.4-11.1.x86_64", product: { name: "emacs-el-29.4-11.1.x86_64", product_id: "emacs-el-29.4-11.1.x86_64", }, }, { category: "product_version", name: "emacs-eln-29.4-11.1.x86_64", product: { name: "emacs-eln-29.4-11.1.x86_64", product_id: "emacs-eln-29.4-11.1.x86_64", }, }, { category: "product_version", name: "emacs-games-29.4-11.1.x86_64", product: { name: "emacs-games-29.4-11.1.x86_64", product_id: "emacs-games-29.4-11.1.x86_64", }, }, { category: "product_version", name: "emacs-info-29.4-11.1.x86_64", product: { name: "emacs-info-29.4-11.1.x86_64", product_id: "emacs-info-29.4-11.1.x86_64", }, }, { category: "product_version", name: "emacs-nox-29.4-11.1.x86_64", product: { name: "emacs-nox-29.4-11.1.x86_64", product_id: "emacs-nox-29.4-11.1.x86_64", }, }, { category: "product_version", name: "emacs-x11-29.4-11.1.x86_64", product: { name: "emacs-x11-29.4-11.1.x86_64", product_id: "emacs-x11-29.4-11.1.x86_64", }, }, { category: "product_version", name: "etags-29.4-11.1.x86_64", product: { name: "etags-29.4-11.1.x86_64", product_id: "etags-29.4-11.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: "emacs-29.4-11.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:emacs-29.4-11.1.aarch64", }, product_reference: "emacs-29.4-11.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "emacs-29.4-11.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:emacs-29.4-11.1.ppc64le", }, product_reference: "emacs-29.4-11.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "emacs-29.4-11.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:emacs-29.4-11.1.s390x", }, product_reference: "emacs-29.4-11.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "emacs-29.4-11.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:emacs-29.4-11.1.x86_64", }, product_reference: "emacs-29.4-11.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "emacs-el-29.4-11.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:emacs-el-29.4-11.1.aarch64", }, product_reference: "emacs-el-29.4-11.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "emacs-el-29.4-11.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:emacs-el-29.4-11.1.ppc64le", }, product_reference: "emacs-el-29.4-11.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "emacs-el-29.4-11.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:emacs-el-29.4-11.1.s390x", }, product_reference: "emacs-el-29.4-11.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "emacs-el-29.4-11.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:emacs-el-29.4-11.1.x86_64", }, product_reference: "emacs-el-29.4-11.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "emacs-eln-29.4-11.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:emacs-eln-29.4-11.1.aarch64", }, product_reference: "emacs-eln-29.4-11.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "emacs-eln-29.4-11.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:emacs-eln-29.4-11.1.ppc64le", }, product_reference: "emacs-eln-29.4-11.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "emacs-eln-29.4-11.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:emacs-eln-29.4-11.1.s390x", }, product_reference: "emacs-eln-29.4-11.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "emacs-eln-29.4-11.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:emacs-eln-29.4-11.1.x86_64", }, product_reference: "emacs-eln-29.4-11.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "emacs-games-29.4-11.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:emacs-games-29.4-11.1.aarch64", }, product_reference: "emacs-games-29.4-11.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "emacs-games-29.4-11.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:emacs-games-29.4-11.1.ppc64le", }, product_reference: "emacs-games-29.4-11.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "emacs-games-29.4-11.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:emacs-games-29.4-11.1.s390x", }, product_reference: "emacs-games-29.4-11.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "emacs-games-29.4-11.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:emacs-games-29.4-11.1.x86_64", }, product_reference: "emacs-games-29.4-11.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "emacs-info-29.4-11.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:emacs-info-29.4-11.1.aarch64", }, product_reference: "emacs-info-29.4-11.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "emacs-info-29.4-11.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:emacs-info-29.4-11.1.ppc64le", }, product_reference: "emacs-info-29.4-11.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "emacs-info-29.4-11.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:emacs-info-29.4-11.1.s390x", }, product_reference: "emacs-info-29.4-11.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "emacs-info-29.4-11.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:emacs-info-29.4-11.1.x86_64", }, product_reference: "emacs-info-29.4-11.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-29.4-11.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:emacs-nox-29.4-11.1.aarch64", }, product_reference: "emacs-nox-29.4-11.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-29.4-11.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:emacs-nox-29.4-11.1.ppc64le", }, product_reference: "emacs-nox-29.4-11.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-29.4-11.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:emacs-nox-29.4-11.1.s390x", }, product_reference: "emacs-nox-29.4-11.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-29.4-11.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:emacs-nox-29.4-11.1.x86_64", }, product_reference: "emacs-nox-29.4-11.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-29.4-11.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:emacs-x11-29.4-11.1.aarch64", }, product_reference: "emacs-x11-29.4-11.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-29.4-11.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:emacs-x11-29.4-11.1.ppc64le", }, product_reference: "emacs-x11-29.4-11.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-29.4-11.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:emacs-x11-29.4-11.1.s390x", }, product_reference: "emacs-x11-29.4-11.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-29.4-11.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:emacs-x11-29.4-11.1.x86_64", }, product_reference: "emacs-x11-29.4-11.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "etags-29.4-11.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:etags-29.4-11.1.aarch64", }, product_reference: "etags-29.4-11.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "etags-29.4-11.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:etags-29.4-11.1.ppc64le", }, product_reference: "etags-29.4-11.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "etags-29.4-11.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:etags-29.4-11.1.s390x", }, product_reference: "etags-29.4-11.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "etags-29.4-11.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:etags-29.4-11.1.x86_64", }, product_reference: "etags-29.4-11.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, ], }, vulnerabilities: [ { cve: "CVE-2024-53920", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-53920", }, ], notes: [ { category: "general", text: "In elisp-mode.el in GNU Emacs before 30.1, a user who chooses to invoke elisp-completion-at-point (for code completion) on untrusted Emacs Lisp source code can trigger unsafe Lisp macro expansion that allows attackers to execute arbitrary code. (This unsafe expansion also occurs if a user chooses to enable on-the-fly diagnosis that byte compiles untrusted Emacs Lisp source code.)", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:emacs-29.4-11.1.aarch64", "openSUSE Tumbleweed:emacs-29.4-11.1.ppc64le", "openSUSE Tumbleweed:emacs-29.4-11.1.s390x", "openSUSE Tumbleweed:emacs-29.4-11.1.x86_64", "openSUSE Tumbleweed:emacs-el-29.4-11.1.aarch64", "openSUSE Tumbleweed:emacs-el-29.4-11.1.ppc64le", "openSUSE Tumbleweed:emacs-el-29.4-11.1.s390x", "openSUSE Tumbleweed:emacs-el-29.4-11.1.x86_64", "openSUSE Tumbleweed:emacs-eln-29.4-11.1.aarch64", "openSUSE Tumbleweed:emacs-eln-29.4-11.1.ppc64le", "openSUSE Tumbleweed:emacs-eln-29.4-11.1.s390x", "openSUSE Tumbleweed:emacs-eln-29.4-11.1.x86_64", "openSUSE Tumbleweed:emacs-games-29.4-11.1.aarch64", "openSUSE Tumbleweed:emacs-games-29.4-11.1.ppc64le", "openSUSE Tumbleweed:emacs-games-29.4-11.1.s390x", "openSUSE Tumbleweed:emacs-games-29.4-11.1.x86_64", "openSUSE Tumbleweed:emacs-info-29.4-11.1.aarch64", "openSUSE Tumbleweed:emacs-info-29.4-11.1.ppc64le", "openSUSE Tumbleweed:emacs-info-29.4-11.1.s390x", "openSUSE Tumbleweed:emacs-info-29.4-11.1.x86_64", "openSUSE Tumbleweed:emacs-nox-29.4-11.1.aarch64", "openSUSE Tumbleweed:emacs-nox-29.4-11.1.ppc64le", "openSUSE Tumbleweed:emacs-nox-29.4-11.1.s390x", "openSUSE Tumbleweed:emacs-nox-29.4-11.1.x86_64", "openSUSE Tumbleweed:emacs-x11-29.4-11.1.aarch64", "openSUSE Tumbleweed:emacs-x11-29.4-11.1.ppc64le", "openSUSE Tumbleweed:emacs-x11-29.4-11.1.s390x", "openSUSE Tumbleweed:emacs-x11-29.4-11.1.x86_64", "openSUSE Tumbleweed:etags-29.4-11.1.aarch64", "openSUSE Tumbleweed:etags-29.4-11.1.ppc64le", "openSUSE Tumbleweed:etags-29.4-11.1.s390x", "openSUSE Tumbleweed:etags-29.4-11.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-53920", url: "https://www.suse.com/security/cve/CVE-2024-53920", }, { category: "external", summary: "SUSE Bug 1233894 for CVE-2024-53920", url: "https://bugzilla.suse.com/1233894", }, ], 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:emacs-29.4-11.1.aarch64", "openSUSE Tumbleweed:emacs-29.4-11.1.ppc64le", "openSUSE Tumbleweed:emacs-29.4-11.1.s390x", "openSUSE Tumbleweed:emacs-29.4-11.1.x86_64", "openSUSE Tumbleweed:emacs-el-29.4-11.1.aarch64", "openSUSE Tumbleweed:emacs-el-29.4-11.1.ppc64le", "openSUSE Tumbleweed:emacs-el-29.4-11.1.s390x", "openSUSE Tumbleweed:emacs-el-29.4-11.1.x86_64", "openSUSE Tumbleweed:emacs-eln-29.4-11.1.aarch64", "openSUSE Tumbleweed:emacs-eln-29.4-11.1.ppc64le", "openSUSE Tumbleweed:emacs-eln-29.4-11.1.s390x", "openSUSE Tumbleweed:emacs-eln-29.4-11.1.x86_64", "openSUSE Tumbleweed:emacs-games-29.4-11.1.aarch64", "openSUSE Tumbleweed:emacs-games-29.4-11.1.ppc64le", "openSUSE Tumbleweed:emacs-games-29.4-11.1.s390x", "openSUSE Tumbleweed:emacs-games-29.4-11.1.x86_64", "openSUSE Tumbleweed:emacs-info-29.4-11.1.aarch64", "openSUSE Tumbleweed:emacs-info-29.4-11.1.ppc64le", "openSUSE Tumbleweed:emacs-info-29.4-11.1.s390x", "openSUSE Tumbleweed:emacs-info-29.4-11.1.x86_64", "openSUSE Tumbleweed:emacs-nox-29.4-11.1.aarch64", "openSUSE Tumbleweed:emacs-nox-29.4-11.1.ppc64le", "openSUSE Tumbleweed:emacs-nox-29.4-11.1.s390x", "openSUSE Tumbleweed:emacs-nox-29.4-11.1.x86_64", "openSUSE Tumbleweed:emacs-x11-29.4-11.1.aarch64", "openSUSE Tumbleweed:emacs-x11-29.4-11.1.ppc64le", "openSUSE Tumbleweed:emacs-x11-29.4-11.1.s390x", "openSUSE Tumbleweed:emacs-x11-29.4-11.1.x86_64", "openSUSE Tumbleweed:etags-29.4-11.1.aarch64", "openSUSE Tumbleweed:etags-29.4-11.1.ppc64le", "openSUSE Tumbleweed:etags-29.4-11.1.s390x", "openSUSE Tumbleweed:etags-29.4-11.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:emacs-29.4-11.1.aarch64", "openSUSE Tumbleweed:emacs-29.4-11.1.ppc64le", "openSUSE Tumbleweed:emacs-29.4-11.1.s390x", "openSUSE Tumbleweed:emacs-29.4-11.1.x86_64", "openSUSE Tumbleweed:emacs-el-29.4-11.1.aarch64", "openSUSE Tumbleweed:emacs-el-29.4-11.1.ppc64le", "openSUSE Tumbleweed:emacs-el-29.4-11.1.s390x", "openSUSE Tumbleweed:emacs-el-29.4-11.1.x86_64", "openSUSE Tumbleweed:emacs-eln-29.4-11.1.aarch64", "openSUSE Tumbleweed:emacs-eln-29.4-11.1.ppc64le", "openSUSE Tumbleweed:emacs-eln-29.4-11.1.s390x", "openSUSE Tumbleweed:emacs-eln-29.4-11.1.x86_64", "openSUSE Tumbleweed:emacs-games-29.4-11.1.aarch64", "openSUSE Tumbleweed:emacs-games-29.4-11.1.ppc64le", "openSUSE Tumbleweed:emacs-games-29.4-11.1.s390x", "openSUSE Tumbleweed:emacs-games-29.4-11.1.x86_64", "openSUSE Tumbleweed:emacs-info-29.4-11.1.aarch64", "openSUSE Tumbleweed:emacs-info-29.4-11.1.ppc64le", "openSUSE Tumbleweed:emacs-info-29.4-11.1.s390x", "openSUSE Tumbleweed:emacs-info-29.4-11.1.x86_64", "openSUSE Tumbleweed:emacs-nox-29.4-11.1.aarch64", "openSUSE Tumbleweed:emacs-nox-29.4-11.1.ppc64le", "openSUSE Tumbleweed:emacs-nox-29.4-11.1.s390x", "openSUSE Tumbleweed:emacs-nox-29.4-11.1.x86_64", "openSUSE Tumbleweed:emacs-x11-29.4-11.1.aarch64", "openSUSE Tumbleweed:emacs-x11-29.4-11.1.ppc64le", "openSUSE Tumbleweed:emacs-x11-29.4-11.1.s390x", "openSUSE Tumbleweed:emacs-x11-29.4-11.1.x86_64", "openSUSE Tumbleweed:etags-29.4-11.1.aarch64", "openSUSE Tumbleweed:etags-29.4-11.1.ppc64le", "openSUSE Tumbleweed:etags-29.4-11.1.s390x", "openSUSE Tumbleweed:etags-29.4-11.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-12-17T00:00:00Z", details: "important", }, ], title: "CVE-2024-53920", }, ], }
ghsa-8737-h7fg-9xgj
Vulnerability from github
Published
2024-11-27 15:31
Modified
2025-03-01 06:30
Severity ?
Details
In elisp-mode.el in GNU Emacs through 30.0.92, a user who chooses to invoke elisp-completion-at-point (for code completion) on untrusted Emacs Lisp source code can trigger unsafe Lisp macro expansion that allows attackers to execute arbitrary code. (This unsafe expansion also occurs if a user chooses to enable on-the-fly diagnosis that byte compiles untrusted Emacs Lisp source code.)
{ affected: [], aliases: [ "CVE-2024-53920", ], database_specific: { cwe_ids: [ "CWE-94", ], github_reviewed: false, github_reviewed_at: null, nvd_published_at: "2024-11-27T15:15:26Z", severity: "CRITICAL", }, details: "In elisp-mode.el in GNU Emacs through 30.0.92, a user who chooses to invoke elisp-completion-at-point (for code completion) on untrusted Emacs Lisp source code can trigger unsafe Lisp macro expansion that allows attackers to execute arbitrary code. (This unsafe expansion also occurs if a user chooses to enable on-the-fly diagnosis that byte compiles untrusted Emacs Lisp source code.)", id: "GHSA-8737-h7fg-9xgj", modified: "2025-03-01T06:30:53Z", published: "2024-11-27T15:31:46Z", references: [ { type: "ADVISORY", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-53920", }, { type: "WEB", url: "https://eshelyaron.com/posts/2024-11-27-emacs-aritrary-code-execution-and-how-to-avoid-it.html", }, { type: "WEB", url: "https://git.savannah.gnu.org/cgit/emacs.git/tag/?h=emacs-30.0.92", }, { type: "WEB", url: "https://git.savannah.gnu.org/cgit/emacs.git/tree/ChangeLog.4", }, { type: "WEB", url: "https://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS?h=emacs-30.1", }, { type: "WEB", url: "https://news.ycombinator.com/item?id=42256409", }, { type: "WEB", url: "https://yhetil.org/emacs/CAFXAjY5f4YfHAtZur1RAqH34UbYU56_t6t2Er0YEh1Sb7-W=hg%40mail.gmail.com", }, { type: "WEB", url: "https://yhetil.org/emacs/CAFXAjY5f4YfHAtZur1RAqH34UbYU56_t6t2Er0YEh1Sb7-W=hg@mail.gmail.com", }, ], schema_version: "1.4.0", severity: [ { score: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", type: "CVSS_V3", }, ], }
fkie_cve-2024-53920
Vulnerability from fkie_nvd
Published
2024-11-27 15:15
Modified
2025-03-13 20:15
Severity ?
Summary
In elisp-mode.el in GNU Emacs before 30.1, a user who chooses to invoke elisp-completion-at-point (for code completion) on untrusted Emacs Lisp source code can trigger unsafe Lisp macro expansion that allows attackers to execute arbitrary code. (This unsafe expansion also occurs if a user chooses to enable on-the-fly diagnosis that byte compiles untrusted Emacs Lisp source code.)
References
Impacted products
Vendor | Product | Version |
---|
{ cveTags: [], descriptions: [ { lang: "en", value: "In elisp-mode.el in GNU Emacs before 30.1, a user who chooses to invoke elisp-completion-at-point (for code completion) on untrusted Emacs Lisp source code can trigger unsafe Lisp macro expansion that allows attackers to execute arbitrary code. (This unsafe expansion also occurs if a user chooses to enable on-the-fly diagnosis that byte compiles untrusted Emacs Lisp source code.)", }, { lang: "es", value: "En elisp-mode.el de GNU Emacs hasta la versión 30.0.92, un usuario que elija invocar elisp-completion-at-point (para completar el código) en código fuente de Emacs Lisp que no sea de confianza puede desencadenar una expansión de macros de Lisp no segura que permita a los atacantes ejecutar código arbitrario. (Esta expansión no segura también ocurre si un usuario elige habilitar el diagnóstico sobre la marcha de que byte compila código fuente de Emacs Lisp que no es de confianza).", }, ], id: "CVE-2024-53920", lastModified: "2025-03-13T20:15:23.877", metrics: { cvssMetricV31: [ { cvssData: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 7.8, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, exploitabilityScore: 1.8, impactScore: 5.9, source: "134c704f-9b21-4f2e-91b3-4a467353bcc0", type: "Secondary", }, ], }, published: "2024-11-27T15:15:26.837", references: [ { source: "cve@mitre.org", url: "https://eshelyaron.com/posts/2024-11-27-emacs-aritrary-code-execution-and-how-to-avoid-it.html", }, { source: "cve@mitre.org", url: "https://git.savannah.gnu.org/cgit/emacs.git/tag/?h=emacs-30.0.92", }, { source: "cve@mitre.org", url: "https://git.savannah.gnu.org/cgit/emacs.git/tree/ChangeLog.4", }, { source: "cve@mitre.org", url: "https://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS?h=emacs-30.1", }, { source: "cve@mitre.org", url: "https://news.ycombinator.com/item?id=42256409", }, { source: "cve@mitre.org", url: "https://yhetil.org/emacs/CAFXAjY5f4YfHAtZur1RAqH34UbYU56_t6t2Er0YEh1Sb7-W=hg@mail.gmail.com/", }, ], sourceIdentifier: "cve@mitre.org", vulnStatus: "Undergoing Analysis", weaknesses: [ { description: [ { lang: "en", value: "CWE-94", }, ], source: "134c704f-9b21-4f2e-91b3-4a467353bcc0", type: "Secondary", }, ], }
wid-sec-w-2024-3558
Vulnerability from csaf_certbund
Published
2024-11-27 23:00
Modified
2024-12-22 23:00
Summary
GNU Emacs und Red Hat Enterprise Linux: Schwachstelle ermöglicht Codeausführung
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
GNU Emacs ist Texteditor, welcher durch eine Programmierschnittstelle in der Programmiersprache Emacs Lisp mit beliebigen Erweiterungen ausgestattet werden kann.
Red Hat Enterprise Linux (RHEL) ist eine populäre Linux-Distribution.
Angriff
Ein entfernter, anonymer Angreifer kann eine Schwachstelle in GNU Emacs und Red Hat Enterprise Linux ausnutzen, um beliebigen Programmcode auszuführen.
Betroffene Betriebssysteme
- Sonstiges
- UNIX
- Windows
{ document: { aggregate_severity: { text: "mittel", }, category: "csaf_base", csaf_version: "2.0", distribution: { tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "de-DE", notes: [ { category: "legal_disclaimer", text: "Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.", }, { category: "description", text: "GNU Emacs ist Texteditor, welcher durch eine Programmierschnittstelle in der Programmiersprache Emacs Lisp mit beliebigen Erweiterungen ausgestattet werden kann.\r\nRed Hat Enterprise Linux (RHEL) ist eine populäre Linux-Distribution.", title: "Produktbeschreibung", }, { category: "summary", text: "Ein entfernter, anonymer Angreifer kann eine Schwachstelle in GNU Emacs und Red Hat Enterprise Linux ausnutzen, um beliebigen Programmcode auszuführen.", title: "Angriff", }, { category: "general", text: "- Sonstiges\n- UNIX\n- Windows", title: "Betroffene Betriebssysteme", }, ], publisher: { category: "other", contact_details: "csaf-provider@cert-bund.de", name: "Bundesamt für Sicherheit in der Informationstechnik", namespace: "https://www.bsi.bund.de", }, references: [ { category: "self", summary: "WID-SEC-W-2024-3558 - CSAF Version", url: "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-3558.json", }, { category: "self", summary: "WID-SEC-2024-3558 - Portal Version", url: "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-3558", }, { category: "external", summary: "Red Hat Bugzilla vom 2024-11-27", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2329161", }, { category: "external", summary: "GitHub Advisory Database vom 2024-11-27", url: "https://github.com/advisories/GHSA-8737-h7fg-9xgj", }, { category: "external", summary: "openSUSE Security Update OPENSUSE-SU-2024:14591-1 vom 2024-12-18", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/P4KYDPPUCZHJVNAEXLQAF43YKVZPVWFH/", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:4392-1 vom 2024-12-20", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/3WXTFJ5KJXT2T3PZIPKCXDRYERIQ64L2/", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:4392-1 vom 2024-12-20", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/3WXTFJ5KJXT2T3PZIPKCXDRYERIQ64L2/", }, ], source_lang: "en-US", title: "GNU Emacs und Red Hat Enterprise Linux: Schwachstelle ermöglicht Codeausführung", tracking: { current_release_date: "2024-12-22T23:00:00.000+00:00", generator: { date: "2024-12-23T09:12:29.574+00:00", engine: { name: "BSI-WID", version: "1.3.10", }, }, id: "WID-SEC-W-2024-3558", initial_release_date: "2024-11-27T23:00:00.000+00:00", revision_history: [ { date: "2024-11-27T23:00:00.000+00:00", number: "1", summary: "Initiale Fassung", }, { date: "2024-12-18T23:00:00.000+00:00", number: "2", summary: "Neue Updates von openSUSE aufgenommen", }, { date: "2024-12-22T23:00:00.000+00:00", number: "3", summary: "Neue Updates von SUSE aufgenommen", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version_range", name: "<30.0.92", product: { name: "Open Source GNU Emacs <30.0.92", product_id: "T039495", }, }, { category: "product_version", name: "30.0.92", product: { name: "Open Source GNU Emacs 30.0.92", product_id: "T039495-fixed", product_identification_helper: { cpe: "cpe:/a:gnu:emacs:30.0.92", }, }, }, ], category: "product_name", name: "GNU Emacs", }, ], category: "vendor", name: "Open Source", }, { branches: [ { branches: [ { category: "product_version", name: "8", product: { name: "Red Hat Enterprise Linux 8", product_id: "T039497", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:8", }, }, }, { category: "product_version", name: "9", product: { name: "Red Hat Enterprise Linux 9", product_id: "T039498", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:9", }, }, }, ], category: "product_name", name: "Enterprise Linux", }, ], category: "vendor", name: "Red Hat", }, { branches: [ { category: "product_name", name: "SUSE Linux", product: { name: "SUSE Linux", product_id: "T002207", product_identification_helper: { cpe: "cpe:/o:suse:suse_linux:-", }, }, }, { category: "product_name", name: "SUSE openSUSE", product: { name: "SUSE openSUSE", product_id: "T027843", product_identification_helper: { cpe: "cpe:/o:suse:opensuse:-", }, }, }, ], category: "vendor", name: "SUSE", }, ], }, vulnerabilities: [ { cve: "CVE-2024-53920", notes: [ { category: "description", text: "Es besteht eine Schwachstelle in GNU Emacs. Dieser Fehler besteht aufgrund einer unsicheren Makroexpansion in der Emacs-Funktion elisp-completion-at-point oder in automatischen Fehlerprüfungswerkzeugen wie Flymake oder Flycheck, wenn sie nicht vertrauenswürdige Lisp-Dateien verarbeiten. Ein entfernter, anonymer Angreifer kann diese Schwachstelle zur Ausführung von beliebigem Code ausnutzen. Eine erfolgreiche Ausnutzung erfordert eine Benutzerinteraktion.", }, ], product_status: { known_affected: [ "T039495", "T002207", "T027843", "T039498", "T039497", ], }, release_date: "2024-11-27T23:00:00.000+00:00", title: "CVE-2024-53920", }, ], }
WID-SEC-W-2024-3558
Vulnerability from csaf_certbund
Published
2024-11-27 23:00
Modified
2024-12-22 23:00
Summary
GNU Emacs und Red Hat Enterprise Linux: Schwachstelle ermöglicht Codeausführung
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
GNU Emacs ist Texteditor, welcher durch eine Programmierschnittstelle in der Programmiersprache Emacs Lisp mit beliebigen Erweiterungen ausgestattet werden kann.
Red Hat Enterprise Linux (RHEL) ist eine populäre Linux-Distribution.
Angriff
Ein entfernter, anonymer Angreifer kann eine Schwachstelle in GNU Emacs und Red Hat Enterprise Linux ausnutzen, um beliebigen Programmcode auszuführen.
Betroffene Betriebssysteme
- Sonstiges
- UNIX
- Windows
{ document: { aggregate_severity: { text: "mittel", }, category: "csaf_base", csaf_version: "2.0", distribution: { tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "de-DE", notes: [ { category: "legal_disclaimer", text: "Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.", }, { category: "description", text: "GNU Emacs ist Texteditor, welcher durch eine Programmierschnittstelle in der Programmiersprache Emacs Lisp mit beliebigen Erweiterungen ausgestattet werden kann.\r\nRed Hat Enterprise Linux (RHEL) ist eine populäre Linux-Distribution.", title: "Produktbeschreibung", }, { category: "summary", text: "Ein entfernter, anonymer Angreifer kann eine Schwachstelle in GNU Emacs und Red Hat Enterprise Linux ausnutzen, um beliebigen Programmcode auszuführen.", title: "Angriff", }, { category: "general", text: "- Sonstiges\n- UNIX\n- Windows", title: "Betroffene Betriebssysteme", }, ], publisher: { category: "other", contact_details: "csaf-provider@cert-bund.de", name: "Bundesamt für Sicherheit in der Informationstechnik", namespace: "https://www.bsi.bund.de", }, references: [ { category: "self", summary: "WID-SEC-W-2024-3558 - CSAF Version", url: "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-3558.json", }, { category: "self", summary: "WID-SEC-2024-3558 - Portal Version", url: "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-3558", }, { category: "external", summary: "Red Hat Bugzilla vom 2024-11-27", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2329161", }, { category: "external", summary: "GitHub Advisory Database vom 2024-11-27", url: "https://github.com/advisories/GHSA-8737-h7fg-9xgj", }, { category: "external", summary: "openSUSE Security Update OPENSUSE-SU-2024:14591-1 vom 2024-12-18", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/P4KYDPPUCZHJVNAEXLQAF43YKVZPVWFH/", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:4392-1 vom 2024-12-20", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/3WXTFJ5KJXT2T3PZIPKCXDRYERIQ64L2/", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:4392-1 vom 2024-12-20", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/3WXTFJ5KJXT2T3PZIPKCXDRYERIQ64L2/", }, ], source_lang: "en-US", title: "GNU Emacs und Red Hat Enterprise Linux: Schwachstelle ermöglicht Codeausführung", tracking: { current_release_date: "2024-12-22T23:00:00.000+00:00", generator: { date: "2024-12-23T09:12:29.574+00:00", engine: { name: "BSI-WID", version: "1.3.10", }, }, id: "WID-SEC-W-2024-3558", initial_release_date: "2024-11-27T23:00:00.000+00:00", revision_history: [ { date: "2024-11-27T23:00:00.000+00:00", number: "1", summary: "Initiale Fassung", }, { date: "2024-12-18T23:00:00.000+00:00", number: "2", summary: "Neue Updates von openSUSE aufgenommen", }, { date: "2024-12-22T23:00:00.000+00:00", number: "3", summary: "Neue Updates von SUSE aufgenommen", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version_range", name: "<30.0.92", product: { name: "Open Source GNU Emacs <30.0.92", product_id: "T039495", }, }, { category: "product_version", name: "30.0.92", product: { name: "Open Source GNU Emacs 30.0.92", product_id: "T039495-fixed", product_identification_helper: { cpe: "cpe:/a:gnu:emacs:30.0.92", }, }, }, ], category: "product_name", name: "GNU Emacs", }, ], category: "vendor", name: "Open Source", }, { branches: [ { branches: [ { category: "product_version", name: "8", product: { name: "Red Hat Enterprise Linux 8", product_id: "T039497", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:8", }, }, }, { category: "product_version", name: "9", product: { name: "Red Hat Enterprise Linux 9", product_id: "T039498", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:9", }, }, }, ], category: "product_name", name: "Enterprise Linux", }, ], category: "vendor", name: "Red Hat", }, { branches: [ { category: "product_name", name: "SUSE Linux", product: { name: "SUSE Linux", product_id: "T002207", product_identification_helper: { cpe: "cpe:/o:suse:suse_linux:-", }, }, }, { category: "product_name", name: "SUSE openSUSE", product: { name: "SUSE openSUSE", product_id: "T027843", product_identification_helper: { cpe: "cpe:/o:suse:opensuse:-", }, }, }, ], category: "vendor", name: "SUSE", }, ], }, vulnerabilities: [ { cve: "CVE-2024-53920", notes: [ { category: "description", text: "Es besteht eine Schwachstelle in GNU Emacs. Dieser Fehler besteht aufgrund einer unsicheren Makroexpansion in der Emacs-Funktion elisp-completion-at-point oder in automatischen Fehlerprüfungswerkzeugen wie Flymake oder Flycheck, wenn sie nicht vertrauenswürdige Lisp-Dateien verarbeiten. Ein entfernter, anonymer Angreifer kann diese Schwachstelle zur Ausführung von beliebigem Code ausnutzen. Eine erfolgreiche Ausnutzung erfordert eine Benutzerinteraktion.", }, ], product_status: { known_affected: [ "T039495", "T002207", "T027843", "T039498", "T039497", ], }, release_date: "2024-11-27T23:00:00.000+00:00", title: "CVE-2024-53920", }, ], }
suse-su-2025:0798-1
Vulnerability from csaf_suse
Published
2025-03-06 13:04
Modified
2025-03-06 13:04
Summary
Security update for emacs
Notes
Title of the patch
Security update for emacs
Description of the patch
This update for emacs fixes the following issues:
- CVE-2024-53920: Fixed arbitrary code execution via Lisp macro expansion (bsc#1233894).
Patchnames
SUSE-2025-798,SUSE-SLE-Module-Basesystem-15-SP6-2025-798,SUSE-SLE-Module-Desktop-Applications-15-SP6-2025-798,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-798,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-798,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-798,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-798,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-798,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-798,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-798,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-798,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2025-798,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-798,openSUSE-SLE-15.6-2025-798
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "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 emacs", title: "Title of the patch", }, { category: "description", text: "This update for emacs fixes the following issues:\n\n- CVE-2024-53920: Fixed arbitrary code execution via Lisp macro expansion (bsc#1233894). \n", title: "Description of the patch", }, { category: "details", text: "SUSE-2025-798,SUSE-SLE-Module-Basesystem-15-SP6-2025-798,SUSE-SLE-Module-Desktop-Applications-15-SP6-2025-798,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-798,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-798,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-798,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-798,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-798,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-798,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-798,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-798,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2025-798,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-798,openSUSE-SLE-15.6-2025-798", 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_0798-1.json", }, { category: "self", summary: "URL for SUSE-SU-2025:0798-1", url: "https://www.suse.com/support/update/announcement/2025/suse-su-20250798-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2025:0798-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020488.html", }, { category: "self", summary: "SUSE Bug 1233894", url: "https://bugzilla.suse.com/1233894", }, { category: "self", summary: "SUSE CVE CVE-2024-53920 page", url: "https://www.suse.com/security/cve/CVE-2024-53920/", }, ], title: "Security update for emacs", tracking: { current_release_date: "2025-03-06T13:04:36Z", generator: { date: "2025-03-06T13:04:36Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2025:0798-1", initial_release_date: "2025-03-06T13:04:36Z", revision_history: [ { date: "2025-03-06T13:04:36Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "emacs-27.2-150400.3.26.1.aarch64", product: { name: "emacs-27.2-150400.3.26.1.aarch64", product_id: "emacs-27.2-150400.3.26.1.aarch64", }, }, { category: "product_version", name: "emacs-nox-27.2-150400.3.26.1.aarch64", product: { name: "emacs-nox-27.2-150400.3.26.1.aarch64", product_id: "emacs-nox-27.2-150400.3.26.1.aarch64", }, }, { category: "product_version", name: "emacs-x11-27.2-150400.3.26.1.aarch64", product: { name: "emacs-x11-27.2-150400.3.26.1.aarch64", product_id: "emacs-x11-27.2-150400.3.26.1.aarch64", }, }, { category: "product_version", name: "etags-27.2-150400.3.26.1.aarch64", product: { name: "etags-27.2-150400.3.26.1.aarch64", product_id: "etags-27.2-150400.3.26.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "emacs-27.2-150400.3.26.1.i586", product: { name: "emacs-27.2-150400.3.26.1.i586", product_id: "emacs-27.2-150400.3.26.1.i586", }, }, { category: "product_version", name: "emacs-nox-27.2-150400.3.26.1.i586", product: { name: "emacs-nox-27.2-150400.3.26.1.i586", product_id: "emacs-nox-27.2-150400.3.26.1.i586", }, }, { category: "product_version", name: "emacs-x11-27.2-150400.3.26.1.i586", product: { name: "emacs-x11-27.2-150400.3.26.1.i586", product_id: "emacs-x11-27.2-150400.3.26.1.i586", }, }, { category: "product_version", name: "etags-27.2-150400.3.26.1.i586", product: { name: "etags-27.2-150400.3.26.1.i586", product_id: "etags-27.2-150400.3.26.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "emacs-el-27.2-150400.3.26.1.noarch", product: { name: "emacs-el-27.2-150400.3.26.1.noarch", product_id: "emacs-el-27.2-150400.3.26.1.noarch", }, }, { category: "product_version", name: "emacs-info-27.2-150400.3.26.1.noarch", product: { name: "emacs-info-27.2-150400.3.26.1.noarch", product_id: "emacs-info-27.2-150400.3.26.1.noarch", }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_version", name: "emacs-27.2-150400.3.26.1.ppc64le", product: { name: "emacs-27.2-150400.3.26.1.ppc64le", product_id: "emacs-27.2-150400.3.26.1.ppc64le", }, }, { category: "product_version", name: "emacs-nox-27.2-150400.3.26.1.ppc64le", product: { name: "emacs-nox-27.2-150400.3.26.1.ppc64le", product_id: "emacs-nox-27.2-150400.3.26.1.ppc64le", }, }, { category: "product_version", name: "emacs-x11-27.2-150400.3.26.1.ppc64le", product: { name: "emacs-x11-27.2-150400.3.26.1.ppc64le", product_id: "emacs-x11-27.2-150400.3.26.1.ppc64le", }, }, { category: "product_version", name: "etags-27.2-150400.3.26.1.ppc64le", product: { name: "etags-27.2-150400.3.26.1.ppc64le", product_id: "etags-27.2-150400.3.26.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "emacs-27.2-150400.3.26.1.s390x", product: { name: "emacs-27.2-150400.3.26.1.s390x", product_id: "emacs-27.2-150400.3.26.1.s390x", }, }, { category: "product_version", name: "emacs-nox-27.2-150400.3.26.1.s390x", product: { name: "emacs-nox-27.2-150400.3.26.1.s390x", product_id: "emacs-nox-27.2-150400.3.26.1.s390x", }, }, { category: "product_version", name: "emacs-x11-27.2-150400.3.26.1.s390x", product: { name: "emacs-x11-27.2-150400.3.26.1.s390x", product_id: "emacs-x11-27.2-150400.3.26.1.s390x", }, }, { category: "product_version", name: "etags-27.2-150400.3.26.1.s390x", product: { name: "etags-27.2-150400.3.26.1.s390x", product_id: "etags-27.2-150400.3.26.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "emacs-27.2-150400.3.26.1.x86_64", product: { name: "emacs-27.2-150400.3.26.1.x86_64", product_id: "emacs-27.2-150400.3.26.1.x86_64", }, }, { category: "product_version", name: "emacs-nox-27.2-150400.3.26.1.x86_64", product: { name: "emacs-nox-27.2-150400.3.26.1.x86_64", product_id: "emacs-nox-27.2-150400.3.26.1.x86_64", }, }, { category: "product_version", name: "emacs-x11-27.2-150400.3.26.1.x86_64", product: { name: "emacs-x11-27.2-150400.3.26.1.x86_64", product_id: "emacs-x11-27.2-150400.3.26.1.x86_64", }, }, { category: "product_version", name: "etags-27.2-150400.3.26.1.x86_64", product: { name: "etags-27.2-150400.3.26.1.x86_64", product_id: "etags-27.2-150400.3.26.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: "SUSE Linux Enterprise Module for Desktop Applications 15 SP6", product: { name: "SUSE Linux Enterprise Module for Desktop Applications 15 SP6", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP6", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-desktop-applications:15:sp6", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product: { name: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_identification_helper: { cpe: "cpe:/o:suse:sle_hpc-espos:15:sp4", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product: { name: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sle_hpc-ltss:15:sp4", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", product: { name: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", product_identification_helper: { cpe: "cpe:/o:suse:sle_hpc-espos:15:sp5", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", product: { name: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sle_hpc-ltss:15:sp5", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server 15 SP4-LTSS", product: { name: "SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sles-ltss:15:sp4", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server 15 SP5-LTSS", product: { name: "SUSE Linux Enterprise Server 15 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP5-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sles-ltss:15:sp5", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", product: { name: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_identification_helper: { cpe: "cpe:/o:suse:sles_sap:15:sp4", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server for SAP Applications 15 SP5", product: { name: "SUSE Linux Enterprise Server for SAP Applications 15 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP5", product_identification_helper: { cpe: "cpe:/o:suse:sles_sap:15:sp5", }, }, }, { category: "product_name", name: "SUSE Manager Proxy 4.3", product: { name: "SUSE Manager Proxy 4.3", product_id: "SUSE Manager Proxy 4.3", product_identification_helper: { cpe: "cpe:/o:suse:suse-manager-proxy:4.3", }, }, }, { category: "product_name", name: "SUSE Manager Server 4.3", product: { name: "SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3", product_identification_helper: { cpe: "cpe:/o:suse:suse-manager-server:4.3", }, }, }, { 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: "emacs-27.2-150400.3.26.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-27.2-150400.3.26.1.aarch64", }, product_reference: "emacs-27.2-150400.3.26.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.26.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-27.2-150400.3.26.1.ppc64le", }, product_reference: "emacs-27.2-150400.3.26.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.26.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-27.2-150400.3.26.1.s390x", }, product_reference: "emacs-27.2-150400.3.26.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.26.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-27.2-150400.3.26.1.x86_64", }, product_reference: "emacs-27.2-150400.3.26.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "emacs-el-27.2-150400.3.26.1.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-el-27.2-150400.3.26.1.noarch", }, product_reference: "emacs-el-27.2-150400.3.26.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "emacs-info-27.2-150400.3.26.1.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-info-27.2-150400.3.26.1.noarch", }, product_reference: "emacs-info-27.2-150400.3.26.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.26.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-nox-27.2-150400.3.26.1.aarch64", }, product_reference: "emacs-nox-27.2-150400.3.26.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.26.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-nox-27.2-150400.3.26.1.ppc64le", }, product_reference: "emacs-nox-27.2-150400.3.26.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.26.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-nox-27.2-150400.3.26.1.s390x", }, product_reference: "emacs-nox-27.2-150400.3.26.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.26.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-nox-27.2-150400.3.26.1.x86_64", }, product_reference: "emacs-nox-27.2-150400.3.26.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.26.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:etags-27.2-150400.3.26.1.aarch64", }, product_reference: "etags-27.2-150400.3.26.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.26.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:etags-27.2-150400.3.26.1.ppc64le", }, product_reference: "etags-27.2-150400.3.26.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.26.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:etags-27.2-150400.3.26.1.s390x", }, product_reference: "etags-27.2-150400.3.26.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.26.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:etags-27.2-150400.3.26.1.x86_64", }, product_reference: "etags-27.2-150400.3.26.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.26.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:emacs-x11-27.2-150400.3.26.1.aarch64", }, product_reference: "emacs-x11-27.2-150400.3.26.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP6", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.26.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:emacs-x11-27.2-150400.3.26.1.ppc64le", }, product_reference: "emacs-x11-27.2-150400.3.26.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP6", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.26.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:emacs-x11-27.2-150400.3.26.1.s390x", }, product_reference: "emacs-x11-27.2-150400.3.26.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP6", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.26.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:emacs-x11-27.2-150400.3.26.1.x86_64", }, product_reference: "emacs-x11-27.2-150400.3.26.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP6", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-27.2-150400.3.26.1.aarch64", }, product_reference: "emacs-27.2-150400.3.26.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-27.2-150400.3.26.1.x86_64", }, product_reference: "emacs-27.2-150400.3.26.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "emacs-el-27.2-150400.3.26.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-el-27.2-150400.3.26.1.noarch", }, product_reference: "emacs-el-27.2-150400.3.26.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "emacs-info-27.2-150400.3.26.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-info-27.2-150400.3.26.1.noarch", }, product_reference: "emacs-info-27.2-150400.3.26.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-nox-27.2-150400.3.26.1.aarch64", }, product_reference: "emacs-nox-27.2-150400.3.26.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-nox-27.2-150400.3.26.1.x86_64", }, product_reference: "emacs-nox-27.2-150400.3.26.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-x11-27.2-150400.3.26.1.aarch64", }, product_reference: "emacs-x11-27.2-150400.3.26.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-x11-27.2-150400.3.26.1.x86_64", }, product_reference: "emacs-x11-27.2-150400.3.26.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:etags-27.2-150400.3.26.1.aarch64", }, product_reference: "etags-27.2-150400.3.26.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:etags-27.2-150400.3.26.1.x86_64", }, product_reference: "etags-27.2-150400.3.26.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-27.2-150400.3.26.1.aarch64", }, product_reference: "emacs-27.2-150400.3.26.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-27.2-150400.3.26.1.x86_64", }, product_reference: "emacs-27.2-150400.3.26.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-el-27.2-150400.3.26.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-el-27.2-150400.3.26.1.noarch", }, product_reference: "emacs-el-27.2-150400.3.26.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-info-27.2-150400.3.26.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-info-27.2-150400.3.26.1.noarch", }, product_reference: "emacs-info-27.2-150400.3.26.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-nox-27.2-150400.3.26.1.aarch64", }, product_reference: "emacs-nox-27.2-150400.3.26.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-nox-27.2-150400.3.26.1.x86_64", }, product_reference: "emacs-nox-27.2-150400.3.26.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-x11-27.2-150400.3.26.1.aarch64", }, product_reference: "emacs-x11-27.2-150400.3.26.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-x11-27.2-150400.3.26.1.x86_64", }, product_reference: "emacs-x11-27.2-150400.3.26.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:etags-27.2-150400.3.26.1.aarch64", }, product_reference: "etags-27.2-150400.3.26.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:etags-27.2-150400.3.26.1.x86_64", }, product_reference: "etags-27.2-150400.3.26.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:emacs-27.2-150400.3.26.1.aarch64", }, product_reference: "emacs-27.2-150400.3.26.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:emacs-27.2-150400.3.26.1.x86_64", }, product_reference: "emacs-27.2-150400.3.26.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", }, { category: "default_component_of", full_product_name: { name: "emacs-el-27.2-150400.3.26.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:emacs-el-27.2-150400.3.26.1.noarch", }, product_reference: "emacs-el-27.2-150400.3.26.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", }, { category: "default_component_of", full_product_name: { name: "emacs-info-27.2-150400.3.26.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:emacs-info-27.2-150400.3.26.1.noarch", }, product_reference: "emacs-info-27.2-150400.3.26.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:emacs-nox-27.2-150400.3.26.1.aarch64", }, product_reference: "emacs-nox-27.2-150400.3.26.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:emacs-nox-27.2-150400.3.26.1.x86_64", }, product_reference: "emacs-nox-27.2-150400.3.26.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:emacs-x11-27.2-150400.3.26.1.aarch64", }, product_reference: "emacs-x11-27.2-150400.3.26.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:emacs-x11-27.2-150400.3.26.1.x86_64", }, product_reference: "emacs-x11-27.2-150400.3.26.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:etags-27.2-150400.3.26.1.aarch64", }, product_reference: "etags-27.2-150400.3.26.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:etags-27.2-150400.3.26.1.x86_64", }, product_reference: "etags-27.2-150400.3.26.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:emacs-27.2-150400.3.26.1.aarch64", }, product_reference: "emacs-27.2-150400.3.26.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:emacs-27.2-150400.3.26.1.x86_64", }, product_reference: "emacs-27.2-150400.3.26.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-el-27.2-150400.3.26.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:emacs-el-27.2-150400.3.26.1.noarch", }, product_reference: "emacs-el-27.2-150400.3.26.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-info-27.2-150400.3.26.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:emacs-info-27.2-150400.3.26.1.noarch", }, product_reference: "emacs-info-27.2-150400.3.26.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:emacs-nox-27.2-150400.3.26.1.aarch64", }, product_reference: "emacs-nox-27.2-150400.3.26.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:emacs-nox-27.2-150400.3.26.1.x86_64", }, product_reference: "emacs-nox-27.2-150400.3.26.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:emacs-x11-27.2-150400.3.26.1.aarch64", }, product_reference: "emacs-x11-27.2-150400.3.26.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:emacs-x11-27.2-150400.3.26.1.x86_64", }, product_reference: "emacs-x11-27.2-150400.3.26.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:etags-27.2-150400.3.26.1.aarch64", }, product_reference: "etags-27.2-150400.3.26.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:etags-27.2-150400.3.26.1.x86_64", }, product_reference: "etags-27.2-150400.3.26.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.26.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-27.2-150400.3.26.1.aarch64", }, product_reference: "emacs-27.2-150400.3.26.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.26.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-27.2-150400.3.26.1.ppc64le", }, product_reference: "emacs-27.2-150400.3.26.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.26.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-27.2-150400.3.26.1.s390x", }, product_reference: "emacs-27.2-150400.3.26.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.26.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-27.2-150400.3.26.1.x86_64", }, product_reference: "emacs-27.2-150400.3.26.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-el-27.2-150400.3.26.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-el-27.2-150400.3.26.1.noarch", }, product_reference: "emacs-el-27.2-150400.3.26.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-info-27.2-150400.3.26.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-info-27.2-150400.3.26.1.noarch", }, product_reference: "emacs-info-27.2-150400.3.26.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.26.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-nox-27.2-150400.3.26.1.aarch64", }, product_reference: "emacs-nox-27.2-150400.3.26.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.26.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-nox-27.2-150400.3.26.1.ppc64le", }, product_reference: "emacs-nox-27.2-150400.3.26.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.26.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-nox-27.2-150400.3.26.1.s390x", }, product_reference: "emacs-nox-27.2-150400.3.26.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.26.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-nox-27.2-150400.3.26.1.x86_64", }, product_reference: "emacs-nox-27.2-150400.3.26.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.26.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-x11-27.2-150400.3.26.1.aarch64", }, product_reference: "emacs-x11-27.2-150400.3.26.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.26.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-x11-27.2-150400.3.26.1.ppc64le", }, product_reference: "emacs-x11-27.2-150400.3.26.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.26.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-x11-27.2-150400.3.26.1.s390x", }, product_reference: "emacs-x11-27.2-150400.3.26.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.26.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-x11-27.2-150400.3.26.1.x86_64", }, product_reference: "emacs-x11-27.2-150400.3.26.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.26.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:etags-27.2-150400.3.26.1.aarch64", }, product_reference: "etags-27.2-150400.3.26.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.26.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:etags-27.2-150400.3.26.1.ppc64le", }, product_reference: "etags-27.2-150400.3.26.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.26.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:etags-27.2-150400.3.26.1.s390x", }, product_reference: "etags-27.2-150400.3.26.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.26.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:etags-27.2-150400.3.26.1.x86_64", }, product_reference: "etags-27.2-150400.3.26.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.26.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-27.2-150400.3.26.1.aarch64", }, product_reference: "emacs-27.2-150400.3.26.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.26.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-27.2-150400.3.26.1.ppc64le", }, product_reference: "emacs-27.2-150400.3.26.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.26.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-27.2-150400.3.26.1.s390x", }, product_reference: "emacs-27.2-150400.3.26.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.26.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-27.2-150400.3.26.1.x86_64", }, product_reference: "emacs-27.2-150400.3.26.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-el-27.2-150400.3.26.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-el-27.2-150400.3.26.1.noarch", }, product_reference: "emacs-el-27.2-150400.3.26.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-info-27.2-150400.3.26.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-info-27.2-150400.3.26.1.noarch", }, product_reference: "emacs-info-27.2-150400.3.26.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.26.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-nox-27.2-150400.3.26.1.aarch64", }, product_reference: "emacs-nox-27.2-150400.3.26.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.26.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-nox-27.2-150400.3.26.1.ppc64le", }, product_reference: "emacs-nox-27.2-150400.3.26.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.26.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-nox-27.2-150400.3.26.1.s390x", }, product_reference: "emacs-nox-27.2-150400.3.26.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.26.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-nox-27.2-150400.3.26.1.x86_64", }, product_reference: "emacs-nox-27.2-150400.3.26.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.26.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-x11-27.2-150400.3.26.1.aarch64", }, product_reference: "emacs-x11-27.2-150400.3.26.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.26.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-x11-27.2-150400.3.26.1.ppc64le", }, product_reference: "emacs-x11-27.2-150400.3.26.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.26.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-x11-27.2-150400.3.26.1.s390x", }, product_reference: "emacs-x11-27.2-150400.3.26.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.26.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-x11-27.2-150400.3.26.1.x86_64", }, product_reference: "emacs-x11-27.2-150400.3.26.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.26.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP5-LTSS:etags-27.2-150400.3.26.1.aarch64", }, product_reference: "etags-27.2-150400.3.26.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.26.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP5-LTSS:etags-27.2-150400.3.26.1.ppc64le", }, product_reference: "etags-27.2-150400.3.26.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.26.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP5-LTSS:etags-27.2-150400.3.26.1.s390x", }, product_reference: "etags-27.2-150400.3.26.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.26.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP5-LTSS:etags-27.2-150400.3.26.1.x86_64", }, product_reference: "etags-27.2-150400.3.26.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.26.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-27.2-150400.3.26.1.ppc64le", }, product_reference: "emacs-27.2-150400.3.26.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.26.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-27.2-150400.3.26.1.x86_64", }, product_reference: "emacs-27.2-150400.3.26.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "emacs-el-27.2-150400.3.26.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-el-27.2-150400.3.26.1.noarch", }, product_reference: "emacs-el-27.2-150400.3.26.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "emacs-info-27.2-150400.3.26.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-info-27.2-150400.3.26.1.noarch", }, product_reference: "emacs-info-27.2-150400.3.26.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.26.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-nox-27.2-150400.3.26.1.ppc64le", }, product_reference: "emacs-nox-27.2-150400.3.26.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.26.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-nox-27.2-150400.3.26.1.x86_64", }, product_reference: "emacs-nox-27.2-150400.3.26.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.26.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-x11-27.2-150400.3.26.1.ppc64le", }, product_reference: "emacs-x11-27.2-150400.3.26.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.26.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-x11-27.2-150400.3.26.1.x86_64", }, product_reference: "emacs-x11-27.2-150400.3.26.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.26.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:etags-27.2-150400.3.26.1.ppc64le", }, product_reference: "etags-27.2-150400.3.26.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.26.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:etags-27.2-150400.3.26.1.x86_64", }, product_reference: "etags-27.2-150400.3.26.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.26.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP5:emacs-27.2-150400.3.26.1.ppc64le", }, product_reference: "emacs-27.2-150400.3.26.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP5", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.26.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP5:emacs-27.2-150400.3.26.1.x86_64", }, product_reference: "emacs-27.2-150400.3.26.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP5", }, { category: "default_component_of", full_product_name: { name: "emacs-el-27.2-150400.3.26.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP5:emacs-el-27.2-150400.3.26.1.noarch", }, product_reference: "emacs-el-27.2-150400.3.26.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP5", }, { category: "default_component_of", full_product_name: { name: "emacs-info-27.2-150400.3.26.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP5:emacs-info-27.2-150400.3.26.1.noarch", }, product_reference: "emacs-info-27.2-150400.3.26.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP5", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.26.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP5:emacs-nox-27.2-150400.3.26.1.ppc64le", }, product_reference: "emacs-nox-27.2-150400.3.26.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP5", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.26.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP5:emacs-nox-27.2-150400.3.26.1.x86_64", }, product_reference: "emacs-nox-27.2-150400.3.26.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP5", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.26.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP5:emacs-x11-27.2-150400.3.26.1.ppc64le", }, product_reference: "emacs-x11-27.2-150400.3.26.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP5", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.26.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP5:emacs-x11-27.2-150400.3.26.1.x86_64", }, product_reference: "emacs-x11-27.2-150400.3.26.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP5", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.26.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP5:etags-27.2-150400.3.26.1.ppc64le", }, product_reference: "etags-27.2-150400.3.26.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP5", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.26.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP5:etags-27.2-150400.3.26.1.x86_64", }, product_reference: "etags-27.2-150400.3.26.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP5", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.26.1.x86_64 as component of SUSE Manager Proxy 4.3", product_id: "SUSE Manager Proxy 4.3:emacs-27.2-150400.3.26.1.x86_64", }, product_reference: "emacs-27.2-150400.3.26.1.x86_64", relates_to_product_reference: "SUSE Manager Proxy 4.3", }, { category: "default_component_of", full_product_name: { name: "emacs-el-27.2-150400.3.26.1.noarch as component of SUSE Manager Proxy 4.3", product_id: "SUSE Manager Proxy 4.3:emacs-el-27.2-150400.3.26.1.noarch", }, product_reference: "emacs-el-27.2-150400.3.26.1.noarch", relates_to_product_reference: "SUSE Manager Proxy 4.3", }, { category: "default_component_of", full_product_name: { name: "emacs-info-27.2-150400.3.26.1.noarch as component of SUSE Manager Proxy 4.3", product_id: "SUSE Manager Proxy 4.3:emacs-info-27.2-150400.3.26.1.noarch", }, product_reference: "emacs-info-27.2-150400.3.26.1.noarch", relates_to_product_reference: "SUSE Manager Proxy 4.3", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.26.1.x86_64 as component of SUSE Manager Proxy 4.3", product_id: "SUSE Manager Proxy 4.3:emacs-nox-27.2-150400.3.26.1.x86_64", }, product_reference: "emacs-nox-27.2-150400.3.26.1.x86_64", relates_to_product_reference: "SUSE Manager Proxy 4.3", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.26.1.x86_64 as component of SUSE Manager Proxy 4.3", product_id: "SUSE Manager Proxy 4.3:etags-27.2-150400.3.26.1.x86_64", }, product_reference: "etags-27.2-150400.3.26.1.x86_64", relates_to_product_reference: "SUSE Manager Proxy 4.3", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.26.1.ppc64le as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:emacs-27.2-150400.3.26.1.ppc64le", }, product_reference: "emacs-27.2-150400.3.26.1.ppc64le", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.26.1.s390x as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:emacs-27.2-150400.3.26.1.s390x", }, product_reference: "emacs-27.2-150400.3.26.1.s390x", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.26.1.x86_64 as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:emacs-27.2-150400.3.26.1.x86_64", }, product_reference: "emacs-27.2-150400.3.26.1.x86_64", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "emacs-el-27.2-150400.3.26.1.noarch as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:emacs-el-27.2-150400.3.26.1.noarch", }, product_reference: "emacs-el-27.2-150400.3.26.1.noarch", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "emacs-info-27.2-150400.3.26.1.noarch as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:emacs-info-27.2-150400.3.26.1.noarch", }, product_reference: "emacs-info-27.2-150400.3.26.1.noarch", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.26.1.ppc64le as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:emacs-nox-27.2-150400.3.26.1.ppc64le", }, product_reference: "emacs-nox-27.2-150400.3.26.1.ppc64le", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.26.1.s390x as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:emacs-nox-27.2-150400.3.26.1.s390x", }, product_reference: "emacs-nox-27.2-150400.3.26.1.s390x", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.26.1.x86_64 as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:emacs-nox-27.2-150400.3.26.1.x86_64", }, product_reference: "emacs-nox-27.2-150400.3.26.1.x86_64", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.26.1.ppc64le as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:etags-27.2-150400.3.26.1.ppc64le", }, product_reference: "etags-27.2-150400.3.26.1.ppc64le", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.26.1.s390x as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:etags-27.2-150400.3.26.1.s390x", }, product_reference: "etags-27.2-150400.3.26.1.s390x", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.26.1.x86_64 as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:etags-27.2-150400.3.26.1.x86_64", }, product_reference: "etags-27.2-150400.3.26.1.x86_64", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.26.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:emacs-27.2-150400.3.26.1.aarch64", }, product_reference: "emacs-27.2-150400.3.26.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.26.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:emacs-27.2-150400.3.26.1.ppc64le", }, product_reference: "emacs-27.2-150400.3.26.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.26.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:emacs-27.2-150400.3.26.1.s390x", }, product_reference: "emacs-27.2-150400.3.26.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.26.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:emacs-27.2-150400.3.26.1.x86_64", }, product_reference: "emacs-27.2-150400.3.26.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "emacs-el-27.2-150400.3.26.1.noarch as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:emacs-el-27.2-150400.3.26.1.noarch", }, product_reference: "emacs-el-27.2-150400.3.26.1.noarch", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "emacs-info-27.2-150400.3.26.1.noarch as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:emacs-info-27.2-150400.3.26.1.noarch", }, product_reference: "emacs-info-27.2-150400.3.26.1.noarch", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.26.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:emacs-nox-27.2-150400.3.26.1.aarch64", }, product_reference: "emacs-nox-27.2-150400.3.26.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.26.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:emacs-nox-27.2-150400.3.26.1.ppc64le", }, product_reference: "emacs-nox-27.2-150400.3.26.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.26.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:emacs-nox-27.2-150400.3.26.1.s390x", }, product_reference: "emacs-nox-27.2-150400.3.26.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.26.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:emacs-nox-27.2-150400.3.26.1.x86_64", }, product_reference: "emacs-nox-27.2-150400.3.26.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.26.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:emacs-x11-27.2-150400.3.26.1.aarch64", }, product_reference: "emacs-x11-27.2-150400.3.26.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.26.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:emacs-x11-27.2-150400.3.26.1.ppc64le", }, product_reference: "emacs-x11-27.2-150400.3.26.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.26.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:emacs-x11-27.2-150400.3.26.1.s390x", }, product_reference: "emacs-x11-27.2-150400.3.26.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.26.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:emacs-x11-27.2-150400.3.26.1.x86_64", }, product_reference: "emacs-x11-27.2-150400.3.26.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.26.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:etags-27.2-150400.3.26.1.aarch64", }, product_reference: "etags-27.2-150400.3.26.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.26.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:etags-27.2-150400.3.26.1.ppc64le", }, product_reference: "etags-27.2-150400.3.26.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.26.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:etags-27.2-150400.3.26.1.s390x", }, product_reference: "etags-27.2-150400.3.26.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.26.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:etags-27.2-150400.3.26.1.x86_64", }, product_reference: "etags-27.2-150400.3.26.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, ], }, vulnerabilities: [ { cve: "CVE-2024-53920", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-53920", }, ], notes: [ { category: "general", text: "In elisp-mode.el in GNU Emacs before 30.1, a user who chooses to invoke elisp-completion-at-point (for code completion) on untrusted Emacs Lisp source code can trigger unsafe Lisp macro expansion that allows attackers to execute arbitrary code. (This unsafe expansion also occurs if a user chooses to enable on-the-fly diagnosis that byte compiles untrusted Emacs Lisp source code.)", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-el-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-info-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-nox-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-nox-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-x11-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-x11-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:etags-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:etags-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-el-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-info-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-nox-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-nox-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-x11-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-x11-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:etags-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:etags-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:emacs-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:emacs-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:emacs-el-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:emacs-info-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:emacs-nox-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:emacs-nox-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:emacs-x11-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:emacs-x11-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:etags-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:etags-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:emacs-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:emacs-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:emacs-el-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:emacs-info-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:emacs-nox-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:emacs-nox-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:emacs-x11-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:emacs-x11-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:etags-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:etags-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-27.2-150400.3.26.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-el-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-info-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-nox-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-nox-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-nox-27.2-150400.3.26.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-nox-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:etags-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:etags-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:etags-27.2-150400.3.26.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:etags-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:emacs-x11-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:emacs-x11-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:emacs-x11-27.2-150400.3.26.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:emacs-x11-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-27.2-150400.3.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-el-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-info-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-nox-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-nox-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-nox-27.2-150400.3.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-nox-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-x11-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-x11-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-x11-27.2-150400.3.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-x11-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:etags-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:etags-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:etags-27.2-150400.3.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:etags-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-27.2-150400.3.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-el-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-info-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-nox-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-nox-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-nox-27.2-150400.3.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-nox-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-x11-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-x11-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-x11-27.2-150400.3.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-x11-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:etags-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:etags-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:etags-27.2-150400.3.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:etags-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-el-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-info-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-nox-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-nox-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-x11-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-x11-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:etags-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:etags-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:emacs-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:emacs-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:emacs-el-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:emacs-info-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:emacs-nox-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:emacs-nox-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:emacs-x11-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:emacs-x11-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:etags-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:etags-27.2-150400.3.26.1.x86_64", "SUSE Manager Proxy 4.3:emacs-27.2-150400.3.26.1.x86_64", "SUSE Manager Proxy 4.3:emacs-el-27.2-150400.3.26.1.noarch", "SUSE Manager Proxy 4.3:emacs-info-27.2-150400.3.26.1.noarch", "SUSE Manager Proxy 4.3:emacs-nox-27.2-150400.3.26.1.x86_64", "SUSE Manager Proxy 4.3:etags-27.2-150400.3.26.1.x86_64", "SUSE Manager Server 4.3:emacs-27.2-150400.3.26.1.ppc64le", "SUSE Manager Server 4.3:emacs-27.2-150400.3.26.1.s390x", "SUSE Manager Server 4.3:emacs-27.2-150400.3.26.1.x86_64", "SUSE Manager Server 4.3:emacs-el-27.2-150400.3.26.1.noarch", "SUSE Manager Server 4.3:emacs-info-27.2-150400.3.26.1.noarch", "SUSE Manager Server 4.3:emacs-nox-27.2-150400.3.26.1.ppc64le", "SUSE Manager Server 4.3:emacs-nox-27.2-150400.3.26.1.s390x", "SUSE Manager Server 4.3:emacs-nox-27.2-150400.3.26.1.x86_64", "SUSE Manager Server 4.3:etags-27.2-150400.3.26.1.ppc64le", "SUSE Manager Server 4.3:etags-27.2-150400.3.26.1.s390x", "SUSE Manager Server 4.3:etags-27.2-150400.3.26.1.x86_64", "openSUSE Leap 15.6:emacs-27.2-150400.3.26.1.aarch64", "openSUSE Leap 15.6:emacs-27.2-150400.3.26.1.ppc64le", "openSUSE Leap 15.6:emacs-27.2-150400.3.26.1.s390x", "openSUSE Leap 15.6:emacs-27.2-150400.3.26.1.x86_64", "openSUSE Leap 15.6:emacs-el-27.2-150400.3.26.1.noarch", "openSUSE Leap 15.6:emacs-info-27.2-150400.3.26.1.noarch", "openSUSE Leap 15.6:emacs-nox-27.2-150400.3.26.1.aarch64", "openSUSE Leap 15.6:emacs-nox-27.2-150400.3.26.1.ppc64le", "openSUSE Leap 15.6:emacs-nox-27.2-150400.3.26.1.s390x", "openSUSE Leap 15.6:emacs-nox-27.2-150400.3.26.1.x86_64", "openSUSE Leap 15.6:emacs-x11-27.2-150400.3.26.1.aarch64", "openSUSE Leap 15.6:emacs-x11-27.2-150400.3.26.1.ppc64le", "openSUSE Leap 15.6:emacs-x11-27.2-150400.3.26.1.s390x", "openSUSE Leap 15.6:emacs-x11-27.2-150400.3.26.1.x86_64", "openSUSE Leap 15.6:etags-27.2-150400.3.26.1.aarch64", "openSUSE Leap 15.6:etags-27.2-150400.3.26.1.ppc64le", "openSUSE Leap 15.6:etags-27.2-150400.3.26.1.s390x", "openSUSE Leap 15.6:etags-27.2-150400.3.26.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-53920", url: "https://www.suse.com/security/cve/CVE-2024-53920", }, { category: "external", summary: "SUSE Bug 1233894 for CVE-2024-53920", url: "https://bugzilla.suse.com/1233894", }, ], 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 High Performance Computing 15 SP4-ESPOS:emacs-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-el-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-info-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-nox-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-nox-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-x11-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-x11-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:etags-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:etags-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-el-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-info-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-nox-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-nox-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-x11-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-x11-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:etags-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:etags-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:emacs-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:emacs-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:emacs-el-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:emacs-info-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:emacs-nox-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:emacs-nox-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:emacs-x11-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:emacs-x11-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:etags-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:etags-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:emacs-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:emacs-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:emacs-el-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:emacs-info-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:emacs-nox-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:emacs-nox-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:emacs-x11-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:emacs-x11-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:etags-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:etags-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-27.2-150400.3.26.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-el-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-info-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-nox-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-nox-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-nox-27.2-150400.3.26.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-nox-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:etags-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:etags-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:etags-27.2-150400.3.26.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:etags-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:emacs-x11-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:emacs-x11-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:emacs-x11-27.2-150400.3.26.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:emacs-x11-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-27.2-150400.3.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-el-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-info-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-nox-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-nox-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-nox-27.2-150400.3.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-nox-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-x11-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-x11-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-x11-27.2-150400.3.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-x11-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:etags-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:etags-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:etags-27.2-150400.3.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:etags-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-27.2-150400.3.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-el-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-info-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-nox-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-nox-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-nox-27.2-150400.3.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-nox-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-x11-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-x11-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-x11-27.2-150400.3.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-x11-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:etags-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:etags-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:etags-27.2-150400.3.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:etags-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-el-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-info-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-nox-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-nox-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-x11-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-x11-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:etags-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:etags-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:emacs-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:emacs-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:emacs-el-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:emacs-info-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:emacs-nox-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:emacs-nox-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:emacs-x11-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:emacs-x11-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:etags-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:etags-27.2-150400.3.26.1.x86_64", "SUSE Manager Proxy 4.3:emacs-27.2-150400.3.26.1.x86_64", "SUSE Manager Proxy 4.3:emacs-el-27.2-150400.3.26.1.noarch", "SUSE Manager Proxy 4.3:emacs-info-27.2-150400.3.26.1.noarch", "SUSE Manager Proxy 4.3:emacs-nox-27.2-150400.3.26.1.x86_64", "SUSE Manager Proxy 4.3:etags-27.2-150400.3.26.1.x86_64", "SUSE Manager Server 4.3:emacs-27.2-150400.3.26.1.ppc64le", "SUSE Manager Server 4.3:emacs-27.2-150400.3.26.1.s390x", "SUSE Manager Server 4.3:emacs-27.2-150400.3.26.1.x86_64", "SUSE Manager Server 4.3:emacs-el-27.2-150400.3.26.1.noarch", "SUSE Manager Server 4.3:emacs-info-27.2-150400.3.26.1.noarch", "SUSE Manager Server 4.3:emacs-nox-27.2-150400.3.26.1.ppc64le", "SUSE Manager Server 4.3:emacs-nox-27.2-150400.3.26.1.s390x", "SUSE Manager Server 4.3:emacs-nox-27.2-150400.3.26.1.x86_64", "SUSE Manager Server 4.3:etags-27.2-150400.3.26.1.ppc64le", "SUSE Manager Server 4.3:etags-27.2-150400.3.26.1.s390x", "SUSE Manager Server 4.3:etags-27.2-150400.3.26.1.x86_64", "openSUSE Leap 15.6:emacs-27.2-150400.3.26.1.aarch64", "openSUSE Leap 15.6:emacs-27.2-150400.3.26.1.ppc64le", "openSUSE Leap 15.6:emacs-27.2-150400.3.26.1.s390x", "openSUSE Leap 15.6:emacs-27.2-150400.3.26.1.x86_64", "openSUSE Leap 15.6:emacs-el-27.2-150400.3.26.1.noarch", "openSUSE Leap 15.6:emacs-info-27.2-150400.3.26.1.noarch", "openSUSE Leap 15.6:emacs-nox-27.2-150400.3.26.1.aarch64", "openSUSE Leap 15.6:emacs-nox-27.2-150400.3.26.1.ppc64le", "openSUSE Leap 15.6:emacs-nox-27.2-150400.3.26.1.s390x", "openSUSE Leap 15.6:emacs-nox-27.2-150400.3.26.1.x86_64", "openSUSE Leap 15.6:emacs-x11-27.2-150400.3.26.1.aarch64", "openSUSE Leap 15.6:emacs-x11-27.2-150400.3.26.1.ppc64le", "openSUSE Leap 15.6:emacs-x11-27.2-150400.3.26.1.s390x", "openSUSE Leap 15.6:emacs-x11-27.2-150400.3.26.1.x86_64", "openSUSE Leap 15.6:etags-27.2-150400.3.26.1.aarch64", "openSUSE Leap 15.6:etags-27.2-150400.3.26.1.ppc64le", "openSUSE Leap 15.6:etags-27.2-150400.3.26.1.s390x", "openSUSE Leap 15.6:etags-27.2-150400.3.26.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-el-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-info-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-nox-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-nox-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-x11-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-x11-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:etags-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:etags-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-el-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-info-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-nox-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-nox-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-x11-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-x11-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:etags-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:etags-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:emacs-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:emacs-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:emacs-el-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:emacs-info-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:emacs-nox-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:emacs-nox-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:emacs-x11-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:emacs-x11-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:etags-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:etags-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:emacs-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:emacs-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:emacs-el-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:emacs-info-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:emacs-nox-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:emacs-nox-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:emacs-x11-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:emacs-x11-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:etags-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:etags-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-27.2-150400.3.26.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-el-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-info-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-nox-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-nox-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-nox-27.2-150400.3.26.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-nox-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:etags-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:etags-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:etags-27.2-150400.3.26.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:etags-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:emacs-x11-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:emacs-x11-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:emacs-x11-27.2-150400.3.26.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:emacs-x11-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-27.2-150400.3.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-el-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-info-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-nox-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-nox-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-nox-27.2-150400.3.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-nox-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-x11-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-x11-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-x11-27.2-150400.3.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-x11-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:etags-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:etags-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:etags-27.2-150400.3.26.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:etags-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-27.2-150400.3.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-el-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-info-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-nox-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-nox-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-nox-27.2-150400.3.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-nox-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-x11-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-x11-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-x11-27.2-150400.3.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:emacs-x11-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:etags-27.2-150400.3.26.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:etags-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:etags-27.2-150400.3.26.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:etags-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-el-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-info-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-nox-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-nox-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-x11-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-x11-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:etags-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:etags-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:emacs-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:emacs-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:emacs-el-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:emacs-info-27.2-150400.3.26.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:emacs-nox-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:emacs-nox-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:emacs-x11-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:emacs-x11-27.2-150400.3.26.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:etags-27.2-150400.3.26.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:etags-27.2-150400.3.26.1.x86_64", "SUSE Manager Proxy 4.3:emacs-27.2-150400.3.26.1.x86_64", "SUSE Manager Proxy 4.3:emacs-el-27.2-150400.3.26.1.noarch", "SUSE Manager Proxy 4.3:emacs-info-27.2-150400.3.26.1.noarch", "SUSE Manager Proxy 4.3:emacs-nox-27.2-150400.3.26.1.x86_64", "SUSE Manager Proxy 4.3:etags-27.2-150400.3.26.1.x86_64", "SUSE Manager Server 4.3:emacs-27.2-150400.3.26.1.ppc64le", "SUSE Manager Server 4.3:emacs-27.2-150400.3.26.1.s390x", "SUSE Manager Server 4.3:emacs-27.2-150400.3.26.1.x86_64", "SUSE Manager Server 4.3:emacs-el-27.2-150400.3.26.1.noarch", "SUSE Manager Server 4.3:emacs-info-27.2-150400.3.26.1.noarch", "SUSE Manager Server 4.3:emacs-nox-27.2-150400.3.26.1.ppc64le", "SUSE Manager Server 4.3:emacs-nox-27.2-150400.3.26.1.s390x", "SUSE Manager Server 4.3:emacs-nox-27.2-150400.3.26.1.x86_64", "SUSE Manager Server 4.3:etags-27.2-150400.3.26.1.ppc64le", "SUSE Manager Server 4.3:etags-27.2-150400.3.26.1.s390x", "SUSE Manager Server 4.3:etags-27.2-150400.3.26.1.x86_64", "openSUSE Leap 15.6:emacs-27.2-150400.3.26.1.aarch64", "openSUSE Leap 15.6:emacs-27.2-150400.3.26.1.ppc64le", "openSUSE Leap 15.6:emacs-27.2-150400.3.26.1.s390x", "openSUSE Leap 15.6:emacs-27.2-150400.3.26.1.x86_64", "openSUSE Leap 15.6:emacs-el-27.2-150400.3.26.1.noarch", "openSUSE Leap 15.6:emacs-info-27.2-150400.3.26.1.noarch", "openSUSE Leap 15.6:emacs-nox-27.2-150400.3.26.1.aarch64", "openSUSE Leap 15.6:emacs-nox-27.2-150400.3.26.1.ppc64le", "openSUSE Leap 15.6:emacs-nox-27.2-150400.3.26.1.s390x", "openSUSE Leap 15.6:emacs-nox-27.2-150400.3.26.1.x86_64", "openSUSE Leap 15.6:emacs-x11-27.2-150400.3.26.1.aarch64", "openSUSE Leap 15.6:emacs-x11-27.2-150400.3.26.1.ppc64le", "openSUSE Leap 15.6:emacs-x11-27.2-150400.3.26.1.s390x", "openSUSE Leap 15.6:emacs-x11-27.2-150400.3.26.1.x86_64", "openSUSE Leap 15.6:etags-27.2-150400.3.26.1.aarch64", "openSUSE Leap 15.6:etags-27.2-150400.3.26.1.ppc64le", "openSUSE Leap 15.6:etags-27.2-150400.3.26.1.s390x", "openSUSE Leap 15.6:etags-27.2-150400.3.26.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2025-03-06T13:04:36Z", details: "important", }, ], title: "CVE-2024-53920", }, ], }
suse-su-2024:4392-1
Vulnerability from csaf_suse
Published
2024-12-20 10:20
Modified
2024-12-20 10:20
Summary
Security update for emacs
Notes
Title of the patch
Security update for emacs
Description of the patch
This update for emacs fixes the following issues:
- CVE-2024-53920: Fixed arbitrary code execution via Lisp macro expansion (bsc#1233894)
Patchnames
SUSE-2024-4392,SUSE-SLE-Module-Basesystem-15-SP5-2024-4392,SUSE-SLE-Module-Basesystem-15-SP6-2024-4392,SUSE-SLE-Module-Desktop-Applications-15-SP5-2024-4392,SUSE-SLE-Module-Desktop-Applications-15-SP6-2024-4392,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-4392,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-4392,SUSE-SLE-Product-SLED-15-SP4-LTSS-2024-4392,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-4392,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-4392,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2024-4392,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2024-4392,openSUSE-SLE-15.5-2024-4392,openSUSE-SLE-15.6-2024-4392
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "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 emacs", title: "Title of the patch", }, { category: "description", text: "This update for emacs fixes the following issues:\n\n - CVE-2024-53920: Fixed arbitrary code execution via Lisp macro expansion (bsc#1233894)\n\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2024-4392,SUSE-SLE-Module-Basesystem-15-SP5-2024-4392,SUSE-SLE-Module-Basesystem-15-SP6-2024-4392,SUSE-SLE-Module-Desktop-Applications-15-SP5-2024-4392,SUSE-SLE-Module-Desktop-Applications-15-SP6-2024-4392,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-4392,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-4392,SUSE-SLE-Product-SLED-15-SP4-LTSS-2024-4392,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-4392,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-4392,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2024-4392,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2024-4392,openSUSE-SLE-15.5-2024-4392,openSUSE-SLE-15.6-2024-4392", 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-2024_4392-1.json", }, { category: "self", summary: "URL for SUSE-SU-2024:4392-1", url: "https://www.suse.com/support/update/announcement/2024/suse-su-20244392-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2024:4392-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-December/020036.html", }, { category: "self", summary: "SUSE Bug 1233894", url: "https://bugzilla.suse.com/1233894", }, { category: "self", summary: "SUSE CVE CVE-2024-53920 page", url: "https://www.suse.com/security/cve/CVE-2024-53920/", }, ], title: "Security update for emacs", tracking: { current_release_date: "2024-12-20T10:20:05Z", generator: { date: "2024-12-20T10:20:05Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2024:4392-1", initial_release_date: "2024-12-20T10:20:05Z", revision_history: [ { date: "2024-12-20T10:20:05Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "emacs-27.2-150400.3.20.2.aarch64", product: { name: "emacs-27.2-150400.3.20.2.aarch64", product_id: "emacs-27.2-150400.3.20.2.aarch64", }, }, { category: "product_version", name: "emacs-nox-27.2-150400.3.20.2.aarch64", product: { name: "emacs-nox-27.2-150400.3.20.2.aarch64", product_id: "emacs-nox-27.2-150400.3.20.2.aarch64", }, }, { category: "product_version", name: "emacs-x11-27.2-150400.3.20.2.aarch64", product: { name: "emacs-x11-27.2-150400.3.20.2.aarch64", product_id: "emacs-x11-27.2-150400.3.20.2.aarch64", }, }, { category: "product_version", name: "etags-27.2-150400.3.20.2.aarch64", product: { name: "etags-27.2-150400.3.20.2.aarch64", product_id: "etags-27.2-150400.3.20.2.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "emacs-27.2-150400.3.20.2.i586", product: { name: "emacs-27.2-150400.3.20.2.i586", product_id: "emacs-27.2-150400.3.20.2.i586", }, }, { category: "product_version", name: "emacs-nox-27.2-150400.3.20.2.i586", product: { name: "emacs-nox-27.2-150400.3.20.2.i586", product_id: "emacs-nox-27.2-150400.3.20.2.i586", }, }, { category: "product_version", name: "emacs-x11-27.2-150400.3.20.2.i586", product: { name: "emacs-x11-27.2-150400.3.20.2.i586", product_id: "emacs-x11-27.2-150400.3.20.2.i586", }, }, { category: "product_version", name: "etags-27.2-150400.3.20.2.i586", product: { name: "etags-27.2-150400.3.20.2.i586", product_id: "etags-27.2-150400.3.20.2.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "emacs-el-27.2-150400.3.20.2.noarch", product: { name: "emacs-el-27.2-150400.3.20.2.noarch", product_id: "emacs-el-27.2-150400.3.20.2.noarch", }, }, { category: "product_version", name: "emacs-info-27.2-150400.3.20.2.noarch", product: { name: "emacs-info-27.2-150400.3.20.2.noarch", product_id: "emacs-info-27.2-150400.3.20.2.noarch", }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_version", name: "emacs-27.2-150400.3.20.2.ppc64le", product: { name: "emacs-27.2-150400.3.20.2.ppc64le", product_id: "emacs-27.2-150400.3.20.2.ppc64le", }, }, { category: "product_version", name: "emacs-nox-27.2-150400.3.20.2.ppc64le", product: { name: "emacs-nox-27.2-150400.3.20.2.ppc64le", product_id: "emacs-nox-27.2-150400.3.20.2.ppc64le", }, }, { category: "product_version", name: "emacs-x11-27.2-150400.3.20.2.ppc64le", product: { name: "emacs-x11-27.2-150400.3.20.2.ppc64le", product_id: "emacs-x11-27.2-150400.3.20.2.ppc64le", }, }, { category: "product_version", name: "etags-27.2-150400.3.20.2.ppc64le", product: { name: "etags-27.2-150400.3.20.2.ppc64le", product_id: "etags-27.2-150400.3.20.2.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "emacs-27.2-150400.3.20.2.s390x", product: { name: "emacs-27.2-150400.3.20.2.s390x", product_id: "emacs-27.2-150400.3.20.2.s390x", }, }, { category: "product_version", name: "emacs-nox-27.2-150400.3.20.2.s390x", product: { name: "emacs-nox-27.2-150400.3.20.2.s390x", product_id: "emacs-nox-27.2-150400.3.20.2.s390x", }, }, { category: "product_version", name: "emacs-x11-27.2-150400.3.20.2.s390x", product: { name: "emacs-x11-27.2-150400.3.20.2.s390x", product_id: "emacs-x11-27.2-150400.3.20.2.s390x", }, }, { category: "product_version", name: "etags-27.2-150400.3.20.2.s390x", product: { name: "etags-27.2-150400.3.20.2.s390x", product_id: "etags-27.2-150400.3.20.2.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "emacs-27.2-150400.3.20.2.x86_64", product: { name: "emacs-27.2-150400.3.20.2.x86_64", product_id: "emacs-27.2-150400.3.20.2.x86_64", }, }, { category: "product_version", name: "emacs-nox-27.2-150400.3.20.2.x86_64", product: { name: "emacs-nox-27.2-150400.3.20.2.x86_64", product_id: "emacs-nox-27.2-150400.3.20.2.x86_64", }, }, { category: "product_version", name: "emacs-x11-27.2-150400.3.20.2.x86_64", product: { name: "emacs-x11-27.2-150400.3.20.2.x86_64", product_id: "emacs-x11-27.2-150400.3.20.2.x86_64", }, }, { category: "product_version", name: "etags-27.2-150400.3.20.2.x86_64", product: { name: "etags-27.2-150400.3.20.2.x86_64", product_id: "etags-27.2-150400.3.20.2.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise Module for Basesystem 15 SP5", product: { name: "SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-basesystem:15:sp5", }, }, }, { 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: "SUSE Linux Enterprise Module for Desktop Applications 15 SP5", product: { name: "SUSE Linux Enterprise Module for Desktop Applications 15 SP5", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP5", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-desktop-applications:15:sp5", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Module for Desktop Applications 15 SP6", product: { name: "SUSE Linux Enterprise Module for Desktop Applications 15 SP6", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP6", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-desktop-applications:15:sp6", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product: { name: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_identification_helper: { cpe: "cpe:/o:suse:sle_hpc-espos:15:sp4", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product: { name: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sle_hpc-ltss:15:sp4", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server 15 SP4-LTSS", product: { name: "SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sles-ltss:15:sp4", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", product: { name: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_identification_helper: { cpe: "cpe:/o:suse:sles_sap:15:sp4", }, }, }, { category: "product_name", name: "SUSE Manager Proxy 4.3", product: { name: "SUSE Manager Proxy 4.3", product_id: "SUSE Manager Proxy 4.3", product_identification_helper: { cpe: "cpe:/o:suse:suse-manager-proxy:4.3", }, }, }, { category: "product_name", name: "SUSE Manager Server 4.3", product: { name: "SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3", product_identification_helper: { cpe: "cpe:/o:suse:suse-manager-server:4.3", }, }, }, { category: "product_name", name: "openSUSE Leap 15.5", product: { name: "openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5", product_identification_helper: { cpe: "cpe:/o:opensuse:leap:15.5", }, }, }, { 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: "emacs-27.2-150400.3.20.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:emacs-27.2-150400.3.20.2.aarch64", }, product_reference: "emacs-27.2-150400.3.20.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.20.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:emacs-27.2-150400.3.20.2.ppc64le", }, product_reference: "emacs-27.2-150400.3.20.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.20.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:emacs-27.2-150400.3.20.2.s390x", }, product_reference: "emacs-27.2-150400.3.20.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.20.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:emacs-27.2-150400.3.20.2.x86_64", }, product_reference: "emacs-27.2-150400.3.20.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "emacs-el-27.2-150400.3.20.2.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:emacs-el-27.2-150400.3.20.2.noarch", }, product_reference: "emacs-el-27.2-150400.3.20.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "emacs-info-27.2-150400.3.20.2.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:emacs-info-27.2-150400.3.20.2.noarch", }, product_reference: "emacs-info-27.2-150400.3.20.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.20.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:emacs-nox-27.2-150400.3.20.2.aarch64", }, product_reference: "emacs-nox-27.2-150400.3.20.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.20.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:emacs-nox-27.2-150400.3.20.2.ppc64le", }, product_reference: "emacs-nox-27.2-150400.3.20.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.20.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:emacs-nox-27.2-150400.3.20.2.s390x", }, product_reference: "emacs-nox-27.2-150400.3.20.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.20.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:emacs-nox-27.2-150400.3.20.2.x86_64", }, product_reference: "emacs-nox-27.2-150400.3.20.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.20.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:etags-27.2-150400.3.20.2.aarch64", }, product_reference: "etags-27.2-150400.3.20.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.20.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:etags-27.2-150400.3.20.2.ppc64le", }, product_reference: "etags-27.2-150400.3.20.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.20.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:etags-27.2-150400.3.20.2.s390x", }, product_reference: "etags-27.2-150400.3.20.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.20.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:etags-27.2-150400.3.20.2.x86_64", }, product_reference: "etags-27.2-150400.3.20.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.20.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-27.2-150400.3.20.2.aarch64", }, product_reference: "emacs-27.2-150400.3.20.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.20.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-27.2-150400.3.20.2.ppc64le", }, product_reference: "emacs-27.2-150400.3.20.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.20.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-27.2-150400.3.20.2.s390x", }, product_reference: "emacs-27.2-150400.3.20.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.20.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-27.2-150400.3.20.2.x86_64", }, product_reference: "emacs-27.2-150400.3.20.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "emacs-el-27.2-150400.3.20.2.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-el-27.2-150400.3.20.2.noarch", }, product_reference: "emacs-el-27.2-150400.3.20.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "emacs-info-27.2-150400.3.20.2.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-info-27.2-150400.3.20.2.noarch", }, product_reference: "emacs-info-27.2-150400.3.20.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.20.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-nox-27.2-150400.3.20.2.aarch64", }, product_reference: "emacs-nox-27.2-150400.3.20.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.20.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-nox-27.2-150400.3.20.2.ppc64le", }, product_reference: "emacs-nox-27.2-150400.3.20.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.20.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-nox-27.2-150400.3.20.2.s390x", }, product_reference: "emacs-nox-27.2-150400.3.20.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.20.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-nox-27.2-150400.3.20.2.x86_64", }, product_reference: "emacs-nox-27.2-150400.3.20.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.20.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:etags-27.2-150400.3.20.2.aarch64", }, product_reference: "etags-27.2-150400.3.20.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.20.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:etags-27.2-150400.3.20.2.ppc64le", }, product_reference: "etags-27.2-150400.3.20.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.20.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:etags-27.2-150400.3.20.2.s390x", }, product_reference: "etags-27.2-150400.3.20.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.20.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:etags-27.2-150400.3.20.2.x86_64", }, product_reference: "etags-27.2-150400.3.20.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.20.2.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP5", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:emacs-x11-27.2-150400.3.20.2.aarch64", }, product_reference: "emacs-x11-27.2-150400.3.20.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP5", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.20.2.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP5", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:emacs-x11-27.2-150400.3.20.2.ppc64le", }, product_reference: "emacs-x11-27.2-150400.3.20.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP5", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.20.2.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP5", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:emacs-x11-27.2-150400.3.20.2.s390x", }, product_reference: "emacs-x11-27.2-150400.3.20.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP5", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.20.2.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP5", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:emacs-x11-27.2-150400.3.20.2.x86_64", }, product_reference: "emacs-x11-27.2-150400.3.20.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP5", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.20.2.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:emacs-x11-27.2-150400.3.20.2.aarch64", }, product_reference: "emacs-x11-27.2-150400.3.20.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP6", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.20.2.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:emacs-x11-27.2-150400.3.20.2.ppc64le", }, product_reference: "emacs-x11-27.2-150400.3.20.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP6", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.20.2.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:emacs-x11-27.2-150400.3.20.2.s390x", }, product_reference: "emacs-x11-27.2-150400.3.20.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP6", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.20.2.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP6", product_id: "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:emacs-x11-27.2-150400.3.20.2.x86_64", }, product_reference: "emacs-x11-27.2-150400.3.20.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Desktop Applications 15 SP6", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.20.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-27.2-150400.3.20.2.aarch64", }, product_reference: "emacs-27.2-150400.3.20.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.20.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-27.2-150400.3.20.2.x86_64", }, product_reference: "emacs-27.2-150400.3.20.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "emacs-el-27.2-150400.3.20.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-el-27.2-150400.3.20.2.noarch", }, product_reference: "emacs-el-27.2-150400.3.20.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "emacs-info-27.2-150400.3.20.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-info-27.2-150400.3.20.2.noarch", }, product_reference: "emacs-info-27.2-150400.3.20.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.20.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-nox-27.2-150400.3.20.2.aarch64", }, product_reference: "emacs-nox-27.2-150400.3.20.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.20.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-nox-27.2-150400.3.20.2.x86_64", }, product_reference: "emacs-nox-27.2-150400.3.20.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.20.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-x11-27.2-150400.3.20.2.aarch64", }, product_reference: "emacs-x11-27.2-150400.3.20.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.20.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-x11-27.2-150400.3.20.2.x86_64", }, product_reference: "emacs-x11-27.2-150400.3.20.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.20.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:etags-27.2-150400.3.20.2.aarch64", }, product_reference: "etags-27.2-150400.3.20.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.20.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:etags-27.2-150400.3.20.2.x86_64", }, product_reference: "etags-27.2-150400.3.20.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.20.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-27.2-150400.3.20.2.aarch64", }, product_reference: "emacs-27.2-150400.3.20.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.20.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-27.2-150400.3.20.2.x86_64", }, product_reference: "emacs-27.2-150400.3.20.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-el-27.2-150400.3.20.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-el-27.2-150400.3.20.2.noarch", }, product_reference: "emacs-el-27.2-150400.3.20.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-info-27.2-150400.3.20.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-info-27.2-150400.3.20.2.noarch", }, product_reference: "emacs-info-27.2-150400.3.20.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.20.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-nox-27.2-150400.3.20.2.aarch64", }, product_reference: "emacs-nox-27.2-150400.3.20.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.20.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-nox-27.2-150400.3.20.2.x86_64", }, product_reference: "emacs-nox-27.2-150400.3.20.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.20.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-x11-27.2-150400.3.20.2.aarch64", }, product_reference: "emacs-x11-27.2-150400.3.20.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.20.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-x11-27.2-150400.3.20.2.x86_64", }, product_reference: "emacs-x11-27.2-150400.3.20.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.20.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:etags-27.2-150400.3.20.2.aarch64", }, product_reference: "etags-27.2-150400.3.20.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.20.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:etags-27.2-150400.3.20.2.x86_64", }, product_reference: "etags-27.2-150400.3.20.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.20.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-27.2-150400.3.20.2.aarch64", }, product_reference: "emacs-27.2-150400.3.20.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.20.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-27.2-150400.3.20.2.ppc64le", }, product_reference: "emacs-27.2-150400.3.20.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.20.2.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-27.2-150400.3.20.2.s390x", }, product_reference: "emacs-27.2-150400.3.20.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.20.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-27.2-150400.3.20.2.x86_64", }, product_reference: "emacs-27.2-150400.3.20.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-el-27.2-150400.3.20.2.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-el-27.2-150400.3.20.2.noarch", }, product_reference: "emacs-el-27.2-150400.3.20.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-info-27.2-150400.3.20.2.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-info-27.2-150400.3.20.2.noarch", }, product_reference: "emacs-info-27.2-150400.3.20.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.20.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-nox-27.2-150400.3.20.2.aarch64", }, product_reference: "emacs-nox-27.2-150400.3.20.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.20.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-nox-27.2-150400.3.20.2.ppc64le", }, product_reference: "emacs-nox-27.2-150400.3.20.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.20.2.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-nox-27.2-150400.3.20.2.s390x", }, product_reference: "emacs-nox-27.2-150400.3.20.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.20.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-nox-27.2-150400.3.20.2.x86_64", }, product_reference: "emacs-nox-27.2-150400.3.20.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.20.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-x11-27.2-150400.3.20.2.aarch64", }, product_reference: "emacs-x11-27.2-150400.3.20.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.20.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-x11-27.2-150400.3.20.2.ppc64le", }, product_reference: "emacs-x11-27.2-150400.3.20.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.20.2.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-x11-27.2-150400.3.20.2.s390x", }, product_reference: "emacs-x11-27.2-150400.3.20.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.20.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-x11-27.2-150400.3.20.2.x86_64", }, product_reference: "emacs-x11-27.2-150400.3.20.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.20.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:etags-27.2-150400.3.20.2.aarch64", }, product_reference: "etags-27.2-150400.3.20.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.20.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:etags-27.2-150400.3.20.2.ppc64le", }, product_reference: "etags-27.2-150400.3.20.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.20.2.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:etags-27.2-150400.3.20.2.s390x", }, product_reference: "etags-27.2-150400.3.20.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.20.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:etags-27.2-150400.3.20.2.x86_64", }, product_reference: "etags-27.2-150400.3.20.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.20.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-27.2-150400.3.20.2.ppc64le", }, product_reference: "emacs-27.2-150400.3.20.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.20.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-27.2-150400.3.20.2.x86_64", }, product_reference: "emacs-27.2-150400.3.20.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "emacs-el-27.2-150400.3.20.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-el-27.2-150400.3.20.2.noarch", }, product_reference: "emacs-el-27.2-150400.3.20.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "emacs-info-27.2-150400.3.20.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-info-27.2-150400.3.20.2.noarch", }, product_reference: "emacs-info-27.2-150400.3.20.2.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.20.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-nox-27.2-150400.3.20.2.ppc64le", }, product_reference: "emacs-nox-27.2-150400.3.20.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.20.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-nox-27.2-150400.3.20.2.x86_64", }, product_reference: "emacs-nox-27.2-150400.3.20.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.20.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-x11-27.2-150400.3.20.2.ppc64le", }, product_reference: "emacs-x11-27.2-150400.3.20.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.20.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-x11-27.2-150400.3.20.2.x86_64", }, product_reference: "emacs-x11-27.2-150400.3.20.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.20.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:etags-27.2-150400.3.20.2.ppc64le", }, product_reference: "etags-27.2-150400.3.20.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.20.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:etags-27.2-150400.3.20.2.x86_64", }, product_reference: "etags-27.2-150400.3.20.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.20.2.x86_64 as component of SUSE Manager Proxy 4.3", product_id: "SUSE Manager Proxy 4.3:emacs-27.2-150400.3.20.2.x86_64", }, product_reference: "emacs-27.2-150400.3.20.2.x86_64", relates_to_product_reference: "SUSE Manager Proxy 4.3", }, { category: "default_component_of", full_product_name: { name: "emacs-el-27.2-150400.3.20.2.noarch as component of SUSE Manager Proxy 4.3", product_id: "SUSE Manager Proxy 4.3:emacs-el-27.2-150400.3.20.2.noarch", }, product_reference: "emacs-el-27.2-150400.3.20.2.noarch", relates_to_product_reference: "SUSE Manager Proxy 4.3", }, { category: "default_component_of", full_product_name: { name: "emacs-info-27.2-150400.3.20.2.noarch as component of SUSE Manager Proxy 4.3", product_id: "SUSE Manager Proxy 4.3:emacs-info-27.2-150400.3.20.2.noarch", }, product_reference: "emacs-info-27.2-150400.3.20.2.noarch", relates_to_product_reference: "SUSE Manager Proxy 4.3", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.20.2.x86_64 as component of SUSE Manager Proxy 4.3", product_id: "SUSE Manager Proxy 4.3:emacs-nox-27.2-150400.3.20.2.x86_64", }, product_reference: "emacs-nox-27.2-150400.3.20.2.x86_64", relates_to_product_reference: "SUSE Manager Proxy 4.3", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.20.2.x86_64 as component of SUSE Manager Proxy 4.3", product_id: "SUSE Manager Proxy 4.3:etags-27.2-150400.3.20.2.x86_64", }, product_reference: "etags-27.2-150400.3.20.2.x86_64", relates_to_product_reference: "SUSE Manager Proxy 4.3", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.20.2.ppc64le as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:emacs-27.2-150400.3.20.2.ppc64le", }, product_reference: "emacs-27.2-150400.3.20.2.ppc64le", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.20.2.s390x as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:emacs-27.2-150400.3.20.2.s390x", }, product_reference: "emacs-27.2-150400.3.20.2.s390x", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.20.2.x86_64 as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:emacs-27.2-150400.3.20.2.x86_64", }, product_reference: "emacs-27.2-150400.3.20.2.x86_64", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "emacs-el-27.2-150400.3.20.2.noarch as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:emacs-el-27.2-150400.3.20.2.noarch", }, product_reference: "emacs-el-27.2-150400.3.20.2.noarch", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "emacs-info-27.2-150400.3.20.2.noarch as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:emacs-info-27.2-150400.3.20.2.noarch", }, product_reference: "emacs-info-27.2-150400.3.20.2.noarch", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.20.2.ppc64le as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:emacs-nox-27.2-150400.3.20.2.ppc64le", }, product_reference: "emacs-nox-27.2-150400.3.20.2.ppc64le", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.20.2.s390x as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:emacs-nox-27.2-150400.3.20.2.s390x", }, product_reference: "emacs-nox-27.2-150400.3.20.2.s390x", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.20.2.x86_64 as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:emacs-nox-27.2-150400.3.20.2.x86_64", }, product_reference: "emacs-nox-27.2-150400.3.20.2.x86_64", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.20.2.ppc64le as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:etags-27.2-150400.3.20.2.ppc64le", }, product_reference: "etags-27.2-150400.3.20.2.ppc64le", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.20.2.s390x as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:etags-27.2-150400.3.20.2.s390x", }, product_reference: "etags-27.2-150400.3.20.2.s390x", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.20.2.x86_64 as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:etags-27.2-150400.3.20.2.x86_64", }, product_reference: "etags-27.2-150400.3.20.2.x86_64", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.20.2.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:emacs-27.2-150400.3.20.2.aarch64", }, product_reference: "emacs-27.2-150400.3.20.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.20.2.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:emacs-27.2-150400.3.20.2.ppc64le", }, product_reference: "emacs-27.2-150400.3.20.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.20.2.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:emacs-27.2-150400.3.20.2.s390x", }, product_reference: "emacs-27.2-150400.3.20.2.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.20.2.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:emacs-27.2-150400.3.20.2.x86_64", }, product_reference: "emacs-27.2-150400.3.20.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "emacs-el-27.2-150400.3.20.2.noarch as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:emacs-el-27.2-150400.3.20.2.noarch", }, product_reference: "emacs-el-27.2-150400.3.20.2.noarch", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "emacs-info-27.2-150400.3.20.2.noarch as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:emacs-info-27.2-150400.3.20.2.noarch", }, product_reference: "emacs-info-27.2-150400.3.20.2.noarch", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.20.2.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:emacs-nox-27.2-150400.3.20.2.aarch64", }, product_reference: "emacs-nox-27.2-150400.3.20.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.20.2.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:emacs-nox-27.2-150400.3.20.2.ppc64le", }, product_reference: "emacs-nox-27.2-150400.3.20.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.20.2.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:emacs-nox-27.2-150400.3.20.2.s390x", }, product_reference: "emacs-nox-27.2-150400.3.20.2.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.20.2.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:emacs-nox-27.2-150400.3.20.2.x86_64", }, product_reference: "emacs-nox-27.2-150400.3.20.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.20.2.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:emacs-x11-27.2-150400.3.20.2.aarch64", }, product_reference: "emacs-x11-27.2-150400.3.20.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.20.2.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:emacs-x11-27.2-150400.3.20.2.ppc64le", }, product_reference: "emacs-x11-27.2-150400.3.20.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.20.2.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:emacs-x11-27.2-150400.3.20.2.s390x", }, product_reference: "emacs-x11-27.2-150400.3.20.2.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.20.2.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:emacs-x11-27.2-150400.3.20.2.x86_64", }, product_reference: "emacs-x11-27.2-150400.3.20.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.20.2.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:etags-27.2-150400.3.20.2.aarch64", }, product_reference: "etags-27.2-150400.3.20.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.20.2.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:etags-27.2-150400.3.20.2.ppc64le", }, product_reference: "etags-27.2-150400.3.20.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.20.2.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:etags-27.2-150400.3.20.2.s390x", }, product_reference: "etags-27.2-150400.3.20.2.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.20.2.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:etags-27.2-150400.3.20.2.x86_64", }, product_reference: "etags-27.2-150400.3.20.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.20.2.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:emacs-27.2-150400.3.20.2.aarch64", }, product_reference: "emacs-27.2-150400.3.20.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.20.2.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:emacs-27.2-150400.3.20.2.ppc64le", }, product_reference: "emacs-27.2-150400.3.20.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.20.2.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:emacs-27.2-150400.3.20.2.s390x", }, product_reference: "emacs-27.2-150400.3.20.2.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "emacs-27.2-150400.3.20.2.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:emacs-27.2-150400.3.20.2.x86_64", }, product_reference: "emacs-27.2-150400.3.20.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "emacs-el-27.2-150400.3.20.2.noarch as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:emacs-el-27.2-150400.3.20.2.noarch", }, product_reference: "emacs-el-27.2-150400.3.20.2.noarch", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "emacs-info-27.2-150400.3.20.2.noarch as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:emacs-info-27.2-150400.3.20.2.noarch", }, product_reference: "emacs-info-27.2-150400.3.20.2.noarch", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.20.2.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:emacs-nox-27.2-150400.3.20.2.aarch64", }, product_reference: "emacs-nox-27.2-150400.3.20.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.20.2.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:emacs-nox-27.2-150400.3.20.2.ppc64le", }, product_reference: "emacs-nox-27.2-150400.3.20.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.20.2.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:emacs-nox-27.2-150400.3.20.2.s390x", }, product_reference: "emacs-nox-27.2-150400.3.20.2.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "emacs-nox-27.2-150400.3.20.2.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:emacs-nox-27.2-150400.3.20.2.x86_64", }, product_reference: "emacs-nox-27.2-150400.3.20.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.20.2.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:emacs-x11-27.2-150400.3.20.2.aarch64", }, product_reference: "emacs-x11-27.2-150400.3.20.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.20.2.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:emacs-x11-27.2-150400.3.20.2.ppc64le", }, product_reference: "emacs-x11-27.2-150400.3.20.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.20.2.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:emacs-x11-27.2-150400.3.20.2.s390x", }, product_reference: "emacs-x11-27.2-150400.3.20.2.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "emacs-x11-27.2-150400.3.20.2.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:emacs-x11-27.2-150400.3.20.2.x86_64", }, product_reference: "emacs-x11-27.2-150400.3.20.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.20.2.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:etags-27.2-150400.3.20.2.aarch64", }, product_reference: "etags-27.2-150400.3.20.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.20.2.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:etags-27.2-150400.3.20.2.ppc64le", }, product_reference: "etags-27.2-150400.3.20.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.20.2.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:etags-27.2-150400.3.20.2.s390x", }, product_reference: "etags-27.2-150400.3.20.2.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "etags-27.2-150400.3.20.2.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:etags-27.2-150400.3.20.2.x86_64", }, product_reference: "etags-27.2-150400.3.20.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, ], }, vulnerabilities: [ { cve: "CVE-2024-53920", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-53920", }, ], notes: [ { category: "general", text: "In elisp-mode.el in GNU Emacs before 30.1, a user who chooses to invoke elisp-completion-at-point (for code completion) on untrusted Emacs Lisp source code can trigger unsafe Lisp macro expansion that allows attackers to execute arbitrary code. (This unsafe expansion also occurs if a user chooses to enable on-the-fly diagnosis that byte compiles untrusted Emacs Lisp source code.)", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-el-27.2-150400.3.20.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-info-27.2-150400.3.20.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-nox-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-nox-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-x11-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-x11-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:etags-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:etags-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-el-27.2-150400.3.20.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-info-27.2-150400.3.20.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-nox-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-nox-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-x11-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-x11-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:etags-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:etags-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:emacs-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:emacs-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:emacs-27.2-150400.3.20.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:emacs-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:emacs-el-27.2-150400.3.20.2.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:emacs-info-27.2-150400.3.20.2.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:emacs-nox-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:emacs-nox-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:emacs-nox-27.2-150400.3.20.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:emacs-nox-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:etags-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:etags-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:etags-27.2-150400.3.20.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:etags-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-27.2-150400.3.20.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-el-27.2-150400.3.20.2.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-info-27.2-150400.3.20.2.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-nox-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-nox-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-nox-27.2-150400.3.20.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-nox-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:etags-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:etags-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:etags-27.2-150400.3.20.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:etags-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:emacs-x11-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:emacs-x11-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:emacs-x11-27.2-150400.3.20.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:emacs-x11-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:emacs-x11-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:emacs-x11-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:emacs-x11-27.2-150400.3.20.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:emacs-x11-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-27.2-150400.3.20.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-el-27.2-150400.3.20.2.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-info-27.2-150400.3.20.2.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-nox-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-nox-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-nox-27.2-150400.3.20.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-nox-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-x11-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-x11-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-x11-27.2-150400.3.20.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-x11-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:etags-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:etags-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:etags-27.2-150400.3.20.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:etags-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-el-27.2-150400.3.20.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-info-27.2-150400.3.20.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-nox-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-nox-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-x11-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-x11-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:etags-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:etags-27.2-150400.3.20.2.x86_64", "SUSE Manager Proxy 4.3:emacs-27.2-150400.3.20.2.x86_64", "SUSE Manager Proxy 4.3:emacs-el-27.2-150400.3.20.2.noarch", "SUSE Manager Proxy 4.3:emacs-info-27.2-150400.3.20.2.noarch", "SUSE Manager Proxy 4.3:emacs-nox-27.2-150400.3.20.2.x86_64", "SUSE Manager Proxy 4.3:etags-27.2-150400.3.20.2.x86_64", "SUSE Manager Server 4.3:emacs-27.2-150400.3.20.2.ppc64le", "SUSE Manager Server 4.3:emacs-27.2-150400.3.20.2.s390x", "SUSE Manager Server 4.3:emacs-27.2-150400.3.20.2.x86_64", "SUSE Manager Server 4.3:emacs-el-27.2-150400.3.20.2.noarch", "SUSE Manager Server 4.3:emacs-info-27.2-150400.3.20.2.noarch", "SUSE Manager Server 4.3:emacs-nox-27.2-150400.3.20.2.ppc64le", "SUSE Manager Server 4.3:emacs-nox-27.2-150400.3.20.2.s390x", "SUSE Manager Server 4.3:emacs-nox-27.2-150400.3.20.2.x86_64", "SUSE Manager Server 4.3:etags-27.2-150400.3.20.2.ppc64le", "SUSE Manager Server 4.3:etags-27.2-150400.3.20.2.s390x", "SUSE Manager Server 4.3:etags-27.2-150400.3.20.2.x86_64", "openSUSE Leap 15.5:emacs-27.2-150400.3.20.2.aarch64", "openSUSE Leap 15.5:emacs-27.2-150400.3.20.2.ppc64le", "openSUSE Leap 15.5:emacs-27.2-150400.3.20.2.s390x", "openSUSE Leap 15.5:emacs-27.2-150400.3.20.2.x86_64", "openSUSE Leap 15.5:emacs-el-27.2-150400.3.20.2.noarch", "openSUSE Leap 15.5:emacs-info-27.2-150400.3.20.2.noarch", "openSUSE Leap 15.5:emacs-nox-27.2-150400.3.20.2.aarch64", "openSUSE Leap 15.5:emacs-nox-27.2-150400.3.20.2.ppc64le", "openSUSE Leap 15.5:emacs-nox-27.2-150400.3.20.2.s390x", "openSUSE Leap 15.5:emacs-nox-27.2-150400.3.20.2.x86_64", "openSUSE Leap 15.5:emacs-x11-27.2-150400.3.20.2.aarch64", "openSUSE Leap 15.5:emacs-x11-27.2-150400.3.20.2.ppc64le", "openSUSE Leap 15.5:emacs-x11-27.2-150400.3.20.2.s390x", "openSUSE Leap 15.5:emacs-x11-27.2-150400.3.20.2.x86_64", "openSUSE Leap 15.5:etags-27.2-150400.3.20.2.aarch64", "openSUSE Leap 15.5:etags-27.2-150400.3.20.2.ppc64le", "openSUSE Leap 15.5:etags-27.2-150400.3.20.2.s390x", "openSUSE Leap 15.5:etags-27.2-150400.3.20.2.x86_64", "openSUSE Leap 15.6:emacs-27.2-150400.3.20.2.aarch64", "openSUSE Leap 15.6:emacs-27.2-150400.3.20.2.ppc64le", "openSUSE Leap 15.6:emacs-27.2-150400.3.20.2.s390x", "openSUSE Leap 15.6:emacs-27.2-150400.3.20.2.x86_64", "openSUSE Leap 15.6:emacs-el-27.2-150400.3.20.2.noarch", "openSUSE Leap 15.6:emacs-info-27.2-150400.3.20.2.noarch", "openSUSE Leap 15.6:emacs-nox-27.2-150400.3.20.2.aarch64", "openSUSE Leap 15.6:emacs-nox-27.2-150400.3.20.2.ppc64le", "openSUSE Leap 15.6:emacs-nox-27.2-150400.3.20.2.s390x", "openSUSE Leap 15.6:emacs-nox-27.2-150400.3.20.2.x86_64", "openSUSE Leap 15.6:emacs-x11-27.2-150400.3.20.2.aarch64", "openSUSE Leap 15.6:emacs-x11-27.2-150400.3.20.2.ppc64le", "openSUSE Leap 15.6:emacs-x11-27.2-150400.3.20.2.s390x", "openSUSE Leap 15.6:emacs-x11-27.2-150400.3.20.2.x86_64", "openSUSE Leap 15.6:etags-27.2-150400.3.20.2.aarch64", "openSUSE Leap 15.6:etags-27.2-150400.3.20.2.ppc64le", "openSUSE Leap 15.6:etags-27.2-150400.3.20.2.s390x", "openSUSE Leap 15.6:etags-27.2-150400.3.20.2.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-53920", url: "https://www.suse.com/security/cve/CVE-2024-53920", }, { category: "external", summary: "SUSE Bug 1233894 for CVE-2024-53920", url: "https://bugzilla.suse.com/1233894", }, ], 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 High Performance Computing 15 SP4-ESPOS:emacs-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-el-27.2-150400.3.20.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-info-27.2-150400.3.20.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-nox-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-nox-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-x11-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-x11-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:etags-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:etags-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-el-27.2-150400.3.20.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-info-27.2-150400.3.20.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-nox-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-nox-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-x11-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-x11-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:etags-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:etags-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:emacs-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:emacs-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:emacs-27.2-150400.3.20.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:emacs-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:emacs-el-27.2-150400.3.20.2.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:emacs-info-27.2-150400.3.20.2.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:emacs-nox-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:emacs-nox-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:emacs-nox-27.2-150400.3.20.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:emacs-nox-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:etags-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:etags-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:etags-27.2-150400.3.20.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:etags-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-27.2-150400.3.20.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-el-27.2-150400.3.20.2.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-info-27.2-150400.3.20.2.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-nox-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-nox-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-nox-27.2-150400.3.20.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-nox-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:etags-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:etags-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:etags-27.2-150400.3.20.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:etags-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:emacs-x11-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:emacs-x11-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:emacs-x11-27.2-150400.3.20.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:emacs-x11-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:emacs-x11-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:emacs-x11-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:emacs-x11-27.2-150400.3.20.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:emacs-x11-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-27.2-150400.3.20.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-el-27.2-150400.3.20.2.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-info-27.2-150400.3.20.2.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-nox-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-nox-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-nox-27.2-150400.3.20.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-nox-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-x11-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-x11-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-x11-27.2-150400.3.20.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-x11-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:etags-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:etags-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:etags-27.2-150400.3.20.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:etags-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-el-27.2-150400.3.20.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-info-27.2-150400.3.20.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-nox-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-nox-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-x11-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-x11-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:etags-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:etags-27.2-150400.3.20.2.x86_64", "SUSE Manager Proxy 4.3:emacs-27.2-150400.3.20.2.x86_64", "SUSE Manager Proxy 4.3:emacs-el-27.2-150400.3.20.2.noarch", "SUSE Manager Proxy 4.3:emacs-info-27.2-150400.3.20.2.noarch", "SUSE Manager Proxy 4.3:emacs-nox-27.2-150400.3.20.2.x86_64", "SUSE Manager Proxy 4.3:etags-27.2-150400.3.20.2.x86_64", "SUSE Manager Server 4.3:emacs-27.2-150400.3.20.2.ppc64le", "SUSE Manager Server 4.3:emacs-27.2-150400.3.20.2.s390x", "SUSE Manager Server 4.3:emacs-27.2-150400.3.20.2.x86_64", "SUSE Manager Server 4.3:emacs-el-27.2-150400.3.20.2.noarch", "SUSE Manager Server 4.3:emacs-info-27.2-150400.3.20.2.noarch", "SUSE Manager Server 4.3:emacs-nox-27.2-150400.3.20.2.ppc64le", "SUSE Manager Server 4.3:emacs-nox-27.2-150400.3.20.2.s390x", "SUSE Manager Server 4.3:emacs-nox-27.2-150400.3.20.2.x86_64", "SUSE Manager Server 4.3:etags-27.2-150400.3.20.2.ppc64le", "SUSE Manager Server 4.3:etags-27.2-150400.3.20.2.s390x", "SUSE Manager Server 4.3:etags-27.2-150400.3.20.2.x86_64", "openSUSE Leap 15.5:emacs-27.2-150400.3.20.2.aarch64", "openSUSE Leap 15.5:emacs-27.2-150400.3.20.2.ppc64le", "openSUSE Leap 15.5:emacs-27.2-150400.3.20.2.s390x", "openSUSE Leap 15.5:emacs-27.2-150400.3.20.2.x86_64", "openSUSE Leap 15.5:emacs-el-27.2-150400.3.20.2.noarch", "openSUSE Leap 15.5:emacs-info-27.2-150400.3.20.2.noarch", "openSUSE Leap 15.5:emacs-nox-27.2-150400.3.20.2.aarch64", "openSUSE Leap 15.5:emacs-nox-27.2-150400.3.20.2.ppc64le", "openSUSE Leap 15.5:emacs-nox-27.2-150400.3.20.2.s390x", "openSUSE Leap 15.5:emacs-nox-27.2-150400.3.20.2.x86_64", "openSUSE Leap 15.5:emacs-x11-27.2-150400.3.20.2.aarch64", "openSUSE Leap 15.5:emacs-x11-27.2-150400.3.20.2.ppc64le", "openSUSE Leap 15.5:emacs-x11-27.2-150400.3.20.2.s390x", "openSUSE Leap 15.5:emacs-x11-27.2-150400.3.20.2.x86_64", "openSUSE Leap 15.5:etags-27.2-150400.3.20.2.aarch64", "openSUSE Leap 15.5:etags-27.2-150400.3.20.2.ppc64le", "openSUSE Leap 15.5:etags-27.2-150400.3.20.2.s390x", "openSUSE Leap 15.5:etags-27.2-150400.3.20.2.x86_64", "openSUSE Leap 15.6:emacs-27.2-150400.3.20.2.aarch64", "openSUSE Leap 15.6:emacs-27.2-150400.3.20.2.ppc64le", "openSUSE Leap 15.6:emacs-27.2-150400.3.20.2.s390x", "openSUSE Leap 15.6:emacs-27.2-150400.3.20.2.x86_64", "openSUSE Leap 15.6:emacs-el-27.2-150400.3.20.2.noarch", "openSUSE Leap 15.6:emacs-info-27.2-150400.3.20.2.noarch", "openSUSE Leap 15.6:emacs-nox-27.2-150400.3.20.2.aarch64", "openSUSE Leap 15.6:emacs-nox-27.2-150400.3.20.2.ppc64le", "openSUSE Leap 15.6:emacs-nox-27.2-150400.3.20.2.s390x", "openSUSE Leap 15.6:emacs-nox-27.2-150400.3.20.2.x86_64", "openSUSE Leap 15.6:emacs-x11-27.2-150400.3.20.2.aarch64", "openSUSE Leap 15.6:emacs-x11-27.2-150400.3.20.2.ppc64le", "openSUSE Leap 15.6:emacs-x11-27.2-150400.3.20.2.s390x", "openSUSE Leap 15.6:emacs-x11-27.2-150400.3.20.2.x86_64", "openSUSE Leap 15.6:etags-27.2-150400.3.20.2.aarch64", "openSUSE Leap 15.6:etags-27.2-150400.3.20.2.ppc64le", "openSUSE Leap 15.6:etags-27.2-150400.3.20.2.s390x", "openSUSE Leap 15.6:etags-27.2-150400.3.20.2.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-el-27.2-150400.3.20.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-info-27.2-150400.3.20.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-nox-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-nox-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-x11-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:emacs-x11-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:etags-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:etags-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-el-27.2-150400.3.20.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-info-27.2-150400.3.20.2.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-nox-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-nox-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-x11-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:emacs-x11-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:etags-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:etags-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:emacs-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:emacs-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:emacs-27.2-150400.3.20.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:emacs-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:emacs-el-27.2-150400.3.20.2.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:emacs-info-27.2-150400.3.20.2.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP5:emacs-nox-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:emacs-nox-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:emacs-nox-27.2-150400.3.20.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:emacs-nox-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:etags-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:etags-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:etags-27.2-150400.3.20.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:etags-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-27.2-150400.3.20.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-el-27.2-150400.3.20.2.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-info-27.2-150400.3.20.2.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-nox-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-nox-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-nox-27.2-150400.3.20.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:emacs-nox-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:etags-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:etags-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:etags-27.2-150400.3.20.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:etags-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:emacs-x11-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:emacs-x11-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:emacs-x11-27.2-150400.3.20.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP5:emacs-x11-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:emacs-x11-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:emacs-x11-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:emacs-x11-27.2-150400.3.20.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP6:emacs-x11-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-27.2-150400.3.20.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-el-27.2-150400.3.20.2.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-info-27.2-150400.3.20.2.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-nox-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-nox-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-nox-27.2-150400.3.20.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-nox-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-x11-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-x11-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-x11-27.2-150400.3.20.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:emacs-x11-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:etags-27.2-150400.3.20.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:etags-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:etags-27.2-150400.3.20.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:etags-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-el-27.2-150400.3.20.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-info-27.2-150400.3.20.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-nox-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-nox-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-x11-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:emacs-x11-27.2-150400.3.20.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:etags-27.2-150400.3.20.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:etags-27.2-150400.3.20.2.x86_64", "SUSE Manager Proxy 4.3:emacs-27.2-150400.3.20.2.x86_64", "SUSE Manager Proxy 4.3:emacs-el-27.2-150400.3.20.2.noarch", "SUSE Manager Proxy 4.3:emacs-info-27.2-150400.3.20.2.noarch", "SUSE Manager Proxy 4.3:emacs-nox-27.2-150400.3.20.2.x86_64", "SUSE Manager Proxy 4.3:etags-27.2-150400.3.20.2.x86_64", "SUSE Manager Server 4.3:emacs-27.2-150400.3.20.2.ppc64le", "SUSE Manager Server 4.3:emacs-27.2-150400.3.20.2.s390x", "SUSE Manager Server 4.3:emacs-27.2-150400.3.20.2.x86_64", "SUSE Manager Server 4.3:emacs-el-27.2-150400.3.20.2.noarch", "SUSE Manager Server 4.3:emacs-info-27.2-150400.3.20.2.noarch", "SUSE Manager Server 4.3:emacs-nox-27.2-150400.3.20.2.ppc64le", "SUSE Manager Server 4.3:emacs-nox-27.2-150400.3.20.2.s390x", "SUSE Manager Server 4.3:emacs-nox-27.2-150400.3.20.2.x86_64", "SUSE Manager Server 4.3:etags-27.2-150400.3.20.2.ppc64le", "SUSE Manager Server 4.3:etags-27.2-150400.3.20.2.s390x", "SUSE Manager Server 4.3:etags-27.2-150400.3.20.2.x86_64", "openSUSE Leap 15.5:emacs-27.2-150400.3.20.2.aarch64", "openSUSE Leap 15.5:emacs-27.2-150400.3.20.2.ppc64le", "openSUSE Leap 15.5:emacs-27.2-150400.3.20.2.s390x", "openSUSE Leap 15.5:emacs-27.2-150400.3.20.2.x86_64", "openSUSE Leap 15.5:emacs-el-27.2-150400.3.20.2.noarch", "openSUSE Leap 15.5:emacs-info-27.2-150400.3.20.2.noarch", "openSUSE Leap 15.5:emacs-nox-27.2-150400.3.20.2.aarch64", "openSUSE Leap 15.5:emacs-nox-27.2-150400.3.20.2.ppc64le", "openSUSE Leap 15.5:emacs-nox-27.2-150400.3.20.2.s390x", "openSUSE Leap 15.5:emacs-nox-27.2-150400.3.20.2.x86_64", "openSUSE Leap 15.5:emacs-x11-27.2-150400.3.20.2.aarch64", "openSUSE Leap 15.5:emacs-x11-27.2-150400.3.20.2.ppc64le", "openSUSE Leap 15.5:emacs-x11-27.2-150400.3.20.2.s390x", "openSUSE Leap 15.5:emacs-x11-27.2-150400.3.20.2.x86_64", "openSUSE Leap 15.5:etags-27.2-150400.3.20.2.aarch64", "openSUSE Leap 15.5:etags-27.2-150400.3.20.2.ppc64le", "openSUSE Leap 15.5:etags-27.2-150400.3.20.2.s390x", "openSUSE Leap 15.5:etags-27.2-150400.3.20.2.x86_64", "openSUSE Leap 15.6:emacs-27.2-150400.3.20.2.aarch64", "openSUSE Leap 15.6:emacs-27.2-150400.3.20.2.ppc64le", "openSUSE Leap 15.6:emacs-27.2-150400.3.20.2.s390x", "openSUSE Leap 15.6:emacs-27.2-150400.3.20.2.x86_64", "openSUSE Leap 15.6:emacs-el-27.2-150400.3.20.2.noarch", "openSUSE Leap 15.6:emacs-info-27.2-150400.3.20.2.noarch", "openSUSE Leap 15.6:emacs-nox-27.2-150400.3.20.2.aarch64", "openSUSE Leap 15.6:emacs-nox-27.2-150400.3.20.2.ppc64le", "openSUSE Leap 15.6:emacs-nox-27.2-150400.3.20.2.s390x", "openSUSE Leap 15.6:emacs-nox-27.2-150400.3.20.2.x86_64", "openSUSE Leap 15.6:emacs-x11-27.2-150400.3.20.2.aarch64", "openSUSE Leap 15.6:emacs-x11-27.2-150400.3.20.2.ppc64le", "openSUSE Leap 15.6:emacs-x11-27.2-150400.3.20.2.s390x", "openSUSE Leap 15.6:emacs-x11-27.2-150400.3.20.2.x86_64", "openSUSE Leap 15.6:etags-27.2-150400.3.20.2.aarch64", "openSUSE Leap 15.6:etags-27.2-150400.3.20.2.ppc64le", "openSUSE Leap 15.6:etags-27.2-150400.3.20.2.s390x", "openSUSE Leap 15.6:etags-27.2-150400.3.20.2.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-12-20T10:20:05Z", details: "important", }, ], title: "CVE-2024-53920", }, ], }
Log in or create an account to share your comment.
Security Advisory comment format.
This schema specifies the format of a comment related to a security advisory.
UUIDv4 of the comment
UUIDv4 of the Vulnerability-Lookup instance
When the comment was created originally
When the comment was last updated
Title of the comment
Description of the comment
The identifier of the vulnerability (CVE ID, GHSA-ID, PYSEC ID, etc.).
Loading…
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.