Red Hat Bugzilla – Bug 1013036
CVE-2013-4316 struts: dynamic method executions is enabled by default
Last modified: 2013-09-30 02:54:59 EDT
Dynamic Method Invocation is a mechanism known to impose possible security vulnerabilities, but until now it was enabled by default with warning that users should switch it off if possible. In Struts 2.3.15.2 the Dynamic Method Invocation is to false by default. Another option is to set struts.enable.DynamicMethodInvocation to false in struts.xml <constant name="struts.enable.DynamicMethodInvocation" value="false"/> Upstream bug report: https://issues.apache.org/jira/browse/WW-4201 External References: http://struts.apache.org/release/2.3.x/docs/s2-019.html
actual Struts version in fedora is 1.3.10 the problem is present only in Struts 2.0.0 and Struts 2.3.15.1 regards
Please don't close bugs that are not assigned to you. Yes, upstream indicates 2.0.0+ but that is only because 1.x is no longer supported (so they never indicate whether it is affected). Did you see the patch that corrects this issue and verify that it doesn't apply to 1.x? Or do you have something more concrete than just upstream's "affected versions" value to substantiate this claim?
hi from http://struts.apache.org/release/2.3.x/docs/s2-019.html "In Struts 2.3.15.2 the Dynamic Method Invocation is to false by default. Another option is to set struts.enable.DynamicMethodInvocation to false in struts.xml <constant name="struts.enable.DynamicMethodInvocation" value="false"/>" 1.x series is required by springframework and the file struts.xml is unavailable for 1.x regards
structs2 breaks compatibility also with the following package velocity-tools (springframework BR/R) i will not update structs2, until depend on tomcat6 apis, or SpringFramework and Velocity tools do not require more
Statement: Not Vulnerable. This issue only affects struts 2, it does not affect the versions of struts as shipped with various Red Hat products.
External References: https://issues.apache.org/jira/browse/WW-4201 Upstream Patch: http://svn.apache.org/viewvc?view=revision&revision=r1524296