目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-71257— Apache Wicket 文件上传限制未生效漏洞

一分钟漏洞结论

影响对象
Apache Software Foundation Apache Wicket
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

以下是该漏洞描述的中文翻译: 漏洞描述 Apache Wicket 在通过 Apache Commons FileUpload 解析多部分(multipart)请求时,会强制执行表单或上传字段中配置的上传限制。如果请求主体已经被其他组件消费过,Commons FileUpload 将返回空结果,Wicket 随后会回退到通过 读取上传内容。然而,通过该方式获取的 parts 未应用单文件大小限制(例如 )和文件数量限制( ),也不会抛出异常,导致上传过程如同这些限制已被满足一样被处理。因此,远程上传者可以提交比应用

获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2026-71257 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
Apache Wicket: Configured file upload limits are not enforced when the multipart request has already been parsed
来源: CVE Program / CVE List V5
Vulnerability 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 whatever the component that parsed the request allows. A part carrying no Content-Type header is additionally read into memory in full during parsing, so the size of that allocation is determined by the request and bounded only by those same external limits. The total upload size limit (Form#setMaxSize) is not affected. Commons FileUpload compares the declared Content-Length against it before reading the body, so a request declaring an oversized length is rejected before the fallback is reached. The fallback is reached in deployments where a servlet or filter has already parsed the request body — for example a servlet annotated with @MultipartConfig, Spring Boot's multipart resolver, or any filter that calls HttpServletRequest#getParameter() on a multipart request. It applies to the Wicket components that accept uploads on that path, including Form with FileUploadField, FileUploadToResourceField and AjaxFileDropBehavior. Applications that configure neither a per-file nor a file-count limit are not affected, as Wicket applies neither by default. This issue affects Apache Wicket: from 8.0.0 through 8.18.0, from 9.0.0 through 9.23.0, from 10.0.0 through 10.10.0. Users are recommended to upgrade to version 8.19.0, 9.24.0 or 10.11.0, which fix the issue. Users of Apache Wicket 7.x or older, which are no longer supported, should upgrade to a supported version. As a workaround, configure equivalent limits in the component that parses the request — for example spring.servlet.multipart.max-file-size and max-request-size, or maxFileSize and maxRequestSize in @MultipartConfig or in the web.xml <multipart-config> element.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
不加限制或调节的资源分配
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
Apache Software Foundation Apache Wicket 8.0.0 ~ 8.18.0 -

二、漏洞 CVE-2026-71257 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-71257 的情报信息

登录查看更多情报信息。

CVE-2026-71257 其他参考 (1)

同批安全公告 · Apache Software Foundation · 2026-08-31 · 共 8 条

CVE-2026-58301 5.9 MEDIUM Apache Shiro POST 请求重定向至其他主机漏洞
CVE-2026-76983 5.1 MEDIUM Apache Wicket XSS漏洞
CVE-2026-76984 5.1 MEDIUM Apache Wicket 远程跨站脚本漏洞
CVE-2026-76982 5.1 MEDIUM Apache Wicket 按钮模型对象跨站脚本漏洞
CVE-2026-75802 5.1 MEDIUM Apache Wicket AjaxEditableLabel XSS漏洞
CVE-2026-71378 Wicket 2.9.0 跨站请求伪造保护绕过漏洞
CVE-2026-70449 Apache Wicket 资源路径遍历漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-71257

暂无评论


发表评论