Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

Improves excluded params in ParametersInterceptor and CookieInterceptor to avoid ClassLoader manipulation


Who should read this

All Struts 2 developers and users

Impact of vulnerability

ClassLoader manipulation

Maximum security rating

High

Important

Recommendation

Developers should immediately upgrade to Struts 2.3.

16.2

20

Affected Software

Struts 2.0.0 - Struts 2.3.16.

1

3

Reporter

Taki Uchiyama (

NTT-CERT via JPCERT/CC

)

,
Takeshi Terada (Mitsui Bussan Secure Directions, Inc.),
Takayoshi Isayama (Mitsui Bussan Secure Directions, Inc.),
Yoshiyuki Karezaki (Yoshiyuki.Karezaki at scsk.jp)
BAKA/ty (121605589 at qq.com),
Nebula (Chibi, Hubei, CN), HelloWorld security team,
NSFOCUS Security Team,
heige (zhoujp at knownsec.com)

CVE Identifier

CVE-2014-0112 - Incomplete fix for ClassLoader manipulation via ParametersInterceptor

CVE-2014-0113 - ClassLoader manipulation via CookieInterceptor when configured to accept all cookies

Problem

The excluded parameter pattern introduced in version 2.3.16.1 to block access to getClass() method wasn't sufficient. It is possible to omit that with specially crafted requests. Also CookieInterceptor is vulnerable for the same kind of attack when it was configured to accept all cookies (when "*" is used to configure cookiesName param).

Solution

In Struts 2.3.16.2 20 improved "class" pattern was introduced directly to ParametersInterceptor and CookieInterceptor.

...

No backward compatibility problems are expected.

Workaround

If you cannot upgrade to version 2.3.

...

20 immediately - which is strongly advised - you can apply below workarounds:

Exclude 'class' parameter

...

It isn't possible to do the same with CookieInterceptor, so don't use wildcard mapping to accept cookie names or implement your own version of CookieInterceptor based on code provided in Struts 2.3.1620.2.

Please be aware that this workaround is not as complete as the corrections in Struts 2.13.16.220