gsd-2023-42869
Vulnerability from gsd
Modified
2023-12-13 01:20
Details
Multiple memory corruption issues were addressed with improved input validation. This issue is fixed in macOS Ventura 13.4, iOS 16.5 and iPadOS 16.5. Multiple issues in libxml2.
Aliases
Aliases



{
   GSD: {
      alias: "CVE-2023-42869",
      id: "GSD-2023-42869",
   },
   gsd: {
      metadata: {
         exploitCode: "unknown",
         remediation: "unknown",
         reportConfidence: "confirmed",
         type: "vulnerability",
      },
      osvSchema: {
         aliases: [
            "CVE-2023-42869",
         ],
         details: "Multiple memory corruption issues were addressed with improved input validation. This issue is fixed in macOS Ventura 13.4, iOS 16.5 and iPadOS 16.5. Multiple issues in libxml2.",
         id: "GSD-2023-42869",
         modified: "2023-12-13T01:20:22.022910Z",
         schema_version: "1.4.0",
      },
   },
   namespaces: {
      "cve.org": {
         CVE_data_meta: {
            ASSIGNER: "product-security@apple.com",
            ID: "CVE-2023-42869",
            STATE: "PUBLIC",
         },
         affects: {
            vendor: {
               vendor_data: [
                  {
                     product: {
                        product_data: [
                           {
                              product_name: "macOS",
                              version: {
                                 version_data: [
                                    {
                                       version_affected: "<",
                                       version_name: "unspecified",
                                       version_value: "13.4",
                                    },
                                 ],
                              },
                           },
                           {
                              product_name: "iOS and iPadOS",
                              version: {
                                 version_data: [
                                    {
                                       version_affected: "<",
                                       version_name: "unspecified",
                                       version_value: "16.5",
                                    },
                                 ],
                              },
                           },
                        ],
                     },
                     vendor_name: "Apple",
                  },
               ],
            },
         },
         data_format: "MITRE",
         data_type: "CVE",
         data_version: "4.0",
         description: {
            description_data: [
               {
                  lang: "eng",
                  value: "Multiple memory corruption issues were addressed with improved input validation. This issue is fixed in macOS Ventura 13.4, iOS 16.5 and iPadOS 16.5. Multiple issues in libxml2.",
               },
            ],
         },
         problemtype: {
            problemtype_data: [
               {
                  description: [
                     {
                        lang: "eng",
                        value: "Multiple issues in libxml2",
                     },
                  ],
               },
            ],
         },
         references: {
            reference_data: [
               {
                  name: "https://support.apple.com/en-us/HT213758",
                  refsource: "MISC",
                  url: "https://support.apple.com/en-us/HT213758",
               },
               {
                  name: "https://support.apple.com/en-us/HT213757",
                  refsource: "MISC",
                  url: "https://support.apple.com/en-us/HT213757",
               },
            ],
         },
      },
      "nvd.nist.gov": {
         cve: {
            configurations: [
               {
                  nodes: [
                     {
                        cpeMatch: [
                           {
                              criteria: "cpe:2.3:o:apple:ipados:*:*:*:*:*:*:*:*",
                              matchCriteriaId: "A4021D9E-B688-4FBC-B43A-D3C28FD38E67",
                              versionEndExcluding: "16.5",
                              vulnerable: true,
                           },
                           {
                              criteria: "cpe:2.3:o:apple:iphone_os:*:*:*:*:*:*:*:*",
                              matchCriteriaId: "CFA59B02-43A5-4865-8560-AA32D69E5C5E",
                              versionEndExcluding: "16.5",
                              vulnerable: true,
                           },
                           {
                              criteria: "cpe:2.3:o:apple:macos:*:*:*:*:*:*:*:*",
                              matchCriteriaId: "ADD1755A-5CD2-4EED-8C6C-4729FADFA3F5",
                              versionEndExcluding: "13.4",
                              vulnerable: true,
                           },
                        ],
                        negate: false,
                        operator: "OR",
                     },
                  ],
               },
            ],
            descriptions: [
               {
                  lang: "en",
                  value: "Multiple memory corruption issues were addressed with improved input validation. This issue is fixed in macOS Ventura 13.4, iOS 16.5 and iPadOS 16.5. Multiple issues in libxml2.",
               },
               {
                  lang: "es",
                  value: "Se abordaron múltiples problemas de corrupción de memoria con una validación de entrada mejorada. Este problema se solucionó en macOS Ventura 13.4, iOS 16.5 y iPadOS 16.5. Múltiples problemas en libxml2.",
               },
            ],
            id: "CVE-2023-42869",
            lastModified: "2024-01-17T18:19:52.457",
            metrics: {
               cvssMetricV31: [
                  {
                     cvssData: {
                        attackComplexity: "LOW",
                        attackVector: "NETWORK",
                        availabilityImpact: "HIGH",
                        baseScore: 7.5,
                        baseSeverity: "HIGH",
                        confidentialityImpact: "NONE",
                        integrityImpact: "NONE",
                        privilegesRequired: "NONE",
                        scope: "UNCHANGED",
                        userInteraction: "NONE",
                        vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
                        version: "3.1",
                     },
                     exploitabilityScore: 3.9,
                     impactScore: 3.6,
                     source: "nvd@nist.gov",
                     type: "Primary",
                  },
               ],
            },
            published: "2024-01-10T22:15:50.200",
            references: [
               {
                  source: "product-security@apple.com",
                  tags: [
                     "Release Notes",
                     "Vendor Advisory",
                  ],
                  url: "https://support.apple.com/en-us/HT213757",
               },
               {
                  source: "product-security@apple.com",
                  tags: [
                     "Release Notes",
                     "Vendor Advisory",
                  ],
                  url: "https://support.apple.com/en-us/HT213758",
               },
            ],
            sourceIdentifier: "product-security@apple.com",
            vulnStatus: "Analyzed",
            weaknesses: [
               {
                  description: [
                     {
                        lang: "en",
                        value: "CWE-787",
                     },
                  ],
                  source: "nvd@nist.gov",
                  type: "Primary",
               },
            ],
         },
      },
   },
}


Log in or create an account to share your comment.

Security Advisory comment format.

This schema specifies the format of a comment related to a security advisory.

UUIDv4 of the comment
UUIDv4 of the Vulnerability-Lookup instance
When the comment was created originally
When the comment was last updated
Title of the comment
Description of the comment
The identifier of the vulnerability (CVE ID, GHSA-ID, PYSEC ID, etc.).



Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.