Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-41957 (GCVE-0-2024-41957)
Vulnerability from cvelistv5 – Published: 2024-08-01 21:41 – Updated: 2025-11-04 16:13
VLAI
EPSS
Title
Vim double free in src/alloc.c:616
Summary
Vim is an open source command line text editor. Vim < v9.1.0647 has double free in src/alloc.c:616. When closing a window, the corresponding tagstack data will be cleared and freed. However a bit later, the quickfix list belonging to that window will also be cleared and if that quickfix list points to the same tagstack data, Vim will try to free it again, resulting in a double-free/use-after-free access exception. Impact is low since the user must intentionally execute vim with several non-default flags,
but it may cause a crash of Vim. The issue has been fixed as of Vim patch v9.1.0647
Severity
4.5 (Medium)
SSVC
Exploitation: none
Automatable: no
Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
- CWE-415 - Double Free
Assigner
References
5 references
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2025-11-04T16:13:39.839Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://www.openwall.com/lists/oss-security/2024/08/01/1"
},
{
"url": "https://security.netapp.com/advisory/ntap-20241129-0007/"
},
{
"url": "http://seclists.org/fulldisclosure/2024/Sep/33"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2024-41957",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-08-02T15:31:59.324596Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2024-08-02T15:32:16.672Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "vim",
"vendor": "vim",
"versions": [
{
"status": "affected",
"version": "\u003c 9.1.0647"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Vim is an open source command line text editor. Vim \u003c v9.1.0647 has double free in src/alloc.c:616. When closing a window, the corresponding tagstack data will be cleared and freed. However a bit later, the quickfix list belonging to that window will also be cleared and if that quickfix list points to the same tagstack data, Vim will try to free it again, resulting in a double-free/use-after-free access exception. Impact is low since the user must intentionally execute vim with several non-default flags,\nbut it may cause a crash of Vim. The issue has been fixed as of Vim patch v9.1.0647"
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-415",
"description": "CWE-415: Double Free",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-08-01T21:41:42.921Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/vim/vim/security/advisories/GHSA-f9cr-gv85-hcr4",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/vim/vim/security/advisories/GHSA-f9cr-gv85-hcr4"
},
{
"name": "https://github.com/vim/vim/commit/8a0bbe7b8aad6f8da28dee218c01bc8a0185a",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/vim/vim/commit/8a0bbe7b8aad6f8da28dee218c01bc8a0185a"
}
],
"source": {
"advisory": "GHSA-f9cr-gv85-hcr4",
"discovery": "UNKNOWN"
},
"title": "Vim double free in src/alloc.c:616"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2024-41957",
"datePublished": "2024-08-01T21:41:42.921Z",
"dateReserved": "2024-07-24T16:51:40.950Z",
"dateUpdated": "2025-11-04T16:13:39.839Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2024-41957",
"date": "2026-07-04",
"epss": "0.00363",
"percentile": "0.28327"
},
"fkie_nvd": {
"configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:vim:vim:*:*:*:*:*:*:*:*\", \"versionEndExcluding\": \"9.1.0647\", \"matchCriteriaId\": \"E45F378C-A666-4E59-AE67-FD0B7BEC9D24\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \"Vim is an open source command line text editor. Vim \u003c v9.1.0647 has double free in src/alloc.c:616. When closing a window, the corresponding tagstack data will be cleared and freed. However a bit later, the quickfix list belonging to that window will also be cleared and if that quickfix list points to the same tagstack data, Vim will try to free it again, resulting in a double-free/use-after-free access exception. Impact is low since the user must intentionally execute vim with several non-default flags,\\nbut it may cause a crash of Vim. The issue has been fixed as of Vim patch v9.1.0647\"}, {\"lang\": \"es\", \"value\": \"Vim es un editor de texto de l\\u00ednea de comandos de c\\u00f3digo abierto. Vim \"}]",
"id": "CVE-2024-41957",
"lastModified": "2024-11-29T12:15:07.430",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:L\", \"baseScore\": 4.5, \"baseSeverity\": \"MEDIUM\", \"attackVector\": \"LOCAL\", \"attackComplexity\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"REQUIRED\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"LOW\", \"integrityImpact\": \"LOW\", \"availabilityImpact\": \"LOW\"}, \"exploitabilityScore\": 1.0, \"impactScore\": 3.4}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L\", \"baseScore\": 5.3, \"baseSeverity\": \"MEDIUM\", \"attackVector\": \"LOCAL\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"REQUIRED\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"LOW\", \"integrityImpact\": \"LOW\", \"availabilityImpact\": \"LOW\"}, \"exploitabilityScore\": 1.8, \"impactScore\": 3.4}]}",
"published": "2024-08-01T22:15:29.367",
"references": "[{\"url\": \"https://github.com/vim/vim/commit/8a0bbe7b8aad6f8da28dee218c01bc8a0185a\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Patch\"]}, {\"url\": \"https://github.com/vim/vim/security/advisories/GHSA-f9cr-gv85-hcr4\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Vendor Advisory\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/08/01/1\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20241129-0007/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}]",
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Modified",
"weaknesses": "[{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-415\"}]}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-415\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2024-41957\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2024-08-01T22:15:29.367\",\"lastModified\":\"2026-06-17T07:48:31.607\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Vim is an open source command line text editor. Vim \u003c v9.1.0647 has double free in src/alloc.c:616. When closing a window, the corresponding tagstack data will be cleared and freed. However a bit later, the quickfix list belonging to that window will also be cleared and if that quickfix list points to the same tagstack data, Vim will try to free it again, resulting in a double-free/use-after-free access exception. Impact is low since the user must intentionally execute vim with several non-default flags,\\nbut it may cause a crash of Vim. The issue has been fixed as of Vim patch v9.1.0647\"},{\"lang\":\"es\",\"value\":\"Vim es un editor de texto de l\u00ednea de comandos de c\u00f3digo abierto. Vim \"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"vim\",\"product\":\"vim\",\"versions\":[{\"version\":\"\u003c 9.1.0647\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:L\",\"baseScore\":4.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":1.0,\"impactScore\":3.4},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L\",\"baseScore\":5.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":1.8,\"impactScore\":3.4}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2024-08-02T15:31:59.324596Z\",\"id\":\"CVE-2024-41957\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-415\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-415\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:vim:vim:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"9.1.0647\",\"matchCriteriaId\":\"E45F378C-A666-4E59-AE67-FD0B7BEC9D24\"}]}]}],\"references\":[{\"url\":\"https://github.com/vim/vim/commit/8a0bbe7b8aad6f8da28dee218c01bc8a0185a\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/vim/vim/security/advisories/GHSA-f9cr-gv85-hcr4\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"http://seclists.org/fulldisclosure/2024/Sep/33\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/08/01/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20241129-0007/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2024/08/01/1\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20241129-0007/\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-11-29T12:04:42.320Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-41957\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-08-02T15:31:59.324596Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-08-02T15:32:12.506Z\"}}], \"cna\": {\"title\": \"Vim double free in src/alloc.c:616\", \"source\": {\"advisory\": \"GHSA-f9cr-gv85-hcr4\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 4.5, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:L\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"REQUIRED\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"LOW\"}}], \"affected\": [{\"vendor\": \"vim\", \"product\": \"vim\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 9.1.0647\"}]}], \"references\": [{\"url\": \"https://github.com/vim/vim/security/advisories/GHSA-f9cr-gv85-hcr4\", \"name\": \"https://github.com/vim/vim/security/advisories/GHSA-f9cr-gv85-hcr4\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/vim/vim/commit/8a0bbe7b8aad6f8da28dee218c01bc8a0185a\", \"name\": \"https://github.com/vim/vim/commit/8a0bbe7b8aad6f8da28dee218c01bc8a0185a\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Vim is an open source command line text editor. Vim \u003c v9.1.0647 has double free in src/alloc.c:616. When closing a window, the corresponding tagstack data will be cleared and freed. However a bit later, the quickfix list belonging to that window will also be cleared and if that quickfix list points to the same tagstack data, Vim will try to free it again, resulting in a double-free/use-after-free access exception. Impact is low since the user must intentionally execute vim with several non-default flags,\\nbut it may cause a crash of Vim. The issue has been fixed as of Vim patch v9.1.0647\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-415\", \"description\": \"CWE-415: Double Free\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2024-08-01T21:41:42.921Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2024-41957\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-11-29T12:04:42.320Z\", \"dateReserved\": \"2024-07-24T16:51:40.950Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2024-08-01T21:41:42.921Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
MSRC_CVE-2024-41957
Vulnerability from csaf_microsoft - Published: 2024-08-02 00:00 - Updated: 2026-02-19 01:07Summary
Vim double free in src/alloc.c:616
Notes
Additional Resources: To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle
Disclaimer: The information provided in the Microsoft Knowledge Base is provided \"as is\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.
5.3 (Medium)
Affected products
Fixed
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 17265-17086 | — | ||
| Unresolved product id: 17666-17084 | — | ||
| Unresolved product id: 19763-17086 | — | ||
| Unresolved product id: 19769-17084 | — |
References
4 references
| URL | Category |
|---|---|
| https://msrc.microsoft.com/csaf/vex/2024/msrc_cve… | self |
| https://support.microsoft.com/lifecycle | external |
| https://www.first.org/cvss | external |
| https://msrc.microsoft.com/csaf/vex/2024/msrc_cve… | self |
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2024-41957 Vim double free in src/alloc.c:616 - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2024/msrc_cve-2024-41957.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "Vim double free in src/alloc.c:616",
"tracking": {
"current_release_date": "2026-02-19T01:07:18.000Z",
"generator": {
"date": "2026-02-21T02:16:12.369Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2024-41957",
"initial_release_date": "2024-08-02T00:00:00.000Z",
"revision_history": [
{
"date": "2024-09-11T00:00:00.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2024-10-12T00:00:00.000Z",
"legacy_version": "1.1",
"number": "2",
"summary": "Information published."
},
{
"date": "2026-02-19T01:07:18.000Z",
"legacy_version": "1.2",
"number": "3",
"summary": "Information published."
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
},
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccbl2 vim 9.0.2121-4",
"product": {
"name": "\u003ccbl2 vim 9.0.2121-4",
"product_id": "4"
}
},
{
"category": "product_version",
"name": "cbl2 vim 9.0.2121-4",
"product": {
"name": "cbl2 vim 9.0.2121-4",
"product_id": "17265"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 vim 9.0.2190-4",
"product": {
"name": "\u003cazl3 vim 9.0.2190-4",
"product_id": "3"
}
},
{
"category": "product_version",
"name": "azl3 vim 9.0.2190-4",
"product": {
"name": "azl3 vim 9.0.2190-4",
"product_id": "17666"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 vim 9.0.2121-5",
"product": {
"name": "\u003ccbl2 vim 9.0.2121-5",
"product_id": "2"
}
},
{
"category": "product_version",
"name": "cbl2 vim 9.0.2121-5",
"product": {
"name": "cbl2 vim 9.0.2121-5",
"product_id": "19763"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 vim 9.0.2190-6",
"product": {
"name": "\u003cazl3 vim 9.0.2190-6",
"product_id": "1"
}
},
{
"category": "product_version",
"name": "azl3 vim 9.0.2190-6",
"product": {
"name": "azl3 vim 9.0.2190-6",
"product_id": "19769"
}
}
],
"category": "product_name",
"name": "vim"
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 vim 9.0.2121-4 as a component of CBL Mariner 2.0",
"product_id": "17086-4"
},
"product_reference": "4",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 vim 9.0.2121-4 as a component of CBL Mariner 2.0",
"product_id": "17265-17086"
},
"product_reference": "17265",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 vim 9.0.2190-4 as a component of Azure Linux 3.0",
"product_id": "17084-3"
},
"product_reference": "3",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 vim 9.0.2190-4 as a component of Azure Linux 3.0",
"product_id": "17666-17084"
},
"product_reference": "17666",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 vim 9.0.2121-5 as a component of CBL Mariner 2.0",
"product_id": "17086-2"
},
"product_reference": "2",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 vim 9.0.2121-5 as a component of CBL Mariner 2.0",
"product_id": "19763-17086"
},
"product_reference": "19763",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 vim 9.0.2190-6 as a component of Azure Linux 3.0",
"product_id": "17084-1"
},
"product_reference": "1",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 vim 9.0.2190-6 as a component of Azure Linux 3.0",
"product_id": "19769-17084"
},
"product_reference": "19769",
"relates_to_product_reference": "17084"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-41957",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"notes": [
{
"category": "general",
"text": "GitHub_M",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"17265-17086",
"17666-17084",
"19763-17086",
"19769-17084"
],
"known_affected": [
"17086-4",
"17084-3",
"17086-2",
"17084-1"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-41957 Vim double free in src/alloc.c:616 - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2024/msrc_cve-2024-41957.json"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2024-09-11T00:00:00.000Z",
"details": "9.0.2121-4:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-4",
"17086-2"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2024-09-11T00:00:00.000Z",
"details": "9.0.2190-4:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-3",
"17084-1"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"environmentalsScore": 0.0,
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 5.3,
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"17086-4",
"17084-3",
"17086-2",
"17084-1"
]
}
],
"title": "Vim double free in src/alloc.c:616"
}
]
}
NCSC-2024-0381
Vulnerability from csaf_ncscnl - Published: 2024-09-26 08:48 - Updated: 2024-09-26 08:48Summary
Kwetsbaarheden verholpen in Apple MacOS
Notes
The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:
NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.
NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.
This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings.
Feiten: Apple heeft kwetsbaarheden verholpen in MacOS
Interpretaties: Een kwaadwillende kan de kwetsbaarheden misbruiken om aanvallen uit te voeren die kunnen leiden tot de volgende categorieën schade:
- Denial-of-Service (DoS)
- Manipulatie van gegevens
- Omzeilen van beveiligingsmaatregel
- Toegang tot gevoelige gegevens
- Toegang tot systeemgegevens
Voor succesvol misbruik moet de kwaadwillende lokale toegang hebben, het slachtoffer misleiden een malafide app te downloaden en installeren, of een malafide bestand te openen of link te volgen.
Oplossingen: Apple heeft updates uitgebracht om de kwetsbaarheden te verhelpen in MacOS 13.7, 14.7 en 15. Zie bijgevoegde referenties voor meer informatie.
Kans: medium
Schade: high
CWE-208: Observable Timing Discrepancy
CWE-942: Permissive Cross-domain Policy with Untrusted Domains
CWE-415: Double Free
CWE-265: CWE-265
CWE-203: Observable Discrepancy
CWE-190: Integer Overflow or Wraparound
CWE-61: UNIX Symbolic Link (Symlink) Following
CWE-285: Improper Authorization
CWE-404: Improper Resource Shutdown or Release
CWE-275: CWE-275
CWE-284: Improper Access Control
CWE-377: Insecure Temporary File
CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
CWE-200: Exposure of Sensitive Information to an Unauthorized Actor
CWE-122: Heap-based Buffer Overflow
CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
5.5 (Medium)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
5.5 (Medium)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
7.8 (High)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
8.1 (High)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
8.1 (High)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
5.5 (Medium)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
5.5 (Medium)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
5.5 (Medium)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
5.5 (Medium)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
CWE-404
- Improper Resource Shutdown or Release
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
5.5 (Medium)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
5.5 (Medium)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
6.5 (Medium)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
5.5 (Medium)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
7.5 (High)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
5.5 (Medium)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
5.5 (Medium)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
5.5 (Medium)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
7.8 (High)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
9.1 (Critical)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
5.5 (Medium)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
7.5 (High)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
5.5 (Medium)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
5.5 (Medium)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
7.5 (High)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
7.5 (High)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
5.5 (Medium)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
8.1 (High)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
5.5 (Medium)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
7.5 (High)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
7.5 (High)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
6.1 (Medium)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
5.5 (Medium)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
6.0 (Medium)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
6.1 (Medium)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
5.5 (Medium)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
5.5 (Medium)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
7.8 (High)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
5.5 (Medium)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
5.5 (Medium)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
5.5 (Medium)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
5.5 (Medium)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
5.5 (Medium)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
5.5 (Medium)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
7.5 (High)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
5.5 (Medium)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
7.5 (High)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
7.1 (High)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
5.5 (Medium)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
7.8 (High)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
6.5 (Medium)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
5.3 (Medium)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
5.5 (Medium)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
5.5 (Medium)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
4.4 (Medium)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
5.5 (Medium)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
8.4 (High)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
5.5 (Medium)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
5.5 (Medium)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
5.5 (Medium)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
10.0 (Critical)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
10.0 (Critical)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
7.5 (High)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
7.5 (High)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
5.5 (Medium)
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
macos_sequoia__15
apple
|
cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*
|
— | |
|
macos_sonoma__14.7
apple
|
cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*
|
— | |
|
macos_ventura__13.7
apple
|
cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*
|
— |
References
83 references
{
"document": {
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE"
}
},
"lang": "nl",
"notes": [
{
"category": "legal_disclaimer",
"text": "The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:\n\n NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.\n\n NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.\n This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings."
},
{
"category": "description",
"text": "Apple heeft kwetsbaarheden verholpen in MacOS",
"title": "Feiten"
},
{
"category": "description",
"text": "Een kwaadwillende kan de kwetsbaarheden misbruiken om aanvallen uit te voeren die kunnen leiden tot de volgende categorie\u00ebn schade:\n\n- Denial-of-Service (DoS)\n- Manipulatie van gegevens\n- Omzeilen van beveiligingsmaatregel\n- Toegang tot gevoelige gegevens\n- Toegang tot systeemgegevens\n\n\nVoor succesvol misbruik moet de kwaadwillende lokale toegang hebben, het slachtoffer misleiden een malafide app te downloaden en installeren, of een malafide bestand te openen of link te volgen.",
"title": "Interpretaties"
},
{
"category": "description",
"text": "Apple heeft updates uitgebracht om de kwetsbaarheden te verhelpen in MacOS 13.7, 14.7 en 15. Zie bijgevoegde referenties voor meer informatie.",
"title": "Oplossingen"
},
{
"category": "general",
"text": "medium",
"title": "Kans"
},
{
"category": "general",
"text": "high",
"title": "Schade"
},
{
"category": "general",
"text": "Observable Timing Discrepancy",
"title": "CWE-208"
},
{
"category": "general",
"text": "Permissive Cross-domain Policy with Untrusted Domains",
"title": "CWE-942"
},
{
"category": "general",
"text": "Double Free",
"title": "CWE-415"
},
{
"category": "general",
"text": "CWE-265",
"title": "CWE-265"
},
{
"category": "general",
"text": "Observable Discrepancy",
"title": "CWE-203"
},
{
"category": "general",
"text": "Integer Overflow or Wraparound",
"title": "CWE-190"
},
{
"category": "general",
"text": "UNIX Symbolic Link (Symlink) Following",
"title": "CWE-61"
},
{
"category": "general",
"text": "Improper Authorization",
"title": "CWE-285"
},
{
"category": "general",
"text": "Improper Resource Shutdown or Release",
"title": "CWE-404"
},
{
"category": "general",
"text": "CWE-275",
"title": "CWE-275"
},
{
"category": "general",
"text": "Improper Access Control",
"title": "CWE-284"
},
{
"category": "general",
"text": "Insecure Temporary File",
"title": "CWE-377"
},
{
"category": "general",
"text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
"title": "CWE-22"
},
{
"category": "general",
"text": "Exposure of Sensitive Information to an Unauthorized Actor",
"title": "CWE-200"
},
{
"category": "general",
"text": "Heap-based Buffer Overflow",
"title": "CWE-122"
},
{
"category": "general",
"text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)",
"title": "CWE-79"
}
],
"publisher": {
"category": "coordinator",
"contact_details": "cert@ncsc.nl",
"name": "Nationaal Cyber Security Centrum",
"namespace": "https://www.ncsc.nl/"
},
"references": [
{
"category": "external",
"summary": "Reference - certbundde; cveprojectv5; hkcert; nvd",
"url": "https://support.apple.com/en-us/121247"
},
{
"category": "external",
"summary": "Reference - certbundde; cveprojectv5; hkcert; nvd",
"url": "https://support.apple.com/en-us/121234"
},
{
"category": "external",
"summary": "Reference - certbundde; cveprojectv5; hkcert; nvd",
"url": "https://support.apple.com/en-us/121238"
}
],
"title": "Kwetsbaarheden verholpen in Apple MacOS",
"tracking": {
"current_release_date": "2024-09-26T08:48:34.451990Z",
"id": "NCSC-2024-0381",
"initial_release_date": "2024-09-26T08:48:34.451990Z",
"revision_history": [
{
"date": "2024-09-26T08:48:34.451990Z",
"number": "0",
"summary": "Initiele versie"
}
],
"status": "final",
"version": "1.0.0"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "macos_sequoia__15",
"product": {
"name": "macos_sequoia__15",
"product_id": "CSAFPID-1644309",
"product_identification_helper": {
"cpe": "cpe:2.3:a:apple:macos_sequoia__15:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "macos_sonoma__14.7",
"product": {
"name": "macos_sonoma__14.7",
"product_id": "CSAFPID-1644310",
"product_identification_helper": {
"cpe": "cpe:2.3:a:apple:macos_sonoma__14.7:*:*:*:*:*:*:*:*"
}
}
},
{
"category": "product_name",
"name": "macos_ventura__13.7",
"product": {
"name": "macos_ventura__13.7",
"product_id": "CSAFPID-1644311",
"product_identification_helper": {
"cpe": "cpe:2.3:a:apple:macos_ventura__13.7:*:*:*:*:*:*:*:*"
}
}
}
],
"category": "vendor",
"name": "apple"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-44154",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-44154",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-44154.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-44154"
},
{
"cve": "CVE-2024-44158",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-44158",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-44158.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-44158"
},
{
"cve": "CVE-2024-44160",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-44160",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-44160.json"
}
],
"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": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-44160"
},
{
"cve": "CVE-2024-44161",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-44161",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-44161.json"
}
],
"title": "CVE-2024-44161"
},
{
"cve": "CVE-2024-44163",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-44163",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-44163.json"
}
],
"title": "CVE-2024-44163"
},
{
"cve": "CVE-2024-44164",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-44164",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-44164.json"
}
],
"title": "CVE-2024-44164"
},
{
"cve": "CVE-2024-44165",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-44165",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-44165.json"
}
],
"title": "CVE-2024-44165"
},
{
"cve": "CVE-2024-44166",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-44166",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-44166.json"
}
],
"title": "CVE-2024-44166"
},
{
"cve": "CVE-2024-44167",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-44167",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-44167.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-44167"
},
{
"cve": "CVE-2024-44168",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-44168",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-44168.json"
}
],
"title": "CVE-2024-44168"
},
{
"cve": "CVE-2024-44169",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-44169",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-44169.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-44169"
},
{
"cve": "CVE-2024-44170",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-44170",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-44170.json"
}
],
"title": "CVE-2024-44170"
},
{
"cve": "CVE-2024-44176",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-44176",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-44176.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-44176"
},
{
"cve": "CVE-2024-44177",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-44177",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-44177.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-44177"
},
{
"cve": "CVE-2024-44178",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-44178",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-44178.json"
}
],
"title": "CVE-2024-44178"
},
{
"cve": "CVE-2024-44181",
"cwe": {
"id": "CWE-377",
"name": "Insecure Temporary File"
},
"notes": [
{
"category": "other",
"text": "Insecure Temporary File",
"title": "CWE-377"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-44181",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-44181.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-44181"
},
{
"cve": "CVE-2024-44182",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "other",
"text": "Exposure of Sensitive Information to an Unauthorized Actor",
"title": "CWE-200"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-44182",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-44182.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-44182"
},
{
"cve": "CVE-2024-44183",
"cwe": {
"id": "CWE-404",
"name": "Improper Resource Shutdown or Release"
},
"notes": [
{
"category": "other",
"text": "Improper Resource Shutdown or Release",
"title": "CWE-404"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-44183",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-44183.json"
}
],
"title": "CVE-2024-44183"
},
{
"cve": "CVE-2024-44184",
"cwe": {
"id": "CWE-275",
"name": "-"
},
"notes": [
{
"category": "other",
"text": "CWE-275",
"title": "CWE-275"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-44184",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-44184.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-44184"
},
{
"cve": "CVE-2024-44186",
"cwe": {
"id": "CWE-284",
"name": "Improper Access Control"
},
"notes": [
{
"category": "other",
"text": "Improper Access Control",
"title": "CWE-284"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-44186",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-44186.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-44186"
},
{
"cve": "CVE-2024-44187",
"cwe": {
"id": "CWE-942",
"name": "Permissive Cross-domain Policy with Untrusted Domains"
},
"notes": [
{
"category": "other",
"text": "Permissive Cross-domain Policy with Untrusted Domains",
"title": "CWE-942"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-44187",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-44187.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-44187"
},
{
"cve": "CVE-2024-44188",
"cwe": {
"id": "CWE-275",
"name": "-"
},
"notes": [
{
"category": "other",
"text": "CWE-275",
"title": "CWE-275"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-44188",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-44188.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-44188"
},
{
"cve": "CVE-2024-44189",
"cwe": {
"id": "CWE-284",
"name": "Improper Access Control"
},
"notes": [
{
"category": "other",
"text": "Improper Access Control",
"title": "CWE-284"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-44189",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-44189.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-44189"
},
{
"cve": "CVE-2024-44190",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
"title": "CWE-22"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-44190",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-44190.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-44190"
},
{
"cve": "CVE-2024-44191",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"notes": [
{
"category": "other",
"text": "Improper Authorization",
"title": "CWE-285"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-44191",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-44191.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-44191"
},
{
"cve": "CVE-2024-44198",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "other",
"text": "Integer Overflow or Wraparound",
"title": "CWE-190"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-44198",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-44198.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-44198"
},
{
"cve": "CVE-2023-4504",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"notes": [
{
"category": "other",
"text": "Heap-based Buffer Overflow",
"title": "CWE-122"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-4504",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-4504.json"
}
],
"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": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2023-4504"
},
{
"cve": "CVE-2023-5841",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"notes": [
{
"category": "other",
"text": "Heap-based Buffer Overflow",
"title": "CWE-122"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-5841",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-5841.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2023-5841"
},
{
"cve": "CVE-2024-23237",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-23237",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-23237.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-23237"
},
{
"cve": "CVE-2024-27795",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-27795",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-27795.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-27795"
},
{
"cve": "CVE-2024-27858",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-27858",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-27858.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-27858"
},
{
"cve": "CVE-2024-27860",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-27860",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-27860.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-27860"
},
{
"cve": "CVE-2024-27861",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-27861",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-27861.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-27861"
},
{
"cve": "CVE-2024-27869",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-27869",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-27869.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-27869"
},
{
"cve": "CVE-2024-27875",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-27875",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-27875.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-27875"
},
{
"cve": "CVE-2024-27876",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-27876",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-27876.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-27876"
},
{
"cve": "CVE-2024-27880",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-27880",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-27880.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-27880"
},
{
"cve": "CVE-2024-27886",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-27886",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-27886.json"
}
],
"title": "CVE-2024-27886"
},
{
"cve": "CVE-2024-39894",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"notes": [
{
"category": "other",
"text": "Observable Timing Discrepancy",
"title": "CWE-208"
},
{
"category": "other",
"text": "Observable Discrepancy",
"title": "CWE-203"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-39894",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39894.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-39894"
},
{
"cve": "CVE-2024-40770",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-40770",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-40770.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-40770"
},
{
"cve": "CVE-2024-40791",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-40791",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-40791.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-40791"
},
{
"cve": "CVE-2024-40797",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-40797",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-40797.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-40797"
},
{
"cve": "CVE-2024-40801",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-40801",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-40801.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-40801"
},
{
"cve": "CVE-2024-40814",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-40814",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-40814.json"
}
],
"title": "CVE-2024-40814"
},
{
"cve": "CVE-2024-40825",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-40825",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-40825.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.0,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-40825"
},
{
"cve": "CVE-2024-40826",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-40826",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-40826.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-40826"
},
{
"cve": "CVE-2024-40831",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-40831",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-40831.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-40831"
},
{
"cve": "CVE-2024-40837",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-40837",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-40837.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-40837"
},
{
"cve": "CVE-2024-40838",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-40838",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-40838.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-40838"
},
{
"cve": "CVE-2024-40841",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-40841",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-40841.json"
}
],
"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": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-40841"
},
{
"cve": "CVE-2024-40842",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-40842",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-40842.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-40842"
},
{
"cve": "CVE-2024-40843",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-40843",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-40843.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-40843"
},
{
"cve": "CVE-2024-40844",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-40844",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-40844.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-40844"
},
{
"cve": "CVE-2024-40845",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-40845",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-40845.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-40845"
},
{
"cve": "CVE-2024-40846",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-40846",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-40846.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-40846"
},
{
"cve": "CVE-2024-40847",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-40847",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-40847.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-40847"
},
{
"cve": "CVE-2024-40848",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-40848",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-40848.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-40848"
},
{
"cve": "CVE-2024-40850",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-40850",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-40850.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-40850"
},
{
"cve": "CVE-2024-40856",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-40856",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-40856.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-40856"
},
{
"cve": "CVE-2024-40857",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)",
"title": "CWE-79"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-40857",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-40857.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-40857"
},
{
"cve": "CVE-2024-40859",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-40859",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-40859.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-40859"
},
{
"cve": "CVE-2024-40860",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-40860",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-40860.json"
}
],
"title": "CVE-2024-40860"
},
{
"cve": "CVE-2024-40861",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-40861",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-40861.json"
}
],
"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": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-40861"
},
{
"cve": "CVE-2024-40866",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-40866",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-40866.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-40866"
},
{
"cve": "CVE-2024-41957",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"notes": [
{
"category": "other",
"text": "Double Free",
"title": "CWE-415"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-41957",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-41957.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-41957"
},
{
"cve": "CVE-2024-44125",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-44125",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-44125.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-44125"
},
{
"cve": "CVE-2024-44128",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-44128",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-44128.json"
}
],
"title": "CVE-2024-44128"
},
{
"cve": "CVE-2024-44129",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-44129",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-44129.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-44129"
},
{
"cve": "CVE-2024-44130",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-44130",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-44130.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-44130"
},
{
"cve": "CVE-2024-44131",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-44131",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-44131.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-44131"
},
{
"cve": "CVE-2024-44132",
"cwe": {
"id": "CWE-61",
"name": "UNIX Symbolic Link (Symlink) Following"
},
"notes": [
{
"category": "other",
"text": "UNIX Symbolic Link (Symlink) Following",
"title": "CWE-61"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-44132",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-44132.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-44132"
},
{
"cve": "CVE-2024-44133",
"cwe": {
"id": "CWE-284",
"name": "Improper Access Control"
},
"notes": [
{
"category": "other",
"text": "Improper Access Control",
"title": "CWE-284"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-44133",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-44133.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-44133"
},
{
"cve": "CVE-2024-44134",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "other",
"text": "Exposure of Sensitive Information to an Unauthorized Actor",
"title": "CWE-200"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-44134",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-44134.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-44134"
},
{
"cve": "CVE-2024-44135",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-44135",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-44135.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-44135"
},
{
"cve": "CVE-2024-44146",
"cwe": {
"id": "CWE-265",
"name": "-"
},
"notes": [
{
"category": "other",
"text": "CWE-265",
"title": "CWE-265"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-44146",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-44146.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 10.0,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-44146"
},
{
"cve": "CVE-2024-44148",
"cwe": {
"id": "CWE-265",
"name": "-"
},
"notes": [
{
"category": "other",
"text": "CWE-265",
"title": "CWE-265"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-44148",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-44148.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 10.0,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-44148"
},
{
"cve": "CVE-2024-44149",
"cwe": {
"id": "CWE-275",
"name": "-"
},
"notes": [
{
"category": "other",
"text": "CWE-275",
"title": "CWE-275"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-44149",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-44149.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-44149"
},
{
"cve": "CVE-2024-44151",
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-44151",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-44151.json"
}
],
"title": "CVE-2024-44151"
},
{
"cve": "CVE-2024-44152",
"cwe": {
"id": "CWE-284",
"name": "Improper Access Control"
},
"notes": [
{
"category": "other",
"text": "Improper Access Control",
"title": "CWE-284"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-44152",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-44152.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-44152"
},
{
"cve": "CVE-2024-44153",
"cwe": {
"id": "CWE-275",
"name": "-"
},
"notes": [
{
"category": "other",
"text": "CWE-275",
"title": "CWE-275"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-44153",
"url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-44153.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1644309",
"CSAFPID-1644310",
"CSAFPID-1644311"
]
}
],
"title": "CVE-2024-44153"
}
]
}
WID-SEC-W-2024-1746
Vulnerability from csaf_certbund - Published: 2024-08-01 22:00 - Updated: 2025-11-04 23:00Summary
vim: Mehrere Schwachstellen ermöglichen Denial of Service
Severity
Niedrig
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: Vim (Vi IMproved) ist eine Weiterentwicklung des Texteditors vi.
Angriff: Ein entfernter, anonymer oder ein lokaler Angreifer kann mehrere Schwachstellen in vim ausnutzen, um einen Denial of Service Angriff durchzuführen.
Betroffene Betriebssysteme: - Sonstiges
- UNIX
- Windows
Affected products
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source vim <v9.1.0647
Open Source / vim
|
<v9.1.0647 | ||
|
Dell NetWorker Virtual Edition
Dell / NetWorker
|
cpe:/a:dell:networker:virtual_edition
|
Virtual Edition | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Open Source vim <v9.1.0648
Open Source / vim
|
<v9.1.0648 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Open Source vim <v9.1.0647
Open Source / vim
|
<v9.1.0647 | ||
|
Dell NetWorker Virtual Edition
Dell / NetWorker
|
cpe:/a:dell:networker:virtual_edition
|
Virtual Edition | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
References
12 references
{
"document": {
"aggregate_severity": {
"text": "niedrig"
},
"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\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Vim (Vi IMproved) ist eine Weiterentwicklung des Texteditors vi.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer oder ein lokaler Angreifer kann mehrere Schwachstellen in vim ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren.",
"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\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2024-1746 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-1746.json"
},
{
"category": "self",
"summary": "WID-SEC-2024-1746 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-1746"
},
{
"category": "external",
"summary": "vim GitHub vom 2024-08-01",
"url": "https://github.com/vim/vim/security/advisories/GHSA-f9cr-gv85-hcr4"
},
{
"category": "external",
"summary": "vim GitHub vom 2024-08-01",
"url": "https://github.com/vim/vim/security/advisories/GHSA-46pw-v7qw-xc2f"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2024-5E87AD4678 vom 2024-08-05",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2024-5e87ad4678"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2024-FE5420ED3F vom 2024-08-05",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2024-fe5420ed3f"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6993-1 vom 2024-09-05",
"url": "https://ubuntu.com/security/notices/USN-6993-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02226-1 vom 2025-07-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021751.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02227-1 vom 2025-07-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021750.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02228-1 vom 2025-07-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021749.html"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2025-404 vom 2025-10-31",
"url": "https://www.dell.com/support/kbdoc/000385435"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2025-390 vom 2025-11-05",
"url": "https://www.dell.com/support/kbdoc/000385230"
}
],
"source_lang": "en-US",
"title": "vim: Mehrere Schwachstellen erm\u00f6glichen Denial of Service",
"tracking": {
"current_release_date": "2025-11-04T23:00:00.000+00:00",
"generator": {
"date": "2025-11-05T09:14:20.849+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.4.0"
}
},
"id": "WID-SEC-W-2024-1746",
"initial_release_date": "2024-08-01T22:00:00.000+00:00",
"revision_history": [
{
"date": "2024-08-01T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2024-08-04T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2024-09-04T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-07-06T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-10-30T23:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Dell aufgenommen"
},
{
"date": "2025-11-04T23:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Dell aufgenommen"
}
],
"status": "final",
"version": "6"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Dell Avamar",
"product": {
"name": "Dell Avamar",
"product_id": "T039664",
"product_identification_helper": {
"cpe": "cpe:/a:dell:avamar:-"
}
}
},
{
"branches": [
{
"category": "product_version",
"name": "Virtual Edition",
"product": {
"name": "Dell NetWorker Virtual Edition",
"product_id": "T048226",
"product_identification_helper": {
"cpe": "cpe:/a:dell:networker:virtual_edition"
}
}
}
],
"category": "product_name",
"name": "NetWorker"
},
{
"branches": [
{
"category": "product_version_range",
"name": "Appliance \u003c5.32.00.18",
"product": {
"name": "Dell Secure Connect Gateway Appliance \u003c5.32.00.18",
"product_id": "T048301"
}
},
{
"category": "product_version",
"name": "Appliance 5.32.00.18",
"product": {
"name": "Dell Secure Connect Gateway Appliance 5.32.00.18",
"product_id": "T048301-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:secure_connect_gateway:appliance__5.32.00.18"
}
}
}
],
"category": "product_name",
"name": "Secure Connect Gateway"
}
],
"category": "vendor",
"name": "Dell"
},
{
"branches": [
{
"category": "product_name",
"name": "Fedora Linux",
"product": {
"name": "Fedora Linux",
"product_id": "74185",
"product_identification_helper": {
"cpe": "cpe:/o:fedoraproject:fedora:-"
}
}
}
],
"category": "vendor",
"name": "Fedora"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cv9.1.0647",
"product": {
"name": "Open Source vim \u003cv9.1.0647",
"product_id": "T036556"
}
},
{
"category": "product_version",
"name": "v9.1.0647",
"product": {
"name": "Open Source vim v9.1.0647",
"product_id": "T036556-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:vim:vim:v9.1.0647"
}
}
},
{
"category": "product_version_range",
"name": "\u003cv9.1.0648",
"product": {
"name": "Open Source vim \u003cv9.1.0648",
"product_id": "T036557"
}
},
{
"category": "product_version",
"name": "v9.1.0648",
"product": {
"name": "Open Source vim v9.1.0648",
"product_id": "T036557-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:vim:vim:v9.1.0648"
}
}
}
],
"category": "product_name",
"name": "vim"
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-41957",
"product_status": {
"known_affected": [
"T002207",
"T000126",
"T036556",
"T048226",
"74185",
"T039664",
"T048301"
]
},
"release_date": "2024-08-01T22:00:00.000+00:00",
"title": "CVE-2024-41957"
},
{
"cve": "CVE-2024-41965",
"product_status": {
"known_affected": [
"T002207",
"T036557",
"T000126",
"T036556",
"T048226",
"74185",
"T039664",
"T048301"
]
},
"release_date": "2024-08-01T22:00:00.000+00:00",
"title": "CVE-2024-41965"
}
]
}
WID-SEC-W-2024-2154
Vulnerability from csaf_certbund - Published: 2024-09-16 22:00 - Updated: 2025-03-11 23:00Summary
Apple macOS: Mehrere Schwachstellen
Severity
Hoch
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: Apple macOS ist ein Betriebssystem, das auf FreeBSD und Mach basiert.
Angriff: Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Apple macOS ausnutzen, um seine Privilegien zu erhöhen, einen Denial-of-Service-Zustand herbeizuführen, Spoofing-Angriffe durchzuführen, Daten zu ändern, Sicherheitsmaßnahmen zu umgehen und vertrauliche Informationen offenzulegen
Betroffene Betriebssysteme: - MacOS X
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
Affected products
Known affected
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Apple macOS Sequoia <15
Apple / macOS
|
Sequoia <15 | ||
|
Apple macOS Sonoma <14.7
Apple / macOS
|
Sonoma <14.7 | ||
|
Apple macOS Ventura <13.7
Apple / macOS
|
Ventura <13.7 |
References
8 references
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"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\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Apple macOS ist ein Betriebssystem, das auf FreeBSD und Mach basiert.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Apple macOS ausnutzen, um seine Privilegien zu erh\u00f6hen, einen Denial-of-Service-Zustand herbeizuf\u00fchren, Spoofing-Angriffe durchzuf\u00fchren, Daten zu \u00e4ndern, Sicherheitsma\u00dfnahmen zu umgehen und vertrauliche Informationen offenzulegen",
"title": "Angriff"
},
{
"category": "general",
"text": "- MacOS X",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2024-2154 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-2154.json"
},
{
"category": "self",
"summary": "WID-SEC-2024-2154 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-2154"
},
{
"category": "external",
"summary": "About the security content of macOS Sequoia 15 vom 2024-09-16",
"url": "https://support.apple.com/en-us/121238"
},
{
"category": "external",
"summary": "About the security content of macOS Sonoma 14.7 vom 2024-09-16",
"url": "https://support.apple.com/en-us/121247"
},
{
"category": "external",
"summary": "About the security content of macOS Ventura 13.7 vom 2024-09-16",
"url": "https://support.apple.com/en-us/121234"
},
{
"category": "external",
"summary": "APPLE-SA-09-16-2024-10 macOS Ventura 13.7 vom 2024-09-16",
"url": "https://lists.apple.com/archives/security-announce/2024/Sep/msg00009.html"
},
{
"category": "external",
"summary": "APPLE-SA-09-16-2024-2 macOS Sequoia 15 vom 2024-09-16",
"url": "https://lists.apple.com/archives/security-announce/2024/Sep/msg00001.html"
},
{
"category": "external",
"summary": "APPLE-SA-09-16-2024-9 macOS Sonoma 14.7 vom 2024-09-16",
"url": "https://lists.apple.com/archives/security-announce/2024/Sep/msg00008.html"
}
],
"source_lang": "en-US",
"title": "Apple macOS: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2025-03-11T23:00:00.000+00:00",
"generator": {
"date": "2025-03-12T09:22:54.279+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.12"
}
},
"id": "WID-SEC-W-2024-2154",
"initial_release_date": "2024-09-16T22:00:00.000+00:00",
"revision_history": [
{
"date": "2024-09-16T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2024-10-28T23:00:00.000+00:00",
"number": "2",
"summary": "CVE\u0027s erg\u00e4nzt"
},
{
"date": "2025-02-05T23:00:00.000+00:00",
"number": "3",
"summary": "CVE\u0027s erg\u00e4nzt"
},
{
"date": "2025-03-11T23:00:00.000+00:00",
"number": "4",
"summary": "CVE-Nummern erg\u00e4nzt"
}
],
"status": "final",
"version": "4"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "Sequoia \u003c15",
"product": {
"name": "Apple macOS Sequoia \u003c15",
"product_id": "T037659"
}
},
{
"category": "product_version",
"name": "Sequoia 15",
"product": {
"name": "Apple macOS Sequoia 15",
"product_id": "T037659-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:apple:mac_os:sequoia__15"
}
}
},
{
"category": "product_version_range",
"name": "Sonoma \u003c14.7",
"product": {
"name": "Apple macOS Sonoma \u003c14.7",
"product_id": "T037660"
}
},
{
"category": "product_version",
"name": "Sonoma 14.7",
"product": {
"name": "Apple macOS Sonoma 14.7",
"product_id": "T037660-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:apple:mac_os:sonoma__14.7"
}
}
},
{
"category": "product_version_range",
"name": "Ventura \u003c13.7",
"product": {
"name": "Apple macOS Ventura \u003c13.7",
"product_id": "T037661"
}
},
{
"category": "product_version",
"name": "Ventura 13.7",
"product": {
"name": "Apple macOS Ventura 13.7",
"product_id": "T037661-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:apple:mac_os:ventura__13.7"
}
}
}
],
"category": "product_name",
"name": "macOS"
}
],
"category": "vendor",
"name": "Apple"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-4504",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2023-4504"
},
{
"cve": "CVE-2023-5841",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2023-5841"
},
{
"cve": "CVE-2024-23237",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-23237"
},
{
"cve": "CVE-2024-27792",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-27792"
},
{
"cve": "CVE-2024-27795",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-27795"
},
{
"cve": "CVE-2024-27809",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-27809"
},
{
"cve": "CVE-2024-27849",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-27849"
},
{
"cve": "CVE-2024-27853",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-27853"
},
{
"cve": "CVE-2024-27858",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-27858"
},
{
"cve": "CVE-2024-27859",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-27859"
},
{
"cve": "CVE-2024-27860",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-27860"
},
{
"cve": "CVE-2024-27861",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-27861"
},
{
"cve": "CVE-2024-27869",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-27869"
},
{
"cve": "CVE-2024-27875",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-27875"
},
{
"cve": "CVE-2024-27876",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-27876"
},
{
"cve": "CVE-2024-27880",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-27880"
},
{
"cve": "CVE-2024-27886",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-27886"
},
{
"cve": "CVE-2024-27887",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-27887"
},
{
"cve": "CVE-2024-27888",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-27888"
},
{
"cve": "CVE-2024-39894",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-39894"
},
{
"cve": "CVE-2024-40770",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-40770"
},
{
"cve": "CVE-2024-40791",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-40791"
},
{
"cve": "CVE-2024-40792",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-40792"
},
{
"cve": "CVE-2024-40797",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-40797"
},
{
"cve": "CVE-2024-40801",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-40801"
},
{
"cve": "CVE-2024-40814",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-40814"
},
{
"cve": "CVE-2024-40825",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-40825"
},
{
"cve": "CVE-2024-40826",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-40826"
},
{
"cve": "CVE-2024-40831",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-40831"
},
{
"cve": "CVE-2024-40837",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-40837"
},
{
"cve": "CVE-2024-40838",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-40838"
},
{
"cve": "CVE-2024-40841",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-40841"
},
{
"cve": "CVE-2024-40842",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-40842"
},
{
"cve": "CVE-2024-40843",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-40843"
},
{
"cve": "CVE-2024-40844",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-40844"
},
{
"cve": "CVE-2024-40845",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-40845"
},
{
"cve": "CVE-2024-40846",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-40846"
},
{
"cve": "CVE-2024-40847",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-40847"
},
{
"cve": "CVE-2024-40848",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-40848"
},
{
"cve": "CVE-2024-40850",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-40850"
},
{
"cve": "CVE-2024-40855",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-40855"
},
{
"cve": "CVE-2024-40856",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-40856"
},
{
"cve": "CVE-2024-40857",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-40857"
},
{
"cve": "CVE-2024-40859",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-40859"
},
{
"cve": "CVE-2024-40860",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-40860"
},
{
"cve": "CVE-2024-40861",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-40861"
},
{
"cve": "CVE-2024-40866",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-40866"
},
{
"cve": "CVE-2024-41957",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-41957"
},
{
"cve": "CVE-2024-44122",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44122"
},
{
"cve": "CVE-2024-44123",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44123"
},
{
"cve": "CVE-2024-44125",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44125"
},
{
"cve": "CVE-2024-44126",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44126"
},
{
"cve": "CVE-2024-44128",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44128"
},
{
"cve": "CVE-2024-44129",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44129"
},
{
"cve": "CVE-2024-44130",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44130"
},
{
"cve": "CVE-2024-44131",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44131"
},
{
"cve": "CVE-2024-44132",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44132"
},
{
"cve": "CVE-2024-44133",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44133"
},
{
"cve": "CVE-2024-44134",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44134"
},
{
"cve": "CVE-2024-44135",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44135"
},
{
"cve": "CVE-2024-44137",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44137"
},
{
"cve": "CVE-2024-44144",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44144"
},
{
"cve": "CVE-2024-44145",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44145"
},
{
"cve": "CVE-2024-44146",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44146"
},
{
"cve": "CVE-2024-44148",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44148"
},
{
"cve": "CVE-2024-44149",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44149"
},
{
"cve": "CVE-2024-44151",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44151"
},
{
"cve": "CVE-2024-44152",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44152"
},
{
"cve": "CVE-2024-44153",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44153"
},
{
"cve": "CVE-2024-44154",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44154"
},
{
"cve": "CVE-2024-44155",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44155"
},
{
"cve": "CVE-2024-44158",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44158"
},
{
"cve": "CVE-2024-44160",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44160"
},
{
"cve": "CVE-2024-44161",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44161"
},
{
"cve": "CVE-2024-44163",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44163"
},
{
"cve": "CVE-2024-44164",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44164"
},
{
"cve": "CVE-2024-44165",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44165"
},
{
"cve": "CVE-2024-44166",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44166"
},
{
"cve": "CVE-2024-44167",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44167"
},
{
"cve": "CVE-2024-44168",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44168"
},
{
"cve": "CVE-2024-44169",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44169"
},
{
"cve": "CVE-2024-44170",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44170"
},
{
"cve": "CVE-2024-44172",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44172"
},
{
"cve": "CVE-2024-44174",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44174"
},
{
"cve": "CVE-2024-44175",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44175"
},
{
"cve": "CVE-2024-44176",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44176"
},
{
"cve": "CVE-2024-44177",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44177"
},
{
"cve": "CVE-2024-44178",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44178"
},
{
"cve": "CVE-2024-44179",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44179"
},
{
"cve": "CVE-2024-44181",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44181"
},
{
"cve": "CVE-2024-44182",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44182"
},
{
"cve": "CVE-2024-44183",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44183"
},
{
"cve": "CVE-2024-44184",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44184"
},
{
"cve": "CVE-2024-44186",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44186"
},
{
"cve": "CVE-2024-44187",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44187"
},
{
"cve": "CVE-2024-44188",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44188"
},
{
"cve": "CVE-2024-44189",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44189"
},
{
"cve": "CVE-2024-44190",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44190"
},
{
"cve": "CVE-2024-44191",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44191"
},
{
"cve": "CVE-2024-44192",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44192"
},
{
"cve": "CVE-2024-44198",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44198"
},
{
"cve": "CVE-2024-44203",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44203"
},
{
"cve": "CVE-2024-44208",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44208"
},
{
"cve": "CVE-2024-44227",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-44227"
},
{
"cve": "CVE-2024-54463",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-54463"
},
{
"cve": "CVE-2024-54467",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-54467"
},
{
"cve": "CVE-2024-54469",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-54469"
},
{
"cve": "CVE-2024-54473",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-54473"
},
{
"cve": "CVE-2024-54546",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-54546"
},
{
"cve": "CVE-2024-54558",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-54558"
},
{
"cve": "CVE-2024-54560",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-54560"
},
{
"cve": "CVE-2024-54658",
"product_status": {
"known_affected": [
"T037659",
"T037660",
"T037661"
]
},
"release_date": "2024-09-16T22:00:00.000+00:00",
"title": "CVE-2024-54658"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…