Lucene search

K
cvelistApacheCVELIST:CVE-2023-42794
HistoryOct 10, 2023 - 5:17 p.m.

CVE-2023-42794 Apache Tomcat: FileUpload: DoS due to accumulation of temporary files on Windows

2023-10-1017:17:01
CWE-459
apache
www.cve.org
8
apache tomcat
fileupload
dos
vulnerability
windows
accumulation
temporary files
incomplete cleanup

AI Score

6.4

Confidence

High

EPSS

0

Percentile

15.7%

Incomplete Cleanup vulnerability in Apache Tomcat.

The internal fork of Commons FileUpload packaged with Apache Tomcat 9.0.70 through 9.0.80 and 8.5.85 through 8.5.93 included an unreleased,
in progress refactoring that exposed a potential denial of service on
Windows if a web application opened a stream for an uploaded file but
failed to close the stream. The file would never be deleted from disk
creating the possibility of an eventual denial of service due to the
disk being full.

Users are recommended to upgrade to version 9.0.81 onwards or 8.5.94 onwards, which fixes the issue.

CNA Affected

[
  {
    "defaultStatus": "unaffected",
    "product": "Apache Tomcat",
    "vendor": "Apache Software Foundation",
    "versions": [
      {
        "lessThanOrEqual": "9.0.80",
        "status": "affected",
        "version": "9.0.70",
        "versionType": "semver"
      },
      {
        "lessThanOrEqual": "8.5.93",
        "status": "affected",
        "version": "8.5.85",
        "versionType": "semver"
      }
    ]
  }
]