LIVE · cybersecurity feed
Live wire
cve recordhigh

CVE-2026-71257

apache · wicket

Published
CVSS7.5
Severityhigh
WeaknessCWE-770
ExploitedNot in CISA KEV

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Description

Apache Wicket enforces the upload limits configured on a form or upload field while parsing a multipart request with Apache Commons FileUpload. If the request body has already been consumed by another component, Commons FileUpload returns no items and Wicket falls back to reading the upload through HttpServletRequest#getParts(). The per-file size limit (for example Form#setFileMaxSize) and the file count limit (Form#setFileCountMax) are not applied to the parts obtained that way, and no exception is raised, so the upload is processed as though those limits had been satisfied. A remote uploader can therefore submit files that are larger, or more numerous, than the application permits, up to w

References

← Back to the CVE Tracker

Our coverage of CVE-2026-71257

No stories yet. This page updates automatically when we publish reporting that references CVE-2026-71257.