Re: How long is Struts2 2.3.x expected to be supported?

2017-03-08 Thread Lukasz Lenart
2017-03-08 20:23 GMT+01:00 Jason D. Burkert :
> Hello,
>
> How long is Struts2 2.3.x expected to be supported?
> Months?  Years?  Foreseeable future?

No exact plans but rather months and only in case of security fixes
(and it also depends if something can be fixed or if a large
refactoring is needed)

> i.e. When MUST I migrate to 2.5.x?

As soon as possible, migration isn't that hard. This should help
https://struts.apache.org/docs/struts-23-to-25-migration.html
And migrating early makes your migration simpler, as we are changing
the framework all the time and at some point it will be very painful
to upgrade to latest 2.5 version.


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



How long is Struts2 2.3.x expected to be supported?

2017-03-08 Thread Jason D. Burkert

Hello,

How long is Struts2 2.3.x expected to be supported?
Months?  Years?  Foreseeable future?

i.e. When MUST I migrate to 2.5.x?

Thanks.
-Jason


-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



[ANN] Apache Struts 2.5.10.1 GA with Security Fixe Release

2017-03-08 Thread Lukasz Lenart
The Apache Struts group is pleased to announce that Struts 2.5.10.1 is
available as a “General Availability” release. The GA designation is
our highest quality grade.

This release addresses one potential security vulnerability:
- Possible Remote Code Execution when performing file upload based on
Jakarta Multipart parser - S2-045 -
http://struts.apache.org/docs/s2-045.html

Apache Struts 2 is an elegant, extensible framework for creating
enterprise-ready Java web applications. The framework is designed to
streamline the full development cycle, from building, to deploying, to
maintaining applications over time.

All developers are strongly advised to perform this action.

The 2.5.x series of the Apache Struts framework has a minimum
requirement of the following specification versions: Servlet API 2.4,
JSP API 2.0, and Java 7.

Should any issues arise with your use of any version of the Struts
framework, please post your comments to the user list, and, if
appropriate, file a tracking ticket.

You can download this version from our download page.
http://struts.apache.org/download.cgi#struts25101


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



ognl exploit

2017-03-08 Thread Jim Spellman
Is there a way to turn off ognl, so to prevent this exploit?
https://github.com/rapid7/metasploit-framework/issues/8064

I found someone trying to break into my server and was able to issue
system level commands by injecting this ognl language into the content
header of a multipart form.

I'm currently using:

struts2-core-2.5.2.jar
ognl-3.1.10.jar

Any help would be appreciated.
Thanks...
Jim

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Re: ognl exploit

2017-03-08 Thread Jim Spellman
Ah looks like all I need to do is upgrade.   I missed the release note
on this...
Jim

On Wed, Mar 8, 2017 at 5:04 PM, Jim Spellman  wrote:
> Is there a way to turn off ognl, so to prevent this exploit?
> https://github.com/rapid7/metasploit-framework/issues/8064
>
> I found someone trying to break into my server and was able to issue
> system level commands by injecting this ognl language into the content
> header of a multipart form.
>
> I'm currently using:
>
> struts2-core-2.5.2.jar
> ognl-3.1.10.jar
>
> Any help would be appreciated.
> Thanks...
> Jim

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org