Bugzilla will be upgraded to version 5.0 on a still to be determined date in the near future. The original upgrade date has been delayed.
Bug 1326725 - (CVE-2016-4003) CVE-2016-4003 struts2: cross-site scripting vulnerability in the URLDecoder function
CVE-2016-4003 struts2: cross-site scripting vulnerability in the URLDecoder f...
Status: CLOSED NOTABUG
Product: Security Response
Classification: Other
Component: vulnerability (Show other bugs)
unspecified
All Linux
medium Severity medium
: ---
: ---
Assigned To: Red Hat Product Security
impact=moderate,public=20160413,repor...
: Security
Depends On:
Blocks: 1326727
  Show dependency treegraph
 
Reported: 2016-04-13 07:27 EDT by Andrej Nemec
Modified: 2016-04-13 12:43 EDT (History)
11 users (show)

See Also:
Fixed In Version: struts2 2.3.28
Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
Environment:
Last Closed: 2016-04-13 12:43:13 EDT
Type: ---
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)

  None (edit)
Description Andrej Nemec 2016-04-13 07:27:45 EDT
When using a single byte page encoding such as ISO-8895-1, an attacker might submit a non-spec URL-encoded parameter value including multi-byte characters.

Struts 2 used the standard JRE URLDecoder to decode parameter values. Especially JRE 1.5's URLDecoder implementation seems to be broken to the point that this non-spec encoding isn't rejected / filtered. In later JREs the issue was fixed, best known solution is found in JRE 1.8.

External references:

http://struts.apache.org/docs/s2-028.html

Note You need to log in before you can comment on or make changes to this bug.