CWE-444 HTTP请求的解释不一致性(HTTP请求私运) 类弱点 240 条 CVE 漏洞汇总,含 AI 中文分析。
CWE-444指HTTP请求/响应走私漏洞,属于中间件解释不一致型缺陷。当代理或防火墙与后端服务器对畸形HTTP消息解析逻辑不同时,攻击者可利用此差异构造恶意请求,绕过安全控制或劫持用户会话。开发者应避免使用存在解析歧义的中间件,确保所有HTTP组件采用统一的解析标准,并严格校验请求边界,以消除解释不一致的风险。
POST http://www.website.com/foobar.html HTTP/1.1 Host: www.website.com Connection: Keep-Alive Content-Type: application/x-www-form-urlencoded Content-Length: 0 Content-Length: 54 GET /poison.html HTTP/1.1 Host: www.website.com Bla: GET http://www.website.com/page_to_poison.html HTTP/1.1 Host: www.website.com Connection: Keep-Alive
GET /poison.html HTTP/1.1 Host: www.website.com Bla:
POST /page.asp HTTP/1.1 Host: www.website.com Connection: Keep-Alive Content-Length: 49223 zzz...zzz ["z" x 49152] POST /page.asp HTTP/1.0 Connection: Keep-Alive Content-Length: 30 POST /page.asp HTTP/1.0 Bla: POST /page.asp?cmd.exe HTTP/1.0 Connection: Keep-Alive
| CVE ID | 标题 | CVSS | 风险等级 | Published |
|---|---|---|---|---|
| CVE-2021-33037 | Apache Tomcat 环境问题漏洞 — Apache Tomcat | 5.3 | - | 2021-07-12 |
| CVE-2021-32715 | hyperium hyper 环境问题漏洞 — hyper | 3.1 | Low | 2021-07-07 |
| CVE-2021-32565 | Apache Traffic Server 环境问题漏洞 — Apache Traffic Server | 7.5 | - | 2021-06-29 |
| CVE-2021-27577 | Apache Traffic Server 环境问题漏洞 — Apache Traffic Server | 7.5 | - | 2021-06-29 |
| CVE-2021-21409 | Netty 环境问题漏洞 — netty | 5.9 | Medium | 2021-03-30 |
| CVE-2021-21295 | Netty 环境问题漏洞 — io.netty:netty-codec-http2 | 5.9 | Medium | 2021-03-09 |
| CVE-2021-20220 | Red Hat Undertow 环境问题漏洞 — undertow | 6.5 | - | 2021-02-23 |
| CVE-2021-21299 | hyper crate for Rust 环境问题漏洞 — hyper | 4.8 | Medium | 2021-02-11 |
| CVE-2020-8287 | nodejs 环境问题漏洞 — Node | 6.5 | - | 2021-01-06 |
| CVE-2020-26281 | Http-rs Async-h1 环境问题漏洞 — async-h1 | 6.8 | Medium | 2020-12-21 |
| CVE-2020-10687 | Red Hat Undertow 环境问题漏洞 — Undertow | 4.8 | - | 2020-09-23 |
| CVE-2020-8201 | Node.js 环境问题漏洞 — Node | 7.4 | - | 2020-09-18 |
| CVE-2020-10719 | Red Hat Undertow 环境问题漏洞 — undertow | 6.5 | Medium | 2020-05-26 |
| CVE-2020-11077 | Puma 环境问题漏洞 — puma | 6.8 | Medium | 2020-05-22 |
| CVE-2020-11076 | Puma 环境问题漏洞 — puma | 7.5 | High | 2020-05-22 |
| CVE-2019-15605 | Joyent Node.js 环境问题漏洞 — Node | 9.1 | - | 2020-02-07 |
| CVE-2020-5218 | Sylius 环境问题漏洞 — Sylius | 4.4 | Medium | 2020-01-27 |
| CVE-2020-5220 | Sylius ResourceBundle 信息泄露漏洞 — SyliusResourceBundle | 4.4 | Medium | 2020-01-27 |
| CVE-2020-5207 | Jetbrains Ktor 环境问题漏洞 — Ktor | 5.4 | Medium | 2020-01-27 |
| CVE-2019-16792 | Waitress 环境问题漏洞 — Waitress | 7.1 | High | 2020-01-22 |
| CVE-2019-16789 | Waitress 环境问题漏洞 — Waitress | 7.1 | High | 2019-12-26 |
| CVE-2019-16785 | Waitress 环境问题漏洞 — Waitress | 7.1 | High | 2019-12-20 |
| CVE-2019-16786 | Waitress 环境问题漏洞 — Waitress | 7.1 | High | 2019-12-20 |
| CVE-2017-12165 | Red Hat Undertow 安全漏洞 — undertow | 9.1 | - | 2018-07-27 |
| CVE-2017-2666 | Red Hat Undertow 环境问题漏洞 — undertow | 6.5 | - | 2018-07-27 |
| CVE-2017-7658 | Eclipse Jetty Server 环境问题漏洞 — Eclipse Jetty | 9.8 | - | 2018-06-26 |
| CVE-2017-7657 | Eclipse Jetty 环境问题漏洞 — Eclipse Jetty | 9.8 | - | 2018-06-26 |
| CVE-2017-7656 | Eclipse Jetty 安全漏洞 — Eclipse Jetty | 6.5 | - | 2018-06-26 |
| CVE-2017-7559 | Red Hat Undertow 安全漏洞 — undertow | 6.1 | - | 2018-01-10 |
| CVE-2017-12158 | Red Hat Keycloak 跨站脚本漏洞 — keycloak | 5.4 | - | 2017-10-26 |
CWE-444(HTTP请求的解释不一致性(HTTP请求私运)) 是常见的弱点类别,本平台收录该类弱点关联的 240 条 CVE 漏洞。