Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.3, EE-3.3.0.GA
-
Fix Version/s: EE-3.3.0.GA_P02, 4.0
-
Component/s: ACE-Components, ICE-Components
-
Labels:None
-
Environment:ICEfaces, file upload
-
Assignee Priority:P1
Description
ICEfaces FileEntry makes use of an embedded copy of commons-fileupload, so is vulnerable to the following:
MultipartStream.java in Apache Commons FileUpload before 1.3.1, as used in Apache Tomcat, JBoss Web, and other products, allows remote attackers to cause a denial of service (infinite loop and CPU consumption) via a crafted Content-Type header that bypasses a loop's intended exit conditions.
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0050
MultipartStream.java in Apache Commons FileUpload before 1.3.1, as used in Apache Tomcat, JBoss Web, and other products, allows remote attackers to cause a denial of service (infinite loop and CPU consumption) via a crafted Content-Type header that bypasses a loop's intended exit conditions.
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0050
Issue Links
Activity
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Mircea Toma [ mircea.toma ] | |
| Fix Version/s | EE-3.3.0.GA_P02 [ 11371 ] | |
| Fix Version/s | 4.0 [ 11382 ] | |
| Affects Version/s | EE-3.3.0.GA [ 10572 ] | |
| Affects Version/s | 3.3 [ 10370 ] | |
| Affects Version/s | EE-3.3.0.GA_P01 [ 11174 ] | |
| Assignee Priority | P1 [ 10010 ] |
| Summary | Infinite loop caused by malformed Content-Type header | Fix CVE-2014-0050 DoS with malformed Content-Type header and multipart request processing |
| Security | Private [ 10001 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #41168 | Thu May 15 11:19:21 MDT 2014 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/apache/commons/fileupload/MultipartStream.java
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/apache/commons/fileupload/FileUploadBase.java
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |

Two small changes to fileupload/MultipartStream.java and fileupload/FileUploadBase.java:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/fileupload/MultipartStream.java?r1=1561650&r2=1565169&pathrev=1565169&diff_format=h
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/fileupload/FileUploadBase.java?r1=1561650&r2=1565169&pathrev=1565169&diff_format=h
Checkin comment:
"Fix CVE-2014-0050 DoS with malformed Content-Type header and multipart request processing."