blob: 2993958e7984d92e376082a3ccb72abc17cef84a [file]
---
layout: main-page
title: Welcome to the Apache Struts project
---
<div class="container hero">
<div class="jumbotron col-md-12">
<h1>Apache Struts</h1>
<p>Apache Struts is a free, open-source, MVC framework for creating elegant,
modern Java web applications. It favors convention over configuration, is
extensible using a plugin architecture, and ships with plugins to support
REST, AJAX and JSON.
</p>
<a href="download.cgi#struts{{ site.current_version_short }}" class="btn btn-primary btn-large">
<img src="img/download-icon.svg" alt="Download"> Download
</a>
<a href="primer.html" class="btn btn-info btn-large">
<img src="img/primer-icon.svg" alt="Technology Primer"> Technology Primer
</a>
</div>
</div>
<div class="container important-notes">
<div class="col-md-12">
<div class="row">
<div class="column col-md-4">
<h2>Apache Struts {{ site.current_version }} GA</h2>
<p>
Apache Struts {{ site.current_version }} GA has been released<br/>on {{ site.release_date }}.
</p>
Read more in <a href="announce-2026#a{{ site.release_date_short }}">Announcement</a> or in
<a href="{{ site.wiki_url }}/Version+Notes+{{ site.current_version }}">Version notes</a>
</div>
<div class="column col-md-4">
<h2>Apache Struts {{ site.prev_version }} GA</h2>
<p>
Apache Struts {{ site.prev_version }} GA has been released<br/>on {{ site.prev_release_date }}.
</p>
Read more in <a href="announce-2026#a{{ site.prev_release_date_short }}">Announcement</a> or in
<a href="{{ site.wiki_url }}/Version+Notes+{{ site.prev_version }}">Version notes</a>
</div>
<div class="column col-md-4">
<h2>End-of-Life Struts Versions</h2>
<p>
Some Struts versions are no longer supported and receive no further security patches.
We recommend migrating to the <a href="download.cgi">latest release</a>.
If migration is not immediately feasible, see <a href="eol-versions.html">End-of-Life versions</a>
for available options.
</p>
</div>
</div>
<div class="row">
<div class="column col-md-4">
<h2>CVE-2025-68493: XXE vulnerability in XWork component</h2>
<p>
Upgrade to at least Apache Struts 6.1.1 to mitigate the vulnerability.
</p>
<p>
Read more in the <a href="announce-2026#a20260111">Announcement</a> or in
the Security Bulletin <a href="{{ site.wiki_url }}/S2-069">S2-069</a>
</p>
</div>
<div class="column col-md-4">
<h2>Google's Patch Reward program</h2>
<p>During <a href="http://www.meetup.com/sfhtml5/">SFHTML5</a> Google announced that
they extend their program to cover the Apache Struts project as well. Now you can earn
money preparing patches for us!
<a href="submitting-patches.html#googles-patch-reward-program">read more</a>
</p>
</div>
<div class="column col-md-4">
<h2>CVE-2025-64775 File leak in multipart request processing causes disk exhaustion (DoS)</h2>
<p>
Upgrade to Apache Struts 6.8.0 or 7.1.1 to mitigate the vulnerability.
</p>
<p>
Read more in the <a href="announce-2025#a20251201">Announcement</a> or in
the Security Bulletin <a href="{{ site.wiki_url }}/S2-068">S2-068</a>
</p>
</div>
</div>
</div>
</div>
<div class="container contact-channels">
<div class="col-md-12">
<h5>Keep in touch: </h5>
<div class="channels">
<div class="facebook-btn">
<div data-href="https://www.facebook.com/apachestruts" data-width="250" data-layout="button_count" data-action="like" data-show-faces="false" data-share="true" class="fb-like"></div>
</div>
<div class="github-btn">
<a class="github-button" href="https://github.com/apache/struts" data-color-scheme="no-preference: light; light: light; dark: light;" data-show-count="true" aria-label="Star apache/struts on GitHub">Star</a>
</div>
<div class="twitter-btn">
<a href="https://twitter.com/TheApacheStruts" data-show-count="false" data-lang="en" data-width="240px" data-align="left" class="twitter-follow-button">Follow @TheApacheStruts</a>
</div>
</div>
</div>
</div>