-
Bug
-
Resolution: Answered
-
Medium
-
None
-
4.2
-
None
-
4.02
-
Using the SOAP API to add attachments to issues can cause JIRA to throw an OutOfMemoryError. This can cause JIRA to become unresponsive and could be used in a denial of service attack, which is especially bad in a multi tenant world.
This happens when using the addAttachmentsToIssue (now deprecated) with small files (~1MB), and also when using addBase64EncodedAttachmentsToIssue with large files (~100MB).
The SOAP API implementation should detect attachments that are larger than a certain size and reject the request if the size is exceeded.
- is related to
-
JRASERVER-27316 OutOfMemoryError in JiraAxisSoapLog when calling addAttachmentsToIssue()
- Closed
- relates to
-
JRASERVER-11693 SOAP: addAttachmentsToIssue runs out of memory when adding attachments of 1.5 MB or larger
- Closed