ZAP Scanning Report

Summary of Alerts

Risk LevelNumber of Alerts
High0
Medium0
Low7
Informational2

Alert Detail

Low (Medium)Cookie Without SameSite Attribute
Description

A cookie has been set with an invalid SameSite attribute value, which means that the cookie can be sent as a result of a 'cross-site' request. The SameSite attribute is an effective counter measure to cross-site request forgery, cross-site script inclusion, and timing attacks.

URLhttps://dev.duracloud.org/robots.txt
MethodGET
ParameterAWSELBCORS
EvidenceSet-Cookie: AWSELBCORS
URLhttps://dev.duracloud.org/duradmin/download/contentItem?spaceId=test&contentId=test-file.txt&storeID=110&attachment=false
MethodGET
ParameterJSESSIONID
EvidenceSet-Cookie: JSESSIONID
URLhttps://dev.duracloud.org/robots.txt
MethodGET
ParameterAWSELB
EvidenceSet-Cookie: AWSELB
URLhttps://dev.duracloud.org/duradmin
MethodGET
ParameterAWSELB
EvidenceSet-Cookie: AWSELB
URLhttps://dev.duracloud.org/duradmin/login
MethodPOST
ParameterJSESSIONID
EvidenceSet-Cookie: JSESSIONID
URLhttps://dev.duracloud.org/duradmin/download
MethodGET
ParameterJSESSIONID
EvidenceSet-Cookie: JSESSIONID
URLhttps://dev.duracloud.org/duradmin/
MethodGET
ParameterJSESSIONID
EvidenceSet-Cookie: JSESSIONID
URLhttps://dev.duracloud.org/duradmin
MethodGET
ParameterAWSELBCORS
EvidenceSet-Cookie: AWSELBCORS
URLhttps://dev.duracloud.org/duradmin
MethodGET
ParameterJSESSIONID
EvidenceSet-Cookie: JSESSIONID
Instances9
Solution

Ensure that the SameSite attribute is set to either 'lax' or ideally 'strict' for all cookies.

Reference

https://tools.ietf.org/html/draft-ietf-httpbis-cookie-same-site

CWE Id16
WASC Id13
Source ID3
Low (Medium)X-Content-Type-Options Header Missing
Description

The Anti-MIME-Sniffing header X-Content-Type-Options was not set to 'nosniff'. This allows older versions of Internet Explorer and Chrome to perform MIME-sniffing on the response body, potentially causing the response body to be interpreted and displayed as a content type other than the declared content type. Current (early 2014) and legacy versions of Firefox will use the declared content type (if one is set), rather than performing MIME-sniffing.

URLhttps://dev.duracloud.org/duradmin/jquery/dc/widget/ui.expandopanel.js
MethodGET
ParameterX-Content-Type-Options
URLhttps://dev.duracloud.org/duradmin/jquery/plugins/jquery.flot/jquery.flot.js
MethodGET
ParameterX-Content-Type-Options
URLhttps://dev.duracloud.org/duradmin/jquery/dc/api/durastore-api.js
MethodGET
ParameterX-Content-Type-Options
URLhttps://dev.duracloud.org/duradmin/jquery/plugins/jquery.fancybox-1.3.1/fancybox/jquery.easing-1.3.pack.js
MethodGET
ParameterX-Content-Type-Options
URLhttps://dev.duracloud.org/duradmin/jquery/dc/widget/ui.acleditor.js
MethodGET
ParameterX-Content-Type-Options
URLhttps://dev.duracloud.org/duradmin/jquery/dc/ext/jquery.dc.chart.js
MethodGET
ParameterX-Content-Type-Options
URLhttps://dev.duracloud.org/duradmin/jwplayer/swfobject.js
MethodGET
ParameterX-Content-Type-Options
URLhttps://dev.duracloud.org/duradmin/favicon.ico
MethodGET
ParameterX-Content-Type-Options
URLhttps://dev.duracloud.org/duradmin/jquery/dc/widget/ui.restore.js
MethodGET
ParameterX-Content-Type-Options
URLhttps://dev.duracloud.org/duradmin/jquery/dc/widget/ui.snapshot.js
MethodGET
ParameterX-Content-Type-Options
URLhttps://dev.duracloud.org/duradmin/jquery/dc/ext/jquery.fn.ext.js
MethodGET
ParameterX-Content-Type-Options
URLhttps://dev.duracloud.org/duradmin/js/spaces-manager.js
MethodGET
ParameterX-Content-Type-Options
URLhttps://dev.duracloud.org/duradmin/jquery/plugins/jquery.form.min.js
MethodGET
ParameterX-Content-Type-Options
URLhttps://dev.duracloud.org/duradmin/jquery/dc/widget/ui.selectablelist.js
MethodGET
ParameterX-Content-Type-Options
URLhttps://dev.duracloud.org/duradmin/js/thirdparty/date.js
MethodGET
ParameterX-Content-Type-Options
URLhttps://dev.duracloud.org/duradmin/jquery/plugins/jquery.fancybox-1.3.1/fancybox/jquery.fancybox-1.3.1.js
MethodGET
ParameterX-Content-Type-Options
URLhttps://dev.duracloud.org/duradmin/jquery/dc/widget/ui.listdetailviewer.js
MethodGET
ParameterX-Content-Type-Options
URLhttps://dev.duracloud.org/duradmin/jquery/dc/api/dc.util.paralleltasks.js
MethodGET
ParameterX-Content-Type-Options
URLhttps://dev.duracloud.org/duradmin/jquery/jquery.min.js
MethodGET
ParameterX-Content-Type-Options
URLhttps://dev.duracloud.org/duradmin/jquery/plugins/jquery.flot/jquery.flot.pie.js
MethodGET
ParameterX-Content-Type-Options
Instances45
Solution

Ensure that the application/web server sets the Content-Type header appropriately, and that it sets the X-Content-Type-Options header to 'nosniff' for all web pages.

If possible, ensure that the end user uses a standards-compliant and modern web browser that does not perform MIME-sniffing at all, or that can be directed by the web application/web server to not perform MIME-sniffing.

Other information

This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type.

At "High" threshold this scanner will not alert on client or server error responses.

Reference

http://msdn.microsoft.com/en-us/library/ie/gg622941%28v=vs.85%29.aspx

https://www.owasp.org/index.php/List_of_useful_HTTP_headers

CWE Id16
WASC Id15
Source ID3
Low (Medium)Absence of Anti-CSRF Tokens
Description

No Anti-CSRF tokens were found in a HTML submission form.

A cross-site request forgery is an attack that involves forcing a victim to send an HTTP request to a target destination without their knowledge or intent in order to perform an action as the victim. The underlying cause is application functionality using predictable URL/form actions in a repeatable way. The nature of the attack is that CSRF exploits the trust that a web site has for a user. By contrast, cross-site scripting (XSS) exploits the trust that a user has for a web site. Like XSS, CSRF attacks are not necessarily cross-site, but they can be. Cross-site request forgery is also known as CSRF, XSRF, one-click attack, session riding, confused deputy, and sea surf.

CSRF attacks are effective in a number of situations, including:

* The victim has an active session on the target site.

* The victim is authenticated via HTTP auth on the target site.

* The victim is on the same local network as the target site.

CSRF has primarily been used to perform an action against a target site using the victim's privileges, but recent techniques have been discovered to disclose information by gaining access to the response. The risk of information disclosure is dramatically increased when the target site is vulnerable to XSS, because XSS can be used as a platform for CSRF, allowing the attack to operate within the bounds of the same-origin policy.

URLhttps://dev.duracloud.org/duradmin/storagestats
MethodGET
Evidence<form id="loginForm" action="/duradmin/login" method="post" onsubmit="return false;" >
URLhttps://dev.duracloud.org/duradmin/spaces
MethodGET
Evidence<form id="loginForm" action="/duradmin/login" method="post" onsubmit="return false;" >
URLhttps://dev.duracloud.org/duradmin/spaces
MethodGET
Evidence<form enctype="multipart/form-data">
URLhttps://dev.duracloud.org/duradmin/
MethodGET
Evidence<form id="copy-content-item-form" onsubmit="return false;">
URLhttps://dev.duracloud.org/duradmin/spaces/json?storeId=110&writeableOnly=false&_=1585937188008
MethodGET
Evidence<form id="loginForm" action="/duradmin/login" method="post" onsubmit="return false;" >
URLhttps://dev.duracloud.org/duradmin/spaces/space?storeId=110&spaceId=test&prefix=&marker=&_=1585937620294
MethodGET
Evidence<form id="loginForm" action="/duradmin/login" method="post" onsubmit="return false;" >
URLhttps://dev.duracloud.org/duradmin/
MethodGET
Evidence<form id="edit-content-item-form" onsubmit="return false;">
URLhttps://dev.duracloud.org/duradmin/
MethodGET
Evidence<form enctype="multipart/form-data">
URLhttps://dev.duracloud.org/duradmin/
MethodGET
Evidence<form enctype="multipart/form-data" accept-charset="UTF-8" id="add-content-item-form" action="/duradmin/spaces/content/upload" method="POST">
URLhttps://dev.duracloud.org/duradmin/
MethodGET
Evidence<form id="snapshot-properties-form" onsubmit="return false;">
URLhttps://dev.duracloud.org/duradmin/
MethodGET
Evidence<form id="delete-space-form">
URLhttps://dev.duracloud.org/duradmin/login
MethodGET
Evidence<form id="loginForm" action="/duradmin/login" method="post" onsubmit="return false;" >
URLhttps://dev.duracloud.org/duradmin/storagestats/timeseries?storeId=110&_=1585937189278
MethodGET
Evidence<form id="loginForm" action="/duradmin/login" method="post" onsubmit="return false;" >
URLhttps://dev.duracloud.org/duradmin/spaces
MethodGET
Evidence<form id="snapshot-properties-form" onsubmit="return false;">
URLhttps://dev.duracloud.org/duradmin/spaces
MethodGET
Evidence<form id="copy-content-item-form" onsubmit="return false;">
URLhttps://dev.duracloud.org/duradmin/download/contentItem?spaceId=test&contentId=test-file.txt&storeID=110&attachment=false
MethodGET
Evidence<form id="loginForm" action="/duradmin/login" method="post" onsubmit="return false;" >
URLhttps://dev.duracloud.org/duradmin/spaces
MethodGET
Evidence<form enctype="multipart/form-data" accept-charset="UTF-8" id="add-content-item-form" action="/duradmin/spaces/content/upload" method="POST">
URLhttps://dev.duracloud.org/duradmin/download
MethodGET
Evidence<form id="loginForm" action="/duradmin/login" method="post" onsubmit="return false;" >
URLhttps://dev.duracloud.org/duradmin/spaces
MethodGET
Evidence<form id="edit-content-item-form" onsubmit="return false;">
URLhttps://dev.duracloud.org/duradmin/storagestats/snapshot-by-day?storeId=110&date=1585871999000&_=1585937190443
MethodGET
Evidence<form id="loginForm" action="/duradmin/login" method="post" onsubmit="return false;" >
Instances31
Solution

Phase: Architecture and Design

Use a vetted library or framework that does not allow this weakness to occur or provides constructs that make this weakness easier to avoid.

For example, use anti-CSRF packages such as the OWASP CSRFGuard.

Phase: Implementation

Ensure that your application is free of cross-site scripting issues, because most CSRF defenses can be bypassed using attacker-controlled script.

Phase: Architecture and Design

Generate a unique nonce for each form, place the nonce into the form, and verify the nonce upon receipt of the form. Be sure that the nonce is not predictable (CWE-330).

Note that this can be bypassed using XSS.

Identify especially dangerous operations. When the user performs a dangerous operation, send a separate confirmation request to ensure that the user intended to perform that operation.

Note that this can be bypassed using XSS.

Use the ESAPI Session Management control.

This control includes a component for CSRF.

Do not use the GET method for any request that triggers a state change.

Phase: Implementation

Check the HTTP Referer header to see if the request originated from an expected page. This could break legitimate functionality, because users or proxies may have disabled sending the Referer for privacy reasons.

Other information

No known Anti-CSRF token [anticsrf, CSRFToken, __RequestVerificationToken, csrfmiddlewaretoken, authenticity_token, OWASP_CSRFTOKEN, anoncsrf, csrf_token, _csrf, _csrfSecret] was found in the following HTML form: [Form 1: "username" "password" ].

Reference

http://projects.webappsec.org/Cross-Site-Request-Forgery

http://cwe.mitre.org/data/definitions/352.html

CWE Id352
WASC Id9
Source ID3
Low (Medium)Web Browser XSS Protection Not Enabled
Description

Web Browser XSS Protection is not enabled, or is disabled by the configuration of the 'X-XSS-Protection' HTTP response header on the web server

URLhttps://dev.duracloud.org/duradmin/jquery/plugins/jquery-validate/
MethodGET
ParameterX-XSS-Protection
URLhttps://dev.duracloud.org/duradmin/jquery/plugins/jquery.dropdown/
MethodGET
ParameterX-XSS-Protection
URLhttps://dev.duracloud.org/duradmin/jquery/plugins/jquery.datatables/
MethodGET
ParameterX-XSS-Protection
URLhttps://dev.duracloud.org/duradmin/jquery/plugins/jquery.flot/
MethodGET
ParameterX-XSS-Protection
URLhttps://dev.duracloud.org/duradmin/jquery/
MethodGET
ParameterX-XSS-Protection
URLhttps://dev.duracloud.org/sitemap.xml
MethodGET
ParameterX-XSS-Protection
URLhttps://dev.duracloud.org/duradmin/jwplayer/
MethodGET
ParameterX-XSS-Protection
URLhttps://dev.duracloud.org/robots.txt
MethodGET
ParameterX-XSS-Protection
URLhttps://dev.duracloud.org/duradmin/jquery/plugins/
MethodGET
ParameterX-XSS-Protection
URLhttps://dev.duracloud.org/duradmin/style/images/
MethodGET
ParameterX-XSS-Protection
URLhttps://dev.duracloud.org/duradmin/jquery/plugins/jquery.tablesorter/
MethodGET
ParameterX-XSS-Protection
URLhttps://dev.duracloud.org/duradmin/jquery/plugins/jquery.fancybox-1.3.1/fancybox/
MethodGET
ParameterX-XSS-Protection
URLhttps://dev.duracloud.org/duradmin/js/
MethodGET
ParameterX-XSS-Protection
URLhttps://dev.duracloud.org/duradmin/jquery/dc/ext/
MethodGET
ParameterX-XSS-Protection
URLhttps://dev.duracloud.org/duradmin/jquery/plugins/jquery.fancybox-1.3.1/
MethodGET
ParameterX-XSS-Protection
URLhttps://dev.duracloud.org/duradmin/style/
MethodGET
ParameterX-XSS-Protection
URLhttps://dev.duracloud.org/duradmin/jquery/dc/widget/
MethodGET
ParameterX-XSS-Protection
URLhttps://dev.duracloud.org/duradmin/jquery/dc/
MethodGET
ParameterX-XSS-Protection
URLhttps://dev.duracloud.org/duradmin/images/
MethodGET
ParameterX-XSS-Protection
URLhttps://dev.duracloud.org/duradmin/js/thirdparty/
MethodGET
ParameterX-XSS-Protection
Instances21
Solution

Ensure that the web browser's XSS filter is enabled, by setting the X-XSS-Protection HTTP response header to '1'.

Other information

The X-XSS-Protection HTTP response header allows the web server to enable or disable the web browser's XSS protection mechanism. The following values would attempt to enable it:

X-XSS-Protection: 1; mode=block

X-XSS-Protection: 1; report=http://www.example.com/xss

The following values would disable it:

X-XSS-Protection: 0

The X-XSS-Protection HTTP response header is currently supported on Internet Explorer, Chrome and Safari (WebKit).

Note that this alert is only raised if the response body could potentially contain an XSS payload (with a text-based content type, with a non-zero length).

Reference

https://www.owasp.org/index.php/XSS_(Cross_Site_Scripting)_Prevention_Cheat_Sheet

https://www.veracode.com/blog/2014/03/guidelines-for-setting-security-headers/

CWE Id933
WASC Id14
Source ID3
Low (Medium)Incomplete or No Cache-control and Pragma HTTP Header Set
Description

The cache-control and pragma HTTP header have not been set properly or are missing allowing the browser and proxies to cache content.

URLhttps://dev.duracloud.org/duradmin/style/buttons.css
MethodGET
ParameterCache-Control
URLhttps://dev.duracloud.org/duradmin/jquery/plugins/jquery.fancybox-1.3.1/fancybox/jquery.fancybox-1.3.1.css
MethodGET
ParameterCache-Control
URLhttps://dev.duracloud.org/duradmin/style/dialogs.css
MethodGET
ParameterCache-Control
URLhttps://dev.duracloud.org/duradmin/jquery/plugins/jquery.dropdown/jquery.dropdown.css
MethodGET
ParameterCache-Control
URLhttps://dev.duracloud.org/duradmin/style/jquery-ui.css
MethodGET
ParameterCache-Control
URLhttps://dev.duracloud.org/duradmin/jquery/plugins/jquery.datatables/jquery.dataTables.css
MethodGET
ParameterCache-Control
URLhttps://dev.duracloud.org/duradmin/style/login.css
MethodGET
ParameterCache-Control
URLhttps://dev.duracloud.org/duradmin/style/flex.css
MethodGET
ParameterCache-Control
URLhttps://dev.duracloud.org/duradmin/style/base.css
MethodGET
ParameterCache-Control
Instances9
Solution

Whenever possible ensure the cache-control HTTP header is set with no-cache, no-store, must-revalidate; and that the pragma HTTP header is set with no-cache.

Reference

https://www.owasp.org/index.php/Session_Management_Cheat_Sheet#Web_Content_Caching

CWE Id525
WASC Id13
Source ID3
Low (Medium)Cookie No HttpOnly Flag
Description

A cookie has been set without the HttpOnly flag, which means that the cookie can be accessed by JavaScript. If a malicious script can be run on this page then the cookie will be accessible and can be transmitted to another site. If this is a session cookie then session hijacking may be possible.

URLhttps://dev.duracloud.org/duradmin
MethodGET
ParameterAWSELBCORS
EvidenceSet-Cookie: AWSELBCORS
URLhttps://dev.duracloud.org/robots.txt
MethodGET
ParameterAWSELB
EvidenceSet-Cookie: AWSELB
URLhttps://dev.duracloud.org/duradmin
MethodGET
ParameterAWSELB
EvidenceSet-Cookie: AWSELB
URLhttps://dev.duracloud.org/robots.txt
MethodGET
ParameterAWSELBCORS
EvidenceSet-Cookie: AWSELBCORS
Instances4
Solution

Ensure that the HttpOnly flag is set for all cookies.

Reference

http://www.owasp.org/index.php/HttpOnly

CWE Id16
WASC Id13
Source ID3
Low (Medium)Cookie Without Secure Flag
Description

A cookie has been set without the secure flag, which means that the cookie can be accessed via unencrypted connections.

URLhttps://dev.duracloud.org/duradmin
MethodGET
ParameterAWSELB
EvidenceSet-Cookie: AWSELB
URLhttps://dev.duracloud.org/robots.txt
MethodGET
ParameterAWSELB
EvidenceSet-Cookie: AWSELB
Instances2
Solution

Whenever a cookie contains sensitive information or is a session token, then it should always be passed using an encrypted channel. Ensure that the secure flag is set for cookies containing such sensitive information.

Reference

http://www.owasp.org/index.php/Testing_for_cookies_attributes_(OWASP-SM-002)

CWE Id614
WASC Id13
Source ID3
Informational (Medium)Information Disclosure - Suspicious Comments
Description

The response appears to contain suspicious comments which may help an attacker.

URLhttps://dev.duracloud.org/duradmin/jquery/dc/widget/ui.uploader.js
MethodGET
URLhttps://dev.duracloud.org/duradmin/spaces/content/upload
MethodGET
URLhttps://dev.duracloud.org/duradmin/login
MethodGET
URLhttps://dev.duracloud.org/duradmin/jquery/dc/ext/jquery.dc.common.js
MethodGET
URLhttps://dev.duracloud.org/duradmin/jquery/plugins/jquery.layout.js
MethodGET
URLhttps://dev.duracloud.org/duradmin/jquery/plugins/jquery.flot/jquery.flot.js
MethodGET
URLhttps://dev.duracloud.org/duradmin/jquery/dc/widget/ui.restore.js
MethodGET
URLhttps://dev.duracloud.org/duradmin/jquery/plugins/jquery.datatables/jquery.dataTables.min.js
MethodGET
URLhttps://dev.duracloud.org/duradmin/download
MethodGET
URLhttps://dev.duracloud.org/duradmin/jquery/dc/widget/ui.flyoutselect.js
MethodGET
URLhttps://dev.duracloud.org/duradmin/jquery/plugins/jquery.fancybox-1.3.1/fancybox/jquery.fancybox-1.3.1.js
MethodGET
URLhttps://dev.duracloud.org/duradmin/jquery/dc/ext/jquery.fn.ext.js
MethodGET
URLhttps://dev.duracloud.org/duradmin/jquery/plugins/jquery.ba-throttle-debounce.js
MethodGET
URLhttps://dev.duracloud.org/duradmin/spaces/space?storeId=110&spaceId=test&prefix=&marker=&_=1585937620294
MethodGET
URLhttps://dev.duracloud.org/duradmin/spaces/content
MethodGET
URLhttps://dev.duracloud.org/duradmin/jquery/plugins/jquery-validate/jquery.validate.js
MethodGET
URLhttps://dev.duracloud.org/duradmin/jwplayer/swfobject.js
MethodGET
URLhttps://dev.duracloud.org/duradmin/spaces/content/update-properties?storeId=110&spaceId=test&contentId=test-file.txt
MethodGET
URLhttps://dev.duracloud.org/duradmin/
MethodGET
URLhttps://dev.duracloud.org/duradmin/jquery/jquery-ui.js
MethodGET
Instances41
Solution

Remove all comments that return information that may help an attacker and fix any underlying problems they refer to.

Other information

* If all features are supported by browser, user can drag and drop multiple

* present links enabling the user to navigate to the uploaded item.

this._status('Select a single file using the file chooser or drag and '+

'drop files from your computer onto the dotted square to upload');

Reference

CWE Id200
WASC Id13
Source ID3
Informational (Low)Timestamp Disclosure - Unix
Description

A timestamp was disclosed by the application/web server - Unix

URLhttps://dev.duracloud.org/duradmin/storagestats/timeseries?storeId=110&_=1585937189278
MethodGET
Evidence56787511
URLhttps://dev.duracloud.org/duradmin/storagestats/timeseries?storeId=110&spaceId=auditlogs&_=1585937609983
MethodGET
Evidence397044185
URLhttps://dev.duracloud.org/duradmin/storagestats/timeseries?storeId=110&_=1585937145315
MethodGET
Evidence56787511
URLhttps://dev.duracloud.org/duradmin/storagestats/timeseries?storeId=110&_=1585937145315
MethodGET
Evidence236047524
URLhttps://dev.duracloud.org/duradmin/storagestats/timeseries?storeId=110&_=1585937189278
MethodGET
Evidence315687331
URLhttps://dev.duracloud.org/duradmin/storagestats/timeseries?storeId=110&spaceId=auditlogs&_=1585937609983
MethodGET
Evidence56351277
URLhttps://dev.duracloud.org/duradmin/storagestats/timeseries?storeId=110&_=1585937145315
MethodGET
Evidence42887806
URLhttps://dev.duracloud.org/duradmin/storagestats/timeseries?storeId=110&_=1585937189278
MethodGET
Evidence236047524
URLhttps://dev.duracloud.org/duradmin/storagestats/timeseries?storeId=110&spaceId=auditlogs&_=1585937609983
MethodGET
Evidence236043352
URLhttps://dev.duracloud.org/duradmin/storagestats/timeseries?storeId=110&_=1585937145315
MethodGET
Evidence118443053
URLhttps://dev.duracloud.org/duradmin/storagestats/timeseries?storeId=110&_=1585937189278
MethodGET
Evidence113541120
URLhttps://dev.duracloud.org/duradmin/storagestats/timeseries?storeId=110&_=1585937145315
MethodGET
Evidence113541120
URLhttps://dev.duracloud.org/duradmin/storagestats/timeseries?storeId=110&_=1585937189278
MethodGET
Evidence118443053
URLhttps://dev.duracloud.org/duradmin/storagestats/timeseries?storeId=110&_=1585937189278
MethodGET
Evidence42887806
URLhttps://dev.duracloud.org/duradmin/js/thirdparty/date.js
MethodGET
Evidence604800000
URLhttps://dev.duracloud.org/duradmin/storagestats/timeseries?storeId=110&spaceId=auditlogs&_=1585937609983
MethodGET
Evidence117778479
URLhttps://dev.duracloud.org/duradmin/storagestats/timeseries?storeId=110&spaceId=auditlogs&_=1585937609983
MethodGET
Evidence83056890
URLhttps://dev.duracloud.org/duradmin/storagestats/timeseries?storeId=110&spaceId=auditlogs&_=1585937609983
MethodGET
Evidence42263458
URLhttps://dev.duracloud.org/duradmin/storagestats/timeseries?storeId=110&_=1585937145315
MethodGET
Evidence85155840
URLhttps://dev.duracloud.org/duradmin/storagestats/timeseries?storeId=110&spaceId=auditlogs&_=1585937609983
MethodGET
Evidence56349034
Instances231
Solution

Manually confirm that the timestamp data is not sensitive, and that the data cannot be aggregated to disclose exploitable patterns.

Other information

56787511, which evaluates to: 1971-10-20 02:18:31

Reference

https://www.owasp.org/index.php/Top_10_2013-A6-Sensitive_Data_Exposure

http://projects.webappsec.org/w/page/13246936/Information%20Leakage

CWE Id200
WASC Id13
Source ID3