gsd-2023-45853
Vulnerability from gsd
Modified
2023-12-13 01:20
Details
MiniZip in zlib through 1.3 has an integer overflow and resultant heap-based buffer overflow in zipOpenNewFileInZip4_64 via a long filename, comment, or extra field. NOTE: MiniZip is not a supported part of the zlib product.
Aliases
Aliases



{
   GSD: {
      alias: "CVE-2023-45853",
      id: "GSD-2023-45853",
   },
   gsd: {
      metadata: {
         exploitCode: "unknown",
         remediation: "unknown",
         reportConfidence: "confirmed",
         type: "vulnerability",
      },
      osvSchema: {
         aliases: [
            "CVE-2023-45853",
         ],
         details: "MiniZip in zlib through 1.3 has an integer overflow and resultant heap-based buffer overflow in zipOpenNewFileInZip4_64 via a long filename, comment, or extra field. NOTE: MiniZip is not a supported part of the zlib product.",
         id: "GSD-2023-45853",
         modified: "2023-12-13T01:20:37.837250Z",
         schema_version: "1.4.0",
      },
   },
   namespaces: {
      "cve.org": {
         CVE_data_meta: {
            ASSIGNER: "cve@mitre.org",
            ID: "CVE-2023-45853",
            STATE: "PUBLIC",
         },
         affects: {
            vendor: {
               vendor_data: [
                  {
                     product: {
                        product_data: [
                           {
                              product_name: "n/a",
                              version: {
                                 version_data: [
                                    {
                                       version_value: "n/a",
                                    },
                                 ],
                              },
                           },
                        ],
                     },
                     vendor_name: "n/a",
                  },
               ],
            },
         },
         data_format: "MITRE",
         data_type: "CVE",
         data_version: "4.0",
         description: {
            description_data: [
               {
                  lang: "eng",
                  value: "MiniZip in zlib through 1.3 has an integer overflow and resultant heap-based buffer overflow in zipOpenNewFileInZip4_64 via a long filename, comment, or extra field. NOTE: MiniZip is not a supported part of the zlib product. NOTE: pyminizip through 0.2.6 is also vulnerable because it bundles an affected zlib version, and exposes the applicable MiniZip code through its compress API.",
               },
            ],
         },
         problemtype: {
            problemtype_data: [
               {
                  description: [
                     {
                        lang: "eng",
                        value: "n/a",
                     },
                  ],
               },
            ],
         },
         references: {
            reference_data: [
               {
                  name: "https://github.com/madler/zlib/pull/843",
                  refsource: "MISC",
                  url: "https://github.com/madler/zlib/pull/843",
               },
               {
                  name: "https://www.winimage.com/zLibDll/minizip.html",
                  refsource: "MISC",
                  url: "https://www.winimage.com/zLibDll/minizip.html",
               },
               {
                  name: "https://github.com/madler/zlib/blob/ac8f12c97d1afd9bafa9c710f827d40a407d3266/contrib/README.contrib#L1-L4",
                  refsource: "MISC",
                  url: "https://github.com/madler/zlib/blob/ac8f12c97d1afd9bafa9c710f827d40a407d3266/contrib/README.contrib#L1-L4",
               },
               {
                  name: "https://chromium.googlesource.com/chromium/src/+/de29dd6c7151d3cd37cb4cf0036800ddfb1d8b61",
                  refsource: "MISC",
                  url: "https://chromium.googlesource.com/chromium/src/+/de29dd6c7151d3cd37cb4cf0036800ddfb1d8b61",
               },
               {
                  name: "https://chromium.googlesource.com/chromium/src/+/d709fb23806858847131027da95ef4c548813356",
                  refsource: "MISC",
                  url: "https://chromium.googlesource.com/chromium/src/+/d709fb23806858847131027da95ef4c548813356",
               },
               {
                  name: "[oss-security] 20231020 CVE-2023-45853: overflows in MiniZip in zlib through 1.3",
                  refsource: "MLIST",
                  url: "http://www.openwall.com/lists/oss-security/2023/10/20/9",
               },
               {
                  name: "[debian-lts-announce] 20231127 [SECURITY] [DLA 3670-1] minizip security update",
                  refsource: "MLIST",
                  url: "https://lists.debian.org/debian-lts-announce/2023/11/msg00026.html",
               },
               {
                  name: "https://security.netapp.com/advisory/ntap-20231130-0009/",
                  refsource: "CONFIRM",
                  url: "https://security.netapp.com/advisory/ntap-20231130-0009/",
               },
               {
                  name: "https://pypi.org/project/pyminizip/#history",
                  refsource: "MISC",
                  url: "https://pypi.org/project/pyminizip/#history",
               },
               {
                  name: "GLSA-202401-18",
                  refsource: "GENTOO",
                  url: "https://security.gentoo.org/glsa/202401-18",
               },
               {
                  name: "[oss-security] 20240124 Re: CVE-2023-45853: overflows in MiniZip in zlib through 1.3",
                  refsource: "MLIST",
                  url: "http://www.openwall.com/lists/oss-security/2024/01/24/10",
               },
            ],
         },
      },
      "nvd.nist.gov": {
         cve: {
            configurations: [
               {
                  nodes: [
                     {
                        cpeMatch: [
                           {
                              criteria: "cpe:2.3:a:zlib:zlib:*:*:*:*:*:*:*:*",
                              matchCriteriaId: "BCAD5846-089D-4749-88B4-20243BC19B29",
                              versionEndIncluding: "1.3",
                              vulnerable: true,
                           },
                        ],
                        negate: false,
                        operator: "OR",
                     },
                  ],
               },
            ],
            descriptions: [
               {
                  lang: "en",
                  value: "MiniZip in zlib through 1.3 has an integer overflow and resultant heap-based buffer overflow in zipOpenNewFileInZip4_64 via a long filename, comment, or extra field. NOTE: MiniZip is not a supported part of the zlib product. NOTE: pyminizip through 0.2.6 is also vulnerable because it bundles an affected zlib version, and exposes the applicable MiniZip code through its compress API.",
               },
               {
                  lang: "es",
                  value: "MiniZip en zlib hasta 1.3 tiene un desbordamiento de enteros y un desbordamiento de búfer basado en montón resultante en zipOpenNewFileInZip4_64 a través de un nombre de archivo largo, un comentario o un campo adicional. NOTA: MiniZip no es una parte compatible del producto zlib.",
               },
            ],
            id: "CVE-2023-45853",
            lastModified: "2024-01-24T21:15:08.623",
            metrics: {
               cvssMetricV31: [
                  {
                     cvssData: {
                        attackComplexity: "LOW",
                        attackVector: "NETWORK",
                        availabilityImpact: "HIGH",
                        baseScore: 9.8,
                        baseSeverity: "CRITICAL",
                        confidentialityImpact: "HIGH",
                        integrityImpact: "HIGH",
                        privilegesRequired: "NONE",
                        scope: "UNCHANGED",
                        userInteraction: "NONE",
                        vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
                        version: "3.1",
                     },
                     exploitabilityScore: 3.9,
                     impactScore: 5.9,
                     source: "nvd@nist.gov",
                     type: "Primary",
                  },
               ],
            },
            published: "2023-10-14T02:15:09.323",
            references: [
               {
                  source: "cve@mitre.org",
                  url: "http://www.openwall.com/lists/oss-security/2023/10/20/9",
               },
               {
                  source: "cve@mitre.org",
                  url: "http://www.openwall.com/lists/oss-security/2024/01/24/10",
               },
               {
                  source: "cve@mitre.org",
                  tags: [
                     "Mailing List",
                     "Patch",
                  ],
                  url: "https://chromium.googlesource.com/chromium/src/+/d709fb23806858847131027da95ef4c548813356",
               },
               {
                  source: "cve@mitre.org",
                  tags: [
                     "Mailing List",
                     "Patch",
                  ],
                  url: "https://chromium.googlesource.com/chromium/src/+/de29dd6c7151d3cd37cb4cf0036800ddfb1d8b61",
               },
               {
                  source: "cve@mitre.org",
                  tags: [
                     "Product",
                  ],
                  url: "https://github.com/madler/zlib/blob/ac8f12c97d1afd9bafa9c710f827d40a407d3266/contrib/README.contrib#L1-L4",
               },
               {
                  source: "cve@mitre.org",
                  tags: [
                     "Issue Tracking",
                     "Patch",
                  ],
                  url: "https://github.com/madler/zlib/pull/843",
               },
               {
                  source: "cve@mitre.org",
                  url: "https://lists.debian.org/debian-lts-announce/2023/11/msg00026.html",
               },
               {
                  source: "cve@mitre.org",
                  url: "https://pypi.org/project/pyminizip/#history",
               },
               {
                  source: "cve@mitre.org",
                  url: "https://security.gentoo.org/glsa/202401-18",
               },
               {
                  source: "cve@mitre.org",
                  url: "https://security.netapp.com/advisory/ntap-20231130-0009/",
               },
               {
                  source: "cve@mitre.org",
                  tags: [
                     "Product",
                  ],
                  url: "https://www.winimage.com/zLibDll/minizip.html",
               },
            ],
            sourceIdentifier: "cve@mitre.org",
            vulnStatus: "Modified",
            weaknesses: [
               {
                  description: [
                     {
                        lang: "en",
                        value: "CWE-190",
                     },
                  ],
                  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.