Lucene search

K
cvelistGoCVELIST:CVE-2024-24789
HistoryJun 05, 2024 - 3:13 p.m.

CVE-2024-24789 Mishandling of corrupt central directory record in archive/zip

2024-06-0515:13:51
Go
www.cve.org
8
cve-2024-24789
mishandling
corrupt central directory record
archive/zip
zip files
exploitation
rejection

AI Score

6.2

Confidence

Low

EPSS

0

Percentile

9.9%

The archive/zip package’s handling of certain types of invalid zip files differs from the behavior of most zip implementations. This misalignment could be exploited to create an zip file with contents that vary depending on the implementation reading the file. The archive/zip package now rejects files containing these errors.

CNA Affected

[
  {
    "vendor": "Go standard library",
    "product": "archive/zip",
    "collectionURL": "https://pkg.go.dev",
    "packageName": "archive/zip",
    "versions": [
      {
        "version": "0",
        "lessThan": "1.21.11",
        "status": "affected",
        "versionType": "semver"
      },
      {
        "version": "1.22.0-0",
        "lessThan": "1.22.4",
        "status": "affected",
        "versionType": "semver"
      }
    ],
    "programRoutines": [
      {
        "name": "findSignatureInBlock"
      },
      {
        "name": "NewReader"
      },
      {
        "name": "OpenReader"
      }
    ],
    "defaultStatus": "unaffected"
  }
]

AI Score

6.2

Confidence

Low

EPSS

0

Percentile

9.9%

Related for CVELIST:CVE-2024-24789