测试版 Shoulder 目前处于测试阶段 — 结果有时可能不正确。您的反馈塑造我们接下来要修复的内容。 分享反馈
FIX SOON No patch yet
High impact vulnerability.
No patch available yet. Apply workarounds and monitor.

Apache Struts RCE

Remote code execution via crafted Content-Type header in multipart parser

Severity CVSS CRITICAL 10
Exploitation Shoulder No known exploits
Fix available Unknown
CVE-2017-5638

Should I care?

This matters if:
  • Apps processing complex user input (files, forms, APIs)
  • Endpoints without schema validation
Not relevant if:
  • All inputs are validated against schemas
  • You use strict type checking at boundaries

How it breaks apps

1 Malformed input reaches parser
2 Validation is missing or weak
3 Unexpected behavior triggered
4 Crash, bypass, or code execution

Is this in your code?

Shoulder scans your codebase and tells you if CVE-2017-5638 is reachable — not just present.

npx @shoulderdev/cli trust .
Technical details

Risk by Environment

Production (public-facing) HIGH
Patch soon. Exploitation requires specific conditions but impact is severe.
Staging MEDIUM
Schedule patch. Review if this environment is network-accessible.
Internal services MEDIUM
Assess exposure. Patch if the service handles sensitive data.
Local dev only LOW
Minimal risk in isolated dev environments.

AI Development Risk

This vulnerability pattern is commonly introduced when AI generates code.

CWE-20
Improper input validation
LLMs routinely skip input validation, trusting that callers will provide well-formed data.